diff --git a/awx/locale/django.pot b/awx/locale/django.pot
index ec44ccf81a..aa0af57610 100644
--- a/awx/locale/django.pot
+++ b/awx/locale/django.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-05-31 14:49+0000\n"
+"POT-Creation-Date: 2018-06-14 18:30+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -63,7 +63,7 @@ msgid ""
"authorization grants in the number of seconds."
msgstr ""
-#: awx/api/exceptions.py:16
+#: awx/api/exceptions.py:20
msgid "Resource is being used by running jobs."
msgstr ""
@@ -180,7 +180,7 @@ msgstr ""
msgid "Command"
msgstr ""
-#: awx/api/serializers.py:297 awx/main/models/unified_jobs.py:525
+#: awx/api/serializers.py:297 awx/main/models/unified_jobs.py:526
msgid "SCM Update"
msgstr ""
@@ -200,1019 +200,1081 @@ msgstr ""
msgid "Workflow Template"
msgstr ""
-#: awx/api/serializers.py:696
+#: awx/api/serializers.py:302
+msgid "Job Template"
+msgstr ""
+
+#: awx/api/serializers.py:697
msgid ""
"Indicates whether all of the events generated by this unified job have been "
"saved to the database."
msgstr ""
-#: awx/api/serializers.py:852
+#: awx/api/serializers.py:854
msgid "Write-only field used to change the password."
msgstr ""
-#: awx/api/serializers.py:854
+#: awx/api/serializers.py:856
msgid "Set if the account is managed by an external service"
msgstr ""
-#: awx/api/serializers.py:878
+#: awx/api/serializers.py:880
msgid "Password required for new User."
msgstr ""
-#: awx/api/serializers.py:969
+#: awx/api/serializers.py:971
#, python-format
msgid "Unable to change %s on user managed by LDAP."
msgstr ""
-#: awx/api/serializers.py:1055
+#: awx/api/serializers.py:1057
msgid "Must be a simple space-separated string with allowed scopes {}."
msgstr ""
-#: awx/api/serializers.py:1250
+#: awx/api/serializers.py:1151
+msgid "Authorization Grant Type"
+msgstr ""
+
+#: awx/api/serializers.py:1153 awx/main/models/credential/__init__.py:1064
+msgid "Client Secret"
+msgstr ""
+
+#: awx/api/serializers.py:1156
+msgid "Client Type"
+msgstr ""
+
+#: awx/api/serializers.py:1159
+msgid "Redirect URIs"
+msgstr ""
+
+#: awx/api/serializers.py:1162
+msgid "Skip Authorization"
+msgstr ""
+
+#: awx/api/serializers.py:1264
msgid "This path is already being used by another manual project."
msgstr ""
-#: awx/api/serializers.py:1276
+#: awx/api/serializers.py:1290
msgid "This field has been deprecated and will be removed in a future release"
msgstr ""
-#: awx/api/serializers.py:1335
+#: awx/api/serializers.py:1349
msgid "Organization is missing"
msgstr ""
-#: awx/api/serializers.py:1339
+#: awx/api/serializers.py:1353
msgid "Update options must be set to false for manual projects."
msgstr ""
-#: awx/api/serializers.py:1345
+#: awx/api/serializers.py:1359
msgid "Array of playbooks available within this project."
msgstr ""
-#: awx/api/serializers.py:1364
+#: awx/api/serializers.py:1378
msgid ""
"Array of inventory files and directories available within this project, not "
"comprehensive."
msgstr ""
-#: awx/api/serializers.py:1498
+#: awx/api/serializers.py:1426 awx/api/serializers.py:3194
+msgid "A count of hosts uniquely assigned to each status."
+msgstr ""
+
+#: awx/api/serializers.py:1429 awx/api/serializers.py:3197
+msgid "A count of all plays and tasks for the job run."
+msgstr ""
+
+#: awx/api/serializers.py:1554
msgid "Smart inventories must specify host_filter"
msgstr ""
-#: awx/api/serializers.py:1602
+#: awx/api/serializers.py:1658
#, python-format
msgid "Invalid port specification: %s"
msgstr ""
-#: awx/api/serializers.py:1613
+#: awx/api/serializers.py:1669
msgid "Cannot create Host for Smart Inventory"
msgstr ""
-#: awx/api/serializers.py:1725
+#: awx/api/serializers.py:1781
msgid "Invalid group name."
msgstr ""
-#: awx/api/serializers.py:1730
+#: awx/api/serializers.py:1786
msgid "Cannot create Group for Smart Inventory"
msgstr ""
-#: awx/api/serializers.py:1805
+#: awx/api/serializers.py:1861
msgid ""
"Script must begin with a hashbang sequence: i.e.... #!/usr/bin/env python"
msgstr ""
-#: awx/api/serializers.py:1854
+#: awx/api/serializers.py:1910
msgid "`{}` is a prohibited environment variable"
msgstr ""
-#: awx/api/serializers.py:1865
+#: awx/api/serializers.py:1921
msgid "If 'source' is 'custom', 'source_script' must be provided."
msgstr ""
-#: awx/api/serializers.py:1871
+#: awx/api/serializers.py:1927
msgid "Must provide an inventory."
msgstr ""
-#: awx/api/serializers.py:1875
+#: awx/api/serializers.py:1931
msgid ""
"The 'source_script' does not belong to the same organization as the "
"inventory."
msgstr ""
-#: awx/api/serializers.py:1877
+#: awx/api/serializers.py:1933
msgid "'source_script' doesn't exist."
msgstr ""
-#: awx/api/serializers.py:1911
+#: awx/api/serializers.py:1967
msgid "Automatic group relationship, will be removed in 3.3"
msgstr ""
-#: awx/api/serializers.py:1997
+#: awx/api/serializers.py:2053
msgid "Cannot use manual project for SCM-based inventory."
msgstr ""
-#: awx/api/serializers.py:2003
+#: awx/api/serializers.py:2059
msgid ""
"Manual inventory sources are created automatically when a group is created "
"in the v1 API."
msgstr ""
-#: awx/api/serializers.py:2008
+#: awx/api/serializers.py:2064
msgid "Setting not compatible with existing schedules."
msgstr ""
-#: awx/api/serializers.py:2013
+#: awx/api/serializers.py:2069
msgid "Cannot create Inventory Source for Smart Inventory"
msgstr ""
-#: awx/api/serializers.py:2064
+#: awx/api/serializers.py:2120
#, python-format
msgid "Cannot set %s if not SCM type."
msgstr ""
-#: awx/api/serializers.py:2331
+#: awx/api/serializers.py:2388
msgid "Modifications not allowed for managed credential types"
msgstr ""
-#: awx/api/serializers.py:2336
+#: awx/api/serializers.py:2393
msgid ""
"Modifications to inputs are not allowed for credential types that are in use"
msgstr ""
-#: awx/api/serializers.py:2342
+#: awx/api/serializers.py:2399
#, python-format
msgid "Must be 'cloud' or 'net', not %s"
msgstr ""
-#: awx/api/serializers.py:2348
+#: awx/api/serializers.py:2405
msgid "'ask_at_runtime' is not supported for custom credentials."
msgstr ""
-#: awx/api/serializers.py:2528
+#: awx/api/serializers.py:2585
#, python-format
msgid "\"%s\" is not a valid choice"
msgstr ""
-#: awx/api/serializers.py:2547
+#: awx/api/serializers.py:2604
#, python-brace-format
msgid "'{field_name}' is not a valid field for {credential_type_name}"
msgstr ""
-#: awx/api/serializers.py:2568
+#: awx/api/serializers.py:2625
msgid ""
"You cannot change the credential type of the credential, as it may break the "
"functionality of the resources using it."
msgstr ""
-#: awx/api/serializers.py:2580
+#: awx/api/serializers.py:2637
msgid ""
"Write-only field used to add user to owner role. If provided, do not give "
"either team or organization. Only valid for creation."
msgstr ""
-#: awx/api/serializers.py:2585
+#: awx/api/serializers.py:2642
msgid ""
"Write-only field used to add team to owner role. If provided, do not give "
"either user or organization. Only valid for creation."
msgstr ""
-#: awx/api/serializers.py:2590
+#: awx/api/serializers.py:2647
msgid ""
"Inherit permissions from organization roles. If provided on creation, do not "
"give either user or team."
msgstr ""
-#: awx/api/serializers.py:2606
+#: awx/api/serializers.py:2663
msgid "Missing 'user', 'team', or 'organization'."
msgstr ""
-#: awx/api/serializers.py:2646
+#: awx/api/serializers.py:2703
msgid ""
"Credential organization must be set and match before assigning to a team"
msgstr ""
-#: awx/api/serializers.py:2846
+#: awx/api/serializers.py:2904
msgid "You must provide a cloud credential."
msgstr ""
-#: awx/api/serializers.py:2847
+#: awx/api/serializers.py:2905
msgid "You must provide a network credential."
msgstr ""
-#: awx/api/serializers.py:2848 awx/main/models/jobs.py:155
+#: awx/api/serializers.py:2906 awx/main/models/jobs.py:155
msgid "You must provide an SSH credential."
msgstr ""
-#: awx/api/serializers.py:2849
+#: awx/api/serializers.py:2907
msgid "You must provide a vault credential."
msgstr ""
-#: awx/api/serializers.py:2868
+#: awx/api/serializers.py:2926
msgid "This field is required."
msgstr ""
-#: awx/api/serializers.py:2870 awx/api/serializers.py:2872
+#: awx/api/serializers.py:2928 awx/api/serializers.py:2930
msgid "Playbook not found for project."
msgstr ""
-#: awx/api/serializers.py:2874
+#: awx/api/serializers.py:2932
msgid "Must select playbook for project."
msgstr ""
-#: awx/api/serializers.py:2955
+#: awx/api/serializers.py:3013
msgid "Cannot enable provisioning callback without an inventory set."
msgstr ""
-#: awx/api/serializers.py:2958
+#: awx/api/serializers.py:3016
msgid "Must either set a default value or ask to prompt on launch."
msgstr ""
-#: awx/api/serializers.py:2960 awx/main/models/jobs.py:310
+#: awx/api/serializers.py:3018 awx/main/models/jobs.py:310
msgid "Job types 'run' and 'check' must have assigned a project."
msgstr ""
-#: awx/api/serializers.py:3076
+#: awx/api/serializers.py:3134
msgid "Invalid job template."
msgstr ""
-#: awx/api/serializers.py:3149
+#: awx/api/serializers.py:3249
msgid "No change to job limit"
msgstr ""
-#: awx/api/serializers.py:3150
+#: awx/api/serializers.py:3250
msgid "All failed and unreachable hosts"
msgstr ""
-#: awx/api/serializers.py:3165
+#: awx/api/serializers.py:3265
msgid "Missing passwords needed to start: {}"
msgstr ""
-#: awx/api/serializers.py:3184
+#: awx/api/serializers.py:3284
msgid "Relaunch by host status not available until job finishes running."
msgstr ""
-#: awx/api/serializers.py:3198
+#: awx/api/serializers.py:3298
msgid "Job Template Project is missing or undefined."
msgstr ""
-#: awx/api/serializers.py:3200
+#: awx/api/serializers.py:3300
msgid "Job Template Inventory is missing or undefined."
msgstr ""
-#: awx/api/serializers.py:3238
+#: awx/api/serializers.py:3338
msgid "Unknown, job may have been ran before launch configurations were saved."
msgstr ""
-#: awx/api/serializers.py:3305 awx/main/tasks.py:2262
+#: awx/api/serializers.py:3405 awx/main/tasks.py:2268
msgid "{} are prohibited from use in ad hoc commands."
msgstr ""
-#: awx/api/serializers.py:3374 awx/api/views.py:4818
+#: awx/api/serializers.py:3474 awx/api/views.py:4843
#, python-brace-format
msgid ""
"Standard Output too large to display ({text_size} bytes), only download "
"supported for sizes over {supported_size} bytes."
msgstr ""
-#: awx/api/serializers.py:3571
+#: awx/api/serializers.py:3671
msgid "Provided variable {} has no database value to replace with."
msgstr ""
-#: awx/api/serializers.py:3647
+#: awx/api/serializers.py:3747
#, python-format
msgid "Cannot nest a %s inside a WorkflowJobTemplate"
msgstr ""
-#: awx/api/serializers.py:3654 awx/api/views.py:781
+#: awx/api/serializers.py:3754 awx/api/views.py:783
msgid "Related template is not configured to accept credentials on launch."
msgstr ""
-#: awx/api/serializers.py:4108
+#: awx/api/serializers.py:4211
msgid "The inventory associated with this Job Template is being deleted."
msgstr ""
-#: awx/api/serializers.py:4110
+#: awx/api/serializers.py:4213
msgid "The provided inventory is being deleted."
msgstr ""
-#: awx/api/serializers.py:4118
+#: awx/api/serializers.py:4221
msgid "Cannot assign multiple {} credentials."
msgstr ""
-#: awx/api/serializers.py:4131
+#: awx/api/serializers.py:4234
msgid ""
"Removing {} credential at launch time without replacement is not supported. "
"Provided list lacked credential(s): {}."
msgstr ""
-#: awx/api/serializers.py:4257
+#: awx/api/serializers.py:4360
msgid ""
"Missing required fields for Notification Configuration: notification_type"
msgstr ""
-#: awx/api/serializers.py:4280
+#: awx/api/serializers.py:4383
msgid "No values specified for field '{}'"
msgstr ""
-#: awx/api/serializers.py:4285
+#: awx/api/serializers.py:4388
msgid "Missing required fields for Notification Configuration: {}."
msgstr ""
-#: awx/api/serializers.py:4288
+#: awx/api/serializers.py:4391
msgid "Configuration field '{}' incorrect type, expected {}."
msgstr ""
-#: awx/api/serializers.py:4350
+#: awx/api/serializers.py:4453
msgid ""
"Valid DTSTART required in rrule. Value should start with: DTSTART:"
"YYYYMMDDTHHMMSSZ"
msgstr ""
-#: awx/api/serializers.py:4352
+#: awx/api/serializers.py:4455
msgid ""
"DTSTART cannot be a naive datetime. Specify ;TZINFO= or YYYYMMDDTHHMMSSZZ."
msgstr ""
-#: awx/api/serializers.py:4354
+#: awx/api/serializers.py:4457
msgid "Multiple DTSTART is not supported."
msgstr ""
-#: awx/api/serializers.py:4356
+#: awx/api/serializers.py:4459
msgid "RRULE required in rrule."
msgstr ""
-#: awx/api/serializers.py:4358
+#: awx/api/serializers.py:4461
msgid "Multiple RRULE is not supported."
msgstr ""
-#: awx/api/serializers.py:4360
+#: awx/api/serializers.py:4463
msgid "INTERVAL required in rrule."
msgstr ""
-#: awx/api/serializers.py:4362
+#: awx/api/serializers.py:4465
msgid "SECONDLY is not supported."
msgstr ""
-#: awx/api/serializers.py:4364
+#: awx/api/serializers.py:4467
msgid "Multiple BYMONTHDAYs not supported."
msgstr ""
-#: awx/api/serializers.py:4366
+#: awx/api/serializers.py:4469
msgid "Multiple BYMONTHs not supported."
msgstr ""
-#: awx/api/serializers.py:4368
+#: awx/api/serializers.py:4471
msgid "BYDAY with numeric prefix not supported."
msgstr ""
-#: awx/api/serializers.py:4370
+#: awx/api/serializers.py:4473
msgid "BYYEARDAY not supported."
msgstr ""
-#: awx/api/serializers.py:4372
+#: awx/api/serializers.py:4475
msgid "BYWEEKNO not supported."
msgstr ""
-#: awx/api/serializers.py:4374
+#: awx/api/serializers.py:4477
msgid "RRULE may not contain both COUNT and UNTIL"
msgstr ""
-#: awx/api/serializers.py:4378
+#: awx/api/serializers.py:4481
msgid "COUNT > 999 is unsupported."
msgstr ""
-#: awx/api/serializers.py:4382
+#: awx/api/serializers.py:4485
msgid "rrule parsing failed validation: {}"
msgstr ""
-#: awx/api/serializers.py:4423
+#: awx/api/serializers.py:4526
msgid "Inventory Source must be a cloud resource."
msgstr ""
-#: awx/api/serializers.py:4425
+#: awx/api/serializers.py:4528
msgid "Manual Project cannot have a schedule set."
msgstr ""
-#: awx/api/serializers.py:4438
+#: awx/api/serializers.py:4541
msgid ""
"Count of jobs in the running or waiting state that are targeted for this "
"instance"
msgstr ""
-#: awx/api/serializers.py:4478
+#: awx/api/serializers.py:4546
+msgid "Count of all jobs that target this instance"
+msgstr ""
+
+#: awx/api/serializers.py:4579
+msgid ""
+"Count of jobs in the running or waiting state that are targeted for this "
+"instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4584
+msgid "Count of all jobs that target this instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4592
+msgid "Policy Instance Percentage"
+msgstr ""
+
+#: awx/api/serializers.py:4593
msgid ""
"Minimum percentage of all instances that will be automatically assigned to "
"this group when new instances come online."
msgstr ""
-#: awx/api/serializers.py:4483
+#: awx/api/serializers.py:4598
+msgid "Policy Instance Minimum"
+msgstr ""
+
+#: awx/api/serializers.py:4599
msgid ""
"Static minimum number of Instances that will be automatically assign to this "
"group when new instances come online."
msgstr ""
-#: awx/api/serializers.py:4488
+#: awx/api/serializers.py:4604
+msgid "Policy Instance List"
+msgstr ""
+
+#: awx/api/serializers.py:4605
msgid "List of exact-match Instances that will be assigned to this group"
msgstr ""
-#: awx/api/serializers.py:4509
+#: awx/api/serializers.py:4627
msgid "Duplicate entry {}."
msgstr ""
-#: awx/api/serializers.py:4511
+#: awx/api/serializers.py:4629
msgid "{} is not a valid hostname of an existing instance."
msgstr ""
-#: awx/api/serializers.py:4516
+#: awx/api/serializers.py:4634
msgid "tower instance group name may not be changed."
msgstr ""
-#: awx/api/serializers.py:4596
+#: awx/api/serializers.py:4704
msgid ""
"A summary of the new and changed values when an object is created, updated, "
"or deleted"
msgstr ""
-#: awx/api/serializers.py:4598
+#: awx/api/serializers.py:4706
msgid ""
"For create, update, and delete events this is the object type that was "
"affected. For associate and disassociate events this is the object type "
"associated or disassociated with object2."
msgstr ""
-#: awx/api/serializers.py:4601
+#: awx/api/serializers.py:4709
msgid ""
"Unpopulated for create, update, and delete events. For associate and "
"disassociate events this is the object type that object1 is being associated "
"with."
msgstr ""
-#: awx/api/serializers.py:4604
+#: awx/api/serializers.py:4712
msgid "The action taken with respect to the given object(s)."
msgstr ""
-#: awx/api/views.py:116
+#: awx/api/views.py:118
msgid "Your license does not allow use of the activity stream."
msgstr ""
-#: awx/api/views.py:126
+#: awx/api/views.py:128
msgid "Your license does not permit use of system tracking."
msgstr ""
-#: awx/api/views.py:136
+#: awx/api/views.py:138
msgid "Your license does not allow use of workflows."
msgstr ""
-#: awx/api/views.py:150
+#: awx/api/views.py:152
msgid "Cannot delete job resource when associated workflow job is running."
msgstr ""
-#: awx/api/views.py:155
+#: awx/api/views.py:157
msgid "Cannot delete running job resource."
msgstr ""
-#: awx/api/views.py:160
+#: awx/api/views.py:162
msgid "Job has not finished processing events."
msgstr ""
-#: awx/api/views.py:219
+#: awx/api/views.py:221
msgid "Related job {} is still processing events."
msgstr ""
-#: awx/api/views.py:226 awx/templates/rest_framework/api.html:28
+#: awx/api/views.py:228 awx/templates/rest_framework/api.html:28
msgid "REST API"
msgstr ""
-#: awx/api/views.py:236 awx/templates/rest_framework/api.html:4
+#: awx/api/views.py:238 awx/templates/rest_framework/api.html:4
msgid "AWX REST API"
msgstr ""
-#: awx/api/views.py:250
+#: awx/api/views.py:252
msgid "API OAuth 2 Authorization Root"
msgstr ""
-#: awx/api/views.py:315
+#: awx/api/views.py:317
msgid "Version 1"
msgstr ""
-#: awx/api/views.py:319
+#: awx/api/views.py:321
msgid "Version 2"
msgstr ""
-#: awx/api/views.py:328
+#: awx/api/views.py:330
msgid "Ping"
msgstr ""
-#: awx/api/views.py:359 awx/conf/apps.py:10
+#: awx/api/views.py:361 awx/conf/apps.py:10
msgid "Configuration"
msgstr ""
-#: awx/api/views.py:416
+#: awx/api/views.py:418
msgid "Invalid license data"
msgstr ""
-#: awx/api/views.py:418
+#: awx/api/views.py:420
msgid "Missing 'eula_accepted' property"
msgstr ""
-#: awx/api/views.py:422
+#: awx/api/views.py:424
msgid "'eula_accepted' value is invalid"
msgstr ""
-#: awx/api/views.py:425
+#: awx/api/views.py:427
msgid "'eula_accepted' must be True"
msgstr ""
-#: awx/api/views.py:432
+#: awx/api/views.py:434
msgid "Invalid JSON"
msgstr ""
-#: awx/api/views.py:440
+#: awx/api/views.py:442
msgid "Invalid License"
msgstr ""
-#: awx/api/views.py:450
+#: awx/api/views.py:452
msgid "Invalid license"
msgstr ""
-#: awx/api/views.py:458
+#: awx/api/views.py:460
#, python-format
msgid "Failed to remove license (%s)"
msgstr ""
-#: awx/api/views.py:463
+#: awx/api/views.py:465
msgid "Dashboard"
msgstr ""
-#: awx/api/views.py:562
+#: awx/api/views.py:564
msgid "Dashboard Jobs Graphs"
msgstr ""
-#: awx/api/views.py:598
+#: awx/api/views.py:600
#, python-format
msgid "Unknown period \"%s\""
msgstr ""
-#: awx/api/views.py:612
+#: awx/api/views.py:614
msgid "Instances"
msgstr ""
-#: awx/api/views.py:620
+#: awx/api/views.py:622
msgid "Instance Detail"
msgstr ""
-#: awx/api/views.py:641
+#: awx/api/views.py:643
msgid "Instance Jobs"
msgstr ""
-#: awx/api/views.py:655
+#: awx/api/views.py:657
msgid "Instance's Instance Groups"
msgstr ""
-#: awx/api/views.py:664
+#: awx/api/views.py:666
msgid "Instance Groups"
msgstr ""
-#: awx/api/views.py:672
+#: awx/api/views.py:674
msgid "Instance Group Detail"
msgstr ""
-#: awx/api/views.py:680
+#: awx/api/views.py:682
msgid "Isolated Groups can not be removed from the API"
msgstr ""
-#: awx/api/views.py:682
+#: awx/api/views.py:684
msgid ""
"Instance Groups acting as a controller for an Isolated Group can not be "
"removed from the API"
msgstr ""
-#: awx/api/views.py:688
+#: awx/api/views.py:690
msgid "Instance Group Running Jobs"
msgstr ""
-#: awx/api/views.py:697
+#: awx/api/views.py:699
msgid "Instance Group's Instances"
msgstr ""
-#: awx/api/views.py:707
+#: awx/api/views.py:709
msgid "Schedules"
msgstr ""
-#: awx/api/views.py:721
+#: awx/api/views.py:723
msgid "Schedule Recurrence Rule Preview"
msgstr ""
-#: awx/api/views.py:768
+#: awx/api/views.py:770
msgid "Cannot assign credential when related template is null."
msgstr ""
-#: awx/api/views.py:773
+#: awx/api/views.py:775
msgid "Related template cannot accept {} on launch."
msgstr ""
-#: awx/api/views.py:775
+#: awx/api/views.py:777
msgid ""
"Credential that requires user input on launch cannot be used in saved launch "
"configuration."
msgstr ""
-#: awx/api/views.py:783
+#: awx/api/views.py:785
#, python-brace-format
msgid ""
"This launch configuration already provides a {credential_type} credential."
msgstr ""
-#: awx/api/views.py:786
+#: awx/api/views.py:788
#, python-brace-format
msgid "Related template already uses {credential_type} credential."
msgstr ""
-#: awx/api/views.py:804
+#: awx/api/views.py:806
msgid "Schedule Jobs List"
msgstr ""
-#: awx/api/views.py:959
+#: awx/api/views.py:961
msgid "Your license only permits a single organization to exist."
msgstr ""
-#: awx/api/views.py:1191 awx/api/views.py:5031
+#: awx/api/views.py:1193 awx/api/views.py:5056
msgid "You cannot assign an Organization role as a child role for a Team."
msgstr ""
-#: awx/api/views.py:1195 awx/api/views.py:5045
+#: awx/api/views.py:1197 awx/api/views.py:5070
msgid "You cannot grant system-level permissions to a team."
msgstr ""
-#: awx/api/views.py:1202 awx/api/views.py:5037
+#: awx/api/views.py:1204 awx/api/views.py:5062
msgid ""
"You cannot grant credential access to a team when the Organization field "
"isn't set, or belongs to a different organization"
msgstr ""
-#: awx/api/views.py:1316
+#: awx/api/views.py:1318
msgid "Project Schedules"
msgstr ""
-#: awx/api/views.py:1327
+#: awx/api/views.py:1329
msgid "Project SCM Inventory Sources"
msgstr ""
-#: awx/api/views.py:1428
+#: awx/api/views.py:1430
msgid "Project Update Events List"
msgstr ""
-#: awx/api/views.py:1442
+#: awx/api/views.py:1444
msgid "System Job Events List"
msgstr ""
-#: awx/api/views.py:1456
+#: awx/api/views.py:1458
msgid "Inventory Update Events List"
msgstr ""
-#: awx/api/views.py:1490
+#: awx/api/views.py:1492
msgid "Project Update SCM Inventory Updates"
msgstr ""
-#: awx/api/views.py:1549
+#: awx/api/views.py:1551
msgid "Me"
msgstr ""
-#: awx/api/views.py:1557
+#: awx/api/views.py:1559
msgid "OAuth 2 Applications"
msgstr ""
-#: awx/api/views.py:1566
+#: awx/api/views.py:1568
msgid "OAuth 2 Application Detail"
msgstr ""
-#: awx/api/views.py:1575
+#: awx/api/views.py:1577
msgid "OAuth 2 Application Tokens"
msgstr ""
-#: awx/api/views.py:1597
+#: awx/api/views.py:1599
msgid "OAuth2 Tokens"
msgstr ""
-#: awx/api/views.py:1606
+#: awx/api/views.py:1608
msgid "OAuth2 User Tokens"
msgstr ""
-#: awx/api/views.py:1618
+#: awx/api/views.py:1620
msgid "OAuth2 User Authorized Access Tokens"
msgstr ""
-#: awx/api/views.py:1633
+#: awx/api/views.py:1635
msgid "Organization OAuth2 Applications"
msgstr ""
-#: awx/api/views.py:1645
+#: awx/api/views.py:1647
msgid "OAuth2 Personal Access Tokens"
msgstr ""
-#: awx/api/views.py:1660
+#: awx/api/views.py:1662
msgid "OAuth Token Detail"
msgstr ""
-#: awx/api/views.py:1720 awx/api/views.py:4998
+#: awx/api/views.py:1722 awx/api/views.py:5023
msgid ""
"You cannot grant credential access to a user not in the credentials' "
"organization"
msgstr ""
-#: awx/api/views.py:1724 awx/api/views.py:5002
+#: awx/api/views.py:1726 awx/api/views.py:5027
msgid "You cannot grant private credential access to another user"
msgstr ""
-#: awx/api/views.py:1822
+#: awx/api/views.py:1824
#, python-format
msgid "Cannot change %s."
msgstr ""
-#: awx/api/views.py:1828
+#: awx/api/views.py:1830
msgid "Cannot delete user."
msgstr ""
-#: awx/api/views.py:1852
+#: awx/api/views.py:1854
msgid "Deletion not allowed for managed credential types"
msgstr ""
-#: awx/api/views.py:1854
+#: awx/api/views.py:1856
msgid "Credential types that are in use cannot be deleted"
msgstr ""
-#: awx/api/views.py:2029
+#: awx/api/views.py:2031
msgid "Cannot delete inventory script."
msgstr ""
-#: awx/api/views.py:2120
+#: awx/api/views.py:2122
#, python-brace-format
msgid "{0}"
msgstr ""
-#: awx/api/views.py:2351
+#: awx/api/views.py:2353
msgid "Fact not found."
msgstr ""
-#: awx/api/views.py:2373
+#: awx/api/views.py:2375
msgid "SSLError while trying to connect to {}"
msgstr ""
-#: awx/api/views.py:2375
+#: awx/api/views.py:2377
msgid "Request to {} timed out."
msgstr ""
-#: awx/api/views.py:2377
+#: awx/api/views.py:2379
msgid "Unknown exception {} while trying to GET {}"
msgstr ""
-#: awx/api/views.py:2380
+#: awx/api/views.py:2382
msgid ""
"Unauthorized access. Please check your Insights Credential username and "
"password."
msgstr ""
-#: awx/api/views.py:2383
+#: awx/api/views.py:2385
msgid ""
"Failed to gather reports and maintenance plans from Insights API at URL {}. "
"Server responded with {} status code and message {}"
msgstr ""
-#: awx/api/views.py:2390
+#: awx/api/views.py:2392
msgid "Expected JSON response from Insights but instead got {}"
msgstr ""
-#: awx/api/views.py:2397
+#: awx/api/views.py:2399
msgid "This host is not recognized as an Insights host."
msgstr ""
-#: awx/api/views.py:2402
+#: awx/api/views.py:2404
msgid "The Insights Credential for \"{}\" was not found."
msgstr ""
-#: awx/api/views.py:2470
+#: awx/api/views.py:2472
msgid "Cyclical Group association."
msgstr ""
-#: awx/api/views.py:2684
+#: awx/api/views.py:2686
msgid "Inventory Source List"
msgstr ""
-#: awx/api/views.py:2696
+#: awx/api/views.py:2698
msgid "Inventory Sources Update"
msgstr ""
-#: awx/api/views.py:2729
+#: awx/api/views.py:2731
msgid "Could not start because `can_update` returned False"
msgstr ""
-#: awx/api/views.py:2737
+#: awx/api/views.py:2739
msgid "No inventory sources to update."
msgstr ""
-#: awx/api/views.py:2766
+#: awx/api/views.py:2768
msgid "Inventory Source Schedules"
msgstr ""
-#: awx/api/views.py:2794
+#: awx/api/views.py:2796
msgid "Notification Templates can only be assigned when source is one of {}."
msgstr ""
-#: awx/api/views.py:2849
+#: awx/api/views.py:2851
msgid "Vault credentials are not yet supported for inventory sources."
msgstr ""
-#: awx/api/views.py:2854
+#: awx/api/views.py:2856
msgid "Source already has cloud credential assigned."
msgstr ""
-#: awx/api/views.py:3014
+#: awx/api/views.py:3016
msgid ""
"'credentials' cannot be used in combination with 'credential', "
"'vault_credential', or 'extra_credentials'."
msgstr ""
-#: awx/api/views.py:3126
+#: awx/api/views.py:3128
msgid "Job Template Schedules"
msgstr ""
-#: awx/api/views.py:3144 awx/api/views.py:3155
+#: awx/api/views.py:3146 awx/api/views.py:3157
msgid "Your license does not allow adding surveys."
msgstr ""
-#: awx/api/views.py:3174
+#: awx/api/views.py:3176
msgid "Field '{}' is missing from survey spec."
msgstr ""
-#: awx/api/views.py:3176
+#: awx/api/views.py:3178
msgid "Expected {} for field '{}', received {} type."
msgstr ""
-#: awx/api/views.py:3180
+#: awx/api/views.py:3182
msgid "'spec' doesn't contain any items."
msgstr ""
-#: awx/api/views.py:3189
-#, python-format
-msgid "Survey question %s is not a json object."
-msgstr ""
-
#: awx/api/views.py:3191
#, python-format
-msgid "'type' missing from survey question %s."
+msgid "Survey question %s is not a json object."
msgstr ""
#: awx/api/views.py:3193
#, python-format
-msgid "'question_name' missing from survey question %s."
+msgid "'type' missing from survey question %s."
msgstr ""
#: awx/api/views.py:3195
#, python-format
-msgid "'variable' missing from survey question %s."
+msgid "'question_name' missing from survey question %s."
msgstr ""
#: awx/api/views.py:3197
#, python-format
+msgid "'variable' missing from survey question %s."
+msgstr ""
+
+#: awx/api/views.py:3199
+#, python-format
msgid "'variable' '%(item)s' duplicated in survey question %(survey)s."
msgstr ""
-#: awx/api/views.py:3202
+#: awx/api/views.py:3204
#, python-format
msgid "'required' missing from survey question %s."
msgstr ""
-#: awx/api/views.py:3207
+#: awx/api/views.py:3209
#, python-brace-format
msgid "Value {question_default} for '{variable_name}' expected to be a string."
msgstr ""
-#: awx/api/views.py:3217
+#: awx/api/views.py:3219
#, python-brace-format
msgid ""
"$encrypted$ is a reserved keyword for password question defaults, survey "
"question {question_position} is type {question_type}."
msgstr ""
-#: awx/api/views.py:3233
+#: awx/api/views.py:3235
#, python-brace-format
msgid ""
"$encrypted$ is a reserved keyword, may not be used for new default in "
"position {question_position}."
msgstr ""
-#: awx/api/views.py:3307
+#: awx/api/views.py:3309
#, python-brace-format
msgid "Cannot assign multiple {credential_type} credentials."
msgstr ""
-#: awx/api/views.py:3325
+#: awx/api/views.py:3327
msgid "Extra credentials must be network or cloud."
msgstr ""
-#: awx/api/views.py:3347
+#: awx/api/views.py:3349
msgid "Maximum number of labels for {} reached."
msgstr ""
-#: awx/api/views.py:3470
+#: awx/api/views.py:3472
msgid "No matching host could be found!"
msgstr ""
-#: awx/api/views.py:3473
+#: awx/api/views.py:3475
msgid "Multiple hosts matched the request!"
msgstr ""
-#: awx/api/views.py:3478
+#: awx/api/views.py:3480
msgid "Cannot start automatically, user input required!"
msgstr ""
-#: awx/api/views.py:3485
+#: awx/api/views.py:3487
msgid "Host callback job already pending."
msgstr ""
-#: awx/api/views.py:3500 awx/api/views.py:4259
+#: awx/api/views.py:3502 awx/api/views.py:4284
msgid "Error starting job!"
msgstr ""
-#: awx/api/views.py:3620
+#: awx/api/views.py:3622
#, python-brace-format
msgid "Cannot associate {0} when {1} have been associated."
msgstr ""
-#: awx/api/views.py:3645
+#: awx/api/views.py:3647
msgid "Multiple parent relationship not allowed."
msgstr ""
-#: awx/api/views.py:3650
+#: awx/api/views.py:3652
msgid "Cycle detected."
msgstr ""
-#: awx/api/views.py:3848
+#: awx/api/views.py:3850
msgid "Workflow Job Template Schedules"
msgstr ""
-#: awx/api/views.py:3984 awx/api/views.py:4665
+#: awx/api/views.py:3986 awx/api/views.py:4690
msgid "Superuser privileges needed."
msgstr ""
-#: awx/api/views.py:4016
+#: awx/api/views.py:4018
msgid "System Job Template Schedules"
msgstr ""
-#: awx/api/views.py:4074
+#: awx/api/views.py:4076
msgid "POST not allowed for Job launching in version 2 of the api"
msgstr ""
-#: awx/api/views.py:4242
+#: awx/api/views.py:4100 awx/api/views.py:4106
+msgid "PUT not allowed for Job Details in version 2 of the API"
+msgstr ""
+
+#: awx/api/views.py:4267
#, python-brace-format
msgid "Wait until job finishes before retrying on {status_value} hosts."
msgstr ""
-#: awx/api/views.py:4247
+#: awx/api/views.py:4272
#, python-brace-format
msgid "Cannot retry on {status_value} hosts, playbook stats not available."
msgstr ""
-#: awx/api/views.py:4252
+#: awx/api/views.py:4277
#, python-brace-format
msgid "Cannot relaunch because previous job had 0 {status_value} hosts."
msgstr ""
-#: awx/api/views.py:4281
+#: awx/api/views.py:4306
msgid "Cannot create schedule because job requires credential passwords."
msgstr ""
-#: awx/api/views.py:4286
+#: awx/api/views.py:4311
msgid "Cannot create schedule because job was launched by legacy method."
msgstr ""
-#: awx/api/views.py:4288
+#: awx/api/views.py:4313
msgid "Cannot create schedule because a related resource is missing."
msgstr ""
-#: awx/api/views.py:4343
+#: awx/api/views.py:4368
msgid "Job Host Summaries List"
msgstr ""
-#: awx/api/views.py:4392
+#: awx/api/views.py:4417
msgid "Job Event Children List"
msgstr ""
-#: awx/api/views.py:4402
+#: awx/api/views.py:4427
msgid "Job Event Hosts List"
msgstr ""
-#: awx/api/views.py:4411
+#: awx/api/views.py:4436
msgid "Job Events List"
msgstr ""
-#: awx/api/views.py:4622
+#: awx/api/views.py:4647
msgid "Ad Hoc Command Events List"
msgstr ""
-#: awx/api/views.py:4864
+#: awx/api/views.py:4889
msgid "Delete not allowed while there are pending notifications"
msgstr ""
-#: awx/api/views.py:4872
+#: awx/api/views.py:4897
msgid "Notification Template Test"
msgstr ""
@@ -1479,9 +1541,9 @@ msgstr ""
#: awx/conf/tests/unit/test_settings.py:411
#: awx/conf/tests/unit/test_settings.py:430
#: awx/conf/tests/unit/test_settings.py:466 awx/main/conf.py:22
-#: awx/main/conf.py:32 awx/main/conf.py:42 awx/main/conf.py:52
-#: awx/main/conf.py:61 awx/main/conf.py:73 awx/main/conf.py:86
-#: awx/main/conf.py:99 awx/main/conf.py:124
+#: awx/main/conf.py:32 awx/main/conf.py:43 awx/main/conf.py:53
+#: awx/main/conf.py:62 awx/main/conf.py:74 awx/main/conf.py:87
+#: awx/main/conf.py:100 awx/main/conf.py:125
msgid "System"
msgstr ""
@@ -1546,55 +1608,55 @@ msgstr ""
msgid "Features not found in active license."
msgstr ""
-#: awx/main/access.py:823
+#: awx/main/access.py:818
msgid "Unable to change inventory on a host."
msgstr ""
-#: awx/main/access.py:840 awx/main/access.py:885
+#: awx/main/access.py:835 awx/main/access.py:880
msgid "Cannot associate two items from different inventories."
msgstr ""
-#: awx/main/access.py:873
+#: awx/main/access.py:868
msgid "Unable to change inventory on a group."
msgstr ""
-#: awx/main/access.py:1131
+#: awx/main/access.py:1129
msgid "Unable to change organization on a team."
msgstr ""
-#: awx/main/access.py:1148
+#: awx/main/access.py:1146
msgid "The {} role cannot be assigned to a team"
msgstr ""
-#: awx/main/access.py:1150
+#: awx/main/access.py:1148
msgid "The admin_role for a User cannot be assigned to a team"
msgstr ""
-#: awx/main/access.py:1504
+#: awx/main/access.py:1502 awx/main/access.py:1936
msgid "Job was launched with prompts provided by another user."
msgstr ""
-#: awx/main/access.py:1524
+#: awx/main/access.py:1522
msgid "Job has been orphaned from its job template."
msgstr ""
-#: awx/main/access.py:1526
+#: awx/main/access.py:1524
msgid "Job was launched with unknown prompted fields."
msgstr ""
-#: awx/main/access.py:1528
+#: awx/main/access.py:1526
msgid "Job was launched with prompted fields."
msgstr ""
-#: awx/main/access.py:1530
+#: awx/main/access.py:1528
msgid " Organization level permissions required."
msgstr ""
-#: awx/main/access.py:1532
+#: awx/main/access.py:1530
msgid " You do not have permission to related resources."
msgstr ""
-#: awx/main/access.py:1942
+#: awx/main/access.py:1950
msgid ""
"You do not have permission to the workflow job resources required for "
"relaunch."
@@ -1628,56 +1690,56 @@ msgstr ""
#: awx/main/conf.py:41
msgid ""
-"Controls whether any Organization Admin can view all users, even those not "
-"associated with their Organization."
-msgstr ""
-
-#: awx/main/conf.py:49
-msgid "Organization Admins Can Manage Users and Teams"
+"Controls whether any Organization Admin can view all users and teams, even "
+"those not associated with their Organization."
msgstr ""
#: awx/main/conf.py:50
+msgid "Organization Admins Can Manage Users and Teams"
+msgstr ""
+
+#: awx/main/conf.py:51
msgid ""
"Controls whether any Organization Admin has the privileges to create and "
"manage users and teams. You may want to disable this ability if you are "
"using an LDAP or SAML integration."
msgstr ""
-#: awx/main/conf.py:59
+#: awx/main/conf.py:60
msgid "Enable Administrator Alerts"
msgstr ""
-#: awx/main/conf.py:60
+#: awx/main/conf.py:61
msgid "Email Admin users for system events that may require attention."
msgstr ""
-#: awx/main/conf.py:70
+#: awx/main/conf.py:71
msgid "Base URL of the Tower host"
msgstr ""
-#: awx/main/conf.py:71
+#: awx/main/conf.py:72
msgid ""
"This setting is used by services like notifications to render a valid url to "
"the Tower host."
msgstr ""
-#: awx/main/conf.py:80
+#: awx/main/conf.py:81
msgid "Remote Host Headers"
msgstr ""
-#: awx/main/conf.py:81
+#: awx/main/conf.py:82
msgid ""
"HTTP headers and meta keys to search to determine remote host name or IP. "
"Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if "
"behind a reverse proxy. See the \"Proxy Support\" section of the "
-"Adminstrator guide formore details."
-msgstr ""
-
-#: awx/main/conf.py:93
-msgid "Proxy IP Whitelist"
+"Adminstrator guide for more details."
msgstr ""
#: awx/main/conf.py:94
+msgid "Proxy IP Whitelist"
+msgstr ""
+
+#: awx/main/conf.py:95
msgid ""
"If Tower is behind a reverse proxy/load balancer, use this setting to "
"whitelist the proxy IP addresses from which Tower should trust custom "
@@ -1686,51 +1748,51 @@ msgid ""
"unconditionally')"
msgstr ""
-#: awx/main/conf.py:120
+#: awx/main/conf.py:121
msgid "License"
msgstr ""
-#: awx/main/conf.py:121
+#: awx/main/conf.py:122
msgid ""
"The license controls which features and functionality are enabled. Use /api/"
"v1/config/ to update or change the license."
msgstr ""
-#: awx/main/conf.py:131
+#: awx/main/conf.py:132
msgid "Ansible Modules Allowed for Ad Hoc Jobs"
msgstr ""
-#: awx/main/conf.py:132
+#: awx/main/conf.py:133
msgid "List of modules allowed to be used by ad-hoc jobs."
msgstr ""
-#: awx/main/conf.py:133 awx/main/conf.py:155 awx/main/conf.py:164
-#: awx/main/conf.py:175 awx/main/conf.py:185 awx/main/conf.py:195
-#: awx/main/conf.py:205 awx/main/conf.py:216 awx/main/conf.py:228
-#: awx/main/conf.py:240 awx/main/conf.py:253 awx/main/conf.py:265
-#: awx/main/conf.py:275 awx/main/conf.py:286 awx/main/conf.py:297
-#: awx/main/conf.py:307 awx/main/conf.py:317 awx/main/conf.py:329
-#: awx/main/conf.py:341 awx/main/conf.py:353 awx/main/conf.py:367
+#: awx/main/conf.py:134 awx/main/conf.py:156 awx/main/conf.py:165
+#: awx/main/conf.py:176 awx/main/conf.py:186 awx/main/conf.py:196
+#: awx/main/conf.py:206 awx/main/conf.py:217 awx/main/conf.py:229
+#: awx/main/conf.py:241 awx/main/conf.py:254 awx/main/conf.py:266
+#: awx/main/conf.py:276 awx/main/conf.py:287 awx/main/conf.py:298
+#: awx/main/conf.py:308 awx/main/conf.py:318 awx/main/conf.py:330
+#: awx/main/conf.py:342 awx/main/conf.py:354 awx/main/conf.py:368
msgid "Jobs"
msgstr ""
-#: awx/main/conf.py:142
+#: awx/main/conf.py:143
msgid "Always"
msgstr ""
-#: awx/main/conf.py:143
+#: awx/main/conf.py:144
msgid "Never"
msgstr ""
-#: awx/main/conf.py:144
+#: awx/main/conf.py:145
msgid "Only On Job Template Definitions"
msgstr ""
-#: awx/main/conf.py:147
+#: awx/main/conf.py:148
msgid "When can extra variables contain Jinja templates?"
msgstr ""
-#: awx/main/conf.py:149
+#: awx/main/conf.py:150
msgid ""
"Ansible allows variable substitution via the Jinja2 templating language for "
"--extra-vars. This poses a potential security risk where Tower users with "
@@ -1739,185 +1801,185 @@ msgid ""
"to \"template\" or \"never\"."
msgstr ""
-#: awx/main/conf.py:162
+#: awx/main/conf.py:163
msgid "Enable job isolation"
msgstr ""
-#: awx/main/conf.py:163
+#: awx/main/conf.py:164
msgid ""
"Isolates an Ansible job from protected parts of the system to prevent "
"exposing sensitive information."
msgstr ""
-#: awx/main/conf.py:171
+#: awx/main/conf.py:172
msgid "Job execution path"
msgstr ""
-#: awx/main/conf.py:172
+#: awx/main/conf.py:173
msgid ""
"The directory in which Tower will create new temporary directories for job "
"execution and isolation (such as credential files and custom inventory "
"scripts)."
msgstr ""
-#: awx/main/conf.py:183
+#: awx/main/conf.py:184
msgid "Paths to hide from isolated jobs"
msgstr ""
-#: awx/main/conf.py:184
+#: awx/main/conf.py:185
msgid ""
"Additional paths to hide from isolated processes. Enter one path per line."
msgstr ""
-#: awx/main/conf.py:193
+#: awx/main/conf.py:194
msgid "Paths to expose to isolated jobs"
msgstr ""
-#: awx/main/conf.py:194
+#: awx/main/conf.py:195
msgid ""
"Whitelist of paths that would otherwise be hidden to expose to isolated "
"jobs. Enter one path per line."
msgstr ""
-#: awx/main/conf.py:203
+#: awx/main/conf.py:204
msgid "Isolated status check interval"
msgstr ""
-#: awx/main/conf.py:204
+#: awx/main/conf.py:205
msgid ""
"The number of seconds to sleep between status checks for jobs running on "
"isolated instances."
msgstr ""
-#: awx/main/conf.py:213
+#: awx/main/conf.py:214
msgid "Isolated launch timeout"
msgstr ""
-#: awx/main/conf.py:214
+#: awx/main/conf.py:215
msgid ""
"The timeout (in seconds) for launching jobs on isolated instances. This "
"includes the time needed to copy source control files (playbooks) to the "
"isolated instance."
msgstr ""
-#: awx/main/conf.py:225
+#: awx/main/conf.py:226
msgid "Isolated connection timeout"
msgstr ""
-#: awx/main/conf.py:226
+#: awx/main/conf.py:227
msgid ""
"Ansible SSH connection timeout (in seconds) to use when communicating with "
"isolated instances. Value should be substantially greater than expected "
"network latency."
msgstr ""
-#: awx/main/conf.py:236
+#: awx/main/conf.py:237
msgid "Generate RSA keys for isolated instances"
msgstr ""
-#: awx/main/conf.py:237
+#: awx/main/conf.py:238
msgid ""
"If set, a random RSA key will be generated and distributed to isolated "
"instances. To disable this behavior and manage authentication for isolated "
"instances outside of Tower, disable this setting."
msgstr ""
-#: awx/main/conf.py:251 awx/main/conf.py:252
+#: awx/main/conf.py:252 awx/main/conf.py:253
msgid "The RSA private key for SSH traffic to isolated instances"
msgstr ""
-#: awx/main/conf.py:263 awx/main/conf.py:264
+#: awx/main/conf.py:264 awx/main/conf.py:265
msgid "The RSA public key for SSH traffic to isolated instances"
msgstr ""
-#: awx/main/conf.py:273
+#: awx/main/conf.py:274
msgid "Extra Environment Variables"
msgstr ""
-#: awx/main/conf.py:274
+#: awx/main/conf.py:275
msgid ""
"Additional environment variables set for playbook runs, inventory updates, "
"project updates, and notification sending."
msgstr ""
-#: awx/main/conf.py:284
+#: awx/main/conf.py:285
msgid "Standard Output Maximum Display Size"
msgstr ""
-#: awx/main/conf.py:285
+#: awx/main/conf.py:286
msgid ""
"Maximum Size of Standard Output in bytes to display before requiring the "
"output be downloaded."
msgstr ""
-#: awx/main/conf.py:294
+#: awx/main/conf.py:295
msgid "Job Event Standard Output Maximum Display Size"
msgstr ""
-#: awx/main/conf.py:296
+#: awx/main/conf.py:297
msgid ""
"Maximum Size of Standard Output in bytes to display for a single job or ad "
"hoc command event. `stdout` will end with `…` when truncated."
msgstr ""
-#: awx/main/conf.py:305
+#: awx/main/conf.py:306
msgid "Maximum Scheduled Jobs"
msgstr ""
-#: awx/main/conf.py:306
+#: awx/main/conf.py:307
msgid ""
"Maximum number of the same job template that can be waiting to run when "
"launching from a schedule before no more are created."
msgstr ""
-#: awx/main/conf.py:315
+#: awx/main/conf.py:316
msgid "Ansible Callback Plugins"
msgstr ""
-#: awx/main/conf.py:316
+#: awx/main/conf.py:317
msgid ""
"List of paths to search for extra callback plugins to be used when running "
"jobs. Enter one path per line."
msgstr ""
-#: awx/main/conf.py:326
+#: awx/main/conf.py:327
msgid "Default Job Timeout"
msgstr ""
-#: awx/main/conf.py:327
+#: awx/main/conf.py:328
msgid ""
"Maximum time in seconds to allow jobs to run. Use value of 0 to indicate "
"that no timeout should be imposed. A timeout set on an individual job "
"template will override this."
msgstr ""
-#: awx/main/conf.py:338
+#: awx/main/conf.py:339
msgid "Default Inventory Update Timeout"
msgstr ""
-#: awx/main/conf.py:339
+#: awx/main/conf.py:340
msgid ""
"Maximum time in seconds to allow inventory updates to run. Use value of 0 to "
"indicate that no timeout should be imposed. A timeout set on an individual "
"inventory source will override this."
msgstr ""
-#: awx/main/conf.py:350
+#: awx/main/conf.py:351
msgid "Default Project Update Timeout"
msgstr ""
-#: awx/main/conf.py:351
+#: awx/main/conf.py:352
msgid ""
"Maximum time in seconds to allow project updates to run. Use value of 0 to "
"indicate that no timeout should be imposed. A timeout set on an individual "
"project will override this."
msgstr ""
-#: awx/main/conf.py:362
+#: awx/main/conf.py:363
msgid "Per-Host Ansible Fact Cache Timeout"
msgstr ""
-#: awx/main/conf.py:363
+#: awx/main/conf.py:364
msgid ""
"Maximum time, in seconds, that stored Ansible facts are considered valid "
"since the last time they were modified. Only valid, non-stale, facts will be "
@@ -1926,62 +1988,62 @@ msgid ""
"timeout should be imposed."
msgstr ""
-#: awx/main/conf.py:376
+#: awx/main/conf.py:377
msgid "Logging Aggregator"
msgstr ""
-#: awx/main/conf.py:377
+#: awx/main/conf.py:378
msgid "Hostname/IP where external logs will be sent to."
msgstr ""
-#: awx/main/conf.py:378 awx/main/conf.py:389 awx/main/conf.py:401
-#: awx/main/conf.py:411 awx/main/conf.py:423 awx/main/conf.py:438
-#: awx/main/conf.py:450 awx/main/conf.py:459 awx/main/conf.py:469
-#: awx/main/conf.py:479 awx/main/conf.py:490 awx/main/conf.py:502
-#: awx/main/conf.py:515
+#: awx/main/conf.py:379 awx/main/conf.py:390 awx/main/conf.py:402
+#: awx/main/conf.py:412 awx/main/conf.py:424 awx/main/conf.py:439
+#: awx/main/conf.py:451 awx/main/conf.py:460 awx/main/conf.py:470
+#: awx/main/conf.py:480 awx/main/conf.py:491 awx/main/conf.py:503
+#: awx/main/conf.py:516
msgid "Logging"
msgstr ""
-#: awx/main/conf.py:386
+#: awx/main/conf.py:387
msgid "Logging Aggregator Port"
msgstr ""
-#: awx/main/conf.py:387
+#: awx/main/conf.py:388
msgid ""
"Port on Logging Aggregator to send logs to (if required and not provided in "
"Logging Aggregator)."
msgstr ""
-#: awx/main/conf.py:399
+#: awx/main/conf.py:400
msgid "Logging Aggregator Type"
msgstr ""
-#: awx/main/conf.py:400
+#: awx/main/conf.py:401
msgid "Format messages for the chosen log aggregator."
msgstr ""
-#: awx/main/conf.py:409
+#: awx/main/conf.py:410
msgid "Logging Aggregator Username"
msgstr ""
-#: awx/main/conf.py:410
+#: awx/main/conf.py:411
msgid "Username for external log aggregator (if required)."
msgstr ""
-#: awx/main/conf.py:421
+#: awx/main/conf.py:422
msgid "Logging Aggregator Password/Token"
msgstr ""
-#: awx/main/conf.py:422
+#: awx/main/conf.py:423
msgid ""
"Password or authentication token for external log aggregator (if required)."
msgstr ""
-#: awx/main/conf.py:431
+#: awx/main/conf.py:432
msgid "Loggers Sending Data to Log Aggregator Form"
msgstr ""
-#: awx/main/conf.py:432
+#: awx/main/conf.py:433
msgid ""
"List of loggers that will send HTTP logs to the collector, these can include "
"any or all of: \n"
@@ -1991,11 +2053,11 @@ msgid ""
"system_tracking - facts gathered from scan jobs."
msgstr ""
-#: awx/main/conf.py:445
+#: awx/main/conf.py:446
msgid "Log System Tracking Facts Individually"
msgstr ""
-#: awx/main/conf.py:446
+#: awx/main/conf.py:447
msgid ""
"If set, system tracking facts will be sent for each package, service, or "
"other item found in a scan, allowing for greater search query granularity. "
@@ -2003,45 +2065,45 @@ msgid ""
"efficiency in fact processing."
msgstr ""
-#: awx/main/conf.py:457
+#: awx/main/conf.py:458
msgid "Enable External Logging"
msgstr ""
-#: awx/main/conf.py:458
+#: awx/main/conf.py:459
msgid "Enable sending logs to external log aggregator."
msgstr ""
-#: awx/main/conf.py:467
+#: awx/main/conf.py:468
msgid "Cluster-wide Tower unique identifier."
msgstr ""
-#: awx/main/conf.py:468
+#: awx/main/conf.py:469
msgid "Useful to uniquely identify Tower instances."
msgstr ""
-#: awx/main/conf.py:477
+#: awx/main/conf.py:478
msgid "Logging Aggregator Protocol"
msgstr ""
-#: awx/main/conf.py:478
+#: awx/main/conf.py:479
msgid "Protocol used to communicate with log aggregator."
msgstr ""
-#: awx/main/conf.py:486
+#: awx/main/conf.py:487
msgid "TCP Connection Timeout"
msgstr ""
-#: awx/main/conf.py:487
+#: awx/main/conf.py:488
msgid ""
"Number of seconds for a TCP connection to external log aggregator to "
"timeout. Applies to HTTPS and TCP log aggregator protocols."
msgstr ""
-#: awx/main/conf.py:497
+#: awx/main/conf.py:498
msgid "Enable/disable HTTPS certificate verification"
msgstr ""
-#: awx/main/conf.py:498
+#: awx/main/conf.py:499
msgid ""
"Flag to control enable/disable of certificate verification when "
"LOG_AGGREGATOR_PROTOCOL is \"https\". If enabled, Tower's log handler will "
@@ -2049,11 +2111,11 @@ msgid ""
"connection."
msgstr ""
-#: awx/main/conf.py:510
+#: awx/main/conf.py:511
msgid "Logging Aggregator Level Threshold"
msgstr ""
-#: awx/main/conf.py:511
+#: awx/main/conf.py:512
msgid ""
"Level threshold used by log handler. Severities from lowest to highest are "
"DEBUG, INFO, WARNING, ERROR, CRITICAL. Messages less severe than the "
@@ -2061,7 +2123,7 @@ msgid ""
"anlytics ignore this setting)"
msgstr ""
-#: awx/main/conf.py:534 awx/sso/conf.py:1262
+#: awx/main/conf.py:535 awx/sso/conf.py:1262
msgid "\n"
msgstr ""
@@ -2314,17 +2376,17 @@ msgid "The hostname or IP address to use."
msgstr ""
#: awx/main/models/credential/__init__.py:117
-#: awx/main/models/credential/__init__.py:681
-#: awx/main/models/credential/__init__.py:736
-#: awx/main/models/credential/__init__.py:801
-#: awx/main/models/credential/__init__.py:879
-#: awx/main/models/credential/__init__.py:925
-#: awx/main/models/credential/__init__.py:953
-#: awx/main/models/credential/__init__.py:982
-#: awx/main/models/credential/__init__.py:1046
-#: awx/main/models/credential/__init__.py:1087
-#: awx/main/models/credential/__init__.py:1120
-#: awx/main/models/credential/__init__.py:1172
+#: awx/main/models/credential/__init__.py:686
+#: awx/main/models/credential/__init__.py:741
+#: awx/main/models/credential/__init__.py:806
+#: awx/main/models/credential/__init__.py:884
+#: awx/main/models/credential/__init__.py:930
+#: awx/main/models/credential/__init__.py:958
+#: awx/main/models/credential/__init__.py:987
+#: awx/main/models/credential/__init__.py:1051
+#: awx/main/models/credential/__init__.py:1092
+#: awx/main/models/credential/__init__.py:1125
+#: awx/main/models/credential/__init__.py:1177
msgid "Username"
msgstr ""
@@ -2333,16 +2395,16 @@ msgid "Username for this credential."
msgstr ""
#: awx/main/models/credential/__init__.py:124
-#: awx/main/models/credential/__init__.py:685
-#: awx/main/models/credential/__init__.py:740
-#: awx/main/models/credential/__init__.py:805
-#: awx/main/models/credential/__init__.py:929
-#: awx/main/models/credential/__init__.py:957
-#: awx/main/models/credential/__init__.py:986
-#: awx/main/models/credential/__init__.py:1050
-#: awx/main/models/credential/__init__.py:1091
-#: awx/main/models/credential/__init__.py:1124
-#: awx/main/models/credential/__init__.py:1176
+#: awx/main/models/credential/__init__.py:690
+#: awx/main/models/credential/__init__.py:745
+#: awx/main/models/credential/__init__.py:810
+#: awx/main/models/credential/__init__.py:934
+#: awx/main/models/credential/__init__.py:962
+#: awx/main/models/credential/__init__.py:991
+#: awx/main/models/credential/__init__.py:1055
+#: awx/main/models/credential/__init__.py:1096
+#: awx/main/models/credential/__init__.py:1129
+#: awx/main/models/credential/__init__.py:1181
msgid "Password"
msgstr ""
@@ -2449,22 +2511,22 @@ msgid ""
msgstr ""
#: awx/main/models/credential/__init__.py:457
-#: awx/main/models/credential/__init__.py:676
+#: awx/main/models/credential/__init__.py:681
msgid "Machine"
msgstr ""
#: awx/main/models/credential/__init__.py:458
-#: awx/main/models/credential/__init__.py:767
+#: awx/main/models/credential/__init__.py:772
msgid "Vault"
msgstr ""
#: awx/main/models/credential/__init__.py:459
-#: awx/main/models/credential/__init__.py:796
+#: awx/main/models/credential/__init__.py:801
msgid "Network"
msgstr ""
#: awx/main/models/credential/__init__.py:460
-#: awx/main/models/credential/__init__.py:731
+#: awx/main/models/credential/__init__.py:736
msgid "Source Control"
msgstr ""
@@ -2473,7 +2535,7 @@ msgid "Cloud"
msgstr ""
#: awx/main/models/credential/__init__.py:462
-#: awx/main/models/credential/__init__.py:1082
+#: awx/main/models/credential/__init__.py:1087
msgid "Insights"
msgstr ""
@@ -2489,252 +2551,248 @@ msgstr ""
msgid "adding %s credential type"
msgstr ""
-#: awx/main/models/credential/__init__.py:691
-#: awx/main/models/credential/__init__.py:810
+#: awx/main/models/credential/__init__.py:696
+#: awx/main/models/credential/__init__.py:815
msgid "SSH Private Key"
msgstr ""
-#: awx/main/models/credential/__init__.py:698
-#: awx/main/models/credential/__init__.py:752
-#: awx/main/models/credential/__init__.py:817
+#: awx/main/models/credential/__init__.py:703
+#: awx/main/models/credential/__init__.py:757
+#: awx/main/models/credential/__init__.py:822
msgid "Private Key Passphrase"
msgstr ""
-#: awx/main/models/credential/__init__.py:704
+#: awx/main/models/credential/__init__.py:709
msgid "Privilege Escalation Method"
msgstr ""
-#: awx/main/models/credential/__init__.py:706
+#: awx/main/models/credential/__init__.py:711
msgid ""
"Specify a method for \"become\" operations. This is equivalent to specifying "
"the --become-method Ansible parameter."
msgstr ""
-#: awx/main/models/credential/__init__.py:711
+#: awx/main/models/credential/__init__.py:716
msgid "Privilege Escalation Username"
msgstr ""
-#: awx/main/models/credential/__init__.py:715
+#: awx/main/models/credential/__init__.py:720
msgid "Privilege Escalation Password"
msgstr ""
-#: awx/main/models/credential/__init__.py:745
+#: awx/main/models/credential/__init__.py:750
msgid "SCM Private Key"
msgstr ""
-#: awx/main/models/credential/__init__.py:772
+#: awx/main/models/credential/__init__.py:777
msgid "Vault Password"
msgstr ""
-#: awx/main/models/credential/__init__.py:778
+#: awx/main/models/credential/__init__.py:783
msgid "Vault Identifier"
msgstr ""
-#: awx/main/models/credential/__init__.py:781
+#: awx/main/models/credential/__init__.py:786
msgid ""
"Specify an (optional) Vault ID. This is equivalent to specifying the --vault-"
"id Ansible parameter for providing multiple Vault passwords. Note: this "
"feature only works in Ansible 2.4+."
msgstr ""
-#: awx/main/models/credential/__init__.py:822
+#: awx/main/models/credential/__init__.py:827
msgid "Authorize"
msgstr ""
-#: awx/main/models/credential/__init__.py:826
+#: awx/main/models/credential/__init__.py:831
msgid "Authorize Password"
msgstr ""
-#: awx/main/models/credential/__init__.py:843
+#: awx/main/models/credential/__init__.py:848
msgid "Amazon Web Services"
msgstr ""
-#: awx/main/models/credential/__init__.py:848
+#: awx/main/models/credential/__init__.py:853
msgid "Access Key"
msgstr ""
-#: awx/main/models/credential/__init__.py:852
+#: awx/main/models/credential/__init__.py:857
msgid "Secret Key"
msgstr ""
-#: awx/main/models/credential/__init__.py:857
+#: awx/main/models/credential/__init__.py:862
msgid "STS Token"
msgstr ""
-#: awx/main/models/credential/__init__.py:860
+#: awx/main/models/credential/__init__.py:865
msgid ""
"Security Token Service (STS) is a web service that enables you to request "
"temporary, limited-privilege credentials for AWS Identity and Access "
"Management (IAM) users."
msgstr ""
-#: awx/main/models/credential/__init__.py:874 awx/main/models/inventory.py:990
+#: awx/main/models/credential/__init__.py:879 awx/main/models/inventory.py:990
msgid "OpenStack"
msgstr ""
-#: awx/main/models/credential/__init__.py:883
+#: awx/main/models/credential/__init__.py:888
msgid "Password (API Key)"
msgstr ""
-#: awx/main/models/credential/__init__.py:888
-#: awx/main/models/credential/__init__.py:1115
+#: awx/main/models/credential/__init__.py:893
+#: awx/main/models/credential/__init__.py:1120
msgid "Host (Authentication URL)"
msgstr ""
-#: awx/main/models/credential/__init__.py:890
+#: awx/main/models/credential/__init__.py:895
msgid ""
"The host to authenticate with. For example, https://openstack.business.com/"
"v2.0/"
msgstr ""
-#: awx/main/models/credential/__init__.py:894
+#: awx/main/models/credential/__init__.py:899
msgid "Project (Tenant Name)"
msgstr ""
-#: awx/main/models/credential/__init__.py:898
+#: awx/main/models/credential/__init__.py:903
msgid "Domain Name"
msgstr ""
-#: awx/main/models/credential/__init__.py:900
+#: awx/main/models/credential/__init__.py:905
msgid ""
"OpenStack domains define administrative boundaries. It is only needed for "
"Keystone v3 authentication URLs. Refer to Ansible Tower documentation for "
"common scenarios."
msgstr ""
-#: awx/main/models/credential/__init__.py:914 awx/main/models/inventory.py:987
+#: awx/main/models/credential/__init__.py:919 awx/main/models/inventory.py:987
msgid "VMware vCenter"
msgstr ""
-#: awx/main/models/credential/__init__.py:919
+#: awx/main/models/credential/__init__.py:924
msgid "VCenter Host"
msgstr ""
-#: awx/main/models/credential/__init__.py:921
+#: awx/main/models/credential/__init__.py:926
msgid ""
"Enter the hostname or IP address that corresponds to your VMware vCenter."
msgstr ""
-#: awx/main/models/credential/__init__.py:942 awx/main/models/inventory.py:988
+#: awx/main/models/credential/__init__.py:947 awx/main/models/inventory.py:988
msgid "Red Hat Satellite 6"
msgstr ""
-#: awx/main/models/credential/__init__.py:947
+#: awx/main/models/credential/__init__.py:952
msgid "Satellite 6 URL"
msgstr ""
-#: awx/main/models/credential/__init__.py:949
+#: awx/main/models/credential/__init__.py:954
msgid ""
"Enter the URL that corresponds to your Red Hat Satellite 6 server. For "
"example, https://satellite.example.org"
msgstr ""
-#: awx/main/models/credential/__init__.py:970 awx/main/models/inventory.py:989
+#: awx/main/models/credential/__init__.py:975 awx/main/models/inventory.py:989
msgid "Red Hat CloudForms"
msgstr ""
-#: awx/main/models/credential/__init__.py:975
+#: awx/main/models/credential/__init__.py:980
msgid "CloudForms URL"
msgstr ""
-#: awx/main/models/credential/__init__.py:977
+#: awx/main/models/credential/__init__.py:982
msgid ""
"Enter the URL for the virtual machine that corresponds to your CloudForm "
"instance. For example, https://cloudforms.example.org"
msgstr ""
-#: awx/main/models/credential/__init__.py:999 awx/main/models/inventory.py:985
+#: awx/main/models/credential/__init__.py:1004 awx/main/models/inventory.py:985
msgid "Google Compute Engine"
msgstr ""
-#: awx/main/models/credential/__init__.py:1004
+#: awx/main/models/credential/__init__.py:1009
msgid "Service Account Email Address"
msgstr ""
-#: awx/main/models/credential/__init__.py:1006
+#: awx/main/models/credential/__init__.py:1011
msgid ""
"The email address assigned to the Google Compute Engine service account."
msgstr ""
-#: awx/main/models/credential/__init__.py:1012
+#: awx/main/models/credential/__init__.py:1017
msgid ""
"The Project ID is the GCE assigned identification. It is often constructed "
"as three words or two words followed by a three-digit number. Examples: "
"project-id-000 and another-project-id"
msgstr ""
-#: awx/main/models/credential/__init__.py:1018
+#: awx/main/models/credential/__init__.py:1023
msgid "RSA Private Key"
msgstr ""
-#: awx/main/models/credential/__init__.py:1023
+#: awx/main/models/credential/__init__.py:1028
msgid ""
"Paste the contents of the PEM file associated with the service account email."
msgstr ""
-#: awx/main/models/credential/__init__.py:1035 awx/main/models/inventory.py:986
+#: awx/main/models/credential/__init__.py:1040 awx/main/models/inventory.py:986
msgid "Microsoft Azure Resource Manager"
msgstr ""
-#: awx/main/models/credential/__init__.py:1040
+#: awx/main/models/credential/__init__.py:1045
msgid "Subscription ID"
msgstr ""
-#: awx/main/models/credential/__init__.py:1042
+#: awx/main/models/credential/__init__.py:1047
msgid "Subscription ID is an Azure construct, which is mapped to a username."
msgstr ""
-#: awx/main/models/credential/__init__.py:1055
+#: awx/main/models/credential/__init__.py:1060
msgid "Client ID"
msgstr ""
-#: awx/main/models/credential/__init__.py:1059
-msgid "Client Secret"
-msgstr ""
-
-#: awx/main/models/credential/__init__.py:1064
+#: awx/main/models/credential/__init__.py:1069
msgid "Tenant ID"
msgstr ""
-#: awx/main/models/credential/__init__.py:1068
+#: awx/main/models/credential/__init__.py:1073
msgid "Azure Cloud Environment"
msgstr ""
-#: awx/main/models/credential/__init__.py:1070
+#: awx/main/models/credential/__init__.py:1075
msgid ""
"Environment variable AZURE_CLOUD_ENVIRONMENT when using Azure GovCloud or "
"Azure stack."
msgstr ""
-#: awx/main/models/credential/__init__.py:1110 awx/main/models/inventory.py:991
+#: awx/main/models/credential/__init__.py:1115 awx/main/models/inventory.py:991
msgid "Red Hat Virtualization"
msgstr ""
-#: awx/main/models/credential/__init__.py:1117
+#: awx/main/models/credential/__init__.py:1122
msgid "The host to authenticate with."
msgstr ""
-#: awx/main/models/credential/__init__.py:1129
+#: awx/main/models/credential/__init__.py:1134
msgid "CA File"
msgstr ""
-#: awx/main/models/credential/__init__.py:1131
+#: awx/main/models/credential/__init__.py:1136
msgid "Absolute file path to the CA file to use (optional)"
msgstr ""
-#: awx/main/models/credential/__init__.py:1162 awx/main/models/inventory.py:992
+#: awx/main/models/credential/__init__.py:1167 awx/main/models/inventory.py:992
msgid "Ansible Tower"
msgstr ""
-#: awx/main/models/credential/__init__.py:1167
+#: awx/main/models/credential/__init__.py:1172
msgid "Ansible Tower Hostname"
msgstr ""
-#: awx/main/models/credential/__init__.py:1169
+#: awx/main/models/credential/__init__.py:1174
msgid "The Ansible Tower base URL to authenticate with."
msgstr ""
-#: awx/main/models/credential/__init__.py:1181
+#: awx/main/models/credential/__init__.py:1186
msgid "Verify SSL"
msgstr ""
@@ -2877,24 +2935,24 @@ msgid ""
"host."
msgstr ""
-#: awx/main/models/ha.py:145
+#: awx/main/models/ha.py:153
msgid "Instances that are members of this InstanceGroup"
msgstr ""
-#: awx/main/models/ha.py:150
+#: awx/main/models/ha.py:158
msgid "Instance Group to remotely control this group."
msgstr ""
-#: awx/main/models/ha.py:157
+#: awx/main/models/ha.py:165
msgid "Percentage of Instances to automatically assign to this group"
msgstr ""
-#: awx/main/models/ha.py:161
+#: awx/main/models/ha.py:169
msgid ""
"Static minimum number of Instances to automatically assign to this group"
msgstr ""
-#: awx/main/models/ha.py:166
+#: awx/main/models/ha.py:174
msgid ""
"List of exact-match Instances that will always be automatically assigned to "
"this group"
@@ -3058,7 +3116,7 @@ msgid "Inventory source(s) that created or modified this group."
msgstr ""
#: awx/main/models/inventory.py:981 awx/main/models/projects.py:53
-#: awx/main/models/unified_jobs.py:518
+#: awx/main/models/unified_jobs.py:519
msgid "Manual"
msgstr ""
@@ -3258,55 +3316,55 @@ msgstr ""
msgid "Field is not configured to prompt on launch."
msgstr ""
-#: awx/main/models/jobs.py:407
+#: awx/main/models/jobs.py:409
msgid "Saved launch configurations cannot provide passwords needed to start."
msgstr ""
-#: awx/main/models/jobs.py:415
+#: awx/main/models/jobs.py:417
msgid "Job Template {} is missing or undefined."
msgstr ""
-#: awx/main/models/jobs.py:496 awx/main/models/projects.py:277
+#: awx/main/models/jobs.py:498 awx/main/models/projects.py:277
msgid "SCM Revision"
msgstr ""
-#: awx/main/models/jobs.py:497
+#: awx/main/models/jobs.py:499
msgid "The SCM Revision from the Project used for this job, if available"
msgstr ""
-#: awx/main/models/jobs.py:505
+#: awx/main/models/jobs.py:507
msgid ""
"The SCM Refresh task used to make sure the playbooks were available for the "
"job run"
msgstr ""
-#: awx/main/models/jobs.py:632
+#: awx/main/models/jobs.py:634
#, python-brace-format
msgid "{status_value} is not a valid status option."
msgstr ""
-#: awx/main/models/jobs.py:993
+#: awx/main/models/jobs.py:999
msgid "job host summaries"
msgstr ""
-#: awx/main/models/jobs.py:1064
+#: awx/main/models/jobs.py:1070
msgid "Remove jobs older than a certain number of days"
msgstr ""
-#: awx/main/models/jobs.py:1065
+#: awx/main/models/jobs.py:1071
msgid "Remove activity stream entries older than a certain number of days"
msgstr ""
-#: awx/main/models/jobs.py:1066
+#: awx/main/models/jobs.py:1072
msgid "Purge and/or reduce the granularity of system tracking data"
msgstr ""
-#: awx/main/models/jobs.py:1136
+#: awx/main/models/jobs.py:1142
#, python-brace-format
msgid "Variables {list_of_keys} are not allowed for system jobs."
msgstr ""
-#: awx/main/models/jobs.py:1151
+#: awx/main/models/jobs.py:1157
msgid "days must be a positive integer."
msgstr ""
@@ -3410,7 +3468,7 @@ msgstr ""
msgid "The user representing the token owner"
msgstr ""
-#: awx/main/models/oauth.py:112
+#: awx/main/models/oauth.py:113
msgid ""
"Allowed scopes, further restricts user's permissions. Must be a simple space-"
"separated string with allowed scopes ['read', 'write']."
@@ -3734,53 +3792,57 @@ msgid ""
"Variables {list_of_keys} provided, but this template cannot accept variables."
msgstr ""
-#: awx/main/models/unified_jobs.py:519
+#: awx/main/models/unified_jobs.py:520
msgid "Relaunch"
msgstr ""
-#: awx/main/models/unified_jobs.py:520
+#: awx/main/models/unified_jobs.py:521
msgid "Callback"
msgstr ""
-#: awx/main/models/unified_jobs.py:521
+#: awx/main/models/unified_jobs.py:522
msgid "Scheduled"
msgstr ""
-#: awx/main/models/unified_jobs.py:522
+#: awx/main/models/unified_jobs.py:523
msgid "Dependency"
msgstr ""
-#: awx/main/models/unified_jobs.py:523
+#: awx/main/models/unified_jobs.py:524
msgid "Workflow"
msgstr ""
-#: awx/main/models/unified_jobs.py:524
+#: awx/main/models/unified_jobs.py:525
msgid "Sync"
msgstr ""
-#: awx/main/models/unified_jobs.py:572
+#: awx/main/models/unified_jobs.py:573
msgid "The node the job executed on."
msgstr ""
-#: awx/main/models/unified_jobs.py:598
+#: awx/main/models/unified_jobs.py:579
+msgid "The instance that managed the isolated execution environment."
+msgstr ""
+
+#: awx/main/models/unified_jobs.py:605
msgid "The date and time the job was queued for starting."
msgstr ""
-#: awx/main/models/unified_jobs.py:604
+#: awx/main/models/unified_jobs.py:611
msgid "The date and time the job finished execution."
msgstr ""
-#: awx/main/models/unified_jobs.py:610
+#: awx/main/models/unified_jobs.py:617
msgid "Elapsed time in seconds that the job ran."
msgstr ""
-#: awx/main/models/unified_jobs.py:632
+#: awx/main/models/unified_jobs.py:639
msgid ""
"A status field to indicate the state of the job if it wasn't able to run and "
"capture stdout"
msgstr ""
-#: awx/main/models/unified_jobs.py:661
+#: awx/main/models/unified_jobs.py:668
msgid "The Rampart/Instance group the job was run under"
msgstr ""
@@ -3792,7 +3854,7 @@ msgid ""
"{error_text}"
msgstr ""
-#: awx/main/models/workflow.py:387
+#: awx/main/models/workflow.py:388
msgid "Field is not allowed for use in workflows."
msgstr ""
@@ -3844,31 +3906,31 @@ msgstr ""
msgid "Error sending notification webhook: {}"
msgstr ""
-#: awx/main/scheduler/task_manager.py:200
+#: awx/main/scheduler/task_manager.py:201
msgid ""
"Job spawned from workflow could not start because it was not in the right "
"state or required manual credentials"
msgstr ""
-#: awx/main/scheduler/task_manager.py:204
+#: awx/main/scheduler/task_manager.py:205
msgid ""
"Job spawned from workflow could not start because it was missing a related "
"resource such as project or inventory"
msgstr ""
-#: awx/main/signals.py:608
+#: awx/main/signals.py:616
msgid "limit_reached"
msgstr ""
-#: awx/main/tasks.py:281
+#: awx/main/tasks.py:282
msgid "Ansible Tower host usage over 90%"
msgstr ""
-#: awx/main/tasks.py:286
+#: awx/main/tasks.py:287
msgid "Ansible Tower license will expire soon"
msgstr ""
-#: awx/main/tasks.py:1329
+#: awx/main/tasks.py:1335
msgid "Job could not start because it does not have a valid inventory."
msgstr ""
diff --git a/awx/locale/en-us/LC_MESSAGES/django.po b/awx/locale/en-us/LC_MESSAGES/django.po
index 141b9ce4ea..aa0af57610 100644
--- a/awx/locale/en-us/LC_MESSAGES/django.po
+++ b/awx/locale/en-us/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-07-28 18:57+0000\n"
+"POT-Creation-Date: 2018-06-14 18:30+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -17,86 +17,105 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: awx/api/authentication.py:67
-msgid "Invalid token header. No credentials provided."
-msgstr ""
-
-#: awx/api/authentication.py:70
-msgid "Invalid token header. Token string should not contain spaces."
-msgstr ""
-
-#: awx/api/authentication.py:105
-msgid "User inactive or deleted"
-msgstr ""
-
-#: awx/api/authentication.py:161
-msgid "Invalid task token"
-msgstr ""
-
-#: awx/api/conf.py:12
+#: awx/api/conf.py:15
msgid "Idle Time Force Log Out"
msgstr ""
-#: awx/api/conf.py:13
+#: awx/api/conf.py:16
msgid ""
"Number of seconds that a user is inactive before they will need to login "
"again."
msgstr ""
-#: awx/api/conf.py:14 awx/api/conf.py:24 awx/api/conf.py:33 awx/sso/conf.py:85
-#: awx/sso/conf.py:96 awx/sso/conf.py:108 awx/sso/conf.py:123
+#: awx/api/conf.py:17 awx/api/conf.py:26 awx/api/conf.py:34 awx/api/conf.py:47
+#: awx/sso/conf.py:85 awx/sso/conf.py:96 awx/sso/conf.py:108
+#: awx/sso/conf.py:123
msgid "Authentication"
msgstr ""
-#: awx/api/conf.py:22
-msgid "Maximum number of simultaneous logins"
+#: awx/api/conf.py:24
+msgid "Maximum number of simultaneous logged in sessions"
msgstr ""
-#: awx/api/conf.py:23
+#: awx/api/conf.py:25
msgid ""
-"Maximum number of simultaneous logins a user may have. To disable enter -1."
-msgstr ""
-
-#: awx/api/conf.py:31
-msgid "Enable HTTP Basic Auth"
+"Maximum number of simultaneous logged in sessions a user may have. To "
+"disable enter -1."
msgstr ""
#: awx/api/conf.py:32
+msgid "Enable HTTP Basic Auth"
+msgstr ""
+
+#: awx/api/conf.py:33
msgid "Enable HTTP Basic Auth for the API Browser."
msgstr ""
-#: awx/api/filters.py:129
+#: awx/api/conf.py:42
+msgid "OAuth 2 Timeout Settings"
+msgstr ""
+
+#: awx/api/conf.py:43
+msgid ""
+"Dictionary for customizing OAuth 2 timeouts, available items are "
+"`ACCESS_TOKEN_EXPIRE_SECONDS`, the duration of access tokens in the number "
+"of seconds, and `AUTHORIZATION_CODE_EXPIRE_SECONDS`, the duration of "
+"authorization grants in the number of seconds."
+msgstr ""
+
+#: awx/api/exceptions.py:20
+msgid "Resource is being used by running jobs."
+msgstr ""
+
+#: awx/api/fields.py:81
+#, python-brace-format
+msgid "Invalid key names: {invalid_key_names}"
+msgstr ""
+
+#: awx/api/fields.py:107
+msgid "Credential {} does not exist"
+msgstr ""
+
+#: awx/api/filters.py:96
+msgid "No related model for field {}."
+msgstr ""
+
+#: awx/api/filters.py:113
msgid "Filtering on password fields is not allowed."
msgstr ""
-#: awx/api/filters.py:141 awx/api/filters.py:143
+#: awx/api/filters.py:125 awx/api/filters.py:127
#, python-format
msgid "Filtering on %s is not allowed."
msgstr ""
-#: awx/api/filters.py:146
+#: awx/api/filters.py:130
msgid "Loops not allowed in filters, detected on field {}."
msgstr ""
-#: awx/api/filters.py:297
+#: awx/api/filters.py:159
+msgid "Query string field name not provided."
+msgstr ""
+
+#: awx/api/filters.py:186
+#, python-brace-format
+msgid "Invalid {field_name} id: {field_id}"
+msgstr ""
+
+#: awx/api/filters.py:319
#, python-format
msgid "cannot filter on kind %s"
msgstr ""
-#: awx/api/filters.py:404
-#, python-format
-msgid "cannot order by field %s"
-msgstr ""
-
-#: awx/api/generics.py:515 awx/api/generics.py:577
+#: awx/api/generics.py:620 awx/api/generics.py:682
msgid "\"id\" field must be an integer."
msgstr ""
-#: awx/api/generics.py:574
+#: awx/api/generics.py:679
msgid "\"id\" is required to disassociate"
msgstr ""
-#: awx/api/generics.py:625
+#: awx/api/generics.py:730
msgid "{} 'id' field is missing."
msgstr ""
@@ -136,842 +155,1126 @@ msgstr ""
msgid "Timestamp when this {} was last modified."
msgstr ""
-#: awx/api/parsers.py:64
+#: awx/api/parsers.py:33
msgid "JSON parse error - not a JSON object"
msgstr ""
-#: awx/api/parsers.py:67
+#: awx/api/parsers.py:36
#, python-format
msgid ""
"JSON parse error - %s\n"
"Possible cause: trailing comma."
msgstr ""
-#: awx/api/serializers.py:268
+#: awx/api/serializers.py:153
+msgid ""
+"The original object is already named {}, a copy from it cannot have the same "
+"name."
+msgstr ""
+
+#: awx/api/serializers.py:295
msgid "Playbook Run"
msgstr ""
-#: awx/api/serializers.py:269
+#: awx/api/serializers.py:296
msgid "Command"
msgstr ""
-#: awx/api/serializers.py:270 awx/main/models/unified_jobs.py:434
+#: awx/api/serializers.py:297 awx/main/models/unified_jobs.py:526
msgid "SCM Update"
msgstr ""
-#: awx/api/serializers.py:271
+#: awx/api/serializers.py:298
msgid "Inventory Sync"
msgstr ""
-#: awx/api/serializers.py:272
+#: awx/api/serializers.py:299
msgid "Management Job"
msgstr ""
-#: awx/api/serializers.py:273
+#: awx/api/serializers.py:300
msgid "Workflow Job"
msgstr ""
-#: awx/api/serializers.py:274
+#: awx/api/serializers.py:301
msgid "Workflow Template"
msgstr ""
-#: awx/api/serializers.py:697 awx/api/serializers.py:755 awx/api/views.py:4330
-#, python-format
-msgid ""
-"Standard Output too large to display (%(text_size)d bytes), only download "
-"supported for sizes over %(supported_size)d bytes"
+#: awx/api/serializers.py:302
+msgid "Job Template"
msgstr ""
-#: awx/api/serializers.py:770
+#: awx/api/serializers.py:697
+msgid ""
+"Indicates whether all of the events generated by this unified job have been "
+"saved to the database."
+msgstr ""
+
+#: awx/api/serializers.py:854
msgid "Write-only field used to change the password."
msgstr ""
-#: awx/api/serializers.py:772
+#: awx/api/serializers.py:856
msgid "Set if the account is managed by an external service"
msgstr ""
-#: awx/api/serializers.py:796
+#: awx/api/serializers.py:880
msgid "Password required for new User."
msgstr ""
-#: awx/api/serializers.py:882
+#: awx/api/serializers.py:971
#, python-format
msgid "Unable to change %s on user managed by LDAP."
msgstr ""
-#: awx/api/serializers.py:1046
+#: awx/api/serializers.py:1057
+msgid "Must be a simple space-separated string with allowed scopes {}."
+msgstr ""
+
+#: awx/api/serializers.py:1151
+msgid "Authorization Grant Type"
+msgstr ""
+
+#: awx/api/serializers.py:1153 awx/main/models/credential/__init__.py:1064
+msgid "Client Secret"
+msgstr ""
+
+#: awx/api/serializers.py:1156
+msgid "Client Type"
+msgstr ""
+
+#: awx/api/serializers.py:1159
+msgid "Redirect URIs"
+msgstr ""
+
+#: awx/api/serializers.py:1162
+msgid "Skip Authorization"
+msgstr ""
+
+#: awx/api/serializers.py:1264
+msgid "This path is already being used by another manual project."
+msgstr ""
+
+#: awx/api/serializers.py:1290
+msgid "This field has been deprecated and will be removed in a future release"
+msgstr ""
+
+#: awx/api/serializers.py:1349
msgid "Organization is missing"
msgstr ""
-#: awx/api/serializers.py:1050
+#: awx/api/serializers.py:1353
msgid "Update options must be set to false for manual projects."
msgstr ""
-#: awx/api/serializers.py:1056
+#: awx/api/serializers.py:1359
msgid "Array of playbooks available within this project."
msgstr ""
-#: awx/api/serializers.py:1075
+#: awx/api/serializers.py:1378
msgid ""
"Array of inventory files and directories available within this project, not "
"comprehensive."
msgstr ""
-#: awx/api/serializers.py:1283
+#: awx/api/serializers.py:1426 awx/api/serializers.py:3194
+msgid "A count of hosts uniquely assigned to each status."
+msgstr ""
+
+#: awx/api/serializers.py:1429 awx/api/serializers.py:3197
+msgid "A count of all plays and tasks for the job run."
+msgstr ""
+
+#: awx/api/serializers.py:1554
+msgid "Smart inventories must specify host_filter"
+msgstr ""
+
+#: awx/api/serializers.py:1658
#, python-format
msgid "Invalid port specification: %s"
msgstr ""
-#: awx/api/serializers.py:1311 awx/api/serializers.py:3208
-#: awx/api/serializers.py:3293 awx/main/validators.py:198
-msgid "Must be valid JSON or YAML."
+#: awx/api/serializers.py:1669
+msgid "Cannot create Host for Smart Inventory"
msgstr ""
-#: awx/api/serializers.py:1407
+#: awx/api/serializers.py:1781
msgid "Invalid group name."
msgstr ""
-#: awx/api/serializers.py:1479
+#: awx/api/serializers.py:1786
+msgid "Cannot create Group for Smart Inventory"
+msgstr ""
+
+#: awx/api/serializers.py:1861
msgid ""
"Script must begin with a hashbang sequence: i.e.... #!/usr/bin/env python"
msgstr ""
-#: awx/api/serializers.py:1525
+#: awx/api/serializers.py:1910
msgid "`{}` is a prohibited environment variable"
msgstr ""
-#: awx/api/serializers.py:1536
+#: awx/api/serializers.py:1921
msgid "If 'source' is 'custom', 'source_script' must be provided."
msgstr ""
-#: awx/api/serializers.py:1542
+#: awx/api/serializers.py:1927
msgid "Must provide an inventory."
msgstr ""
-#: awx/api/serializers.py:1546
+#: awx/api/serializers.py:1931
msgid ""
"The 'source_script' does not belong to the same organization as the "
"inventory."
msgstr ""
-#: awx/api/serializers.py:1548
+#: awx/api/serializers.py:1933
msgid "'source_script' doesn't exist."
msgstr ""
-#: awx/api/serializers.py:1572
+#: awx/api/serializers.py:1967
msgid "Automatic group relationship, will be removed in 3.3"
msgstr ""
-#: awx/api/serializers.py:1649
+#: awx/api/serializers.py:2053
msgid "Cannot use manual project for SCM-based inventory."
msgstr ""
-#: awx/api/serializers.py:1655
+#: awx/api/serializers.py:2059
msgid ""
"Manual inventory sources are created automatically when a group is created "
"in the v1 API."
msgstr ""
-#: awx/api/serializers.py:1660
+#: awx/api/serializers.py:2064
msgid "Setting not compatible with existing schedules."
msgstr ""
-#: awx/api/serializers.py:1673
-msgid "Cannot set source_path if not SCM type."
+#: awx/api/serializers.py:2069
+msgid "Cannot create Inventory Source for Smart Inventory"
msgstr ""
-#: awx/api/serializers.py:1676
-msgid ""
-"Cannot update SCM-based inventory source on launch if set to update on "
-"project update. Instead, configure the corresponding source project to "
-"update on launch."
+#: awx/api/serializers.py:2120
+#, python-format
+msgid "Cannot set %s if not SCM type."
msgstr ""
-#: awx/api/serializers.py:1680
-msgid "Inventory controlled by project-following SCM."
-msgstr ""
-
-#: awx/api/serializers.py:1683
-msgid "SCM type sources must set `overwrite_vars` to `true`."
-msgstr ""
-
-#: awx/api/serializers.py:1925
+#: awx/api/serializers.py:2388
msgid "Modifications not allowed for managed credential types"
msgstr ""
-#: awx/api/serializers.py:1930
+#: awx/api/serializers.py:2393
msgid ""
"Modifications to inputs are not allowed for credential types that are in use"
msgstr ""
-#: awx/api/serializers.py:1936
+#: awx/api/serializers.py:2399
#, python-format
msgid "Must be 'cloud' or 'net', not %s"
msgstr ""
-#: awx/api/serializers.py:1942
+#: awx/api/serializers.py:2405
msgid "'ask_at_runtime' is not supported for custom credentials."
msgstr ""
-#: awx/api/serializers.py:2115
+#: awx/api/serializers.py:2585
#, python-format
msgid "\"%s\" is not a valid choice"
msgstr ""
-#: awx/api/serializers.py:2134
-#, python-format
-msgid "'%s' is not a valid field for %s"
+#: awx/api/serializers.py:2604
+#, python-brace-format
+msgid "'{field_name}' is not a valid field for {credential_type_name}"
msgstr ""
-#: awx/api/serializers.py:2146
+#: awx/api/serializers.py:2625
+msgid ""
+"You cannot change the credential type of the credential, as it may break the "
+"functionality of the resources using it."
+msgstr ""
+
+#: awx/api/serializers.py:2637
msgid ""
"Write-only field used to add user to owner role. If provided, do not give "
"either team or organization. Only valid for creation."
msgstr ""
-#: awx/api/serializers.py:2151
+#: awx/api/serializers.py:2642
msgid ""
"Write-only field used to add team to owner role. If provided, do not give "
"either user or organization. Only valid for creation."
msgstr ""
-#: awx/api/serializers.py:2156
+#: awx/api/serializers.py:2647
msgid ""
"Inherit permissions from organization roles. If provided on creation, do not "
"give either user or team."
msgstr ""
-#: awx/api/serializers.py:2172
+#: awx/api/serializers.py:2663
msgid "Missing 'user', 'team', or 'organization'."
msgstr ""
-#: awx/api/serializers.py:2212
+#: awx/api/serializers.py:2703
msgid ""
"Credential organization must be set and match before assigning to a team"
msgstr ""
-#: awx/api/serializers.py:2374
+#: awx/api/serializers.py:2904
msgid "You must provide a cloud credential."
msgstr ""
-#: awx/api/serializers.py:2375
+#: awx/api/serializers.py:2905
msgid "You must provide a network credential."
msgstr ""
-#: awx/api/serializers.py:2391
+#: awx/api/serializers.py:2906 awx/main/models/jobs.py:155
+msgid "You must provide an SSH credential."
+msgstr ""
+
+#: awx/api/serializers.py:2907
+msgid "You must provide a vault credential."
+msgstr ""
+
+#: awx/api/serializers.py:2926
msgid "This field is required."
msgstr ""
-#: awx/api/serializers.py:2393 awx/api/serializers.py:2395
+#: awx/api/serializers.py:2928 awx/api/serializers.py:2930
msgid "Playbook not found for project."
msgstr ""
-#: awx/api/serializers.py:2397
+#: awx/api/serializers.py:2932
msgid "Must select playbook for project."
msgstr ""
-#: awx/api/serializers.py:2466
+#: awx/api/serializers.py:3013
+msgid "Cannot enable provisioning callback without an inventory set."
+msgstr ""
+
+#: awx/api/serializers.py:3016
msgid "Must either set a default value or ask to prompt on launch."
msgstr ""
-#: awx/api/serializers.py:2468 awx/main/models/jobs.py:325
+#: awx/api/serializers.py:3018 awx/main/models/jobs.py:310
msgid "Job types 'run' and 'check' must have assigned a project."
msgstr ""
-#: awx/api/serializers.py:2539
+#: awx/api/serializers.py:3134
msgid "Invalid job template."
msgstr ""
-#: awx/api/serializers.py:2620
-msgid "Credential not found or deleted."
+#: awx/api/serializers.py:3249
+msgid "No change to job limit"
msgstr ""
-#: awx/api/serializers.py:2622
+#: awx/api/serializers.py:3250
+msgid "All failed and unreachable hosts"
+msgstr ""
+
+#: awx/api/serializers.py:3265
+msgid "Missing passwords needed to start: {}"
+msgstr ""
+
+#: awx/api/serializers.py:3284
+msgid "Relaunch by host status not available until job finishes running."
+msgstr ""
+
+#: awx/api/serializers.py:3298
msgid "Job Template Project is missing or undefined."
msgstr ""
-#: awx/api/serializers.py:2624
+#: awx/api/serializers.py:3300
msgid "Job Template Inventory is missing or undefined."
msgstr ""
-#: awx/api/serializers.py:2911
-#, python-format
-msgid "%(job_type)s is not a valid job type. The choices are %(choices)s."
+#: awx/api/serializers.py:3338
+msgid "Unknown, job may have been ran before launch configurations were saved."
msgstr ""
-#: awx/api/serializers.py:2916
-msgid "Workflow job template is missing during creation."
+#: awx/api/serializers.py:3405 awx/main/tasks.py:2268
+msgid "{} are prohibited from use in ad hoc commands."
msgstr ""
-#: awx/api/serializers.py:2921
+#: awx/api/serializers.py:3474 awx/api/views.py:4843
+#, python-brace-format
+msgid ""
+"Standard Output too large to display ({text_size} bytes), only download "
+"supported for sizes over {supported_size} bytes."
+msgstr ""
+
+#: awx/api/serializers.py:3671
+msgid "Provided variable {} has no database value to replace with."
+msgstr ""
+
+#: awx/api/serializers.py:3747
#, python-format
msgid "Cannot nest a %s inside a WorkflowJobTemplate"
msgstr ""
-#: awx/api/serializers.py:3178
-#, python-format
-msgid "Job Template '%s' is missing or undefined."
+#: awx/api/serializers.py:3754 awx/api/views.py:783
+msgid "Related template is not configured to accept credentials on launch."
msgstr ""
-#: awx/api/serializers.py:3181
+#: awx/api/serializers.py:4211
msgid "The inventory associated with this Job Template is being deleted."
msgstr ""
-#: awx/api/serializers.py:3222 awx/api/views.py:2998
-#, python-format
-msgid "Cannot assign multiple %s credentials."
+#: awx/api/serializers.py:4213
+msgid "The provided inventory is being deleted."
msgstr ""
-#: awx/api/serializers.py:3224 awx/api/views.py:3001
-msgid "Extra credentials must be network or cloud."
+#: awx/api/serializers.py:4221
+msgid "Cannot assign multiple {} credentials."
msgstr ""
-#: awx/api/serializers.py:3361
+#: awx/api/serializers.py:4234
+msgid ""
+"Removing {} credential at launch time without replacement is not supported. "
+"Provided list lacked credential(s): {}."
+msgstr ""
+
+#: awx/api/serializers.py:4360
msgid ""
"Missing required fields for Notification Configuration: notification_type"
msgstr ""
-#: awx/api/serializers.py:3384
+#: awx/api/serializers.py:4383
msgid "No values specified for field '{}'"
msgstr ""
-#: awx/api/serializers.py:3389
+#: awx/api/serializers.py:4388
msgid "Missing required fields for Notification Configuration: {}."
msgstr ""
-#: awx/api/serializers.py:3392
+#: awx/api/serializers.py:4391
msgid "Configuration field '{}' incorrect type, expected {}."
msgstr ""
-#: awx/api/serializers.py:3445
-msgid "Inventory Source must be a cloud resource."
-msgstr ""
-
-#: awx/api/serializers.py:3447
-msgid "Manual Project cannot have a schedule set."
-msgstr ""
-
-#: awx/api/serializers.py:3450
+#: awx/api/serializers.py:4453
msgid ""
-"Inventory sources with `update_on_project_update` cannot be scheduled. "
-"Schedule its source project `{}` instead."
+"Valid DTSTART required in rrule. Value should start with: DTSTART:"
+"YYYYMMDDTHHMMSSZ"
msgstr ""
-#: awx/api/serializers.py:3469
-msgid "Projects and inventory updates cannot accept extra variables."
+#: awx/api/serializers.py:4455
+msgid ""
+"DTSTART cannot be a naive datetime. Specify ;TZINFO= or YYYYMMDDTHHMMSSZZ."
msgstr ""
-#: awx/api/serializers.py:3491
-msgid "DTSTART required in rrule. Value should match: DTSTART:YYYYMMDDTHHMMSSZ"
-msgstr ""
-
-#: awx/api/serializers.py:3493
+#: awx/api/serializers.py:4457
msgid "Multiple DTSTART is not supported."
msgstr ""
-#: awx/api/serializers.py:3495
-msgid "RRULE require in rrule."
+#: awx/api/serializers.py:4459
+msgid "RRULE required in rrule."
msgstr ""
-#: awx/api/serializers.py:3497
+#: awx/api/serializers.py:4461
msgid "Multiple RRULE is not supported."
msgstr ""
-#: awx/api/serializers.py:3499
+#: awx/api/serializers.py:4463
msgid "INTERVAL required in rrule."
msgstr ""
-#: awx/api/serializers.py:3501
-msgid "TZID is not supported."
-msgstr ""
-
-#: awx/api/serializers.py:3503
+#: awx/api/serializers.py:4465
msgid "SECONDLY is not supported."
msgstr ""
-#: awx/api/serializers.py:3505
+#: awx/api/serializers.py:4467
msgid "Multiple BYMONTHDAYs not supported."
msgstr ""
-#: awx/api/serializers.py:3507
+#: awx/api/serializers.py:4469
msgid "Multiple BYMONTHs not supported."
msgstr ""
-#: awx/api/serializers.py:3509
+#: awx/api/serializers.py:4471
msgid "BYDAY with numeric prefix not supported."
msgstr ""
-#: awx/api/serializers.py:3511
+#: awx/api/serializers.py:4473
msgid "BYYEARDAY not supported."
msgstr ""
-#: awx/api/serializers.py:3513
+#: awx/api/serializers.py:4475
msgid "BYWEEKNO not supported."
msgstr ""
-#: awx/api/serializers.py:3517
+#: awx/api/serializers.py:4477
+msgid "RRULE may not contain both COUNT and UNTIL"
+msgstr ""
+
+#: awx/api/serializers.py:4481
msgid "COUNT > 999 is unsupported."
msgstr ""
-#: awx/api/serializers.py:3521
-msgid "rrule parsing failed validation."
+#: awx/api/serializers.py:4485
+msgid "rrule parsing failed validation: {}"
msgstr ""
-#: awx/api/serializers.py:3621
+#: awx/api/serializers.py:4526
+msgid "Inventory Source must be a cloud resource."
+msgstr ""
+
+#: awx/api/serializers.py:4528
+msgid "Manual Project cannot have a schedule set."
+msgstr ""
+
+#: awx/api/serializers.py:4541
+msgid ""
+"Count of jobs in the running or waiting state that are targeted for this "
+"instance"
+msgstr ""
+
+#: awx/api/serializers.py:4546
+msgid "Count of all jobs that target this instance"
+msgstr ""
+
+#: awx/api/serializers.py:4579
+msgid ""
+"Count of jobs in the running or waiting state that are targeted for this "
+"instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4584
+msgid "Count of all jobs that target this instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4592
+msgid "Policy Instance Percentage"
+msgstr ""
+
+#: awx/api/serializers.py:4593
+msgid ""
+"Minimum percentage of all instances that will be automatically assigned to "
+"this group when new instances come online."
+msgstr ""
+
+#: awx/api/serializers.py:4598
+msgid "Policy Instance Minimum"
+msgstr ""
+
+#: awx/api/serializers.py:4599
+msgid ""
+"Static minimum number of Instances that will be automatically assign to this "
+"group when new instances come online."
+msgstr ""
+
+#: awx/api/serializers.py:4604
+msgid "Policy Instance List"
+msgstr ""
+
+#: awx/api/serializers.py:4605
+msgid "List of exact-match Instances that will be assigned to this group"
+msgstr ""
+
+#: awx/api/serializers.py:4627
+msgid "Duplicate entry {}."
+msgstr ""
+
+#: awx/api/serializers.py:4629
+msgid "{} is not a valid hostname of an existing instance."
+msgstr ""
+
+#: awx/api/serializers.py:4634
+msgid "tower instance group name may not be changed."
+msgstr ""
+
+#: awx/api/serializers.py:4704
msgid ""
"A summary of the new and changed values when an object is created, updated, "
"or deleted"
msgstr ""
-#: awx/api/serializers.py:3623
+#: awx/api/serializers.py:4706
msgid ""
"For create, update, and delete events this is the object type that was "
"affected. For associate and disassociate events this is the object type "
"associated or disassociated with object2."
msgstr ""
-#: awx/api/serializers.py:3626
+#: awx/api/serializers.py:4709
msgid ""
"Unpopulated for create, update, and delete events. For associate and "
"disassociate events this is the object type that object1 is being associated "
"with."
msgstr ""
-#: awx/api/serializers.py:3629
+#: awx/api/serializers.py:4712
msgid "The action taken with respect to the given object(s)."
msgstr ""
-#: awx/api/serializers.py:3732
-msgid "Unable to login with provided credentials."
-msgstr ""
-
-#: awx/api/serializers.py:3734
-msgid "Must include \"username\" and \"password\"."
-msgstr ""
-
-#: awx/api/views.py:107
+#: awx/api/views.py:118
msgid "Your license does not allow use of the activity stream."
msgstr ""
-#: awx/api/views.py:117
+#: awx/api/views.py:128
msgid "Your license does not permit use of system tracking."
msgstr ""
-#: awx/api/views.py:127
+#: awx/api/views.py:138
msgid "Your license does not allow use of workflows."
msgstr ""
-#: awx/api/views.py:135 awx/templates/rest_framework/api.html:28
-msgid "REST API"
+#: awx/api/views.py:152
+msgid "Cannot delete job resource when associated workflow job is running."
msgstr ""
-#: awx/api/views.py:144
-msgid "Ansible Tower REST API"
+#: awx/api/views.py:157
+msgid "Cannot delete running job resource."
msgstr ""
-#: awx/api/views.py:206
-msgid "Version 1"
-msgstr ""
-
-#: awx/api/views.py:210
-msgid "Version 2"
+#: awx/api/views.py:162
+msgid "Job has not finished processing events."
msgstr ""
#: awx/api/views.py:221
+msgid "Related job {} is still processing events."
+msgstr ""
+
+#: awx/api/views.py:228 awx/templates/rest_framework/api.html:28
+msgid "REST API"
+msgstr ""
+
+#: awx/api/views.py:238 awx/templates/rest_framework/api.html:4
+msgid "AWX REST API"
+msgstr ""
+
+#: awx/api/views.py:252
+msgid "API OAuth 2 Authorization Root"
+msgstr ""
+
+#: awx/api/views.py:317
+msgid "Version 1"
+msgstr ""
+
+#: awx/api/views.py:321
+msgid "Version 2"
+msgstr ""
+
+#: awx/api/views.py:330
msgid "Ping"
msgstr ""
-#: awx/api/views.py:256 awx/conf/apps.py:12
+#: awx/api/views.py:361 awx/conf/apps.py:10
msgid "Configuration"
msgstr ""
-#: awx/api/views.py:309
+#: awx/api/views.py:418
msgid "Invalid license data"
msgstr ""
-#: awx/api/views.py:311
+#: awx/api/views.py:420
msgid "Missing 'eula_accepted' property"
msgstr ""
-#: awx/api/views.py:315
+#: awx/api/views.py:424
msgid "'eula_accepted' value is invalid"
msgstr ""
-#: awx/api/views.py:318
+#: awx/api/views.py:427
msgid "'eula_accepted' must be True"
msgstr ""
-#: awx/api/views.py:325
+#: awx/api/views.py:434
msgid "Invalid JSON"
msgstr ""
-#: awx/api/views.py:333
+#: awx/api/views.py:442
msgid "Invalid License"
msgstr ""
-#: awx/api/views.py:343
+#: awx/api/views.py:452
msgid "Invalid license"
msgstr ""
-#: awx/api/views.py:351
+#: awx/api/views.py:460
#, python-format
msgid "Failed to remove license (%s)"
msgstr ""
-#: awx/api/views.py:356
+#: awx/api/views.py:465
msgid "Dashboard"
msgstr ""
-#: awx/api/views.py:455
+#: awx/api/views.py:564
msgid "Dashboard Jobs Graphs"
msgstr ""
-#: awx/api/views.py:491
+#: awx/api/views.py:600
#, python-format
msgid "Unknown period \"%s\""
msgstr ""
-#: awx/api/views.py:505
+#: awx/api/views.py:614
msgid "Instances"
msgstr ""
-#: awx/api/views.py:513
+#: awx/api/views.py:622
msgid "Instance Detail"
msgstr ""
-#: awx/api/views.py:521
-msgid "Instance Running Jobs"
+#: awx/api/views.py:643
+msgid "Instance Jobs"
msgstr ""
-#: awx/api/views.py:536
+#: awx/api/views.py:657
msgid "Instance's Instance Groups"
msgstr ""
-#: awx/api/views.py:546
+#: awx/api/views.py:666
msgid "Instance Groups"
msgstr ""
-#: awx/api/views.py:554
+#: awx/api/views.py:674
msgid "Instance Group Detail"
msgstr ""
-#: awx/api/views.py:562
+#: awx/api/views.py:682
+msgid "Isolated Groups can not be removed from the API"
+msgstr ""
+
+#: awx/api/views.py:684
+msgid ""
+"Instance Groups acting as a controller for an Isolated Group can not be "
+"removed from the API"
+msgstr ""
+
+#: awx/api/views.py:690
msgid "Instance Group Running Jobs"
msgstr ""
-#: awx/api/views.py:572
+#: awx/api/views.py:699
msgid "Instance Group's Instances"
msgstr ""
-#: awx/api/views.py:582
+#: awx/api/views.py:709
msgid "Schedules"
msgstr ""
-#: awx/api/views.py:601
+#: awx/api/views.py:723
+msgid "Schedule Recurrence Rule Preview"
+msgstr ""
+
+#: awx/api/views.py:770
+msgid "Cannot assign credential when related template is null."
+msgstr ""
+
+#: awx/api/views.py:775
+msgid "Related template cannot accept {} on launch."
+msgstr ""
+
+#: awx/api/views.py:777
+msgid ""
+"Credential that requires user input on launch cannot be used in saved launch "
+"configuration."
+msgstr ""
+
+#: awx/api/views.py:785
+#, python-brace-format
+msgid ""
+"This launch configuration already provides a {credential_type} credential."
+msgstr ""
+
+#: awx/api/views.py:788
+#, python-brace-format
+msgid "Related template already uses {credential_type} credential."
+msgstr ""
+
+#: awx/api/views.py:806
msgid "Schedule Jobs List"
msgstr ""
-#: awx/api/views.py:825
+#: awx/api/views.py:961
msgid "Your license only permits a single organization to exist."
msgstr ""
-#: awx/api/views.py:1061 awx/api/views.py:4624
+#: awx/api/views.py:1193 awx/api/views.py:5056
msgid "You cannot assign an Organization role as a child role for a Team."
msgstr ""
-#: awx/api/views.py:1065 awx/api/views.py:4638
+#: awx/api/views.py:1197 awx/api/views.py:5070
msgid "You cannot grant system-level permissions to a team."
msgstr ""
-#: awx/api/views.py:1072 awx/api/views.py:4630
+#: awx/api/views.py:1204 awx/api/views.py:5062
msgid ""
"You cannot grant credential access to a team when the Organization field "
"isn't set, or belongs to a different organization"
msgstr ""
-#: awx/api/views.py:1162
-msgid "Cannot delete project."
-msgstr ""
-
-#: awx/api/views.py:1197
+#: awx/api/views.py:1318
msgid "Project Schedules"
msgstr ""
-#: awx/api/views.py:1209
+#: awx/api/views.py:1329
msgid "Project SCM Inventory Sources"
msgstr ""
-#: awx/api/views.py:1312 awx/api/views.py:2685 awx/api/views.py:3767
-msgid "Cannot delete job resource when associated workflow job is running."
+#: awx/api/views.py:1430
+msgid "Project Update Events List"
msgstr ""
-#: awx/api/views.py:1345
+#: awx/api/views.py:1444
+msgid "System Job Events List"
+msgstr ""
+
+#: awx/api/views.py:1458
+msgid "Inventory Update Events List"
+msgstr ""
+
+#: awx/api/views.py:1492
msgid "Project Update SCM Inventory Updates"
msgstr ""
-#: awx/api/views.py:1400
+#: awx/api/views.py:1551
msgid "Me"
msgstr ""
-#: awx/api/views.py:1444 awx/api/views.py:4581
-msgid "You may not perform any action with your own admin_role."
+#: awx/api/views.py:1559
+msgid "OAuth 2 Applications"
msgstr ""
-#: awx/api/views.py:1450 awx/api/views.py:4585
-msgid "You may not change the membership of a users admin_role"
+#: awx/api/views.py:1568
+msgid "OAuth 2 Application Detail"
msgstr ""
-#: awx/api/views.py:1455 awx/api/views.py:4590
+#: awx/api/views.py:1577
+msgid "OAuth 2 Application Tokens"
+msgstr ""
+
+#: awx/api/views.py:1599
+msgid "OAuth2 Tokens"
+msgstr ""
+
+#: awx/api/views.py:1608
+msgid "OAuth2 User Tokens"
+msgstr ""
+
+#: awx/api/views.py:1620
+msgid "OAuth2 User Authorized Access Tokens"
+msgstr ""
+
+#: awx/api/views.py:1635
+msgid "Organization OAuth2 Applications"
+msgstr ""
+
+#: awx/api/views.py:1647
+msgid "OAuth2 Personal Access Tokens"
+msgstr ""
+
+#: awx/api/views.py:1662
+msgid "OAuth Token Detail"
+msgstr ""
+
+#: awx/api/views.py:1722 awx/api/views.py:5023
msgid ""
"You cannot grant credential access to a user not in the credentials' "
"organization"
msgstr ""
-#: awx/api/views.py:1459 awx/api/views.py:4594
+#: awx/api/views.py:1726 awx/api/views.py:5027
msgid "You cannot grant private credential access to another user"
msgstr ""
-#: awx/api/views.py:1557
+#: awx/api/views.py:1824
#, python-format
msgid "Cannot change %s."
msgstr ""
-#: awx/api/views.py:1563
+#: awx/api/views.py:1830
msgid "Cannot delete user."
msgstr ""
-#: awx/api/views.py:1592
+#: awx/api/views.py:1854
msgid "Deletion not allowed for managed credential types"
msgstr ""
-#: awx/api/views.py:1594
+#: awx/api/views.py:1856
msgid "Credential types that are in use cannot be deleted"
msgstr ""
-#: awx/api/views.py:1772
+#: awx/api/views.py:2031
msgid "Cannot delete inventory script."
msgstr ""
-#: awx/api/views.py:1857
+#: awx/api/views.py:2122
+#, python-brace-format
msgid "{0}"
msgstr ""
-#: awx/api/views.py:2078
+#: awx/api/views.py:2353
msgid "Fact not found."
msgstr ""
-#: awx/api/views.py:2102
+#: awx/api/views.py:2375
msgid "SSLError while trying to connect to {}"
msgstr ""
-#: awx/api/views.py:2104
+#: awx/api/views.py:2377
msgid "Request to {} timed out."
msgstr ""
-#: awx/api/views.py:2106
-msgid "Unkown exception {} while trying to GET {}"
+#: awx/api/views.py:2379
+msgid "Unknown exception {} while trying to GET {}"
msgstr ""
-#: awx/api/views.py:2109
+#: awx/api/views.py:2382
+msgid ""
+"Unauthorized access. Please check your Insights Credential username and "
+"password."
+msgstr ""
+
+#: awx/api/views.py:2385
msgid ""
"Failed to gather reports and maintenance plans from Insights API at URL {}. "
"Server responded with {} status code and message {}"
msgstr ""
-#: awx/api/views.py:2115
+#: awx/api/views.py:2392
msgid "Expected JSON response from Insights but instead got {}"
msgstr ""
-#: awx/api/views.py:2122
+#: awx/api/views.py:2399
msgid "This host is not recognized as an Insights host."
msgstr ""
-#: awx/api/views.py:2127
+#: awx/api/views.py:2404
msgid "The Insights Credential for \"{}\" was not found."
msgstr ""
-#: awx/api/views.py:2196
+#: awx/api/views.py:2472
msgid "Cyclical Group association."
msgstr ""
-#: awx/api/views.py:2473
+#: awx/api/views.py:2686
msgid "Inventory Source List"
msgstr ""
-#: awx/api/views.py:2486
+#: awx/api/views.py:2698
msgid "Inventory Sources Update"
msgstr ""
-#: awx/api/views.py:2514
-msgid "You do not have permission to update project `{}`"
-msgstr ""
-
-#: awx/api/views.py:2526
+#: awx/api/views.py:2731
msgid "Could not start because `can_update` returned False"
msgstr ""
-#: awx/api/views.py:2534
+#: awx/api/views.py:2739
msgid "No inventory sources to update."
msgstr ""
-#: awx/api/views.py:2566
-msgid "Cannot delete inventory source."
-msgstr ""
-
-#: awx/api/views.py:2574
+#: awx/api/views.py:2768
msgid "Inventory Source Schedules"
msgstr ""
-#: awx/api/views.py:2604
+#: awx/api/views.py:2796
msgid "Notification Templates can only be assigned when source is one of {}."
msgstr ""
-#: awx/api/views.py:2833
+#: awx/api/views.py:2851
+msgid "Vault credentials are not yet supported for inventory sources."
+msgstr ""
+
+#: awx/api/views.py:2856
+msgid "Source already has cloud credential assigned."
+msgstr ""
+
+#: awx/api/views.py:3016
+msgid ""
+"'credentials' cannot be used in combination with 'credential', "
+"'vault_credential', or 'extra_credentials'."
+msgstr ""
+
+#: awx/api/views.py:3128
msgid "Job Template Schedules"
msgstr ""
-#: awx/api/views.py:2853 awx/api/views.py:2869
+#: awx/api/views.py:3146 awx/api/views.py:3157
msgid "Your license does not allow adding surveys."
msgstr ""
-#: awx/api/views.py:2876
-msgid "'name' missing from survey spec."
+#: awx/api/views.py:3176
+msgid "Field '{}' is missing from survey spec."
msgstr ""
-#: awx/api/views.py:2878
-msgid "'description' missing from survey spec."
+#: awx/api/views.py:3178
+msgid "Expected {} for field '{}', received {} type."
msgstr ""
-#: awx/api/views.py:2880
-msgid "'spec' missing from survey spec."
-msgstr ""
-
-#: awx/api/views.py:2882
-msgid "'spec' must be a list of items."
-msgstr ""
-
-#: awx/api/views.py:2884
+#: awx/api/views.py:3182
msgid "'spec' doesn't contain any items."
msgstr ""
-#: awx/api/views.py:2890
+#: awx/api/views.py:3191
#, python-format
msgid "Survey question %s is not a json object."
msgstr ""
-#: awx/api/views.py:2892
+#: awx/api/views.py:3193
#, python-format
msgid "'type' missing from survey question %s."
msgstr ""
-#: awx/api/views.py:2894
+#: awx/api/views.py:3195
#, python-format
msgid "'question_name' missing from survey question %s."
msgstr ""
-#: awx/api/views.py:2896
+#: awx/api/views.py:3197
#, python-format
msgid "'variable' missing from survey question %s."
msgstr ""
-#: awx/api/views.py:2898
+#: awx/api/views.py:3199
#, python-format
msgid "'variable' '%(item)s' duplicated in survey question %(survey)s."
msgstr ""
-#: awx/api/views.py:2903
+#: awx/api/views.py:3204
#, python-format
msgid "'required' missing from survey question %s."
msgstr ""
-#: awx/api/views.py:2908
-msgid ""
-"$encrypted$ is reserved keyword and may not be used as a default for "
-"password {}."
+#: awx/api/views.py:3209
+#, python-brace-format
+msgid "Value {question_default} for '{variable_name}' expected to be a string."
msgstr ""
-#: awx/api/views.py:3024
+#: awx/api/views.py:3219
+#, python-brace-format
+msgid ""
+"$encrypted$ is a reserved keyword for password question defaults, survey "
+"question {question_position} is type {question_type}."
+msgstr ""
+
+#: awx/api/views.py:3235
+#, python-brace-format
+msgid ""
+"$encrypted$ is a reserved keyword, may not be used for new default in "
+"position {question_position}."
+msgstr ""
+
+#: awx/api/views.py:3309
+#, python-brace-format
+msgid "Cannot assign multiple {credential_type} credentials."
+msgstr ""
+
+#: awx/api/views.py:3327
+msgid "Extra credentials must be network or cloud."
+msgstr ""
+
+#: awx/api/views.py:3349
msgid "Maximum number of labels for {} reached."
msgstr ""
-#: awx/api/views.py:3143
+#: awx/api/views.py:3472
msgid "No matching host could be found!"
msgstr ""
-#: awx/api/views.py:3146
+#: awx/api/views.py:3475
msgid "Multiple hosts matched the request!"
msgstr ""
-#: awx/api/views.py:3151
+#: awx/api/views.py:3480
msgid "Cannot start automatically, user input required!"
msgstr ""
-#: awx/api/views.py:3158
+#: awx/api/views.py:3487
msgid "Host callback job already pending."
msgstr ""
-#: awx/api/views.py:3171
+#: awx/api/views.py:3502 awx/api/views.py:4284
msgid "Error starting job!"
msgstr ""
-#: awx/api/views.py:3278
+#: awx/api/views.py:3622
+#, python-brace-format
msgid "Cannot associate {0} when {1} have been associated."
msgstr ""
-#: awx/api/views.py:3303
+#: awx/api/views.py:3647
msgid "Multiple parent relationship not allowed."
msgstr ""
-#: awx/api/views.py:3308
+#: awx/api/views.py:3652
msgid "Cycle detected."
msgstr ""
-#: awx/api/views.py:3512
+#: awx/api/views.py:3850
msgid "Workflow Job Template Schedules"
msgstr ""
-#: awx/api/views.py:3657 awx/api/views.py:4233
+#: awx/api/views.py:3986 awx/api/views.py:4690
msgid "Superuser privileges needed."
msgstr ""
-#: awx/api/views.py:3689
+#: awx/api/views.py:4018
msgid "System Job Template Schedules"
msgstr ""
-#: awx/api/views.py:3907
+#: awx/api/views.py:4076
+msgid "POST not allowed for Job launching in version 2 of the api"
+msgstr ""
+
+#: awx/api/views.py:4100 awx/api/views.py:4106
+msgid "PUT not allowed for Job Details in version 2 of the API"
+msgstr ""
+
+#: awx/api/views.py:4267
+#, python-brace-format
+msgid "Wait until job finishes before retrying on {status_value} hosts."
+msgstr ""
+
+#: awx/api/views.py:4272
+#, python-brace-format
+msgid "Cannot retry on {status_value} hosts, playbook stats not available."
+msgstr ""
+
+#: awx/api/views.py:4277
+#, python-brace-format
+msgid "Cannot relaunch because previous job had 0 {status_value} hosts."
+msgstr ""
+
+#: awx/api/views.py:4306
+msgid "Cannot create schedule because job requires credential passwords."
+msgstr ""
+
+#: awx/api/views.py:4311
+msgid "Cannot create schedule because job was launched by legacy method."
+msgstr ""
+
+#: awx/api/views.py:4313
+msgid "Cannot create schedule because a related resource is missing."
+msgstr ""
+
+#: awx/api/views.py:4368
msgid "Job Host Summaries List"
msgstr ""
-#: awx/api/views.py:3954
+#: awx/api/views.py:4417
msgid "Job Event Children List"
msgstr ""
-#: awx/api/views.py:3963
+#: awx/api/views.py:4427
msgid "Job Event Hosts List"
msgstr ""
-#: awx/api/views.py:3973
+#: awx/api/views.py:4436
msgid "Job Events List"
msgstr ""
-#: awx/api/views.py:4187
+#: awx/api/views.py:4647
msgid "Ad Hoc Command Events List"
msgstr ""
-#: awx/api/views.py:4395
-msgid "Error generating stdout download file: {}"
-msgstr ""
-
-#: awx/api/views.py:4408
-#, python-format
-msgid "Error generating stdout download file: %s"
-msgstr ""
-
-#: awx/api/views.py:4453
+#: awx/api/views.py:4889
msgid "Delete not allowed while there are pending notifications"
msgstr ""
-#: awx/api/views.py:4460
+#: awx/api/views.py:4897
msgid "Notification Template Test"
msgstr ""
@@ -1123,19 +1426,32 @@ msgstr ""
msgid "Example setting which can be different for each user."
msgstr ""
-#: awx/conf/conf.py:95 awx/conf/registry.py:85 awx/conf/views.py:56
+#: awx/conf/conf.py:95 awx/conf/registry.py:85 awx/conf/views.py:55
msgid "User"
msgstr ""
-#: awx/conf/fields.py:62
+#: awx/conf/fields.py:60 awx/sso/fields.py:595
+#, python-brace-format
+msgid ""
+"Expected None, True, False, a string or list of strings but got {input_type} "
+"instead."
+msgstr ""
+
+#: awx/conf/fields.py:104
msgid "Enter a valid URL"
msgstr ""
-#: awx/conf/fields.py:94
+#: awx/conf/fields.py:136
+#, python-brace-format
msgid "\"{input}\" is not a valid string."
msgstr ""
-#: awx/conf/license.py:19
+#: awx/conf/fields.py:151
+#, python-brace-format
+msgid "Expected a list of tuples of max length 2 but got {input_type} instead."
+msgstr ""
+
+#: awx/conf/license.py:22
msgid "Your Tower license does not allow that."
msgstr ""
@@ -1151,7 +1467,11 @@ msgstr ""
msgid "Skip commenting out settings in files."
msgstr ""
-#: awx/conf/management/commands/migrate_to_database_settings.py:61
+#: awx/conf/management/commands/migrate_to_database_settings.py:62
+msgid "Skip migrating and only comment out settings in files."
+msgstr ""
+
+#: awx/conf/management/commands/migrate_to_database_settings.py:68
msgid "Backup existing settings files with this suffix."
msgstr ""
@@ -1175,7 +1495,7 @@ msgstr ""
msgid "User-Defaults"
msgstr ""
-#: awx/conf/registry.py:150
+#: awx/conf/registry.py:154
msgid "This value has been set manually in a settings file."
msgstr ""
@@ -1218,11 +1538,12 @@ msgstr ""
#: awx/conf/tests/unit/test_settings.py:360
#: awx/conf/tests/unit/test_settings.py:374
#: awx/conf/tests/unit/test_settings.py:398
-#: awx/conf/tests/unit/test_settings.py:412
-#: awx/conf/tests/unit/test_settings.py:448 awx/main/conf.py:22
-#: awx/main/conf.py:32 awx/main/conf.py:42 awx/main/conf.py:51
-#: awx/main/conf.py:63 awx/main/conf.py:81 awx/main/conf.py:96
-#: awx/main/conf.py:121
+#: awx/conf/tests/unit/test_settings.py:411
+#: awx/conf/tests/unit/test_settings.py:430
+#: awx/conf/tests/unit/test_settings.py:466 awx/main/conf.py:22
+#: awx/main/conf.py:32 awx/main/conf.py:43 awx/main/conf.py:53
+#: awx/main/conf.py:62 awx/main/conf.py:74 awx/main/conf.py:87
+#: awx/main/conf.py:100 awx/main/conf.py:125
msgid "System"
msgstr ""
@@ -1234,11 +1555,11 @@ msgstr ""
msgid "OtherSystem"
msgstr ""
-#: awx/conf/views.py:48
+#: awx/conf/views.py:47
msgid "Setting Categories"
msgstr ""
-#: awx/conf/views.py:73
+#: awx/conf/views.py:71
msgid "Setting Detail"
msgstr ""
@@ -1246,93 +1567,96 @@ msgstr ""
msgid "Logging Connectivity Test"
msgstr ""
-#: awx/main/access.py:224
+#: awx/main/access.py:57
+#, python-format
+msgid "Required related field %s for permission check."
+msgstr ""
+
+#: awx/main/access.py:73
#, python-format
msgid "Bad data found in related field %s."
msgstr ""
-#: awx/main/access.py:268
+#: awx/main/access.py:293
msgid "License is missing."
msgstr ""
-#: awx/main/access.py:270
+#: awx/main/access.py:295
msgid "License has expired."
msgstr ""
-#: awx/main/access.py:278
+#: awx/main/access.py:303
#, python-format
msgid "License count of %s instances has been reached."
msgstr ""
-#: awx/main/access.py:280
+#: awx/main/access.py:305
#, python-format
msgid "License count of %s instances has been exceeded."
msgstr ""
-#: awx/main/access.py:282
+#: awx/main/access.py:307
msgid "Host count exceeds available instances."
msgstr ""
-#: awx/main/access.py:286
+#: awx/main/access.py:311
#, python-format
msgid "Feature %s is not enabled in the active license."
msgstr ""
-#: awx/main/access.py:288
+#: awx/main/access.py:313
msgid "Features not found in active license."
msgstr ""
-#: awx/main/access.py:534 awx/main/access.py:617 awx/main/access.py:746
-#: awx/main/access.py:803 awx/main/access.py:1065 awx/main/access.py:1265
-#: awx/main/access.py:1708
-msgid "Resource is being used by running jobs"
-msgstr ""
-
-#: awx/main/access.py:673
+#: awx/main/access.py:818
msgid "Unable to change inventory on a host."
msgstr ""
-#: awx/main/access.py:690 awx/main/access.py:735
+#: awx/main/access.py:835 awx/main/access.py:880
msgid "Cannot associate two items from different inventories."
msgstr ""
-#: awx/main/access.py:723
+#: awx/main/access.py:868
msgid "Unable to change inventory on a group."
msgstr ""
-#: awx/main/access.py:985
+#: awx/main/access.py:1129
msgid "Unable to change organization on a team."
msgstr ""
-#: awx/main/access.py:998
+#: awx/main/access.py:1146
msgid "The {} role cannot be assigned to a team"
msgstr ""
-#: awx/main/access.py:1000
+#: awx/main/access.py:1148
msgid "The admin_role for a User cannot be assigned to a team"
msgstr ""
-#: awx/main/access.py:1426
+#: awx/main/access.py:1502 awx/main/access.py:1936
+msgid "Job was launched with prompts provided by another user."
+msgstr ""
+
+#: awx/main/access.py:1522
msgid "Job has been orphaned from its job template."
msgstr ""
-#: awx/main/access.py:1428
-msgid "You do not have execute permission to related job template."
+#: awx/main/access.py:1524
+msgid "Job was launched with unknown prompted fields."
msgstr ""
-#: awx/main/access.py:1431
+#: awx/main/access.py:1526
msgid "Job was launched with prompted fields."
msgstr ""
-#: awx/main/access.py:1433
+#: awx/main/access.py:1528
msgid " Organization level permissions required."
msgstr ""
-#: awx/main/access.py:1435
+#: awx/main/access.py:1530
msgid " You do not have permission to related resources."
msgstr ""
-#: awx/main/access.py:1781
+#: awx/main/access.py:1950
msgid ""
"You do not have permission to the workflow job resources required for "
"relaunch."
@@ -1366,322 +1690,360 @@ msgstr ""
#: awx/main/conf.py:41
msgid ""
-"Controls whether any Organization Admin can view all users, even those not "
-"associated with their Organization."
-msgstr ""
-
-#: awx/main/conf.py:49
-msgid "Enable Administrator Alerts"
+"Controls whether any Organization Admin can view all users and teams, even "
+"those not associated with their Organization."
msgstr ""
#: awx/main/conf.py:50
-msgid "Email Admin users for system events that may require attention."
+msgid "Organization Admins Can Manage Users and Teams"
+msgstr ""
+
+#: awx/main/conf.py:51
+msgid ""
+"Controls whether any Organization Admin has the privileges to create and "
+"manage users and teams. You may want to disable this ability if you are "
+"using an LDAP or SAML integration."
msgstr ""
#: awx/main/conf.py:60
-msgid "Base URL of the Tower host"
+msgid "Enable Administrator Alerts"
msgstr ""
#: awx/main/conf.py:61
+msgid "Email Admin users for system events that may require attention."
+msgstr ""
+
+#: awx/main/conf.py:71
+msgid "Base URL of the Tower host"
+msgstr ""
+
+#: awx/main/conf.py:72
msgid ""
"This setting is used by services like notifications to render a valid url to "
"the Tower host."
msgstr ""
-#: awx/main/conf.py:70
+#: awx/main/conf.py:81
msgid "Remote Host Headers"
msgstr ""
-#: awx/main/conf.py:71
+#: awx/main/conf.py:82
msgid ""
"HTTP headers and meta keys to search to determine remote host name or IP. "
"Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if "
-"behind a reverse proxy.\n"
-"\n"
-"Note: The headers will be searched in order and the first found remote host "
-"name or IP will be used.\n"
-"\n"
-"In the below example 8.8.8.7 would be the chosen IP address.\n"
-"X-Forwarded-For: 8.8.8.7, 192.168.2.1, 127.0.0.1\n"
-"Host: 127.0.0.1\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR', 'REMOTE_HOST']"
+"behind a reverse proxy. See the \"Proxy Support\" section of the "
+"Adminstrator guide for more details."
msgstr ""
-#: awx/main/conf.py:88
+#: awx/main/conf.py:94
msgid "Proxy IP Whitelist"
msgstr ""
-#: awx/main/conf.py:89
+#: awx/main/conf.py:95
msgid ""
"If Tower is behind a reverse proxy/load balancer, use this setting to "
"whitelist the proxy IP addresses from which Tower should trust custom "
-"REMOTE_HOST_HEADERS header values\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', ''REMOTE_ADDR', "
-"'REMOTE_HOST']\n"
-"PROXY_IP_WHITELIST = ['10.0.1.100', '10.0.1.101']\n"
-"If this setting is an empty list (the default), the headers specified by "
-"REMOTE_HOST_HEADERS will be trusted unconditionally')"
+"REMOTE_HOST_HEADERS header values. If this setting is an empty list (the "
+"default), the headers specified by REMOTE_HOST_HEADERS will be trusted "
+"unconditionally')"
msgstr ""
-#: awx/main/conf.py:117
+#: awx/main/conf.py:121
msgid "License"
msgstr ""
-#: awx/main/conf.py:118
+#: awx/main/conf.py:122
msgid ""
"The license controls which features and functionality are enabled. Use /api/"
"v1/config/ to update or change the license."
msgstr ""
-#: awx/main/conf.py:128
+#: awx/main/conf.py:132
msgid "Ansible Modules Allowed for Ad Hoc Jobs"
msgstr ""
-#: awx/main/conf.py:129
+#: awx/main/conf.py:133
msgid "List of modules allowed to be used by ad-hoc jobs."
msgstr ""
-#: awx/main/conf.py:130 awx/main/conf.py:140 awx/main/conf.py:151
-#: awx/main/conf.py:161 awx/main/conf.py:171 awx/main/conf.py:181
-#: awx/main/conf.py:192 awx/main/conf.py:204 awx/main/conf.py:216
-#: awx/main/conf.py:227 awx/main/conf.py:237 awx/main/conf.py:248
-#: awx/main/conf.py:258 awx/main/conf.py:268 awx/main/conf.py:278
-#: awx/main/conf.py:290 awx/main/conf.py:302 awx/main/conf.py:314
-#: awx/main/conf.py:327
+#: awx/main/conf.py:134 awx/main/conf.py:156 awx/main/conf.py:165
+#: awx/main/conf.py:176 awx/main/conf.py:186 awx/main/conf.py:196
+#: awx/main/conf.py:206 awx/main/conf.py:217 awx/main/conf.py:229
+#: awx/main/conf.py:241 awx/main/conf.py:254 awx/main/conf.py:266
+#: awx/main/conf.py:276 awx/main/conf.py:287 awx/main/conf.py:298
+#: awx/main/conf.py:308 awx/main/conf.py:318 awx/main/conf.py:330
+#: awx/main/conf.py:342 awx/main/conf.py:354 awx/main/conf.py:368
msgid "Jobs"
msgstr ""
-#: awx/main/conf.py:138
+#: awx/main/conf.py:143
+msgid "Always"
+msgstr ""
+
+#: awx/main/conf.py:144
+msgid "Never"
+msgstr ""
+
+#: awx/main/conf.py:145
+msgid "Only On Job Template Definitions"
+msgstr ""
+
+#: awx/main/conf.py:148
+msgid "When can extra variables contain Jinja templates?"
+msgstr ""
+
+#: awx/main/conf.py:150
+msgid ""
+"Ansible allows variable substitution via the Jinja2 templating language for "
+"--extra-vars. This poses a potential security risk where Tower users with "
+"the ability to specify extra vars at job launch time can use Jinja2 "
+"templates to run arbitrary Python. It is recommended that this value be set "
+"to \"template\" or \"never\"."
+msgstr ""
+
+#: awx/main/conf.py:163
msgid "Enable job isolation"
msgstr ""
-#: awx/main/conf.py:139
+#: awx/main/conf.py:164
msgid ""
"Isolates an Ansible job from protected parts of the system to prevent "
"exposing sensitive information."
msgstr ""
-#: awx/main/conf.py:147
+#: awx/main/conf.py:172
msgid "Job execution path"
msgstr ""
-#: awx/main/conf.py:148
+#: awx/main/conf.py:173
msgid ""
"The directory in which Tower will create new temporary directories for job "
"execution and isolation (such as credential files and custom inventory "
"scripts)."
msgstr ""
-#: awx/main/conf.py:159
+#: awx/main/conf.py:184
msgid "Paths to hide from isolated jobs"
msgstr ""
-#: awx/main/conf.py:160
+#: awx/main/conf.py:185
msgid ""
"Additional paths to hide from isolated processes. Enter one path per line."
msgstr ""
-#: awx/main/conf.py:169
+#: awx/main/conf.py:194
msgid "Paths to expose to isolated jobs"
msgstr ""
-#: awx/main/conf.py:170
+#: awx/main/conf.py:195
msgid ""
"Whitelist of paths that would otherwise be hidden to expose to isolated "
"jobs. Enter one path per line."
msgstr ""
-#: awx/main/conf.py:179
+#: awx/main/conf.py:204
msgid "Isolated status check interval"
msgstr ""
-#: awx/main/conf.py:180
+#: awx/main/conf.py:205
msgid ""
"The number of seconds to sleep between status checks for jobs running on "
"isolated instances."
msgstr ""
-#: awx/main/conf.py:189
+#: awx/main/conf.py:214
msgid "Isolated launch timeout"
msgstr ""
-#: awx/main/conf.py:190
+#: awx/main/conf.py:215
msgid ""
"The timeout (in seconds) for launching jobs on isolated instances. This "
"includes the time needed to copy source control files (playbooks) to the "
"isolated instance."
msgstr ""
-#: awx/main/conf.py:201
+#: awx/main/conf.py:226
msgid "Isolated connection timeout"
msgstr ""
-#: awx/main/conf.py:202
+#: awx/main/conf.py:227
msgid ""
"Ansible SSH connection timeout (in seconds) to use when communicating with "
"isolated instances. Value should be substantially greater than expected "
"network latency."
msgstr ""
-#: awx/main/conf.py:214 awx/main/conf.py:215
+#: awx/main/conf.py:237
+msgid "Generate RSA keys for isolated instances"
+msgstr ""
+
+#: awx/main/conf.py:238
+msgid ""
+"If set, a random RSA key will be generated and distributed to isolated "
+"instances. To disable this behavior and manage authentication for isolated "
+"instances outside of Tower, disable this setting."
+msgstr ""
+
+#: awx/main/conf.py:252 awx/main/conf.py:253
msgid "The RSA private key for SSH traffic to isolated instances"
msgstr ""
-#: awx/main/conf.py:225 awx/main/conf.py:226
+#: awx/main/conf.py:264 awx/main/conf.py:265
msgid "The RSA public key for SSH traffic to isolated instances"
msgstr ""
-#: awx/main/conf.py:235
+#: awx/main/conf.py:274
msgid "Extra Environment Variables"
msgstr ""
-#: awx/main/conf.py:236
+#: awx/main/conf.py:275
msgid ""
"Additional environment variables set for playbook runs, inventory updates, "
"project updates, and notification sending."
msgstr ""
-#: awx/main/conf.py:246
+#: awx/main/conf.py:285
msgid "Standard Output Maximum Display Size"
msgstr ""
-#: awx/main/conf.py:247
+#: awx/main/conf.py:286
msgid ""
"Maximum Size of Standard Output in bytes to display before requiring the "
"output be downloaded."
msgstr ""
-#: awx/main/conf.py:256
+#: awx/main/conf.py:295
msgid "Job Event Standard Output Maximum Display Size"
msgstr ""
-#: awx/main/conf.py:257
+#: awx/main/conf.py:297
msgid ""
"Maximum Size of Standard Output in bytes to display for a single job or ad "
"hoc command event. `stdout` will end with `…` when truncated."
msgstr ""
-#: awx/main/conf.py:266
+#: awx/main/conf.py:306
msgid "Maximum Scheduled Jobs"
msgstr ""
-#: awx/main/conf.py:267
+#: awx/main/conf.py:307
msgid ""
"Maximum number of the same job template that can be waiting to run when "
"launching from a schedule before no more are created."
msgstr ""
-#: awx/main/conf.py:276
+#: awx/main/conf.py:316
msgid "Ansible Callback Plugins"
msgstr ""
-#: awx/main/conf.py:277
+#: awx/main/conf.py:317
msgid ""
"List of paths to search for extra callback plugins to be used when running "
"jobs. Enter one path per line."
msgstr ""
-#: awx/main/conf.py:287
+#: awx/main/conf.py:327
msgid "Default Job Timeout"
msgstr ""
-#: awx/main/conf.py:288
+#: awx/main/conf.py:328
msgid ""
"Maximum time in seconds to allow jobs to run. Use value of 0 to indicate "
"that no timeout should be imposed. A timeout set on an individual job "
"template will override this."
msgstr ""
-#: awx/main/conf.py:299
+#: awx/main/conf.py:339
msgid "Default Inventory Update Timeout"
msgstr ""
-#: awx/main/conf.py:300
+#: awx/main/conf.py:340
msgid ""
-"Maximum time to allow inventory updates to run. Use value of 0 to indicate "
-"that no timeout should be imposed. A timeout set on an individual inventory "
-"source will override this."
+"Maximum time in seconds to allow inventory updates to run. Use value of 0 to "
+"indicate that no timeout should be imposed. A timeout set on an individual "
+"inventory source will override this."
msgstr ""
-#: awx/main/conf.py:311
+#: awx/main/conf.py:351
msgid "Default Project Update Timeout"
msgstr ""
-#: awx/main/conf.py:312
+#: awx/main/conf.py:352
msgid ""
-"Maximum time to allow project updates to run. Use value of 0 to indicate "
-"that no timeout should be imposed. A timeout set on an individual project "
-"will override this."
+"Maximum time in seconds to allow project updates to run. Use value of 0 to "
+"indicate that no timeout should be imposed. A timeout set on an individual "
+"project will override this."
msgstr ""
-#: awx/main/conf.py:323
+#: awx/main/conf.py:363
msgid "Per-Host Ansible Fact Cache Timeout"
msgstr ""
-#: awx/main/conf.py:324
+#: awx/main/conf.py:364
msgid ""
"Maximum time, in seconds, that stored Ansible facts are considered valid "
"since the last time they were modified. Only valid, non-stale, facts will be "
"accessible by a playbook. Note, this does not influence the deletion of "
-"ansible_facts from the database."
+"ansible_facts from the database. Use a value of 0 to indicate that no "
+"timeout should be imposed."
msgstr ""
-#: awx/main/conf.py:335
+#: awx/main/conf.py:377
msgid "Logging Aggregator"
msgstr ""
-#: awx/main/conf.py:336
+#: awx/main/conf.py:378
msgid "Hostname/IP where external logs will be sent to."
msgstr ""
-#: awx/main/conf.py:337 awx/main/conf.py:347 awx/main/conf.py:358
-#: awx/main/conf.py:368 awx/main/conf.py:380 awx/main/conf.py:395
-#: awx/main/conf.py:407 awx/main/conf.py:416 awx/main/conf.py:426
-#: awx/main/conf.py:436 awx/main/conf.py:447 awx/main/conf.py:459
-#: awx/main/conf.py:472
+#: awx/main/conf.py:379 awx/main/conf.py:390 awx/main/conf.py:402
+#: awx/main/conf.py:412 awx/main/conf.py:424 awx/main/conf.py:439
+#: awx/main/conf.py:451 awx/main/conf.py:460 awx/main/conf.py:470
+#: awx/main/conf.py:480 awx/main/conf.py:491 awx/main/conf.py:503
+#: awx/main/conf.py:516
msgid "Logging"
msgstr ""
-#: awx/main/conf.py:344
+#: awx/main/conf.py:387
msgid "Logging Aggregator Port"
msgstr ""
-#: awx/main/conf.py:345
+#: awx/main/conf.py:388
msgid ""
"Port on Logging Aggregator to send logs to (if required and not provided in "
"Logging Aggregator)."
msgstr ""
-#: awx/main/conf.py:356
+#: awx/main/conf.py:400
msgid "Logging Aggregator Type"
msgstr ""
-#: awx/main/conf.py:357
+#: awx/main/conf.py:401
msgid "Format messages for the chosen log aggregator."
msgstr ""
-#: awx/main/conf.py:366
+#: awx/main/conf.py:410
msgid "Logging Aggregator Username"
msgstr ""
-#: awx/main/conf.py:367
+#: awx/main/conf.py:411
msgid "Username for external log aggregator (if required)."
msgstr ""
-#: awx/main/conf.py:378
+#: awx/main/conf.py:422
msgid "Logging Aggregator Password/Token"
msgstr ""
-#: awx/main/conf.py:379
+#: awx/main/conf.py:423
msgid ""
"Password or authentication token for external log aggregator (if required)."
msgstr ""
-#: awx/main/conf.py:388
+#: awx/main/conf.py:432
msgid "Loggers Sending Data to Log Aggregator Form"
msgstr ""
-#: awx/main/conf.py:389
+#: awx/main/conf.py:433
msgid ""
"List of loggers that will send HTTP logs to the collector, these can include "
"any or all of: \n"
@@ -1691,57 +2053,57 @@ msgid ""
"system_tracking - facts gathered from scan jobs."
msgstr ""
-#: awx/main/conf.py:402
+#: awx/main/conf.py:446
msgid "Log System Tracking Facts Individually"
msgstr ""
-#: awx/main/conf.py:403
+#: awx/main/conf.py:447
msgid ""
-"If set, system tracking facts will be sent for each package, service, "
-"orother item found in a scan, allowing for greater search query granularity. "
+"If set, system tracking facts will be sent for each package, service, or "
+"other item found in a scan, allowing for greater search query granularity. "
"If unset, facts will be sent as a single dictionary, allowing for greater "
"efficiency in fact processing."
msgstr ""
-#: awx/main/conf.py:414
+#: awx/main/conf.py:458
msgid "Enable External Logging"
msgstr ""
-#: awx/main/conf.py:415
+#: awx/main/conf.py:459
msgid "Enable sending logs to external log aggregator."
msgstr ""
-#: awx/main/conf.py:424
+#: awx/main/conf.py:468
msgid "Cluster-wide Tower unique identifier."
msgstr ""
-#: awx/main/conf.py:425
+#: awx/main/conf.py:469
msgid "Useful to uniquely identify Tower instances."
msgstr ""
-#: awx/main/conf.py:434
+#: awx/main/conf.py:478
msgid "Logging Aggregator Protocol"
msgstr ""
-#: awx/main/conf.py:435
+#: awx/main/conf.py:479
msgid "Protocol used to communicate with log aggregator."
msgstr ""
-#: awx/main/conf.py:443
+#: awx/main/conf.py:487
msgid "TCP Connection Timeout"
msgstr ""
-#: awx/main/conf.py:444
+#: awx/main/conf.py:488
msgid ""
"Number of seconds for a TCP connection to external log aggregator to "
"timeout. Applies to HTTPS and TCP log aggregator protocols."
msgstr ""
-#: awx/main/conf.py:454
+#: awx/main/conf.py:498
msgid "Enable/disable HTTPS certificate verification"
msgstr ""
-#: awx/main/conf.py:455
+#: awx/main/conf.py:499
msgid ""
"Flag to control enable/disable of certificate verification when "
"LOG_AGGREGATOR_PROTOCOL is \"https\". If enabled, Tower's log handler will "
@@ -1749,11 +2111,11 @@ msgid ""
"connection."
msgstr ""
-#: awx/main/conf.py:467
+#: awx/main/conf.py:511
msgid "Logging Aggregator Level Threshold"
msgstr ""
-#: awx/main/conf.py:468
+#: awx/main/conf.py:512
msgid ""
"Level threshold used by log handler. Severities from lowest to highest are "
"DEBUG, INFO, WARNING, ERROR, CRITICAL. Messages less severe than the "
@@ -1761,384 +2123,804 @@ msgid ""
"anlytics ignore this setting)"
msgstr ""
-#: awx/main/conf.py:491 awx/sso/conf.py:1112
+#: awx/main/conf.py:535 awx/sso/conf.py:1262
msgid "\n"
msgstr ""
-#: awx/main/constants.py:8
+#: awx/main/constants.py:17
msgid "Sudo"
msgstr ""
-#: awx/main/constants.py:8
+#: awx/main/constants.py:17
msgid "Su"
msgstr ""
-#: awx/main/constants.py:8
+#: awx/main/constants.py:17
msgid "Pbrun"
msgstr ""
-#: awx/main/constants.py:8
+#: awx/main/constants.py:17
msgid "Pfexec"
msgstr ""
-#: awx/main/constants.py:8
+#: awx/main/constants.py:18
msgid "DZDO"
msgstr ""
-#: awx/main/constants.py:8
+#: awx/main/constants.py:18
msgid "Pmrun"
msgstr ""
-#: awx/main/constants.py:8
+#: awx/main/constants.py:18
msgid "Runas"
msgstr ""
-#: awx/main/fields.py:55
-#, python-format
-msgid "'%s' is not one of ['%s']"
+#: awx/main/constants.py:19
+msgid "Enable"
msgstr ""
-#: awx/main/fields.py:520
+#: awx/main/constants.py:19
+msgid "Doas"
+msgstr ""
+
+#: awx/main/constants.py:21
+msgid "None"
+msgstr ""
+
+#: awx/main/fields.py:62
+#, python-brace-format
+msgid "'{value}' is not one of ['{allowed_values}']"
+msgstr ""
+
+#: awx/main/fields.py:421
+#, python-brace-format
+msgid "{type} provided in relative path {path}, expected {expected_type}"
+msgstr ""
+
+#: awx/main/fields.py:426
+#, python-brace-format
+msgid "{type} provided, expected {expected_type}"
+msgstr ""
+
+#: awx/main/fields.py:431
+#, python-brace-format
+msgid "Schema validation error in relative path {path} ({error})"
+msgstr ""
+
+#: awx/main/fields.py:552
+msgid "secret values must be of type string, not {}"
+msgstr ""
+
+#: awx/main/fields.py:587
+#, python-format
+msgid "cannot be set unless \"%s\" is set"
+msgstr ""
+
+#: awx/main/fields.py:603
#, python-format
msgid "required for %s"
msgstr ""
-#: awx/main/fields.py:544
+#: awx/main/fields.py:627
msgid "must be set when SSH key is encrypted."
msgstr ""
-#: awx/main/fields.py:547
-msgid "should not be set when SSH key is empty."
-msgstr ""
-
-#: awx/main/fields.py:549
+#: awx/main/fields.py:633
msgid "should not be set when SSH key is not encrypted."
msgstr ""
-#: awx/main/fields.py:613
+#: awx/main/fields.py:691
+msgid "'dependencies' is not supported for custom credentials."
+msgstr ""
+
+#: awx/main/fields.py:705
msgid "\"tower\" is a reserved field name"
msgstr ""
-#: awx/main/fields.py:620
+#: awx/main/fields.py:712
#, python-format
msgid "field IDs must be unique (%s)"
msgstr ""
-#: awx/main/fields.py:633
-#, python-format
-msgid "%s not allowed for %s type (%s)"
+#: awx/main/fields.py:725
+msgid "become_method is a reserved type name"
msgstr ""
-#: awx/main/fields.py:717
-#, python-format
-msgid "%s uses an undefined field (%s)"
+#: awx/main/fields.py:736
+#, python-brace-format
+msgid "{sub_key} not allowed for {element_type} type ({element_id})"
msgstr ""
-#: awx/main/middleware.py:121
+#: awx/main/fields.py:810
+msgid ""
+"Must define unnamed file injector in order to reference `tower.filename`."
+msgstr ""
+
+#: awx/main/fields.py:817
+msgid "Cannot directly reference reserved `tower` namespace container."
+msgstr ""
+
+#: awx/main/fields.py:827
+msgid "Must use multi-file syntax when injecting multiple files"
+msgstr ""
+
+#: awx/main/fields.py:844
+#, python-brace-format
+msgid "{sub_key} uses an undefined field ({error_msg})"
+msgstr ""
+
+#: awx/main/fields.py:851
+#, python-brace-format
+msgid ""
+"Syntax error rendering template for {sub_key} inside of {type} ({error_msg})"
+msgstr ""
+
+#: awx/main/middleware.py:146
msgid "Formats of all available named urls"
msgstr ""
-#: awx/main/middleware.py:122
+#: awx/main/middleware.py:147
msgid ""
"Read-only list of key-value pairs that shows the standard format of all "
"available named URLs."
msgstr ""
-#: awx/main/middleware.py:124 awx/main/middleware.py:134
+#: awx/main/middleware.py:149 awx/main/middleware.py:159
msgid "Named URL"
msgstr ""
-#: awx/main/middleware.py:131
+#: awx/main/middleware.py:156
msgid "List of all named url graph nodes."
msgstr ""
-#: awx/main/middleware.py:132
+#: awx/main/middleware.py:157
msgid ""
"Read-only list of key-value pairs that exposes named URL graph topology. Use "
"this list to programmatically generate named URLs for resources"
msgstr ""
-#: awx/main/migrations/_reencrypt.py:23 awx/main/models/notifications.py:33
+#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:35
msgid "Email"
msgstr ""
-#: awx/main/migrations/_reencrypt.py:24 awx/main/models/notifications.py:34
+#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:36
msgid "Slack"
msgstr ""
-#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:35
+#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:37
msgid "Twilio"
msgstr ""
-#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:36
+#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:38
msgid "Pagerduty"
msgstr ""
-#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:37
+#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:39
msgid "HipChat"
msgstr ""
-#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:38
+#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:41
+msgid "Mattermost"
+msgstr ""
+
+#: awx/main/migrations/_reencrypt.py:32 awx/main/models/notifications.py:40
msgid "Webhook"
msgstr ""
-#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:39
+#: awx/main/migrations/_reencrypt.py:33 awx/main/models/notifications.py:43
msgid "IRC"
msgstr ""
-#: awx/main/models/activity_stream.py:24
+#: awx/main/models/activity_stream.py:25
msgid "Entity Created"
msgstr ""
-#: awx/main/models/activity_stream.py:25
+#: awx/main/models/activity_stream.py:26
msgid "Entity Updated"
msgstr ""
-#: awx/main/models/activity_stream.py:26
+#: awx/main/models/activity_stream.py:27
msgid "Entity Deleted"
msgstr ""
-#: awx/main/models/activity_stream.py:27
+#: awx/main/models/activity_stream.py:28
msgid "Entity Associated with another Entity"
msgstr ""
-#: awx/main/models/activity_stream.py:28
+#: awx/main/models/activity_stream.py:29
msgid "Entity was Disassociated with another Entity"
msgstr ""
-#: awx/main/models/ad_hoc_commands.py:100
+#: awx/main/models/ad_hoc_commands.py:95
msgid "No valid inventory."
msgstr ""
-#: awx/main/models/ad_hoc_commands.py:107
+#: awx/main/models/ad_hoc_commands.py:102
msgid "You must provide a machine / SSH credential."
msgstr ""
-#: awx/main/models/ad_hoc_commands.py:118
-#: awx/main/models/ad_hoc_commands.py:126
+#: awx/main/models/ad_hoc_commands.py:113
+#: awx/main/models/ad_hoc_commands.py:121
msgid "Invalid type for ad hoc command"
msgstr ""
-#: awx/main/models/ad_hoc_commands.py:121
+#: awx/main/models/ad_hoc_commands.py:116
msgid "Unsupported module for ad hoc commands."
msgstr ""
-#: awx/main/models/ad_hoc_commands.py:129
+#: awx/main/models/ad_hoc_commands.py:124
#, python-format
msgid "No argument passed to %s module."
msgstr ""
-#: awx/main/models/ad_hoc_commands.py:243 awx/main/models/jobs.py:900
-msgid "Host Failed"
-msgstr ""
-
-#: awx/main/models/ad_hoc_commands.py:244 awx/main/models/jobs.py:901
-msgid "Host OK"
-msgstr ""
-
-#: awx/main/models/ad_hoc_commands.py:245 awx/main/models/jobs.py:904
-msgid "Host Unreachable"
-msgstr ""
-
-#: awx/main/models/ad_hoc_commands.py:250 awx/main/models/jobs.py:903
-msgid "Host Skipped"
-msgstr ""
-
-#: awx/main/models/ad_hoc_commands.py:260 awx/main/models/jobs.py:931
-msgid "Debug"
-msgstr ""
-
-#: awx/main/models/ad_hoc_commands.py:261 awx/main/models/jobs.py:932
-msgid "Verbose"
-msgstr ""
-
-#: awx/main/models/ad_hoc_commands.py:262 awx/main/models/jobs.py:933
-msgid "Deprecated"
-msgstr ""
-
-#: awx/main/models/ad_hoc_commands.py:263 awx/main/models/jobs.py:934
-msgid "Warning"
-msgstr ""
-
-#: awx/main/models/ad_hoc_commands.py:264 awx/main/models/jobs.py:935
-msgid "System Warning"
-msgstr ""
-
-#: awx/main/models/ad_hoc_commands.py:265 awx/main/models/jobs.py:936
-#: awx/main/models/unified_jobs.py:63
-msgid "Error"
-msgstr ""
-
-#: awx/main/models/base.py:40 awx/main/models/base.py:46
-#: awx/main/models/base.py:51
+#: awx/main/models/base.py:33 awx/main/models/base.py:39
+#: awx/main/models/base.py:44 awx/main/models/base.py:49
msgid "Run"
msgstr ""
-#: awx/main/models/base.py:41 awx/main/models/base.py:47
-#: awx/main/models/base.py:52
+#: awx/main/models/base.py:34 awx/main/models/base.py:40
+#: awx/main/models/base.py:45 awx/main/models/base.py:50
msgid "Check"
msgstr ""
-#: awx/main/models/base.py:42
+#: awx/main/models/base.py:35
msgid "Scan"
msgstr ""
-#: awx/main/models/credential.py:82
+#: awx/main/models/credential/__init__.py:110
msgid "Host"
msgstr ""
-#: awx/main/models/credential.py:83
+#: awx/main/models/credential/__init__.py:111
msgid "The hostname or IP address to use."
msgstr ""
-#: awx/main/models/credential.py:89
+#: awx/main/models/credential/__init__.py:117
+#: awx/main/models/credential/__init__.py:686
+#: awx/main/models/credential/__init__.py:741
+#: awx/main/models/credential/__init__.py:806
+#: awx/main/models/credential/__init__.py:884
+#: awx/main/models/credential/__init__.py:930
+#: awx/main/models/credential/__init__.py:958
+#: awx/main/models/credential/__init__.py:987
+#: awx/main/models/credential/__init__.py:1051
+#: awx/main/models/credential/__init__.py:1092
+#: awx/main/models/credential/__init__.py:1125
+#: awx/main/models/credential/__init__.py:1177
msgid "Username"
msgstr ""
-#: awx/main/models/credential.py:90
+#: awx/main/models/credential/__init__.py:118
msgid "Username for this credential."
msgstr ""
-#: awx/main/models/credential.py:96
+#: awx/main/models/credential/__init__.py:124
+#: awx/main/models/credential/__init__.py:690
+#: awx/main/models/credential/__init__.py:745
+#: awx/main/models/credential/__init__.py:810
+#: awx/main/models/credential/__init__.py:934
+#: awx/main/models/credential/__init__.py:962
+#: awx/main/models/credential/__init__.py:991
+#: awx/main/models/credential/__init__.py:1055
+#: awx/main/models/credential/__init__.py:1096
+#: awx/main/models/credential/__init__.py:1129
+#: awx/main/models/credential/__init__.py:1181
msgid "Password"
msgstr ""
-#: awx/main/models/credential.py:97
+#: awx/main/models/credential/__init__.py:125
msgid ""
"Password for this credential (or \"ASK\" to prompt the user for machine "
"credentials)."
msgstr ""
-#: awx/main/models/credential.py:104
+#: awx/main/models/credential/__init__.py:132
msgid "Security Token"
msgstr ""
-#: awx/main/models/credential.py:105
+#: awx/main/models/credential/__init__.py:133
msgid "Security Token for this credential"
msgstr ""
-#: awx/main/models/credential.py:111
+#: awx/main/models/credential/__init__.py:139
msgid "Project"
msgstr ""
-#: awx/main/models/credential.py:112
+#: awx/main/models/credential/__init__.py:140
msgid "The identifier for the project."
msgstr ""
-#: awx/main/models/credential.py:118
+#: awx/main/models/credential/__init__.py:146
msgid "Domain"
msgstr ""
-#: awx/main/models/credential.py:119
+#: awx/main/models/credential/__init__.py:147
msgid "The identifier for the domain."
msgstr ""
-#: awx/main/models/credential.py:124
+#: awx/main/models/credential/__init__.py:152
msgid "SSH private key"
msgstr ""
-#: awx/main/models/credential.py:125
+#: awx/main/models/credential/__init__.py:153
msgid "RSA or DSA private key to be used instead of password."
msgstr ""
-#: awx/main/models/credential.py:131
+#: awx/main/models/credential/__init__.py:159
msgid "SSH key unlock"
msgstr ""
-#: awx/main/models/credential.py:132
+#: awx/main/models/credential/__init__.py:160
msgid ""
"Passphrase to unlock SSH private key if encrypted (or \"ASK\" to prompt the "
"user for machine credentials)."
msgstr ""
-#: awx/main/models/credential.py:139
-msgid "None"
-msgstr ""
-
-#: awx/main/models/credential.py:140
+#: awx/main/models/credential/__init__.py:168
msgid "Privilege escalation method."
msgstr ""
-#: awx/main/models/credential.py:146
+#: awx/main/models/credential/__init__.py:174
msgid "Privilege escalation username."
msgstr ""
-#: awx/main/models/credential.py:152
+#: awx/main/models/credential/__init__.py:180
msgid "Password for privilege escalation method."
msgstr ""
-#: awx/main/models/credential.py:158
+#: awx/main/models/credential/__init__.py:186
msgid "Vault password (or \"ASK\" to prompt the user)."
msgstr ""
-#: awx/main/models/credential.py:162
+#: awx/main/models/credential/__init__.py:190
msgid "Whether to use the authorize mechanism."
msgstr ""
-#: awx/main/models/credential.py:168
+#: awx/main/models/credential/__init__.py:196
msgid "Password used by the authorize mechanism."
msgstr ""
-#: awx/main/models/credential.py:174
+#: awx/main/models/credential/__init__.py:202
msgid "Client Id or Application Id for the credential"
msgstr ""
-#: awx/main/models/credential.py:180
+#: awx/main/models/credential/__init__.py:208
msgid "Secret Token for this credential"
msgstr ""
-#: awx/main/models/credential.py:186
+#: awx/main/models/credential/__init__.py:214
msgid "Subscription identifier for this credential"
msgstr ""
-#: awx/main/models/credential.py:192
+#: awx/main/models/credential/__init__.py:220
msgid "Tenant identifier for this credential"
msgstr ""
-#: awx/main/models/credential.py:216
+#: awx/main/models/credential/__init__.py:244
msgid ""
"Specify the type of credential you want to create. Refer to the Ansible "
"Tower documentation for details on each type."
msgstr ""
-#: awx/main/models/credential.py:230 awx/main/models/credential.py:416
+#: awx/main/models/credential/__init__.py:258
+#: awx/main/models/credential/__init__.py:476
msgid ""
"Enter inputs 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 ""
-#: awx/main/models/credential.py:397
+#: awx/main/models/credential/__init__.py:457
+#: awx/main/models/credential/__init__.py:681
msgid "Machine"
msgstr ""
-#: awx/main/models/credential.py:398
+#: awx/main/models/credential/__init__.py:458
+#: awx/main/models/credential/__init__.py:772
msgid "Vault"
msgstr ""
-#: awx/main/models/credential.py:399
+#: awx/main/models/credential/__init__.py:459
+#: awx/main/models/credential/__init__.py:801
msgid "Network"
msgstr ""
-#: awx/main/models/credential.py:400
+#: awx/main/models/credential/__init__.py:460
+#: awx/main/models/credential/__init__.py:736
msgid "Source Control"
msgstr ""
-#: awx/main/models/credential.py:401
+#: awx/main/models/credential/__init__.py:461
msgid "Cloud"
msgstr ""
-#: awx/main/models/credential.py:402
+#: awx/main/models/credential/__init__.py:462
+#: awx/main/models/credential/__init__.py:1087
msgid "Insights"
msgstr ""
-#: awx/main/models/credential.py:423
+#: awx/main/models/credential/__init__.py:483
msgid ""
"Enter injectors 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 ""
+#: awx/main/models/credential/__init__.py:534
+#, python-format
+msgid "adding %s credential type"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:696
+#: awx/main/models/credential/__init__.py:815
+msgid "SSH Private Key"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:703
+#: awx/main/models/credential/__init__.py:757
+#: awx/main/models/credential/__init__.py:822
+msgid "Private Key Passphrase"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:709
+msgid "Privilege Escalation Method"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:711
+msgid ""
+"Specify a method for \"become\" operations. This is equivalent to specifying "
+"the --become-method Ansible parameter."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:716
+msgid "Privilege Escalation Username"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:720
+msgid "Privilege Escalation Password"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:750
+msgid "SCM Private Key"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:777
+msgid "Vault Password"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:783
+msgid "Vault Identifier"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:786
+msgid ""
+"Specify an (optional) Vault ID. This is equivalent to specifying the --vault-"
+"id Ansible parameter for providing multiple Vault passwords. Note: this "
+"feature only works in Ansible 2.4+."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:827
+msgid "Authorize"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:831
+msgid "Authorize Password"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:848
+msgid "Amazon Web Services"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:853
+msgid "Access Key"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:857
+msgid "Secret Key"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:862
+msgid "STS Token"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:865
+msgid ""
+"Security Token Service (STS) is a web service that enables you to request "
+"temporary, limited-privilege credentials for AWS Identity and Access "
+"Management (IAM) users."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:879 awx/main/models/inventory.py:990
+msgid "OpenStack"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:888
+msgid "Password (API Key)"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:893
+#: awx/main/models/credential/__init__.py:1120
+msgid "Host (Authentication URL)"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:895
+msgid ""
+"The host to authenticate with. For example, https://openstack.business.com/"
+"v2.0/"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:899
+msgid "Project (Tenant Name)"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:903
+msgid "Domain Name"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:905
+msgid ""
+"OpenStack domains define administrative boundaries. It is only needed for "
+"Keystone v3 authentication URLs. Refer to Ansible Tower documentation for "
+"common scenarios."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:919 awx/main/models/inventory.py:987
+msgid "VMware vCenter"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:924
+msgid "VCenter Host"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:926
+msgid ""
+"Enter the hostname or IP address that corresponds to your VMware vCenter."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:947 awx/main/models/inventory.py:988
+msgid "Red Hat Satellite 6"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:952
+msgid "Satellite 6 URL"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:954
+msgid ""
+"Enter the URL that corresponds to your Red Hat Satellite 6 server. For "
+"example, https://satellite.example.org"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:975 awx/main/models/inventory.py:989
+msgid "Red Hat CloudForms"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:980
+msgid "CloudForms URL"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:982
+msgid ""
+"Enter the URL for the virtual machine that corresponds to your CloudForm "
+"instance. For example, https://cloudforms.example.org"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1004 awx/main/models/inventory.py:985
+msgid "Google Compute Engine"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1009
+msgid "Service Account Email Address"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1011
+msgid ""
+"The email address assigned to the Google Compute Engine service account."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1017
+msgid ""
+"The Project ID is the GCE assigned identification. It is often constructed "
+"as three words or two words followed by a three-digit number. Examples: "
+"project-id-000 and another-project-id"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1023
+msgid "RSA Private Key"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1028
+msgid ""
+"Paste the contents of the PEM file associated with the service account email."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1040 awx/main/models/inventory.py:986
+msgid "Microsoft Azure Resource Manager"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1045
+msgid "Subscription ID"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1047
+msgid "Subscription ID is an Azure construct, which is mapped to a username."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1060
+msgid "Client ID"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1069
+msgid "Tenant ID"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1073
+msgid "Azure Cloud Environment"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1075
+msgid ""
+"Environment variable AZURE_CLOUD_ENVIRONMENT when using Azure GovCloud or "
+"Azure stack."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1115 awx/main/models/inventory.py:991
+msgid "Red Hat Virtualization"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1122
+msgid "The host to authenticate with."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1134
+msgid "CA File"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1136
+msgid "Absolute file path to the CA file to use (optional)"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1167 awx/main/models/inventory.py:992
+msgid "Ansible Tower"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1172
+msgid "Ansible Tower Hostname"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1174
+msgid "The Ansible Tower base URL to authenticate with."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1186
+msgid "Verify SSL"
+msgstr ""
+
+#: awx/main/models/events.py:89 awx/main/models/events.py:608
+msgid "Host Failed"
+msgstr ""
+
+#: awx/main/models/events.py:90 awx/main/models/events.py:609
+msgid "Host OK"
+msgstr ""
+
+#: awx/main/models/events.py:91
+msgid "Host Failure"
+msgstr ""
+
+#: awx/main/models/events.py:92 awx/main/models/events.py:615
+msgid "Host Skipped"
+msgstr ""
+
+#: awx/main/models/events.py:93 awx/main/models/events.py:610
+msgid "Host Unreachable"
+msgstr ""
+
+#: awx/main/models/events.py:94 awx/main/models/events.py:108
+msgid "No Hosts Remaining"
+msgstr ""
+
+#: awx/main/models/events.py:95
+msgid "Host Polling"
+msgstr ""
+
+#: awx/main/models/events.py:96
+msgid "Host Async OK"
+msgstr ""
+
+#: awx/main/models/events.py:97
+msgid "Host Async Failure"
+msgstr ""
+
+#: awx/main/models/events.py:98
+msgid "Item OK"
+msgstr ""
+
+#: awx/main/models/events.py:99
+msgid "Item Failed"
+msgstr ""
+
+#: awx/main/models/events.py:100
+msgid "Item Skipped"
+msgstr ""
+
+#: awx/main/models/events.py:101
+msgid "Host Retry"
+msgstr ""
+
+#: awx/main/models/events.py:103
+msgid "File Difference"
+msgstr ""
+
+#: awx/main/models/events.py:104
+msgid "Playbook Started"
+msgstr ""
+
+#: awx/main/models/events.py:105
+msgid "Running Handlers"
+msgstr ""
+
+#: awx/main/models/events.py:106
+msgid "Including File"
+msgstr ""
+
+#: awx/main/models/events.py:107
+msgid "No Hosts Matched"
+msgstr ""
+
+#: awx/main/models/events.py:109
+msgid "Task Started"
+msgstr ""
+
+#: awx/main/models/events.py:111
+msgid "Variables Prompted"
+msgstr ""
+
+#: awx/main/models/events.py:112
+msgid "Gathering Facts"
+msgstr ""
+
+#: awx/main/models/events.py:113
+msgid "internal: on Import for Host"
+msgstr ""
+
+#: awx/main/models/events.py:114
+msgid "internal: on Not Import for Host"
+msgstr ""
+
+#: awx/main/models/events.py:115
+msgid "Play Started"
+msgstr ""
+
+#: awx/main/models/events.py:116
+msgid "Playbook Complete"
+msgstr ""
+
+#: awx/main/models/events.py:120 awx/main/models/events.py:625
+msgid "Debug"
+msgstr ""
+
+#: awx/main/models/events.py:121 awx/main/models/events.py:626
+msgid "Verbose"
+msgstr ""
+
+#: awx/main/models/events.py:122 awx/main/models/events.py:627
+msgid "Deprecated"
+msgstr ""
+
+#: awx/main/models/events.py:123 awx/main/models/events.py:628
+msgid "Warning"
+msgstr ""
+
+#: awx/main/models/events.py:124 awx/main/models/events.py:629
+msgid "System Warning"
+msgstr ""
+
+#: awx/main/models/events.py:125 awx/main/models/events.py:630
+#: awx/main/models/unified_jobs.py:67
+msgid "Error"
+msgstr ""
+
#: awx/main/models/fact.py:25
msgid "Host for the facts that the fact scan captured."
msgstr ""
@@ -2153,624 +2935,646 @@ msgid ""
"host."
msgstr ""
-#: awx/main/models/ha.py:76
+#: awx/main/models/ha.py:153
msgid "Instances that are members of this InstanceGroup"
msgstr ""
-#: awx/main/models/ha.py:81
+#: awx/main/models/ha.py:158
msgid "Instance Group to remotely control this group."
msgstr ""
-#: awx/main/models/inventory.py:51
+#: awx/main/models/ha.py:165
+msgid "Percentage of Instances to automatically assign to this group"
+msgstr ""
+
+#: awx/main/models/ha.py:169
+msgid ""
+"Static minimum number of Instances to automatically assign to this group"
+msgstr ""
+
+#: awx/main/models/ha.py:174
+msgid ""
+"List of exact-match Instances that will always be automatically assigned to "
+"this group"
+msgstr ""
+
+#: awx/main/models/inventory.py:61
msgid "Hosts have a direct link to this inventory."
msgstr ""
-#: awx/main/models/inventory.py:52
+#: awx/main/models/inventory.py:62
msgid "Hosts for inventory generated using the host_filter property."
msgstr ""
-#: awx/main/models/inventory.py:57
+#: awx/main/models/inventory.py:67
msgid "inventories"
msgstr ""
-#: awx/main/models/inventory.py:64
+#: awx/main/models/inventory.py:74
msgid "Organization containing this inventory."
msgstr ""
-#: awx/main/models/inventory.py:71
+#: awx/main/models/inventory.py:81
msgid "Inventory variables in JSON or YAML format."
msgstr ""
-#: awx/main/models/inventory.py:76
+#: awx/main/models/inventory.py:86
msgid "Flag indicating whether any hosts in this inventory have failed."
msgstr ""
-#: awx/main/models/inventory.py:81
+#: awx/main/models/inventory.py:91
msgid "Total number of hosts in this inventory."
msgstr ""
-#: awx/main/models/inventory.py:86
+#: awx/main/models/inventory.py:96
msgid "Number of hosts in this inventory with active failures."
msgstr ""
-#: awx/main/models/inventory.py:91
+#: awx/main/models/inventory.py:101
msgid "Total number of groups in this inventory."
msgstr ""
-#: awx/main/models/inventory.py:96
+#: awx/main/models/inventory.py:106
msgid "Number of groups in this inventory with active failures."
msgstr ""
-#: awx/main/models/inventory.py:101
+#: awx/main/models/inventory.py:111
msgid ""
"Flag indicating whether this inventory has any external inventory sources."
msgstr ""
-#: awx/main/models/inventory.py:106
+#: awx/main/models/inventory.py:116
msgid ""
"Total number of external inventory sources configured within this inventory."
msgstr ""
-#: awx/main/models/inventory.py:111
+#: awx/main/models/inventory.py:121
msgid "Number of external inventory sources in this inventory with failures."
msgstr ""
-#: awx/main/models/inventory.py:118
+#: awx/main/models/inventory.py:128
msgid "Kind of inventory being represented."
msgstr ""
-#: awx/main/models/inventory.py:124
+#: awx/main/models/inventory.py:134
msgid "Filter that will be applied to the hosts of this inventory."
msgstr ""
-#: awx/main/models/inventory.py:151
+#: awx/main/models/inventory.py:161
msgid ""
"Credentials to be used by hosts belonging to this inventory when accessing "
"Red Hat Insights API."
msgstr ""
-#: awx/main/models/inventory.py:160
+#: awx/main/models/inventory.py:170
msgid "Flag indicating the inventory is being deleted."
msgstr ""
-#: awx/main/models/inventory.py:373
+#: awx/main/models/inventory.py:459
msgid "Assignment not allowed for Smart Inventory"
msgstr ""
-#: awx/main/models/inventory.py:375 awx/main/models/projects.py:148
+#: awx/main/models/inventory.py:461 awx/main/models/projects.py:159
msgid "Credential kind must be 'insights'."
msgstr ""
-#: awx/main/models/inventory.py:439
+#: awx/main/models/inventory.py:546
msgid "Is this host online and available for running jobs?"
msgstr ""
-#: awx/main/models/inventory.py:445
+#: awx/main/models/inventory.py:552
msgid ""
"The value used by the remote inventory source to uniquely identify the host"
msgstr ""
-#: awx/main/models/inventory.py:450
+#: awx/main/models/inventory.py:557
msgid "Host variables in JSON or YAML format."
msgstr ""
-#: awx/main/models/inventory.py:472
+#: awx/main/models/inventory.py:579
msgid "Flag indicating whether the last job failed for this host."
msgstr ""
-#: awx/main/models/inventory.py:477
+#: awx/main/models/inventory.py:584
msgid ""
"Flag indicating whether this host was created/updated from any external "
"inventory sources."
msgstr ""
-#: awx/main/models/inventory.py:483
+#: awx/main/models/inventory.py:590
msgid "Inventory source(s) that created or modified this host."
msgstr ""
-#: awx/main/models/inventory.py:488
+#: awx/main/models/inventory.py:595
msgid "Arbitrary JSON structure of most recent ansible_facts, per-host."
msgstr ""
-#: awx/main/models/inventory.py:494
+#: awx/main/models/inventory.py:601
msgid "The date and time ansible_facts was last modified."
msgstr ""
-#: awx/main/models/inventory.py:501
+#: awx/main/models/inventory.py:608
msgid "Red Hat Insights host unique identifier."
msgstr ""
-#: awx/main/models/inventory.py:629
+#: awx/main/models/inventory.py:743
msgid "Group variables in JSON or YAML format."
msgstr ""
-#: awx/main/models/inventory.py:635
+#: awx/main/models/inventory.py:749
msgid "Hosts associated directly with this group."
msgstr ""
-#: awx/main/models/inventory.py:640
+#: awx/main/models/inventory.py:754
msgid "Total number of hosts directly or indirectly in this group."
msgstr ""
-#: awx/main/models/inventory.py:645
+#: awx/main/models/inventory.py:759
msgid "Flag indicating whether this group has any hosts with active failures."
msgstr ""
-#: awx/main/models/inventory.py:650
+#: awx/main/models/inventory.py:764
msgid "Number of hosts in this group with active failures."
msgstr ""
-#: awx/main/models/inventory.py:655
+#: awx/main/models/inventory.py:769
msgid "Total number of child groups contained within this group."
msgstr ""
-#: awx/main/models/inventory.py:660
+#: awx/main/models/inventory.py:774
msgid "Number of child groups within this group that have active failures."
msgstr ""
-#: awx/main/models/inventory.py:665
+#: awx/main/models/inventory.py:779
msgid ""
"Flag indicating whether this group was created/updated from any external "
"inventory sources."
msgstr ""
-#: awx/main/models/inventory.py:671
+#: awx/main/models/inventory.py:785
msgid "Inventory source(s) that created or modified this group."
msgstr ""
-#: awx/main/models/inventory.py:861 awx/main/models/projects.py:42
-#: awx/main/models/unified_jobs.py:427
+#: awx/main/models/inventory.py:981 awx/main/models/projects.py:53
+#: awx/main/models/unified_jobs.py:519
msgid "Manual"
msgstr ""
-#: awx/main/models/inventory.py:862
+#: awx/main/models/inventory.py:982
msgid "File, Directory or Script"
msgstr ""
-#: awx/main/models/inventory.py:863
+#: awx/main/models/inventory.py:983
msgid "Sourced from a Project"
msgstr ""
-#: awx/main/models/inventory.py:864
+#: awx/main/models/inventory.py:984
msgid "Amazon EC2"
msgstr ""
-#: awx/main/models/inventory.py:865
-msgid "Google Compute Engine"
-msgstr ""
-
-#: awx/main/models/inventory.py:866
-msgid "Microsoft Azure Classic (deprecated)"
-msgstr ""
-
-#: awx/main/models/inventory.py:867
-msgid "Microsoft Azure Resource Manager"
-msgstr ""
-
-#: awx/main/models/inventory.py:868
-msgid "VMware vCenter"
-msgstr ""
-
-#: awx/main/models/inventory.py:869
-msgid "Red Hat Satellite 6"
-msgstr ""
-
-#: awx/main/models/inventory.py:870
-msgid "Red Hat CloudForms"
-msgstr ""
-
-#: awx/main/models/inventory.py:871
-msgid "OpenStack"
-msgstr ""
-
-#: awx/main/models/inventory.py:872
+#: awx/main/models/inventory.py:993
msgid "Custom Script"
msgstr ""
-#: awx/main/models/inventory.py:989
+#: awx/main/models/inventory.py:1110
msgid "Inventory source variables in YAML or JSON format."
msgstr ""
-#: awx/main/models/inventory.py:1008
+#: awx/main/models/inventory.py:1121
msgid ""
"Comma-separated list of filter expressions (EC2 only). Hosts are imported "
"when ANY of the filters match."
msgstr ""
-#: awx/main/models/inventory.py:1014
+#: awx/main/models/inventory.py:1127
msgid "Limit groups automatically created from inventory source (EC2 only)."
msgstr ""
-#: awx/main/models/inventory.py:1018
+#: awx/main/models/inventory.py:1131
msgid "Overwrite local groups and hosts from remote inventory source."
msgstr ""
-#: awx/main/models/inventory.py:1022
+#: awx/main/models/inventory.py:1135
msgid "Overwrite local variables from remote inventory source."
msgstr ""
-#: awx/main/models/inventory.py:1027 awx/main/models/jobs.py:159
-#: awx/main/models/projects.py:117
+#: awx/main/models/inventory.py:1140 awx/main/models/jobs.py:140
+#: awx/main/models/projects.py:128
msgid "The amount of time (in seconds) to run before the task is canceled."
msgstr ""
-#: awx/main/models/inventory.py:1060
-msgid "Availability Zone"
-msgstr ""
-
-#: awx/main/models/inventory.py:1061
+#: awx/main/models/inventory.py:1173
msgid "Image ID"
msgstr ""
-#: awx/main/models/inventory.py:1062
+#: awx/main/models/inventory.py:1174
+msgid "Availability Zone"
+msgstr ""
+
+#: awx/main/models/inventory.py:1175
+msgid "Account"
+msgstr ""
+
+#: awx/main/models/inventory.py:1176
msgid "Instance ID"
msgstr ""
-#: awx/main/models/inventory.py:1063
+#: awx/main/models/inventory.py:1177
+msgid "Instance State"
+msgstr ""
+
+#: awx/main/models/inventory.py:1178
+msgid "Platform"
+msgstr ""
+
+#: awx/main/models/inventory.py:1179
msgid "Instance Type"
msgstr ""
-#: awx/main/models/inventory.py:1064
+#: awx/main/models/inventory.py:1180
msgid "Key Name"
msgstr ""
-#: awx/main/models/inventory.py:1065
+#: awx/main/models/inventory.py:1181
msgid "Region"
msgstr ""
-#: awx/main/models/inventory.py:1066
+#: awx/main/models/inventory.py:1182
msgid "Security Group"
msgstr ""
-#: awx/main/models/inventory.py:1067
+#: awx/main/models/inventory.py:1183
msgid "Tags"
msgstr ""
-#: awx/main/models/inventory.py:1068
-msgid "VPC ID"
-msgstr ""
-
-#: awx/main/models/inventory.py:1069
+#: awx/main/models/inventory.py:1184
msgid "Tag None"
msgstr ""
-#: awx/main/models/inventory.py:1132
+#: awx/main/models/inventory.py:1185
+msgid "VPC ID"
+msgstr ""
+
+#: awx/main/models/inventory.py:1253
#, python-format
msgid ""
"Cloud-based inventory sources (such as %s) require credentials for the "
"matching cloud service."
msgstr ""
-#: awx/main/models/inventory.py:1139
+#: awx/main/models/inventory.py:1259
msgid "Credential is required for a cloud source."
msgstr ""
-#: awx/main/models/inventory.py:1161
+#: awx/main/models/inventory.py:1262
+msgid ""
+"Credentials of type machine, source control, insights and vault are "
+"disallowed for custom inventory sources."
+msgstr ""
+
+#: awx/main/models/inventory.py:1314
#, python-format
msgid "Invalid %(source)s region: %(region)s"
msgstr ""
-#: awx/main/models/inventory.py:1185
+#: awx/main/models/inventory.py:1338
#, python-format
msgid "Invalid filter expression: %(filter)s"
msgstr ""
-#: awx/main/models/inventory.py:1206
+#: awx/main/models/inventory.py:1359
#, python-format
msgid "Invalid group by choice: %(choice)s"
msgstr ""
-#: awx/main/models/inventory.py:1241
+#: awx/main/models/inventory.py:1394
msgid "Project containing inventory file used as source."
msgstr ""
-#: awx/main/models/inventory.py:1389
+#: awx/main/models/inventory.py:1555
#, python-format
msgid ""
"Unable to configure this item for cloud sync. It is already managed by %s."
msgstr ""
-#: awx/main/models/inventory.py:1414
+#: awx/main/models/inventory.py:1565
+msgid ""
+"More than one SCM-based inventory source with update on project update per-"
+"inventory not allowed."
+msgstr ""
+
+#: awx/main/models/inventory.py:1572
+msgid ""
+"Cannot update SCM-based inventory source on launch if set to update on "
+"project update. Instead, configure the corresponding source project to "
+"update on launch."
+msgstr ""
+
+#: awx/main/models/inventory.py:1579
+msgid "SCM type sources must set `overwrite_vars` to `true` until Ansible 2.5."
+msgstr ""
+
+#: awx/main/models/inventory.py:1584
+msgid "Cannot set source_path if not SCM type."
+msgstr ""
+
+#: awx/main/models/inventory.py:1615
msgid ""
"Inventory files from this Project Update were used for the inventory update."
msgstr ""
-#: awx/main/models/inventory.py:1528
+#: awx/main/models/inventory.py:1725
msgid "Inventory script contents"
msgstr ""
-#: awx/main/models/inventory.py:1533
+#: awx/main/models/inventory.py:1730
msgid "Organization owning this inventory script"
msgstr ""
-#: awx/main/models/jobs.py:65
+#: awx/main/models/jobs.py:66
msgid ""
"If enabled, textual changes made to any templated files on the host are "
"shown in the standard output"
msgstr ""
-#: awx/main/models/jobs.py:163
+#: awx/main/models/jobs.py:145
msgid ""
"If enabled, Tower will act as an Ansible Fact Cache Plugin; persisting facts "
"at the end of a playbook run to the database and caching facts for use by "
"Ansible."
msgstr ""
-#: awx/main/models/jobs.py:172
-msgid "You must provide an SSH credential."
-msgstr ""
-
-#: awx/main/models/jobs.py:180
+#: awx/main/models/jobs.py:163
msgid "You must provide a Vault credential."
msgstr ""
-#: awx/main/models/jobs.py:316
+#: awx/main/models/jobs.py:308
msgid "Job Template must provide 'inventory' or allow prompting for it."
msgstr ""
-#: awx/main/models/jobs.py:320
-msgid "Job Template must provide 'credential' or allow prompting for it."
+#: awx/main/models/jobs.py:403
+msgid "Field is not configured to prompt on launch."
msgstr ""
-#: awx/main/models/jobs.py:421
-msgid "Cannot override job_type to or from a scan job."
+#: awx/main/models/jobs.py:409
+msgid "Saved launch configurations cannot provide passwords needed to start."
msgstr ""
-#: awx/main/models/jobs.py:487 awx/main/models/projects.py:263
+#: awx/main/models/jobs.py:417
+msgid "Job Template {} is missing or undefined."
+msgstr ""
+
+#: awx/main/models/jobs.py:498 awx/main/models/projects.py:277
msgid "SCM Revision"
msgstr ""
-#: awx/main/models/jobs.py:488
+#: awx/main/models/jobs.py:499
msgid "The SCM Revision from the Project used for this job, if available"
msgstr ""
-#: awx/main/models/jobs.py:496
+#: awx/main/models/jobs.py:507
msgid ""
"The SCM Refresh task used to make sure the playbooks were available for the "
"job run"
msgstr ""
-#: awx/main/models/jobs.py:799
+#: awx/main/models/jobs.py:634
+#, python-brace-format
+msgid "{status_value} is not a valid status option."
+msgstr ""
+
+#: awx/main/models/jobs.py:999
msgid "job host summaries"
msgstr ""
-#: awx/main/models/jobs.py:902
-msgid "Host Failure"
-msgstr ""
-
-#: awx/main/models/jobs.py:905 awx/main/models/jobs.py:919
-msgid "No Hosts Remaining"
-msgstr ""
-
-#: awx/main/models/jobs.py:906
-msgid "Host Polling"
-msgstr ""
-
-#: awx/main/models/jobs.py:907
-msgid "Host Async OK"
-msgstr ""
-
-#: awx/main/models/jobs.py:908
-msgid "Host Async Failure"
-msgstr ""
-
-#: awx/main/models/jobs.py:909
-msgid "Item OK"
-msgstr ""
-
-#: awx/main/models/jobs.py:910
-msgid "Item Failed"
-msgstr ""
-
-#: awx/main/models/jobs.py:911
-msgid "Item Skipped"
-msgstr ""
-
-#: awx/main/models/jobs.py:912
-msgid "Host Retry"
-msgstr ""
-
-#: awx/main/models/jobs.py:914
-msgid "File Difference"
-msgstr ""
-
-#: awx/main/models/jobs.py:915
-msgid "Playbook Started"
-msgstr ""
-
-#: awx/main/models/jobs.py:916
-msgid "Running Handlers"
-msgstr ""
-
-#: awx/main/models/jobs.py:917
-msgid "Including File"
-msgstr ""
-
-#: awx/main/models/jobs.py:918
-msgid "No Hosts Matched"
-msgstr ""
-
-#: awx/main/models/jobs.py:920
-msgid "Task Started"
-msgstr ""
-
-#: awx/main/models/jobs.py:922
-msgid "Variables Prompted"
-msgstr ""
-
-#: awx/main/models/jobs.py:923
-msgid "Gathering Facts"
-msgstr ""
-
-#: awx/main/models/jobs.py:924
-msgid "internal: on Import for Host"
-msgstr ""
-
-#: awx/main/models/jobs.py:925
-msgid "internal: on Not Import for Host"
-msgstr ""
-
-#: awx/main/models/jobs.py:926
-msgid "Play Started"
-msgstr ""
-
-#: awx/main/models/jobs.py:927
-msgid "Playbook Complete"
-msgstr ""
-
-#: awx/main/models/jobs.py:1337
+#: awx/main/models/jobs.py:1070
msgid "Remove jobs older than a certain number of days"
msgstr ""
-#: awx/main/models/jobs.py:1338
+#: awx/main/models/jobs.py:1071
msgid "Remove activity stream entries older than a certain number of days"
msgstr ""
-#: awx/main/models/jobs.py:1339
+#: awx/main/models/jobs.py:1072
msgid "Purge and/or reduce the granularity of system tracking data"
msgstr ""
+#: awx/main/models/jobs.py:1142
+#, python-brace-format
+msgid "Variables {list_of_keys} are not allowed for system jobs."
+msgstr ""
+
+#: awx/main/models/jobs.py:1157
+msgid "days must be a positive integer."
+msgstr ""
+
#: awx/main/models/label.py:29
msgid "Organization this label belongs to."
msgstr ""
-#: awx/main/models/notifications.py:138 awx/main/models/unified_jobs.py:58
+#: awx/main/models/mixins.py:309
+#, python-brace-format
+msgid ""
+"Variables {list_of_keys} are not allowed on launch. Check the Prompt on "
+"Launch setting on the Job Template to include Extra Variables."
+msgstr ""
+
+#: awx/main/models/mixins.py:440
+msgid "Local absolute file path containing a custom Python virtualenv to use"
+msgstr ""
+
+#: awx/main/models/mixins.py:447
+msgid "{} is not a valid virtualenv in {}"
+msgstr ""
+
+#: awx/main/models/notifications.py:42
+msgid "Rocket.Chat"
+msgstr ""
+
+#: awx/main/models/notifications.py:142 awx/main/models/unified_jobs.py:62
msgid "Pending"
msgstr ""
-#: awx/main/models/notifications.py:139 awx/main/models/unified_jobs.py:61
+#: awx/main/models/notifications.py:143 awx/main/models/unified_jobs.py:65
msgid "Successful"
msgstr ""
-#: awx/main/models/notifications.py:140 awx/main/models/unified_jobs.py:62
+#: awx/main/models/notifications.py:144 awx/main/models/unified_jobs.py:66
msgid "Failed"
msgstr ""
-#: awx/main/models/organization.py:132
-msgid "Token not invalidated"
+#: awx/main/models/notifications.py:218
+msgid "status_str must be either succeeded or failed"
msgstr ""
-#: awx/main/models/organization.py:133
-msgid "Token is expired"
+#: awx/main/models/oauth.py:27
+msgid "application"
msgstr ""
-#: awx/main/models/organization.py:134
-msgid "The maximum number of allowed sessions for this user has been exceeded."
+#: awx/main/models/oauth.py:32
+msgid "Confidential"
msgstr ""
-#: awx/main/models/organization.py:137
-msgid "Invalid token"
+#: awx/main/models/oauth.py:33
+msgid "Public"
msgstr ""
-#: awx/main/models/organization.py:155
-msgid "Reason the auth token was invalidated."
+#: awx/main/models/oauth.py:41
+msgid "Authorization code"
msgstr ""
-#: awx/main/models/organization.py:194
-msgid "Invalid reason specified"
+#: awx/main/models/oauth.py:42
+msgid "Implicit"
msgstr ""
-#: awx/main/models/projects.py:43
+#: awx/main/models/oauth.py:43
+msgid "Resource owner password-based"
+msgstr ""
+
+#: awx/main/models/oauth.py:44
+msgid "Client credentials"
+msgstr ""
+
+#: awx/main/models/oauth.py:59
+msgid "Organization containing this application."
+msgstr ""
+
+#: awx/main/models/oauth.py:68
+msgid ""
+"Used for more stringent verification of access to an application when "
+"creating a token."
+msgstr ""
+
+#: awx/main/models/oauth.py:73
+msgid ""
+"Set to Public or Confidential depending on how secure the client device is."
+msgstr ""
+
+#: awx/main/models/oauth.py:77
+msgid ""
+"Set True to skip authorization step for completely trusted applications."
+msgstr ""
+
+#: awx/main/models/oauth.py:82
+msgid ""
+"The Grant type the user must use for acquire tokens for this application."
+msgstr ""
+
+#: awx/main/models/oauth.py:90
+msgid "access token"
+msgstr ""
+
+#: awx/main/models/oauth.py:98
+msgid "The user representing the token owner"
+msgstr ""
+
+#: awx/main/models/oauth.py:113
+msgid ""
+"Allowed scopes, further restricts user's permissions. Must be a simple space-"
+"separated string with allowed scopes ['read', 'write']."
+msgstr ""
+
+#: awx/main/models/projects.py:54
msgid "Git"
msgstr ""
-#: awx/main/models/projects.py:44
+#: awx/main/models/projects.py:55
msgid "Mercurial"
msgstr ""
-#: awx/main/models/projects.py:45
+#: awx/main/models/projects.py:56
msgid "Subversion"
msgstr ""
-#: awx/main/models/projects.py:46
+#: awx/main/models/projects.py:57
msgid "Red Hat Insights"
msgstr ""
-#: awx/main/models/projects.py:72
+#: awx/main/models/projects.py:83
msgid ""
"Local path (relative to PROJECTS_ROOT) containing playbooks and related "
"files for this project."
msgstr ""
-#: awx/main/models/projects.py:81
+#: awx/main/models/projects.py:92
msgid "SCM Type"
msgstr ""
-#: awx/main/models/projects.py:82
+#: awx/main/models/projects.py:93
msgid "Specifies the source control system used to store the project."
msgstr ""
-#: awx/main/models/projects.py:88
+#: awx/main/models/projects.py:99
msgid "SCM URL"
msgstr ""
-#: awx/main/models/projects.py:89
+#: awx/main/models/projects.py:100
msgid "The location where the project is stored."
msgstr ""
-#: awx/main/models/projects.py:95
+#: awx/main/models/projects.py:106
msgid "SCM Branch"
msgstr ""
-#: awx/main/models/projects.py:96
+#: awx/main/models/projects.py:107
msgid "Specific branch, tag or commit to checkout."
msgstr ""
-#: awx/main/models/projects.py:100
+#: awx/main/models/projects.py:111
msgid "Discard any local changes before syncing the project."
msgstr ""
-#: awx/main/models/projects.py:104
+#: awx/main/models/projects.py:115
msgid "Delete the project before syncing."
msgstr ""
-#: awx/main/models/projects.py:133
+#: awx/main/models/projects.py:144
msgid "Invalid SCM URL."
msgstr ""
-#: awx/main/models/projects.py:136
+#: awx/main/models/projects.py:147
msgid "SCM URL is required."
msgstr ""
-#: awx/main/models/projects.py:144
+#: awx/main/models/projects.py:155
msgid "Insights Credential is required for an Insights Project."
msgstr ""
-#: awx/main/models/projects.py:150
+#: awx/main/models/projects.py:161
msgid "Credential kind must be 'scm'."
msgstr ""
-#: awx/main/models/projects.py:167
+#: awx/main/models/projects.py:178
msgid "Invalid credential."
msgstr ""
-#: awx/main/models/projects.py:249
+#: awx/main/models/projects.py:263
msgid "Update the project when a job is launched that uses the project."
msgstr ""
-#: awx/main/models/projects.py:254
+#: awx/main/models/projects.py:268
msgid ""
"The number of seconds after the last project update ran that a newproject "
"update will be launched as a job dependency."
msgstr ""
-#: awx/main/models/projects.py:264
+#: awx/main/models/projects.py:278
msgid "The last revision fetched by a project update"
msgstr ""
-#: awx/main/models/projects.py:271
+#: awx/main/models/projects.py:285
msgid "Playbook Files"
msgstr ""
-#: awx/main/models/projects.py:272
+#: awx/main/models/projects.py:286
msgid "List of playbooks found in the project"
msgstr ""
-#: awx/main/models/projects.py:279
+#: awx/main/models/projects.py:293
msgid "Inventory Files"
msgstr ""
-#: awx/main/models/projects.py:280
+#: awx/main/models/projects.py:294
msgid ""
"Suggested list of content that could be Ansible inventory in the project"
msgstr ""
@@ -2792,219 +3596,279 @@ msgid "Admin"
msgstr ""
#: awx/main/models/rbac.py:40
-msgid "Auditor"
+msgid "Project Admin"
msgstr ""
#: awx/main/models/rbac.py:41
-msgid "Execute"
+msgid "Inventory Admin"
msgstr ""
#: awx/main/models/rbac.py:42
-msgid "Member"
+msgid "Credential Admin"
msgstr ""
#: awx/main/models/rbac.py:43
-msgid "Read"
+msgid "Workflow Admin"
msgstr ""
#: awx/main/models/rbac.py:44
-msgid "Update"
+msgid "Notification Admin"
msgstr ""
#: awx/main/models/rbac.py:45
-msgid "Use"
+msgid "Auditor"
+msgstr ""
+
+#: awx/main/models/rbac.py:46
+msgid "Execute"
+msgstr ""
+
+#: awx/main/models/rbac.py:47
+msgid "Member"
+msgstr ""
+
+#: awx/main/models/rbac.py:48
+msgid "Read"
msgstr ""
#: awx/main/models/rbac.py:49
-msgid "Can manage all aspects of the system"
+msgid "Update"
msgstr ""
#: awx/main/models/rbac.py:50
+msgid "Use"
+msgstr ""
+
+#: awx/main/models/rbac.py:54
+msgid "Can manage all aspects of the system"
+msgstr ""
+
+#: awx/main/models/rbac.py:55
msgid "Can view all settings on the system"
msgstr ""
-#: awx/main/models/rbac.py:51
+#: awx/main/models/rbac.py:56
msgid "May run ad hoc commands on an inventory"
msgstr ""
-#: awx/main/models/rbac.py:52
+#: awx/main/models/rbac.py:57
#, python-format
msgid "Can manage all aspects of the %s"
msgstr ""
-#: awx/main/models/rbac.py:53
+#: awx/main/models/rbac.py:58
+#, python-format
+msgid "Can manage all projects of the %s"
+msgstr ""
+
+#: awx/main/models/rbac.py:59
+#, python-format
+msgid "Can manage all inventories of the %s"
+msgstr ""
+
+#: awx/main/models/rbac.py:60
+#, python-format
+msgid "Can manage all credentials of the %s"
+msgstr ""
+
+#: awx/main/models/rbac.py:61
+#, python-format
+msgid "Can manage all workflows of the %s"
+msgstr ""
+
+#: awx/main/models/rbac.py:62
+#, python-format
+msgid "Can manage all notifications of the %s"
+msgstr ""
+
+#: awx/main/models/rbac.py:63
#, python-format
msgid "Can view all settings for the %s"
msgstr ""
-#: awx/main/models/rbac.py:54
+#: awx/main/models/rbac.py:65
+msgid "May run any executable resources in the organization"
+msgstr ""
+
+#: awx/main/models/rbac.py:66
#, python-format
msgid "May run the %s"
msgstr ""
-#: awx/main/models/rbac.py:55
+#: awx/main/models/rbac.py:68
#, python-format
msgid "User is a member of the %s"
msgstr ""
-#: awx/main/models/rbac.py:56
+#: awx/main/models/rbac.py:69
#, python-format
msgid "May view settings for the %s"
msgstr ""
-#: awx/main/models/rbac.py:57
+#: awx/main/models/rbac.py:70
msgid ""
"May update project or inventory or group using the configured source update "
"system"
msgstr ""
-#: awx/main/models/rbac.py:58
+#: awx/main/models/rbac.py:71
#, python-format
msgid "Can use the %s in a job template"
msgstr ""
-#: awx/main/models/rbac.py:122
+#: awx/main/models/rbac.py:135
msgid "roles"
msgstr ""
-#: awx/main/models/rbac.py:434
+#: awx/main/models/rbac.py:441
msgid "role_ancestors"
msgstr ""
-#: awx/main/models/schedules.py:71
+#: awx/main/models/schedules.py:79
msgid "Enables processing of this schedule."
msgstr ""
-#: awx/main/models/schedules.py:77
+#: awx/main/models/schedules.py:85
msgid "The first occurrence of the schedule occurs on or after this time."
msgstr ""
-#: awx/main/models/schedules.py:83
+#: awx/main/models/schedules.py:91
msgid ""
"The last occurrence of the schedule occurs before this time, aftewards the "
"schedule expires."
msgstr ""
-#: awx/main/models/schedules.py:87
+#: awx/main/models/schedules.py:95
msgid "A value representing the schedules iCal recurrence rule."
msgstr ""
-#: awx/main/models/schedules.py:93
+#: awx/main/models/schedules.py:101
msgid "The next time that the scheduled action will run."
msgstr ""
-#: awx/main/models/schedules.py:109
-msgid "Expected JSON"
-msgstr ""
-
-#: awx/main/models/schedules.py:121
-msgid "days must be a positive integer."
-msgstr ""
-
-#: awx/main/models/unified_jobs.py:57
+#: awx/main/models/unified_jobs.py:61
msgid "New"
msgstr ""
-#: awx/main/models/unified_jobs.py:59
+#: awx/main/models/unified_jobs.py:63
msgid "Waiting"
msgstr ""
-#: awx/main/models/unified_jobs.py:60
+#: awx/main/models/unified_jobs.py:64
msgid "Running"
msgstr ""
-#: awx/main/models/unified_jobs.py:64
+#: awx/main/models/unified_jobs.py:68
msgid "Canceled"
msgstr ""
-#: awx/main/models/unified_jobs.py:68
+#: awx/main/models/unified_jobs.py:72
msgid "Never Updated"
msgstr ""
-#: awx/main/models/unified_jobs.py:72 awx/ui/templates/ui/index.html:67
-#: awx/ui/templates/ui/index.html.py:86
+#: awx/main/models/unified_jobs.py:76
msgid "OK"
msgstr ""
-#: awx/main/models/unified_jobs.py:73
+#: awx/main/models/unified_jobs.py:77
msgid "Missing"
msgstr ""
-#: awx/main/models/unified_jobs.py:77
+#: awx/main/models/unified_jobs.py:81
msgid "No External Source"
msgstr ""
-#: awx/main/models/unified_jobs.py:84
+#: awx/main/models/unified_jobs.py:88
msgid "Updating"
msgstr ""
-#: awx/main/models/unified_jobs.py:428
+#: awx/main/models/unified_jobs.py:427
+msgid "Field is not allowed on launch."
+msgstr ""
+
+#: awx/main/models/unified_jobs.py:455
+#, python-brace-format
+msgid ""
+"Variables {list_of_keys} provided, but this template cannot accept variables."
+msgstr ""
+
+#: awx/main/models/unified_jobs.py:520
msgid "Relaunch"
msgstr ""
-#: awx/main/models/unified_jobs.py:429
+#: awx/main/models/unified_jobs.py:521
msgid "Callback"
msgstr ""
-#: awx/main/models/unified_jobs.py:430
+#: awx/main/models/unified_jobs.py:522
msgid "Scheduled"
msgstr ""
-#: awx/main/models/unified_jobs.py:431
+#: awx/main/models/unified_jobs.py:523
msgid "Dependency"
msgstr ""
-#: awx/main/models/unified_jobs.py:432
+#: awx/main/models/unified_jobs.py:524
msgid "Workflow"
msgstr ""
-#: awx/main/models/unified_jobs.py:433
+#: awx/main/models/unified_jobs.py:525
msgid "Sync"
msgstr ""
-#: awx/main/models/unified_jobs.py:480
+#: awx/main/models/unified_jobs.py:573
msgid "The node the job executed on."
msgstr ""
-#: awx/main/models/unified_jobs.py:506
+#: awx/main/models/unified_jobs.py:579
+msgid "The instance that managed the isolated execution environment."
+msgstr ""
+
+#: awx/main/models/unified_jobs.py:605
msgid "The date and time the job was queued for starting."
msgstr ""
-#: awx/main/models/unified_jobs.py:512
+#: awx/main/models/unified_jobs.py:611
msgid "The date and time the job finished execution."
msgstr ""
-#: awx/main/models/unified_jobs.py:518
+#: awx/main/models/unified_jobs.py:617
msgid "Elapsed time in seconds that the job ran."
msgstr ""
-#: awx/main/models/unified_jobs.py:540
+#: awx/main/models/unified_jobs.py:639
msgid ""
"A status field to indicate the state of the job if it wasn't able to run and "
"capture stdout"
msgstr ""
-#: awx/main/models/unified_jobs.py:579
+#: awx/main/models/unified_jobs.py:668
msgid "The Rampart/Instance group the job was run under"
msgstr ""
-#: awx/main/notifications/base.py:17
+#: awx/main/models/workflow.py:203
+#, python-brace-format
+msgid ""
+"Bad launch configuration starting template {template_pk} as part of workflow "
+"{workflow_pk}. Errors:\n"
+"{error_text}"
+msgstr ""
+
+#: awx/main/models/workflow.py:388
+msgid "Field is not allowed for use in workflows."
+msgstr ""
+
+#: awx/main/notifications/base.py:17 awx/main/notifications/email_backend.py:28
msgid ""
"{} #{} had status {}, view details at {}\n"
"\n"
msgstr ""
-#: awx/main/notifications/email_backend.py:28
-msgid ""
-"{} #{} had status {} on Ansible Tower, view details at {}\n"
-"\n"
-msgstr ""
-
-#: awx/main/notifications/hipchat_backend.py:47
+#: awx/main/notifications/hipchat_backend.py:48
msgid "Error sending messages: {}"
msgstr ""
-#: awx/main/notifications/hipchat_backend.py:49
+#: awx/main/notifications/hipchat_backend.py:50
msgid "Error sending message to hipchat: {}"
msgstr ""
@@ -3012,16 +3876,27 @@ msgstr ""
msgid "Exception connecting to irc server: {}"
msgstr ""
+#: awx/main/notifications/mattermost_backend.py:48
+#: awx/main/notifications/mattermost_backend.py:50
+msgid "Error sending notification mattermost: {}"
+msgstr ""
+
#: awx/main/notifications/pagerduty_backend.py:39
msgid "Exception connecting to PagerDuty: {}"
msgstr ""
#: awx/main/notifications/pagerduty_backend.py:48
-#: awx/main/notifications/slack_backend.py:52
+#: awx/main/notifications/slack_backend.py:82
+#: awx/main/notifications/slack_backend.py:99
#: awx/main/notifications/twilio_backend.py:46
msgid "Exception sending messages: {}"
msgstr ""
+#: awx/main/notifications/rocketchat_backend.py:46
+#: awx/main/notifications/rocketchat_backend.py:49
+msgid "Error sending notification rocket.chat: {}"
+msgstr ""
+
#: awx/main/notifications/twilio_backend.py:36
msgid "Exception connecting to Twilio: {}"
msgstr ""
@@ -3031,140 +3906,156 @@ msgstr ""
msgid "Error sending notification webhook: {}"
msgstr ""
-#: awx/main/scheduler/__init__.py:153
+#: awx/main/scheduler/task_manager.py:201
msgid ""
"Job spawned from workflow could not start because it was not in the right "
"state or required manual credentials"
msgstr ""
-#: awx/main/scheduler/__init__.py:157
+#: awx/main/scheduler/task_manager.py:205
msgid ""
"Job spawned from workflow could not start because it was missing a related "
"resource such as project or inventory"
msgstr ""
-#: awx/main/tasks.py:175
+#: awx/main/signals.py:616
+msgid "limit_reached"
+msgstr ""
+
+#: awx/main/tasks.py:282
msgid "Ansible Tower host usage over 90%"
msgstr ""
-#: awx/main/tasks.py:180
+#: awx/main/tasks.py:287
msgid "Ansible Tower license will expire soon"
msgstr ""
-#: awx/main/tasks.py:308
-msgid "status_str must be either succeeded or failed"
+#: awx/main/tasks.py:1335
+msgid "Job could not start because it does not have a valid inventory."
msgstr ""
-#: awx/main/tasks.py:1498
-msgid "Dependent inventory update {} was canceled."
-msgstr ""
-
-#: awx/main/utils/common.py:89
+#: awx/main/utils/common.py:97
#, python-format
msgid "Unable to convert \"%s\" to boolean"
msgstr ""
-#: awx/main/utils/common.py:209
+#: awx/main/utils/common.py:254
#, python-format
msgid "Unsupported SCM type \"%s\""
msgstr ""
-#: awx/main/utils/common.py:216 awx/main/utils/common.py:228
-#: awx/main/utils/common.py:247
+#: awx/main/utils/common.py:261 awx/main/utils/common.py:273
+#: awx/main/utils/common.py:292
#, python-format
msgid "Invalid %s URL"
msgstr ""
-#: awx/main/utils/common.py:218 awx/main/utils/common.py:257
+#: awx/main/utils/common.py:263 awx/main/utils/common.py:302
#, python-format
msgid "Unsupported %s URL"
msgstr ""
-#: awx/main/utils/common.py:259
+#: awx/main/utils/common.py:304
#, python-format
msgid "Unsupported host \"%s\" for file:// URL"
msgstr ""
-#: awx/main/utils/common.py:261
+#: awx/main/utils/common.py:306
#, python-format
msgid "Host is required for %s URL"
msgstr ""
-#: awx/main/utils/common.py:279
+#: awx/main/utils/common.py:324
#, python-format
msgid "Username must be \"git\" for SSH access to %s."
msgstr ""
-#: awx/main/utils/common.py:285
+#: awx/main/utils/common.py:330
#, python-format
msgid "Username must be \"hg\" for SSH access to %s."
msgstr ""
-#: awx/main/validators.py:60
+#: awx/main/utils/common.py:611
+#, python-brace-format
+msgid "Input type `{data_type}` is not a dictionary"
+msgstr ""
+
+#: awx/main/utils/common.py:644
+#, python-brace-format
+msgid "Variables not compatible with JSON standard (error: {json_error})"
+msgstr ""
+
+#: awx/main/utils/common.py:650
+#, python-brace-format
+msgid ""
+"Cannot parse as JSON (error: {json_error}) or YAML (error: {yaml_error})."
+msgstr ""
+
+#: awx/main/validators.py:67
#, python-format
msgid "Invalid certificate or key: %s..."
msgstr ""
-#: awx/main/validators.py:74
+#: awx/main/validators.py:83
#, python-format
msgid "Invalid private key: unsupported type \"%s\""
msgstr ""
-#: awx/main/validators.py:78
+#: awx/main/validators.py:87
#, python-format
msgid "Unsupported PEM object type: \"%s\""
msgstr ""
-#: awx/main/validators.py:103
+#: awx/main/validators.py:112
msgid "Invalid base64-encoded data"
msgstr ""
-#: awx/main/validators.py:122
+#: awx/main/validators.py:131
msgid "Exactly one private key is required."
msgstr ""
-#: awx/main/validators.py:124
+#: awx/main/validators.py:133
msgid "At least one private key is required."
msgstr ""
-#: awx/main/validators.py:126
+#: awx/main/validators.py:135
#, python-format
msgid ""
"At least %(min_keys)d private keys are required, only %(key_count)d provided."
msgstr ""
-#: awx/main/validators.py:129
+#: awx/main/validators.py:138
#, python-format
msgid "Only one private key is allowed, %(key_count)d provided."
msgstr ""
-#: awx/main/validators.py:131
+#: awx/main/validators.py:140
#, python-format
msgid ""
"No more than %(max_keys)d private keys are allowed, %(key_count)d provided."
msgstr ""
-#: awx/main/validators.py:136
+#: awx/main/validators.py:145
msgid "Exactly one certificate is required."
msgstr ""
-#: awx/main/validators.py:138
+#: awx/main/validators.py:147
msgid "At least one certificate is required."
msgstr ""
-#: awx/main/validators.py:140
+#: awx/main/validators.py:149
#, python-format
msgid ""
"At least %(min_certs)d certificates are required, only %(cert_count)d "
"provided."
msgstr ""
-#: awx/main/validators.py:143
+#: awx/main/validators.py:152
#, python-format
msgid "Only one certificate is allowed, %(cert_count)d provided."
msgstr ""
-#: awx/main/validators.py:145
+#: awx/main/validators.py:154
#, python-format
msgid ""
"No more than %(max_certs)d certificates are allowed, %(cert_count)d provided."
@@ -3206,287 +4097,287 @@ msgstr ""
msgid "A server error has occurred."
msgstr ""
-#: awx/settings/defaults.py:663
+#: awx/settings/defaults.py:721
msgid "US East (Northern Virginia)"
msgstr ""
-#: awx/settings/defaults.py:664
+#: awx/settings/defaults.py:722
msgid "US East (Ohio)"
msgstr ""
-#: awx/settings/defaults.py:665
+#: awx/settings/defaults.py:723
msgid "US West (Oregon)"
msgstr ""
-#: awx/settings/defaults.py:666
+#: awx/settings/defaults.py:724
msgid "US West (Northern California)"
msgstr ""
-#: awx/settings/defaults.py:667
+#: awx/settings/defaults.py:725
msgid "Canada (Central)"
msgstr ""
-#: awx/settings/defaults.py:668
+#: awx/settings/defaults.py:726
msgid "EU (Frankfurt)"
msgstr ""
-#: awx/settings/defaults.py:669
+#: awx/settings/defaults.py:727
msgid "EU (Ireland)"
msgstr ""
-#: awx/settings/defaults.py:670
+#: awx/settings/defaults.py:728
msgid "EU (London)"
msgstr ""
-#: awx/settings/defaults.py:671
+#: awx/settings/defaults.py:729
msgid "Asia Pacific (Singapore)"
msgstr ""
-#: awx/settings/defaults.py:672
+#: awx/settings/defaults.py:730
msgid "Asia Pacific (Sydney)"
msgstr ""
-#: awx/settings/defaults.py:673
+#: awx/settings/defaults.py:731
msgid "Asia Pacific (Tokyo)"
msgstr ""
-#: awx/settings/defaults.py:674
+#: awx/settings/defaults.py:732
msgid "Asia Pacific (Seoul)"
msgstr ""
-#: awx/settings/defaults.py:675
+#: awx/settings/defaults.py:733
msgid "Asia Pacific (Mumbai)"
msgstr ""
-#: awx/settings/defaults.py:676
+#: awx/settings/defaults.py:734
msgid "South America (Sao Paulo)"
msgstr ""
-#: awx/settings/defaults.py:677
+#: awx/settings/defaults.py:735
msgid "US West (GovCloud)"
msgstr ""
-#: awx/settings/defaults.py:678
+#: awx/settings/defaults.py:736
msgid "China (Beijing)"
msgstr ""
-#: awx/settings/defaults.py:727
+#: awx/settings/defaults.py:785
msgid "US East 1 (B)"
msgstr ""
-#: awx/settings/defaults.py:728
+#: awx/settings/defaults.py:786
msgid "US East 1 (C)"
msgstr ""
-#: awx/settings/defaults.py:729
+#: awx/settings/defaults.py:787
msgid "US East 1 (D)"
msgstr ""
-#: awx/settings/defaults.py:730
+#: awx/settings/defaults.py:788
msgid "US East 4 (A)"
msgstr ""
-#: awx/settings/defaults.py:731
+#: awx/settings/defaults.py:789
msgid "US East 4 (B)"
msgstr ""
-#: awx/settings/defaults.py:732
+#: awx/settings/defaults.py:790
msgid "US East 4 (C)"
msgstr ""
-#: awx/settings/defaults.py:733
+#: awx/settings/defaults.py:791
msgid "US Central (A)"
msgstr ""
-#: awx/settings/defaults.py:734
+#: awx/settings/defaults.py:792
msgid "US Central (B)"
msgstr ""
-#: awx/settings/defaults.py:735
+#: awx/settings/defaults.py:793
msgid "US Central (C)"
msgstr ""
-#: awx/settings/defaults.py:736
+#: awx/settings/defaults.py:794
msgid "US Central (F)"
msgstr ""
-#: awx/settings/defaults.py:737
+#: awx/settings/defaults.py:795
msgid "US West (A)"
msgstr ""
-#: awx/settings/defaults.py:738
+#: awx/settings/defaults.py:796
msgid "US West (B)"
msgstr ""
-#: awx/settings/defaults.py:739
+#: awx/settings/defaults.py:797
msgid "US West (C)"
msgstr ""
-#: awx/settings/defaults.py:740
+#: awx/settings/defaults.py:798
msgid "Europe West 1 (B)"
msgstr ""
-#: awx/settings/defaults.py:741
+#: awx/settings/defaults.py:799
msgid "Europe West 1 (C)"
msgstr ""
-#: awx/settings/defaults.py:742
+#: awx/settings/defaults.py:800
msgid "Europe West 1 (D)"
msgstr ""
-#: awx/settings/defaults.py:743
+#: awx/settings/defaults.py:801
msgid "Europe West 2 (A)"
msgstr ""
-#: awx/settings/defaults.py:744
+#: awx/settings/defaults.py:802
msgid "Europe West 2 (B)"
msgstr ""
-#: awx/settings/defaults.py:745
+#: awx/settings/defaults.py:803
msgid "Europe West 2 (C)"
msgstr ""
-#: awx/settings/defaults.py:746
+#: awx/settings/defaults.py:804
msgid "Asia East (A)"
msgstr ""
-#: awx/settings/defaults.py:747
+#: awx/settings/defaults.py:805
msgid "Asia East (B)"
msgstr ""
-#: awx/settings/defaults.py:748
+#: awx/settings/defaults.py:806
msgid "Asia East (C)"
msgstr ""
-#: awx/settings/defaults.py:749
+#: awx/settings/defaults.py:807
msgid "Asia Southeast (A)"
msgstr ""
-#: awx/settings/defaults.py:750
+#: awx/settings/defaults.py:808
msgid "Asia Southeast (B)"
msgstr ""
-#: awx/settings/defaults.py:751
+#: awx/settings/defaults.py:809
msgid "Asia Northeast (A)"
msgstr ""
-#: awx/settings/defaults.py:752
+#: awx/settings/defaults.py:810
msgid "Asia Northeast (B)"
msgstr ""
-#: awx/settings/defaults.py:753
+#: awx/settings/defaults.py:811
msgid "Asia Northeast (C)"
msgstr ""
-#: awx/settings/defaults.py:754
+#: awx/settings/defaults.py:812
msgid "Australia Southeast (A)"
msgstr ""
-#: awx/settings/defaults.py:755
+#: awx/settings/defaults.py:813
msgid "Australia Southeast (B)"
msgstr ""
-#: awx/settings/defaults.py:756
+#: awx/settings/defaults.py:814
msgid "Australia Southeast (C)"
msgstr ""
-#: awx/settings/defaults.py:780
+#: awx/settings/defaults.py:836
msgid "US East"
msgstr ""
-#: awx/settings/defaults.py:781
+#: awx/settings/defaults.py:837
msgid "US East 2"
msgstr ""
-#: awx/settings/defaults.py:782
+#: awx/settings/defaults.py:838
msgid "US Central"
msgstr ""
-#: awx/settings/defaults.py:783
+#: awx/settings/defaults.py:839
msgid "US North Central"
msgstr ""
-#: awx/settings/defaults.py:784
+#: awx/settings/defaults.py:840
msgid "US South Central"
msgstr ""
-#: awx/settings/defaults.py:785
+#: awx/settings/defaults.py:841
msgid "US West Central"
msgstr ""
-#: awx/settings/defaults.py:786
+#: awx/settings/defaults.py:842
msgid "US West"
msgstr ""
-#: awx/settings/defaults.py:787
+#: awx/settings/defaults.py:843
msgid "US West 2"
msgstr ""
-#: awx/settings/defaults.py:788
+#: awx/settings/defaults.py:844
msgid "Canada East"
msgstr ""
-#: awx/settings/defaults.py:789
+#: awx/settings/defaults.py:845
msgid "Canada Central"
msgstr ""
-#: awx/settings/defaults.py:790
+#: awx/settings/defaults.py:846
msgid "Brazil South"
msgstr ""
-#: awx/settings/defaults.py:791
+#: awx/settings/defaults.py:847
msgid "Europe North"
msgstr ""
-#: awx/settings/defaults.py:792
+#: awx/settings/defaults.py:848
msgid "Europe West"
msgstr ""
-#: awx/settings/defaults.py:793
+#: awx/settings/defaults.py:849
msgid "UK West"
msgstr ""
-#: awx/settings/defaults.py:794
+#: awx/settings/defaults.py:850
msgid "UK South"
msgstr ""
-#: awx/settings/defaults.py:795
+#: awx/settings/defaults.py:851
msgid "Asia East"
msgstr ""
-#: awx/settings/defaults.py:796
+#: awx/settings/defaults.py:852
msgid "Asia Southeast"
msgstr ""
-#: awx/settings/defaults.py:797
+#: awx/settings/defaults.py:853
msgid "Australia East"
msgstr ""
-#: awx/settings/defaults.py:798
+#: awx/settings/defaults.py:854
msgid "Australia Southeast"
msgstr ""
-#: awx/settings/defaults.py:799
+#: awx/settings/defaults.py:855
msgid "India West"
msgstr ""
-#: awx/settings/defaults.py:800
+#: awx/settings/defaults.py:856
msgid "India South"
msgstr ""
-#: awx/settings/defaults.py:801
+#: awx/settings/defaults.py:857
msgid "Japan East"
msgstr ""
-#: awx/settings/defaults.py:802
+#: awx/settings/defaults.py:858
msgid "Japan West"
msgstr ""
-#: awx/settings/defaults.py:803
+#: awx/settings/defaults.py:859
msgid "Korea Central"
msgstr ""
-#: awx/settings/defaults.py:804
+#: awx/settings/defaults.py:860
msgid "Korea South"
msgstr ""
@@ -3498,8 +4389,10 @@ msgstr ""
msgid ""
"Mapping to organization admins/users from social auth accounts. This "
"setting\n"
-"controls which users are placed into which Tower organizations based on\n"
-"their username and email address. Configuration details are available in\n"
+"controls which users are placed into which Tower organizations based on "
+"their\n"
+"username and email address. Configuration details are available in the "
+"Ansible\n"
"Tower documentation."
msgstr ""
@@ -3538,11 +4431,11 @@ msgid ""
"have a user account with a matching email address will be able to login."
msgstr ""
-#: awx/sso/conf.py:137
+#: awx/sso/conf.py:141
msgid "LDAP Server URI"
msgstr ""
-#: awx/sso/conf.py:138
+#: awx/sso/conf.py:142
msgid ""
"URI to connect to LDAP server, such as \"ldap://ldap.example.com:389\" (non-"
"SSL) or \"ldaps://ldap.example.com:636\" (SSL). Multiple LDAP servers may be "
@@ -3550,47 +4443,47 @@ msgid ""
"disabled if this parameter is empty."
msgstr ""
-#: awx/sso/conf.py:142 awx/sso/conf.py:160 awx/sso/conf.py:172
-#: awx/sso/conf.py:184 awx/sso/conf.py:200 awx/sso/conf.py:220
-#: awx/sso/conf.py:242 awx/sso/conf.py:258 awx/sso/conf.py:277
-#: awx/sso/conf.py:294 awx/sso/conf.py:311 awx/sso/conf.py:327
-#: awx/sso/conf.py:344 awx/sso/conf.py:361 awx/sso/conf.py:387
+#: awx/sso/conf.py:146 awx/sso/conf.py:162 awx/sso/conf.py:174
+#: awx/sso/conf.py:186 awx/sso/conf.py:202 awx/sso/conf.py:222
+#: awx/sso/conf.py:244 awx/sso/conf.py:259 awx/sso/conf.py:277
+#: awx/sso/conf.py:294 awx/sso/conf.py:306 awx/sso/conf.py:332
+#: awx/sso/conf.py:348 awx/sso/conf.py:362 awx/sso/conf.py:380
+#: awx/sso/conf.py:406
msgid "LDAP"
msgstr ""
-#: awx/sso/conf.py:154
+#: awx/sso/conf.py:158
msgid "LDAP Bind DN"
msgstr ""
-#: awx/sso/conf.py:155
+#: awx/sso/conf.py:159
msgid ""
-"DN (Distinguished Name) of user to bind for all search queries. Normally in "
-"the format \"CN=Some User,OU=Users,DC=example,DC=com\" but may also be "
-"specified as \"DOMAIN\\username\" for Active Directory. This is the system "
-"user account we will use to login to query LDAP for other user information."
+"DN (Distinguished Name) of user to bind for all search queries. This is the "
+"system user account we will use to login to query LDAP for other user "
+"information. Refer to the Ansible Tower documentation for example syntax."
msgstr ""
-#: awx/sso/conf.py:170
+#: awx/sso/conf.py:172
msgid "LDAP Bind Password"
msgstr ""
-#: awx/sso/conf.py:171
+#: awx/sso/conf.py:173
msgid "Password used to bind LDAP user account."
msgstr ""
-#: awx/sso/conf.py:182
+#: awx/sso/conf.py:184
msgid "LDAP Start TLS"
msgstr ""
-#: awx/sso/conf.py:183
+#: awx/sso/conf.py:185
msgid "Whether to enable TLS when the LDAP connection is not using SSL."
msgstr ""
-#: awx/sso/conf.py:193
+#: awx/sso/conf.py:195
msgid "LDAP Connection Options"
msgstr ""
-#: awx/sso/conf.py:194
+#: awx/sso/conf.py:196
msgid ""
"Additional options to set for the LDAP connection. LDAP referrals are "
"disabled by default (to prevent certain LDAP queries from hanging with AD). "
@@ -3599,52 +4492,52 @@ msgid ""
"values that can be set."
msgstr ""
-#: awx/sso/conf.py:213
+#: awx/sso/conf.py:215
msgid "LDAP User Search"
msgstr ""
-#: awx/sso/conf.py:214
+#: awx/sso/conf.py:216
msgid ""
"LDAP search query to find users. Any user that matches the given pattern "
-"will be able to login to Tower. The user should also be mapped into an "
-"Tower organization (as defined in the AUTH_LDAP_ORGANIZATION_MAP setting). "
-"If multiple search queries need to be supported use of \"LDAPUnion\" is "
+"will be able to login to Tower. The user should also be mapped into a Tower "
+"organization (as defined in the AUTH_LDAP_ORGANIZATION_MAP setting). If "
+"multiple search queries need to be supported use of \"LDAPUnion\" is "
"possible. See Tower documentation for details."
msgstr ""
-#: awx/sso/conf.py:236
+#: awx/sso/conf.py:238
msgid "LDAP User DN Template"
msgstr ""
-#: awx/sso/conf.py:237
+#: awx/sso/conf.py:239
msgid ""
"Alternative to user search, if user DNs are all of the same format. This "
-"approach will be more efficient for user lookups than searching if it is "
-"usable in your organizational environment. If this setting has a value it "
-"will be used instead of AUTH_LDAP_USER_SEARCH."
+"approach is more efficient for user lookups than searching if it is usable "
+"in your organizational environment. If this setting has a value it will be "
+"used instead of AUTH_LDAP_USER_SEARCH."
msgstr ""
-#: awx/sso/conf.py:252
+#: awx/sso/conf.py:254
msgid "LDAP User Attribute Map"
msgstr ""
-#: awx/sso/conf.py:253
+#: awx/sso/conf.py:255
msgid ""
-"Mapping of LDAP user schema to Tower API user attributes (key is user "
-"attribute name, value is LDAP attribute name). The default setting is valid "
-"for ActiveDirectory but users with other LDAP configurations may need to "
-"change the values (not the keys) of the dictionary/hash-table."
-msgstr ""
-
-#: awx/sso/conf.py:272
-msgid "LDAP Group Search"
+"Mapping of LDAP user schema to Tower API user attributes. The default "
+"setting is valid for ActiveDirectory but users with other LDAP "
+"configurations may need to change the values. Refer to the Ansible Tower "
+"documentation for additional details."
msgstr ""
#: awx/sso/conf.py:273
+msgid "LDAP Group Search"
+msgstr ""
+
+#: awx/sso/conf.py:274
msgid ""
"Users are mapped to organizations based on their membership in LDAP groups. "
-"This setting defines the LDAP search query to find groups. Note that this, "
-"unlike the user search above, does not support LDAPSearchUnion."
+"This setting defines the LDAP search query to find groups. Unlike the user "
+"search, group search does not support LDAPSearchUnion."
msgstr ""
#: awx/sso/conf.py:290
@@ -3654,255 +4547,293 @@ msgstr ""
#: awx/sso/conf.py:291
msgid ""
"The group type may need to be changed based on the type of the LDAP server. "
-"Values are listed at: http://pythonhosted.org/django-auth-ldap/groups."
-"html#types-of-groups"
+"Values are listed at: https://django-auth-ldap.readthedocs.io/en/stable/"
+"groups.html#types-of-groups"
msgstr ""
-#: awx/sso/conf.py:306
+#: awx/sso/conf.py:304
+msgid "LDAP Group Type Parameters"
+msgstr ""
+
+#: awx/sso/conf.py:305
+msgid "Key value parameters to send the chosen group type init method."
+msgstr ""
+
+#: awx/sso/conf.py:327
msgid "LDAP Require Group"
msgstr ""
-#: awx/sso/conf.py:307
+#: awx/sso/conf.py:328
msgid ""
"Group DN required to login. If specified, user must be a member of this "
"group to login via LDAP. If not set, everyone in LDAP that matches the user "
"search will be able to login via Tower. Only one require group is supported."
msgstr ""
-#: awx/sso/conf.py:323
+#: awx/sso/conf.py:344
msgid "LDAP Deny Group"
msgstr ""
-#: awx/sso/conf.py:324
+#: awx/sso/conf.py:345
msgid ""
"Group DN denied from login. If specified, user will not be allowed to login "
"if a member of this group. Only one deny group is supported."
msgstr ""
-#: awx/sso/conf.py:337
+#: awx/sso/conf.py:358
msgid "LDAP User Flags By Group"
msgstr ""
-#: awx/sso/conf.py:338
+#: awx/sso/conf.py:359
msgid ""
-"User profile flags updated from group membership (key is user attribute "
-"name, value is group DN). These are boolean fields that are matched based "
-"on whether the user is a member of the given group. So far only "
-"is_superuser and is_system_auditor are settable via this method. This flag "
-"is set both true and false at login time based on current LDAP settings."
+"Retrieve users from a given group. At this time, superuser and system "
+"auditors are the only groups supported. Refer to the Ansible Tower "
+"documentation for more detail."
msgstr ""
-#: awx/sso/conf.py:356
+#: awx/sso/conf.py:375
msgid "LDAP Organization Map"
msgstr ""
-#: awx/sso/conf.py:357
+#: awx/sso/conf.py:376
msgid ""
"Mapping between organization admins/users and LDAP groups. This controls "
-"what users are placed into what Tower organizations relative to their LDAP "
-"group memberships. Configuration details are available in Tower "
+"which users are placed into which Tower organizations relative to their LDAP "
+"group memberships. Configuration details are available in the Ansible Tower "
"documentation."
msgstr ""
-#: awx/sso/conf.py:384
+#: awx/sso/conf.py:403
msgid "LDAP Team Map"
msgstr ""
-#: awx/sso/conf.py:385
+#: awx/sso/conf.py:404
msgid ""
-"Mapping between team members (users) and LDAP groups.Configuration details "
-"are available in Tower documentation."
+"Mapping between team members (users) and LDAP groups. Configuration details "
+"are available in the Ansible Tower documentation."
msgstr ""
-#: awx/sso/conf.py:413
+#: awx/sso/conf.py:440
msgid "RADIUS Server"
msgstr ""
-#: awx/sso/conf.py:414
+#: awx/sso/conf.py:441
msgid ""
-"Hostname/IP of RADIUS server. RADIUS authentication will be disabled if this "
+"Hostname/IP of RADIUS server. RADIUS authentication is disabled if this "
"setting is empty."
msgstr ""
-#: awx/sso/conf.py:416 awx/sso/conf.py:430 awx/sso/conf.py:442
+#: awx/sso/conf.py:443 awx/sso/conf.py:457 awx/sso/conf.py:469
#: awx/sso/models.py:14
msgid "RADIUS"
msgstr ""
-#: awx/sso/conf.py:428
+#: awx/sso/conf.py:455
msgid "RADIUS Port"
msgstr ""
-#: awx/sso/conf.py:429
+#: awx/sso/conf.py:456
msgid "Port of RADIUS server."
msgstr ""
-#: awx/sso/conf.py:440
+#: awx/sso/conf.py:467
msgid "RADIUS Secret"
msgstr ""
-#: awx/sso/conf.py:441
+#: awx/sso/conf.py:468
msgid "Shared secret for authenticating to RADIUS server."
msgstr ""
-#: awx/sso/conf.py:457
+#: awx/sso/conf.py:484
msgid "TACACS+ Server"
msgstr ""
-#: awx/sso/conf.py:458
+#: awx/sso/conf.py:485
msgid "Hostname of TACACS+ server."
msgstr ""
-#: awx/sso/conf.py:459 awx/sso/conf.py:472 awx/sso/conf.py:485
-#: awx/sso/conf.py:498 awx/sso/conf.py:510 awx/sso/models.py:15
+#: awx/sso/conf.py:486 awx/sso/conf.py:499 awx/sso/conf.py:512
+#: awx/sso/conf.py:525 awx/sso/conf.py:537 awx/sso/models.py:15
msgid "TACACS+"
msgstr ""
-#: awx/sso/conf.py:470
+#: awx/sso/conf.py:497
msgid "TACACS+ Port"
msgstr ""
-#: awx/sso/conf.py:471
+#: awx/sso/conf.py:498
msgid "Port number of TACACS+ server."
msgstr ""
-#: awx/sso/conf.py:483
+#: awx/sso/conf.py:510
msgid "TACACS+ Secret"
msgstr ""
-#: awx/sso/conf.py:484
+#: awx/sso/conf.py:511
msgid "Shared secret for authenticating to TACACS+ server."
msgstr ""
-#: awx/sso/conf.py:496
+#: awx/sso/conf.py:523
msgid "TACACS+ Auth Session Timeout"
msgstr ""
-#: awx/sso/conf.py:497
+#: awx/sso/conf.py:524
msgid "TACACS+ session timeout value in seconds, 0 disables timeout."
msgstr ""
-#: awx/sso/conf.py:508
+#: awx/sso/conf.py:535
msgid "TACACS+ Authentication Protocol"
msgstr ""
-#: awx/sso/conf.py:509
+#: awx/sso/conf.py:536
msgid "Choose the authentication protocol used by TACACS+ client."
msgstr ""
-#: awx/sso/conf.py:524
+#: awx/sso/conf.py:551
msgid "Google OAuth2 Callback URL"
msgstr ""
-#: awx/sso/conf.py:525
+#: awx/sso/conf.py:552 awx/sso/conf.py:645 awx/sso/conf.py:710
msgid ""
-"Create a project at https://console.developers.google.com/ to obtain an "
-"OAuth2 key and secret for a web application. Ensure that the Google+ API is "
-"enabled. Provide this URL as the callback URL for your application."
+"Provide this URL as the callback URL for your application as part of your "
+"registration process. Refer to the Ansible Tower documentation for more "
+"detail."
msgstr ""
-#: awx/sso/conf.py:529 awx/sso/conf.py:540 awx/sso/conf.py:551
-#: awx/sso/conf.py:564 awx/sso/conf.py:578 awx/sso/conf.py:590
-#: awx/sso/conf.py:602
+#: awx/sso/conf.py:555 awx/sso/conf.py:567 awx/sso/conf.py:579
+#: awx/sso/conf.py:592 awx/sso/conf.py:606 awx/sso/conf.py:618
+#: awx/sso/conf.py:630
msgid "Google OAuth2"
msgstr ""
-#: awx/sso/conf.py:538
+#: awx/sso/conf.py:565
msgid "Google OAuth2 Key"
msgstr ""
-#: awx/sso/conf.py:539
-msgid ""
-"The OAuth2 key from your web application at https://console.developers."
-"google.com/."
+#: awx/sso/conf.py:566
+msgid "The OAuth2 key from your web application."
msgstr ""
-#: awx/sso/conf.py:549
+#: awx/sso/conf.py:577
msgid "Google OAuth2 Secret"
msgstr ""
-#: awx/sso/conf.py:550
-msgid ""
-"The OAuth2 secret from your web application at https://console.developers."
-"google.com/."
+#: awx/sso/conf.py:578
+msgid "The OAuth2 secret from your web application."
msgstr ""
-#: awx/sso/conf.py:561
+#: awx/sso/conf.py:589
msgid "Google OAuth2 Whitelisted Domains"
msgstr ""
-#: awx/sso/conf.py:562
+#: awx/sso/conf.py:590
msgid ""
"Update this setting to restrict the domains who are allowed to login using "
"Google OAuth2."
msgstr ""
-#: awx/sso/conf.py:573
+#: awx/sso/conf.py:601
msgid "Google OAuth2 Extra Arguments"
msgstr ""
-#: awx/sso/conf.py:574
+#: awx/sso/conf.py:602
msgid ""
-"Extra arguments for Google OAuth2 login. When only allowing a single domain "
-"to authenticate, set to `{\"hd\": \"yourdomain.com\"}` and Google will not "
-"display any other accounts even if the user is logged in with multiple "
-"Google accounts."
-msgstr ""
-
-#: awx/sso/conf.py:588
-msgid "Google OAuth2 Organization Map"
-msgstr ""
-
-#: awx/sso/conf.py:600
-msgid "Google OAuth2 Team Map"
+"Extra arguments for Google OAuth2 login. You can restrict it to only allow a "
+"single domain to authenticate, even if the user is logged in with multple "
+"Google accounts. Refer to the Ansible Tower documentation for more detail."
msgstr ""
#: awx/sso/conf.py:616
+msgid "Google OAuth2 Organization Map"
+msgstr ""
+
+#: awx/sso/conf.py:628
+msgid "Google OAuth2 Team Map"
+msgstr ""
+
+#: awx/sso/conf.py:644
msgid "GitHub OAuth2 Callback URL"
msgstr ""
-#: awx/sso/conf.py:617
-msgid ""
-"Create a developer application at https://github.com/settings/developers to "
-"obtain an OAuth2 key (Client ID) and secret (Client Secret). Provide this "
-"URL as the callback URL for your application."
-msgstr ""
-
-#: awx/sso/conf.py:621 awx/sso/conf.py:632 awx/sso/conf.py:642
-#: awx/sso/conf.py:654 awx/sso/conf.py:666
+#: awx/sso/conf.py:648 awx/sso/conf.py:660 awx/sso/conf.py:671
+#: awx/sso/conf.py:683 awx/sso/conf.py:695
msgid "GitHub OAuth2"
msgstr ""
-#: awx/sso/conf.py:630
+#: awx/sso/conf.py:658
msgid "GitHub OAuth2 Key"
msgstr ""
-#: awx/sso/conf.py:631
+#: awx/sso/conf.py:659
msgid "The OAuth2 key (Client ID) from your GitHub developer application."
msgstr ""
-#: awx/sso/conf.py:640
+#: awx/sso/conf.py:669
msgid "GitHub OAuth2 Secret"
msgstr ""
-#: awx/sso/conf.py:641
+#: awx/sso/conf.py:670
msgid ""
"The OAuth2 secret (Client Secret) from your GitHub developer application."
msgstr ""
-#: awx/sso/conf.py:652
+#: awx/sso/conf.py:681
msgid "GitHub OAuth2 Organization Map"
msgstr ""
-#: awx/sso/conf.py:664
+#: awx/sso/conf.py:693
msgid "GitHub OAuth2 Team Map"
msgstr ""
-#: awx/sso/conf.py:680
+#: awx/sso/conf.py:709
msgid "GitHub Organization OAuth2 Callback URL"
msgstr ""
-#: awx/sso/conf.py:681 awx/sso/conf.py:756
+#: awx/sso/conf.py:713 awx/sso/conf.py:725 awx/sso/conf.py:736
+#: awx/sso/conf.py:749 awx/sso/conf.py:760 awx/sso/conf.py:772
+msgid "GitHub Organization OAuth2"
+msgstr ""
+
+#: awx/sso/conf.py:723
+msgid "GitHub Organization OAuth2 Key"
+msgstr ""
+
+#: awx/sso/conf.py:724 awx/sso/conf.py:802
+msgid "The OAuth2 key (Client ID) from your GitHub organization application."
+msgstr ""
+
+#: awx/sso/conf.py:734
+msgid "GitHub Organization OAuth2 Secret"
+msgstr ""
+
+#: awx/sso/conf.py:735 awx/sso/conf.py:813
+msgid ""
+"The OAuth2 secret (Client Secret) from your GitHub organization application."
+msgstr ""
+
+#: awx/sso/conf.py:746
+msgid "GitHub Organization Name"
+msgstr ""
+
+#: awx/sso/conf.py:747
+msgid ""
+"The name of your GitHub organization, as used in your organization's URL: "
+"https://github.com//."
+msgstr ""
+
+#: awx/sso/conf.py:758
+msgid "GitHub Organization OAuth2 Organization Map"
+msgstr ""
+
+#: awx/sso/conf.py:770
+msgid "GitHub Organization OAuth2 Team Map"
+msgstr ""
+
+#: awx/sso/conf.py:786
+msgid "GitHub Team OAuth2 Callback URL"
+msgstr ""
+
+#: awx/sso/conf.py:787
msgid ""
"Create an organization-owned application at https://github.com/organizations/"
"/settings/applications and obtain an OAuth2 key (Client ID) and "
@@ -3910,314 +4841,339 @@ msgid ""
"application."
msgstr ""
-#: awx/sso/conf.py:685 awx/sso/conf.py:696 awx/sso/conf.py:706
-#: awx/sso/conf.py:718 awx/sso/conf.py:729 awx/sso/conf.py:741
-msgid "GitHub Organization OAuth2"
-msgstr ""
-
-#: awx/sso/conf.py:694
-msgid "GitHub Organization OAuth2 Key"
-msgstr ""
-
-#: awx/sso/conf.py:695 awx/sso/conf.py:770
-msgid "The OAuth2 key (Client ID) from your GitHub organization application."
-msgstr ""
-
-#: awx/sso/conf.py:704
-msgid "GitHub Organization OAuth2 Secret"
-msgstr ""
-
-#: awx/sso/conf.py:705 awx/sso/conf.py:780
-msgid ""
-"The OAuth2 secret (Client Secret) from your GitHub organization application."
-msgstr ""
-
-#: awx/sso/conf.py:715
-msgid "GitHub Organization Name"
-msgstr ""
-
-#: awx/sso/conf.py:716
-msgid ""
-"The name of your GitHub organization, as used in your organization's URL: "
-"https://github.com//."
-msgstr ""
-
-#: awx/sso/conf.py:727
-msgid "GitHub Organization OAuth2 Organization Map"
-msgstr ""
-
-#: awx/sso/conf.py:739
-msgid "GitHub Organization OAuth2 Team Map"
-msgstr ""
-
-#: awx/sso/conf.py:755
-msgid "GitHub Team OAuth2 Callback URL"
-msgstr ""
-
-#: awx/sso/conf.py:760 awx/sso/conf.py:771 awx/sso/conf.py:781
-#: awx/sso/conf.py:793 awx/sso/conf.py:804 awx/sso/conf.py:816
+#: awx/sso/conf.py:791 awx/sso/conf.py:803 awx/sso/conf.py:814
+#: awx/sso/conf.py:827 awx/sso/conf.py:838 awx/sso/conf.py:850
msgid "GitHub Team OAuth2"
msgstr ""
-#: awx/sso/conf.py:769
+#: awx/sso/conf.py:801
msgid "GitHub Team OAuth2 Key"
msgstr ""
-#: awx/sso/conf.py:779
+#: awx/sso/conf.py:812
msgid "GitHub Team OAuth2 Secret"
msgstr ""
-#: awx/sso/conf.py:790
+#: awx/sso/conf.py:824
msgid "GitHub Team ID"
msgstr ""
-#: awx/sso/conf.py:791
+#: awx/sso/conf.py:825
msgid ""
"Find the numeric team ID using the Github API: http://fabian-kostadinov."
"github.io/2015/01/16/how-to-find-a-github-team-id/."
msgstr ""
-#: awx/sso/conf.py:802
+#: awx/sso/conf.py:836
msgid "GitHub Team OAuth2 Organization Map"
msgstr ""
-#: awx/sso/conf.py:814
+#: awx/sso/conf.py:848
msgid "GitHub Team OAuth2 Team Map"
msgstr ""
-#: awx/sso/conf.py:830
+#: awx/sso/conf.py:864
msgid "Azure AD OAuth2 Callback URL"
msgstr ""
-#: awx/sso/conf.py:831
+#: awx/sso/conf.py:865
msgid ""
-"Register an Azure AD application as described by https://msdn.microsoft.com/"
-"en-us/library/azure/dn132599.aspx and obtain an OAuth2 key (Client ID) and "
-"secret (Client Secret). Provide this URL as the callback URL for your "
-"application."
+"Provide this URL as the callback URL for your application as part of your "
+"registration process. Refer to the Ansible Tower documentation for more "
+"detail. "
msgstr ""
-#: awx/sso/conf.py:835 awx/sso/conf.py:846 awx/sso/conf.py:856
-#: awx/sso/conf.py:868 awx/sso/conf.py:880
+#: awx/sso/conf.py:868 awx/sso/conf.py:880 awx/sso/conf.py:891
+#: awx/sso/conf.py:903 awx/sso/conf.py:915
msgid "Azure AD OAuth2"
msgstr ""
-#: awx/sso/conf.py:844
+#: awx/sso/conf.py:878
msgid "Azure AD OAuth2 Key"
msgstr ""
-#: awx/sso/conf.py:845
+#: awx/sso/conf.py:879
msgid "The OAuth2 key (Client ID) from your Azure AD application."
msgstr ""
-#: awx/sso/conf.py:854
+#: awx/sso/conf.py:889
msgid "Azure AD OAuth2 Secret"
msgstr ""
-#: awx/sso/conf.py:855
+#: awx/sso/conf.py:890
msgid "The OAuth2 secret (Client Secret) from your Azure AD application."
msgstr ""
-#: awx/sso/conf.py:866
+#: awx/sso/conf.py:901
msgid "Azure AD OAuth2 Organization Map"
msgstr ""
-#: awx/sso/conf.py:878
+#: awx/sso/conf.py:913
msgid "Azure AD OAuth2 Team Map"
msgstr ""
-#: awx/sso/conf.py:903
+#: awx/sso/conf.py:938
msgid "SAML Assertion Consumer Service (ACS) URL"
msgstr ""
-#: awx/sso/conf.py:904
+#: awx/sso/conf.py:939
msgid ""
"Register Tower as a service provider (SP) with each identity provider (IdP) "
"you have configured. Provide your SP Entity ID and this ACS URL for your "
"application."
msgstr ""
-#: awx/sso/conf.py:907 awx/sso/conf.py:921 awx/sso/conf.py:935
-#: awx/sso/conf.py:950 awx/sso/conf.py:964 awx/sso/conf.py:982
-#: awx/sso/conf.py:1004 awx/sso/conf.py:1023 awx/sso/conf.py:1043
-#: awx/sso/conf.py:1077 awx/sso/conf.py:1090 awx/sso/models.py:16
+#: awx/sso/conf.py:942 awx/sso/conf.py:956 awx/sso/conf.py:970
+#: awx/sso/conf.py:985 awx/sso/conf.py:999 awx/sso/conf.py:1012
+#: awx/sso/conf.py:1033 awx/sso/conf.py:1051 awx/sso/conf.py:1070
+#: awx/sso/conf.py:1106 awx/sso/conf.py:1138 awx/sso/conf.py:1152
+#: awx/sso/conf.py:1169 awx/sso/conf.py:1182 awx/sso/conf.py:1195
+#: awx/sso/conf.py:1211 awx/sso/models.py:16
msgid "SAML"
msgstr ""
-#: awx/sso/conf.py:918
+#: awx/sso/conf.py:953
msgid "SAML Service Provider Metadata URL"
msgstr ""
-#: awx/sso/conf.py:919
+#: awx/sso/conf.py:954
msgid ""
"If your identity provider (IdP) allows uploading an XML metadata file, you "
"can download one from this URL."
msgstr ""
-#: awx/sso/conf.py:931
+#: awx/sso/conf.py:966
msgid "SAML Service Provider Entity ID"
msgstr ""
-#: awx/sso/conf.py:932
+#: awx/sso/conf.py:967
msgid ""
"The application-defined unique identifier used as the audience of the SAML "
"service provider (SP) configuration. This is usually the URL for Tower."
msgstr ""
-#: awx/sso/conf.py:947
+#: awx/sso/conf.py:982
msgid "SAML Service Provider Public Certificate"
msgstr ""
-#: awx/sso/conf.py:948
+#: awx/sso/conf.py:983
msgid ""
"Create a keypair for Tower to use as a service provider (SP) and include the "
"certificate content here."
msgstr ""
-#: awx/sso/conf.py:961
+#: awx/sso/conf.py:996
msgid "SAML Service Provider Private Key"
msgstr ""
-#: awx/sso/conf.py:962
+#: awx/sso/conf.py:997
msgid ""
"Create a keypair for Tower to use as a service provider (SP) and include the "
"private key content here."
msgstr ""
-#: awx/sso/conf.py:980
+#: awx/sso/conf.py:1009
msgid "SAML Service Provider Organization Info"
msgstr ""
-#: awx/sso/conf.py:981
-msgid "Configure this setting with information about your app."
+#: awx/sso/conf.py:1010
+msgid ""
+"Provide the URL, display name, and the name of your app. Refer to the "
+"Ansible Tower documentation for example syntax."
msgstr ""
-#: awx/sso/conf.py:1002
+#: awx/sso/conf.py:1029
msgid "SAML Service Provider Technical Contact"
msgstr ""
-#: awx/sso/conf.py:1003 awx/sso/conf.py:1022
-msgid "Configure this setting with your contact information."
+#: awx/sso/conf.py:1030
+msgid ""
+"Provide the name and email address of the technical contact for your service "
+"provider. Refer to the Ansible Tower documentation for example syntax."
msgstr ""
-#: awx/sso/conf.py:1021
+#: awx/sso/conf.py:1047
msgid "SAML Service Provider Support Contact"
msgstr ""
-#: awx/sso/conf.py:1036
+#: awx/sso/conf.py:1048
+msgid ""
+"Provide the name and email address of the support contact for your service "
+"provider. Refer to the Ansible Tower documentation for example syntax."
+msgstr ""
+
+#: awx/sso/conf.py:1064
msgid "SAML Enabled Identity Providers"
msgstr ""
-#: awx/sso/conf.py:1037
+#: awx/sso/conf.py:1065
msgid ""
"Configure the Entity ID, SSO URL and certificate for each identity provider "
"(IdP) in use. Multiple SAML IdPs are supported. Some IdPs may provide user "
-"data using attribute names that differ from the default OIDs (https://github."
-"com/omab/python-social-auth/blob/master/social/backends/saml.py#L16). "
-"Attribute names may be overridden for each IdP."
+"data using attribute names that differ from the default OIDs. Attribute "
+"names may be overridden for each IdP. Refer to the Ansible documentation for "
+"additional details and syntax."
msgstr ""
-#: awx/sso/conf.py:1075
+#: awx/sso/conf.py:1102
+msgid "SAML Security Config"
+msgstr ""
+
+#: awx/sso/conf.py:1103
+msgid ""
+"A dict of key value pairs that are passed to the underlying python-saml "
+"security setting https://github.com/onelogin/python-saml#settings"
+msgstr ""
+
+#: awx/sso/conf.py:1135
+msgid "SAML Service Provider extra configuration data"
+msgstr ""
+
+#: awx/sso/conf.py:1136
+msgid ""
+"A dict of key value pairs to be passed to the underlying python-saml Service "
+"Provider configuration setting."
+msgstr ""
+
+#: awx/sso/conf.py:1149
+msgid "SAML IDP to extra_data attribute mapping"
+msgstr ""
+
+#: awx/sso/conf.py:1150
+msgid ""
+"A list of tuples that maps IDP attributes to extra_attributes. Each "
+"attribute will be a list of values, even if only 1 value."
+msgstr ""
+
+#: awx/sso/conf.py:1167
msgid "SAML Organization Map"
msgstr ""
-#: awx/sso/conf.py:1088
+#: awx/sso/conf.py:1180
msgid "SAML Team Map"
msgstr ""
-#: awx/sso/fields.py:123
+#: awx/sso/conf.py:1193
+msgid "SAML Organization Attribute Mapping"
+msgstr ""
+
+#: awx/sso/conf.py:1194
+msgid "Used to translate user organization membership into Tower."
+msgstr ""
+
+#: awx/sso/conf.py:1209
+msgid "SAML Team Attribute Mapping"
+msgstr ""
+
+#: awx/sso/conf.py:1210
+msgid "Used to translate user team membership into Tower."
+msgstr ""
+
+#: awx/sso/fields.py:183
+#, python-brace-format
msgid "Invalid connection option(s): {invalid_options}."
msgstr ""
-#: awx/sso/fields.py:194
+#: awx/sso/fields.py:266
msgid "Base"
msgstr ""
-#: awx/sso/fields.py:195
+#: awx/sso/fields.py:267
msgid "One Level"
msgstr ""
-#: awx/sso/fields.py:196
+#: awx/sso/fields.py:268
msgid "Subtree"
msgstr ""
-#: awx/sso/fields.py:214
+#: awx/sso/fields.py:286
+#, python-brace-format
msgid "Expected a list of three items but got {length} instead."
msgstr ""
-#: awx/sso/fields.py:215
+#: awx/sso/fields.py:287
+#, python-brace-format
msgid "Expected an instance of LDAPSearch but got {input_type} instead."
msgstr ""
-#: awx/sso/fields.py:251
+#: awx/sso/fields.py:323
+#, python-brace-format
msgid ""
"Expected an instance of LDAPSearch or LDAPSearchUnion but got {input_type} "
"instead."
msgstr ""
-#: awx/sso/fields.py:289
+#: awx/sso/fields.py:361
+#, python-brace-format
msgid "Invalid user attribute(s): {invalid_attrs}."
msgstr ""
-#: awx/sso/fields.py:306
+#: awx/sso/fields.py:378
+#, python-brace-format
msgid "Expected an instance of LDAPGroupType but got {input_type} instead."
msgstr ""
-#: awx/sso/fields.py:334
-msgid "Invalid user flag: \"{invalid_flag}\"."
-msgstr ""
-
-#: awx/sso/fields.py:350 awx/sso/fields.py:517
-msgid ""
-"Expected None, True, False, a string or list of strings but got {input_type} "
-"instead."
-msgstr ""
-
-#: awx/sso/fields.py:386
-msgid "Missing key(s): {missing_keys}."
-msgstr ""
-
-#: awx/sso/fields.py:387
+#: awx/sso/fields.py:418 awx/sso/fields.py:465
+#, python-brace-format
msgid "Invalid key(s): {invalid_keys}."
msgstr ""
-#: awx/sso/fields.py:436 awx/sso/fields.py:553
+#: awx/sso/fields.py:443
+#, python-brace-format
+msgid "Invalid user flag: \"{invalid_flag}\"."
+msgstr ""
+
+#: awx/sso/fields.py:464
+#, python-brace-format
+msgid "Missing key(s): {missing_keys}."
+msgstr ""
+
+#: awx/sso/fields.py:514 awx/sso/fields.py:631
+#, python-brace-format
msgid "Invalid key(s) for organization map: {invalid_keys}."
msgstr ""
-#: awx/sso/fields.py:454
+#: awx/sso/fields.py:532
+#, python-brace-format
msgid "Missing required key for team map: {invalid_keys}."
msgstr ""
-#: awx/sso/fields.py:455 awx/sso/fields.py:572
+#: awx/sso/fields.py:533 awx/sso/fields.py:650
+#, python-brace-format
msgid "Invalid key(s) for team map: {invalid_keys}."
msgstr ""
-#: awx/sso/fields.py:571
+#: awx/sso/fields.py:649
+#, python-brace-format
msgid "Missing required key for team map: {missing_keys}."
msgstr ""
-#: awx/sso/fields.py:589
+#: awx/sso/fields.py:667
+#, python-brace-format
msgid "Missing required key(s) for org info record: {missing_keys}."
msgstr ""
-#: awx/sso/fields.py:602
+#: awx/sso/fields.py:680
+#, python-brace-format
msgid "Invalid language code(s) for org info: {invalid_lang_codes}."
msgstr ""
-#: awx/sso/fields.py:621
+#: awx/sso/fields.py:699
+#, python-brace-format
msgid "Missing required key(s) for contact: {missing_keys}."
msgstr ""
-#: awx/sso/fields.py:633
+#: awx/sso/fields.py:711
+#, python-brace-format
msgid "Missing required key(s) for IdP: {missing_keys}."
msgstr ""
-#: awx/sso/pipeline.py:24
+#: awx/sso/pipeline.py:31
+#, python-brace-format
msgid "An account cannot be found for {0}"
msgstr ""
-#: awx/sso/pipeline.py:30
+#: awx/sso/pipeline.py:37
msgid "Your account is inactive"
msgstr ""
@@ -4244,71 +5200,48 @@ msgstr ""
msgid "AWX"
msgstr ""
-#: awx/templates/rest_framework/api.html:4
-msgid "AWX REST API"
-msgstr ""
-
-#: awx/templates/rest_framework/api.html:39
+#: awx/templates/rest_framework/api.html:42
msgid "Ansible Tower API Guide"
msgstr ""
-#: awx/templates/rest_framework/api.html:40
+#: awx/templates/rest_framework/api.html:43
msgid "Back to Ansible Tower"
msgstr ""
-#: awx/templates/rest_framework/api.html:41
+#: awx/templates/rest_framework/api.html:44
msgid "Resize"
msgstr ""
+#: awx/templates/rest_framework/base.html:37
+msgid "navbar"
+msgstr ""
+
+#: awx/templates/rest_framework/base.html:75
+msgid "content"
+msgstr ""
+
#: awx/templates/rest_framework/base.html:78
-#: awx/templates/rest_framework/base.html:92
-#, python-format
-msgid "Make a GET request on the %(name)s resource"
+msgid "request form"
msgstr ""
-#: awx/templates/rest_framework/base.html:80
-msgid "Specify a format for the GET request"
-msgstr ""
-
-#: awx/templates/rest_framework/base.html:86
-#, python-format
-msgid ""
-"Make a GET request on the %(name)s resource with the format set to `"
-"%(format)s`"
-msgstr ""
-
-#: awx/templates/rest_framework/base.html:100
-#, python-format
-msgid "Make an OPTIONS request on the %(name)s resource"
-msgstr ""
-
-#: awx/templates/rest_framework/base.html:106
-#, python-format
-msgid "Make a DELETE request on the %(name)s resource"
-msgstr ""
-
-#: awx/templates/rest_framework/base.html:113
+#: awx/templates/rest_framework/base.html:134
msgid "Filters"
msgstr ""
-#: awx/templates/rest_framework/base.html:172
-#: awx/templates/rest_framework/base.html:186
-#, python-format
-msgid "Make a POST request on the %(name)s resource"
+#: awx/templates/rest_framework/base.html:139
+msgid "main content"
msgstr ""
-#: awx/templates/rest_framework/base.html:216
-#: awx/templates/rest_framework/base.html:230
-#, python-format
-msgid "Make a PUT request on the %(name)s resource"
+#: awx/templates/rest_framework/base.html:155
+msgid "request info"
msgstr ""
-#: awx/templates/rest_framework/base.html:233
-#, python-format
-msgid "Make a PATCH request on the %(name)s resource"
+#: awx/templates/rest_framework/base.html:159
+msgid "response info"
msgstr ""
-#: awx/ui/apps.py:9 awx/ui/conf.py:22 awx/ui/conf.py:38 awx/ui/conf.py:53
+#: awx/ui/apps.py:9 awx/ui/conf.py:22 awx/ui/conf.py:36 awx/ui/conf.py:51
+#: awx/ui/conf.py:63 awx/ui/conf.py:73
msgid "UI"
msgstr ""
@@ -4341,21 +5274,39 @@ msgid ""
"If needed, you can add specific information (such as a legal notice or a "
"disclaimer) to a text box in the login modal using this setting. Any content "
"added must be in plain text, as custom HTML or other markup languages are "
-"not supported. If multiple paragraphs of text are needed, new lines "
-"(paragraphs) must be escaped as `\\n` within the block of text."
+"not supported."
msgstr ""
-#: awx/ui/conf.py:48
+#: awx/ui/conf.py:46
msgid "Custom Logo"
msgstr ""
-#: awx/ui/conf.py:49
+#: awx/ui/conf.py:47
msgid ""
"To set up a custom logo, provide a file that you create. For the custom logo "
"to look its best, use a .png file with a transparent background. GIF, PNG "
"and JPEG formats are supported."
msgstr ""
+#: awx/ui/conf.py:60
+msgid "Max Job Events Retrieved by UI"
+msgstr ""
+
+#: awx/ui/conf.py:61
+msgid ""
+"Maximum number of job events for the UI to retrieve within a single request."
+msgstr ""
+
+#: awx/ui/conf.py:70
+msgid "Enable Live Updates in the UI"
+msgstr ""
+
+#: awx/ui/conf.py:71
+msgid ""
+"If disabled, the page will not refresh when events are received. Reloading "
+"the page will be required to get the latest details."
+msgstr ""
+
#: awx/ui/fields.py:29
msgid ""
"Invalid format for custom logo. Must be a data URL with a base64-encoded "
@@ -4365,69 +5316,3 @@ msgstr ""
#: awx/ui/fields.py:30
msgid "Invalid base64-encoded data in data URL."
msgstr ""
-
-#: awx/ui/templates/ui/index.html:31
-msgid ""
-"Your session will expire in 60 seconds, would you like to continue?"
-msgstr ""
-
-#: awx/ui/templates/ui/index.html:46
-msgid "CANCEL"
-msgstr ""
-
-#: awx/ui/templates/ui/index.html:98
-msgid "Set how many days of data should be retained."
-msgstr ""
-
-#: awx/ui/templates/ui/index.html:104
-msgid ""
-"Please enter an integer that is not "
-"negative that is lower than 9999"
-"span>."
-msgstr ""
-
-#: awx/ui/templates/ui/index.html:109
-msgid ""
-"For facts collected older than the time period specified, save one fact scan "
-"(snapshot) per time window (frequency). For example, facts older than 30 "
-"days are purged, while one weekly fact scan is kept.\n"
-"
\n"
-"
CAUTION: Setting both numerical variables to \"0\" "
-"will delete all facts.\n"
-"
\n"
-"
"
-msgstr ""
-
-#: awx/ui/templates/ui/index.html:118
-msgid "Select a time period after which to remove old facts"
-msgstr ""
-
-#: awx/ui/templates/ui/index.html:132
-msgid ""
-"Please enter an integer "
-"that is not negative "
-"that is lower than 9999."
-msgstr ""
-
-#: awx/ui/templates/ui/index.html:137
-msgid "Select a frequency for snapshot retention"
-msgstr ""
-
-#: awx/ui/templates/ui/index.html:151
-msgid ""
-"Please enter an integer that is not negative that is "
-"lower than 9999."
-msgstr ""
-
-#: awx/ui/templates/ui/index.html:157
-msgid "working..."
-msgstr ""
diff --git a/awx/locale/es/LC_MESSAGES/django.po b/awx/locale/es/LC_MESSAGES/django.po
index d24f549215..18986cc4cf 100644
--- a/awx/locale/es/LC_MESSAGES/django.po
+++ b/awx/locale/es/LC_MESSAGES/django.po
@@ -8,43 +8,27 @@
# mkim , 2017. #zanata
# plocatelli , 2017. #zanata
# trh01 , 2017. #zanata
+# trh01 , 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-11-30 20:23+0000\n"
-"PO-Revision-Date: 2017-09-01 06:52+0000\n"
-"Last-Translator: edrh01 \n"
+"POT-Creation-Date: 2018-06-14 18:15+0000\n"
+"PO-Revision-Date: 2018-06-14 03:37+0000\n"
+"Last-Translator: trh01 \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Zanata 4.3.2\n"
+"X-Generator: Zanata 4.4.3\n"
-#: awx/api/authentication.py:67
-msgid "Invalid token header. No credentials provided."
-msgstr "Cabecera token inválida. Credenciales no indicados."
-
-#: awx/api/authentication.py:70
-msgid "Invalid token header. Token string should not contain spaces."
-msgstr ""
-"Cabecera token inválida. La cadena de texto token no debe contener espacios."
-
-#: awx/api/authentication.py:105
-msgid "User inactive or deleted"
-msgstr "Usuario inactivo o eliminado"
-
-#: awx/api/authentication.py:161
-msgid "Invalid task token"
-msgstr "Token de tarea inválido"
-
-#: awx/api/conf.py:12
+#: awx/api/conf.py:15
msgid "Idle Time Force Log Out"
msgstr "Tiempo de inactividad fuerza desconexión"
-#: awx/api/conf.py:13
+#: awx/api/conf.py:16
msgid ""
"Number of seconds that a user is inactive before they will need to login "
"again."
@@ -52,67 +36,102 @@ msgstr ""
"Número de segundos que un usuario es inactivo antes de que ellos vuelvan a "
"conectarse de nuevo."
-#: awx/api/conf.py:14 awx/api/conf.py:24 awx/api/conf.py:33 awx/sso/conf.py:85
-#: awx/sso/conf.py:96 awx/sso/conf.py:108 awx/sso/conf.py:123
+#: awx/api/conf.py:17 awx/api/conf.py:26 awx/api/conf.py:34 awx/api/conf.py:47
+#: awx/sso/conf.py:85 awx/sso/conf.py:96 awx/sso/conf.py:108
+#: awx/sso/conf.py:123
msgid "Authentication"
msgstr "Autentificación"
-#: awx/api/conf.py:22
-msgid "Maximum number of simultaneous logins"
-msgstr "Número máximo de inicios de sesión simultáneos"
+#: awx/api/conf.py:24
+msgid "Maximum number of simultaneous logged in sessions"
+msgstr "Número máximo de sesiones activas en simultáneo"
-#: awx/api/conf.py:23
+#: awx/api/conf.py:25
msgid ""
-"Maximum number of simultaneous logins a user may have. To disable enter -1."
+"Maximum number of simultaneous logged in sessions a user may have. To "
+"disable enter -1."
msgstr ""
-"Número máximo de inicio de sesión simultáneos que un usuario puede tener. "
+"Número máximo de sesiones activas en simultáneo que un usuario puede tener. "
"Para deshabilitar introduzca -1."
-#: awx/api/conf.py:31
+#: awx/api/conf.py:32
msgid "Enable HTTP Basic Auth"
msgstr "Habilitar autentificación básica HTTP"
-#: awx/api/conf.py:32
+#: awx/api/conf.py:33
msgid "Enable HTTP Basic Auth for the API Browser."
msgstr "Habilitar autentificación básica HTTP para la navegación API."
-#: awx/api/filters.py:129
+#: awx/api/conf.py:42
+msgid "OAuth 2 Timeout Settings"
+msgstr "Configuración de tiempo de expiración OAuth 2"
+
+#: awx/api/conf.py:43
+msgid ""
+"Dictionary for customizing OAuth 2 timeouts, available items are "
+"`ACCESS_TOKEN_EXPIRE_SECONDS`, the duration of access tokens in the number "
+"of seconds, and `AUTHORIZATION_CODE_EXPIRE_SECONDS`, the duration of "
+"authorization grants in the number of seconds."
+msgstr ""
+"Diccionario para personalizar los tiempos de expiración OAuth 2; los "
+"elementos disponibles son `ACCESS_TOKEN_EXPIRE_SECONDS`: duración de los "
+"tokens de acceso en cantidad de segundos y "
+"`AUTHORIZATION_CODE_EXPIRE_SECONDS`: duración de las autorizaciones "
+"otorgadas en cantidad de segundos."
+
+#: awx/api/exceptions.py:20
+msgid "Resource is being used by running jobs."
+msgstr "El recurso está siendo usado por tareas en ejecución"
+
+#: awx/api/fields.py:81
+#, python-brace-format
+msgid "Invalid key names: {invalid_key_names}"
+msgstr "Nombres de llaves inválidos: {invalid_key_names}"
+
+#: awx/api/fields.py:107
+msgid "Credential {} does not exist"
+msgstr "La credencial {} no existe"
+
+#: awx/api/filters.py:96
+msgid "No related model for field {}."
+msgstr "Sin modelo relacionado para el campo {}."
+
+#: awx/api/filters.py:113
msgid "Filtering on password fields is not allowed."
msgstr "Filtrar sobre campos de contraseña no está permitido."
-#: awx/api/filters.py:141 awx/api/filters.py:143
+#: awx/api/filters.py:125 awx/api/filters.py:127
#, python-format
msgid "Filtering on %s is not allowed."
msgstr "Filtrar sobre %s no está permitido."
-#: awx/api/filters.py:146
+#: awx/api/filters.py:130
msgid "Loops not allowed in filters, detected on field {}."
msgstr "Bucles no permitidos en los filtros, detectados en el campo {}."
-#: awx/api/filters.py:171
+#: awx/api/filters.py:159
+msgid "Query string field name not provided."
+msgstr "Nombre de campo de la cadena de petición no provisto."
+
+#: awx/api/filters.py:186
#, python-brace-format
msgid "Invalid {field_name} id: {field_id}"
-msgstr ""
+msgstr "ID de {field_name} inválida: {field_id}"
-#: awx/api/filters.py:302
+#: awx/api/filters.py:319
#, python-format
msgid "cannot filter on kind %s"
msgstr "no se puede filtrar en el tipo %s"
-#: awx/api/filters.py:409
-#, python-format
-msgid "cannot order by field %s"
-msgstr "no se puede ordenar por el campo %s"
-
-#: awx/api/generics.py:550 awx/api/generics.py:612
+#: awx/api/generics.py:620 awx/api/generics.py:682
msgid "\"id\" field must be an integer."
msgstr "El campo \"id\" debe ser un número entero."
-#: awx/api/generics.py:609
+#: awx/api/generics.py:679
msgid "\"id\" is required to disassociate"
msgstr "\"id\" es necesario para desasociar"
-#: awx/api/generics.py:660
+#: awx/api/generics.py:730
msgid "{} 'id' field is missing."
msgstr "Falta el campo {} 'id'."
@@ -153,11 +172,11 @@ msgstr "Fecha y hora cuando este {} fue creado."
msgid "Timestamp when this {} was last modified."
msgstr "Fecha y hora cuando este {} fue modificado más recientemente."
-#: awx/api/parsers.py:64
+#: awx/api/parsers.py:33
msgid "JSON parse error - not a JSON object"
msgstr "Error de análisis JSON; no es un objeto JSON"
-#: awx/api/parsers.py:67
+#: awx/api/parsers.py:36
#, python-format
msgid ""
"JSON parse error - %s\n"
@@ -166,76 +185,119 @@ msgstr ""
"Error de análisis JSON - %s\n"
"Posible causa: coma final."
-#: awx/api/serializers.py:268
+#: awx/api/serializers.py:153
+msgid ""
+"The original object is already named {}, a copy from it cannot have the same"
+" name."
+msgstr ""
+"El objeto original ya tiene el nombre {}, por lo que una copia del mismo no "
+"puede tener el mismo nombre."
+
+#: awx/api/serializers.py:295
msgid "Playbook Run"
msgstr "Ejecutar Playbook"
-#: awx/api/serializers.py:269
+#: awx/api/serializers.py:296
msgid "Command"
msgstr "Comando"
-#: awx/api/serializers.py:270 awx/main/models/unified_jobs.py:435
+#: awx/api/serializers.py:297 awx/main/models/unified_jobs.py:526
msgid "SCM Update"
msgstr "Actualización SCM"
-#: awx/api/serializers.py:271
+#: awx/api/serializers.py:298
msgid "Inventory Sync"
msgstr "Sincronizar inventario"
-#: awx/api/serializers.py:272
+#: awx/api/serializers.py:299
msgid "Management Job"
msgstr "Trabajo de gestión"
-#: awx/api/serializers.py:273
+#: awx/api/serializers.py:300
msgid "Workflow Job"
msgstr "Tarea en flujo de trabajo"
-#: awx/api/serializers.py:274
+#: awx/api/serializers.py:301
msgid "Workflow Template"
msgstr "Plantilla de flujo de trabajo"
-#: awx/api/serializers.py:701 awx/api/serializers.py:759 awx/api/views.py:4365
-#, python-format
-msgid ""
-"Standard Output too large to display (%(text_size)d bytes), only download "
-"supported for sizes over %(supported_size)d bytes"
+#: awx/api/serializers.py:302
+msgid "Job Template"
msgstr ""
-"La salida estándar es muy larga para ser mostrada (%(text_size)d bytes), "
-"sólo está soportada la descarga para tamaños por encima de "
-"%(supported_size)d bytes"
-#: awx/api/serializers.py:774
+#: awx/api/serializers.py:697
+msgid ""
+"Indicates whether all of the events generated by this unified job have been "
+"saved to the database."
+msgstr ""
+"Indica si todos los eventos generados por esta tarea unificada se guardaron "
+"en la base de datos."
+
+#: awx/api/serializers.py:854
msgid "Write-only field used to change the password."
msgstr "Campo de sólo escritura utilizado para cambiar la contraseña."
-#: awx/api/serializers.py:776
+#: awx/api/serializers.py:856
msgid "Set if the account is managed by an external service"
msgstr "Establecer si la cuenta es administrada por un servicio externo"
-#: awx/api/serializers.py:800
+#: awx/api/serializers.py:880
msgid "Password required for new User."
msgstr "Contraseña requerida para un usuario nuevo."
-#: awx/api/serializers.py:886
+#: awx/api/serializers.py:971
#, python-format
msgid "Unable to change %s on user managed by LDAP."
msgstr "Incapaz de cambiar %s en usuario gestionado por LDAP."
-#: awx/api/serializers.py:1050
+#: awx/api/serializers.py:1057
+msgid "Must be a simple space-separated string with allowed scopes {}."
+msgstr ""
+"Debe ser una cadena simple separada por espacios con alcances permitidos {}."
+
+#: awx/api/serializers.py:1151
+msgid "Authorization Grant Type"
+msgstr ""
+
+#: awx/api/serializers.py:1153 awx/main/models/credential/__init__.py:1059
+msgid "Client Secret"
+msgstr "Secreto del cliente"
+
+#: awx/api/serializers.py:1156
+msgid "Client Type"
+msgstr ""
+
+#: awx/api/serializers.py:1159
+msgid "Redirect URIs"
+msgstr ""
+
+#: awx/api/serializers.py:1162
+msgid "Skip Authorization"
+msgstr ""
+
+#: awx/api/serializers.py:1264
+msgid "This path is already being used by another manual project."
+msgstr "Esta ruta ya se está siendo usada por otro proyecto manual."
+
+#: awx/api/serializers.py:1290
+msgid "This field has been deprecated and will be removed in a future release"
+msgstr "Este campo ya no se utiliza y será retirado en un futuro lanzamiento."
+
+#: awx/api/serializers.py:1349
msgid "Organization is missing"
msgstr "Organización no encontrada."
-#: awx/api/serializers.py:1054
+#: awx/api/serializers.py:1353
msgid "Update options must be set to false for manual projects."
msgstr ""
"Opciones de actualización deben ser establecidas a false para proyectos "
"manuales."
-#: awx/api/serializers.py:1060
+#: awx/api/serializers.py:1359
msgid "Array of playbooks available within this project."
msgstr "Colección de playbooks disponibles dentro de este proyecto."
-#: awx/api/serializers.py:1079
+#: awx/api/serializers.py:1378
msgid ""
"Array of inventory files and directories available within this project, not "
"comprehensive."
@@ -243,71 +305,74 @@ msgstr ""
"Colección de archivos de inventario y directorios disponibles dentro de este"
" proyecto, no global."
-#: awx/api/serializers.py:1201
-msgid "Smart inventories must specify host_filter"
+#: awx/api/serializers.py:1426 awx/api/serializers.py:3194
+msgid "A count of hosts uniquely assigned to each status."
msgstr ""
-#: awx/api/serializers.py:1303
+#: awx/api/serializers.py:1429 awx/api/serializers.py:3197
+msgid "A count of all plays and tasks for the job run."
+msgstr ""
+
+#: awx/api/serializers.py:1554
+msgid "Smart inventories must specify host_filter"
+msgstr "Los inventarios inteligentes deben especificar el host_filter"
+
+#: awx/api/serializers.py:1658
#, python-format
msgid "Invalid port specification: %s"
msgstr "Especificación de puerto inválido: %s"
-#: awx/api/serializers.py:1314
+#: awx/api/serializers.py:1669
msgid "Cannot create Host for Smart Inventory"
msgstr "No es posible crear un host para el Inventario inteligente"
-#: awx/api/serializers.py:1336 awx/api/serializers.py:3321
-#: awx/api/serializers.py:3406 awx/main/validators.py:198
-msgid "Must be valid JSON or YAML."
-msgstr "Debe ser un válido JSON o YAML."
-
-#: awx/api/serializers.py:1432
+#: awx/api/serializers.py:1781
msgid "Invalid group name."
msgstr "Nombre de grupo inválido."
-#: awx/api/serializers.py:1437
+#: awx/api/serializers.py:1786
msgid "Cannot create Group for Smart Inventory"
msgstr "No es posible crear un grupo para el Inventario inteligente"
-#: awx/api/serializers.py:1509
+#: awx/api/serializers.py:1861
msgid ""
"Script must begin with a hashbang sequence: i.e.... #!/usr/bin/env python"
msgstr ""
"El script debe empezar con una secuencia hashbang, p.e.... #!/usr/bin/env "
"python"
-#: awx/api/serializers.py:1555
+#: awx/api/serializers.py:1910
msgid "`{}` is a prohibited environment variable"
msgstr "`{}` es una variable de entorno prohibida"
-#: awx/api/serializers.py:1566
+#: awx/api/serializers.py:1921
msgid "If 'source' is 'custom', 'source_script' must be provided."
msgstr "Si 'source' es 'custom', 'source_script' debe ser especificado."
-#: awx/api/serializers.py:1572
+#: awx/api/serializers.py:1927
msgid "Must provide an inventory."
msgstr "Debe proporcionar un inventario."
-#: awx/api/serializers.py:1576
+#: awx/api/serializers.py:1931
msgid ""
"The 'source_script' does not belong to the same organization as the "
"inventory."
msgstr ""
"El 'source_script' no pertenece a la misma organización que el inventario."
-#: awx/api/serializers.py:1578
+#: awx/api/serializers.py:1933
msgid "'source_script' doesn't exist."
msgstr "'source_script' no existe."
-#: awx/api/serializers.py:1602
+#: awx/api/serializers.py:1967
msgid "Automatic group relationship, will be removed in 3.3"
msgstr "Relación de grupo automática; se eliminará en 3.3"
-#: awx/api/serializers.py:1679
+#: awx/api/serializers.py:2053
msgid "Cannot use manual project for SCM-based inventory."
msgstr "No se puede usar el proyecto manual para el inventario basado en SCM."
-#: awx/api/serializers.py:1685
+#: awx/api/serializers.py:2059
msgid ""
"Manual inventory sources are created automatically when a group is created "
"in the v1 API."
@@ -315,59 +380,61 @@ msgstr ""
"Las fuentes de inventario manuales se crean automáticamente cuando se crea "
"un grupo en la API v1."
-#: awx/api/serializers.py:1690
+#: awx/api/serializers.py:2064
msgid "Setting not compatible with existing schedules."
msgstr "Configuración no compatible con programaciones existentes."
-#: awx/api/serializers.py:1695
+#: awx/api/serializers.py:2069
msgid "Cannot create Inventory Source for Smart Inventory"
msgstr ""
"No es posible crear una fuente de inventarios para el Inventario inteligente"
-#: awx/api/serializers.py:1709
+#: awx/api/serializers.py:2120
#, python-format
msgid "Cannot set %s if not SCM type."
msgstr "No es posible definir %s si no es de tipo SCM."
-#: awx/api/serializers.py:1950
+#: awx/api/serializers.py:2388
msgid "Modifications not allowed for managed credential types"
msgstr ""
"Modificaciones no permitidas para los tipos de credenciales administradas"
-#: awx/api/serializers.py:1955
+#: awx/api/serializers.py:2393
msgid ""
"Modifications to inputs are not allowed for credential types that are in use"
msgstr ""
"No se permiten las modificaciones a entradas para los tipos de credenciales "
"que están en uso"
-#: awx/api/serializers.py:1961
+#: awx/api/serializers.py:2399
#, python-format
msgid "Must be 'cloud' or 'net', not %s"
msgstr "Debe ser 'cloud' o 'net', no %s"
-#: awx/api/serializers.py:1967
+#: awx/api/serializers.py:2405
msgid "'ask_at_runtime' is not supported for custom credentials."
msgstr ""
"'ask_at_runtime' no es compatible con las credenciales personalizadas."
-#: awx/api/serializers.py:2140
+#: awx/api/serializers.py:2585
#, python-format
msgid "\"%s\" is not a valid choice"
msgstr "\"%s\" no es una opción válida"
-#: awx/api/serializers.py:2159
-#, python-format
-msgid "'%s' is not a valid field for %s"
-msgstr "'%s' no es un campo válido para %s"
+#: awx/api/serializers.py:2604
+#, python-brace-format
+msgid "'{field_name}' is not a valid field for {credential_type_name}"
+msgstr "'{field_name}' no es un campo válido para {credential_type_name}"
-#: awx/api/serializers.py:2180
+#: awx/api/serializers.py:2625
msgid ""
"You cannot change the credential type of the credential, as it may break the"
" functionality of the resources using it."
msgstr ""
+"No puede cambiar el tipo de credencial, ya que puede interrumpir la "
+"funcionalidad de los recursos que la usan."
-#: awx/api/serializers.py:2191
+#: awx/api/serializers.py:2637
msgid ""
"Write-only field used to add user to owner role. If provided, do not give "
"either team or organization. Only valid for creation."
@@ -375,7 +442,7 @@ msgstr ""
"Campo de sólo escritura utilizado para añadir usuario a rol de propietario. "
"Si se indica, no otorgar equipo u organización. Sólo válido para creación."
-#: awx/api/serializers.py:2196
+#: awx/api/serializers.py:2642
msgid ""
"Write-only field used to add team to owner role. If provided, do not give "
"either user or organization. Only valid for creation."
@@ -383,7 +450,7 @@ msgstr ""
"Campo de sólo escritura para añadir equipo a un rol propietario.Si se "
"indica, no otorgar usuario u organización. Sólo válido para creación."
-#: awx/api/serializers.py:2201
+#: awx/api/serializers.py:2647
msgid ""
"Inherit permissions from organization roles. If provided on creation, do not"
" give either user or team."
@@ -391,202 +458,310 @@ msgstr ""
"Permisos heredados desde roles de organización. Si se indica, no otorgar "
"usuario o equipo."
-#: awx/api/serializers.py:2217
+#: awx/api/serializers.py:2663
msgid "Missing 'user', 'team', or 'organization'."
msgstr "No encontrado 'user', 'team' u 'organization'"
-#: awx/api/serializers.py:2257
+#: awx/api/serializers.py:2703
msgid ""
"Credential organization must be set and match before assigning to a team"
msgstr ""
"Credenciales de organización deben ser establecidas y coincidir antes de ser"
" asignadas a un equipo"
-#: awx/api/serializers.py:2424
+#: awx/api/serializers.py:2904
msgid "You must provide a cloud credential."
msgstr "Debe proporcionar una credencial de nube."
-#: awx/api/serializers.py:2425
+#: awx/api/serializers.py:2905
msgid "You must provide a network credential."
msgstr "Debe indicar un credencial de red."
-#: awx/api/serializers.py:2441
+#: awx/api/serializers.py:2906 awx/main/models/jobs.py:155
+msgid "You must provide an SSH credential."
+msgstr "Debe proporcionar una credencial SSH."
+
+#: awx/api/serializers.py:2907
+msgid "You must provide a vault credential."
+msgstr "Debe proporcionar una credencial de Vault."
+
+#: awx/api/serializers.py:2926
msgid "This field is required."
msgstr "Este campo es obligatorio."
-#: awx/api/serializers.py:2443 awx/api/serializers.py:2445
+#: awx/api/serializers.py:2928 awx/api/serializers.py:2930
msgid "Playbook not found for project."
msgstr "Playbook no encontrado para el proyecto."
-#: awx/api/serializers.py:2447
+#: awx/api/serializers.py:2932
msgid "Must select playbook for project."
msgstr "Debe seleccionar un playbook para el proyecto."
-#: awx/api/serializers.py:2522
+#: awx/api/serializers.py:3013
+msgid "Cannot enable provisioning callback without an inventory set."
+msgstr ""
+"No puede habilitar la callback de aprovisionamiento sin un conjunto de "
+"inventario."
+
+#: awx/api/serializers.py:3016
msgid "Must either set a default value or ask to prompt on launch."
msgstr ""
"Debe establecer un valor por defecto o preguntar por valor al ejecutar."
-#: awx/api/serializers.py:2524 awx/main/models/jobs.py:326
+#: awx/api/serializers.py:3018 awx/main/models/jobs.py:310
msgid "Job types 'run' and 'check' must have assigned a project."
msgstr "Tipos de trabajo 'run' y 'check' deben tener asignado un proyecto."
-#: awx/api/serializers.py:2611
+#: awx/api/serializers.py:3134
msgid "Invalid job template."
msgstr "Plantilla de trabajo inválida"
-#: awx/api/serializers.py:2708
-msgid "Neither credential nor vault credential provided."
-msgstr ""
+#: awx/api/serializers.py:3249
+msgid "No change to job limit"
+msgstr "Sin cambios en el límite de tareas"
-#: awx/api/serializers.py:2711
+#: awx/api/serializers.py:3250
+msgid "All failed and unreachable hosts"
+msgstr "Todos los hosts fallidos y sin comunicación"
+
+#: awx/api/serializers.py:3265
+msgid "Missing passwords needed to start: {}"
+msgstr "Se necesitan las contraseñas faltantes para iniciar: {}"
+
+#: awx/api/serializers.py:3284
+msgid "Relaunch by host status not available until job finishes running."
+msgstr ""
+"Relanzamiento por estado de host no disponible hasta que la tarea termine de"
+" ejecutarse."
+
+#: awx/api/serializers.py:3298
msgid "Job Template Project is missing or undefined."
msgstr "Proyecto en la plantilla de trabajo no encontrado o no definido."
-#: awx/api/serializers.py:2713
+#: awx/api/serializers.py:3300
msgid "Job Template Inventory is missing or undefined."
msgstr "Inventario en la plantilla de trabajo no encontrado o no definido."
-#: awx/api/serializers.py:2782 awx/main/tasks.py:2186
+#: awx/api/serializers.py:3338
+msgid ""
+"Unknown, job may have been ran before launch configurations were saved."
+msgstr ""
+"Desconocido, este trabajo pudo haberse ejecutado antes de guardar las "
+"configuraciones de lanzamiento."
+
+#: awx/api/serializers.py:3405 awx/main/tasks.py:2268
msgid "{} are prohibited from use in ad hoc commands."
-msgstr ""
+msgstr "{} tienen uso prohibido en comandos ad hoc."
-#: awx/api/serializers.py:3008
-#, python-format
-msgid "%(job_type)s is not a valid job type. The choices are %(choices)s."
+#: awx/api/serializers.py:3474 awx/api/views.py:4843
+#, python-brace-format
+msgid ""
+"Standard Output too large to display ({text_size} bytes), only download "
+"supported for sizes over {supported_size} bytes."
msgstr ""
-"j%(job_type)s no es un tipo de trabajo válido. Las opciones son %(choices)s."
+"La salida estándar es muy larga para ser mostrada ({text_size} bytes), la "
+"descarga solo se admite para tamaños por encima de {supported_size} bytes"
-#: awx/api/serializers.py:3013
-msgid "Workflow job template is missing during creation."
+#: awx/api/serializers.py:3671
+msgid "Provided variable {} has no database value to replace with."
msgstr ""
-"Plantilla de tarea en el flujo de trabajo no encontrada durante la creación."
+"La variable {} provista no tiene un valor de base de datos con qué "
+"reemplazarla."
-#: awx/api/serializers.py:3018
+#: awx/api/serializers.py:3747
#, python-format
msgid "Cannot nest a %s inside a WorkflowJobTemplate"
msgstr "No es posible anidar un %s dentro de un WorkflowJobTemplate"
-#: awx/api/serializers.py:3291
-#, python-format
-msgid "Job Template '%s' is missing or undefined."
-msgstr "Plantilla de trabajo '%s' no encontrada o no definida."
+#: awx/api/serializers.py:3754 awx/api/views.py:783
+msgid "Related template is not configured to accept credentials on launch."
+msgstr ""
+"La plantilla relacionada no está configurada para aceptar credenciales "
+"durante el lanzamiento."
-#: awx/api/serializers.py:3294
+#: awx/api/serializers.py:4211
msgid "The inventory associated with this Job Template is being deleted."
msgstr ""
"Se está eliminando el inventario asociado con esta plantilla de trabajo."
-#: awx/api/serializers.py:3335 awx/api/views.py:3023
-#, python-format
-msgid "Cannot assign multiple %s credentials."
-msgstr "No se pueden asignar múltiples credenciales %s."
+#: awx/api/serializers.py:4213
+msgid "The provided inventory is being deleted."
+msgstr "El inventario provisto se está eliminando."
-#: awx/api/serializers.py:3337 awx/api/views.py:3026
-msgid "Extra credentials must be network or cloud."
-msgstr "Las credenciales adicionales deben ser red o nube."
+#: awx/api/serializers.py:4221
+msgid "Cannot assign multiple {} credentials."
+msgstr "No se pueden asignar múltiples credenciales {}."
-#: awx/api/serializers.py:3474
+#: awx/api/serializers.py:4234
+msgid ""
+"Removing {} credential at launch time without replacement is not supported. "
+"Provided list lacked credential(s): {}."
+msgstr ""
+"No se admite quitar la credencial {} en el momento de lanzamiento sin "
+"reemplazo. La lista provista no contaba con credencial(es): {}."
+
+#: awx/api/serializers.py:4360
msgid ""
"Missing required fields for Notification Configuration: notification_type"
msgstr ""
"Campos obligatorios no definidos para la configuración de notificación: "
"notification_type"
-#: awx/api/serializers.py:3497
+#: awx/api/serializers.py:4383
msgid "No values specified for field '{}'"
msgstr "Ningún valor especificado para el campo '{}'"
-#: awx/api/serializers.py:3502
+#: awx/api/serializers.py:4388
msgid "Missing required fields for Notification Configuration: {}."
msgstr "Campos no definidos para la configuración de notificación: {}."
-#: awx/api/serializers.py:3505
+#: awx/api/serializers.py:4391
msgid "Configuration field '{}' incorrect type, expected {}."
msgstr "Tipo incorrecto en la configuración del campo '{} ', esperado {}."
-#: awx/api/serializers.py:3558
-msgid "Inventory Source must be a cloud resource."
-msgstr "Fuente del inventario debe ser un recurso cloud."
-
-#: awx/api/serializers.py:3560
-msgid "Manual Project cannot have a schedule set."
-msgstr "El proyecto manual no puede tener una programación establecida."
-
-#: awx/api/serializers.py:3563
+#: awx/api/serializers.py:4453
msgid ""
-"Inventory sources with `update_on_project_update` cannot be scheduled. "
-"Schedule its source project `{}` instead."
+"Valid DTSTART required in rrule. Value should start with: "
+"DTSTART:YYYYMMDDTHHMMSSZ"
msgstr ""
-"No se pueden programar las fuentes de inventario con "
-"`update_on_project_update. En su lugar, programe su proyecto fuente `{}`."
-
-#: awx/api/serializers.py:3582
-msgid "Projects and inventory updates cannot accept extra variables."
-msgstr ""
-"Las actualizaciones de inventarios y proyectos no pueden aceptar variables "
-"adicionales."
-
-#: awx/api/serializers.py:3604
-msgid ""
-"DTSTART required in rrule. Value should match: DTSTART:YYYYMMDDTHHMMSSZ"
-msgstr ""
-"DTSTART necesario en 'rrule'. El valor debe coincidir: "
+"DTSTART válido necesario en rrule. El valor debe empezar con: "
"DTSTART:YYYYMMDDTHHMMSSZ"
-#: awx/api/serializers.py:3606
+#: awx/api/serializers.py:4455
+msgid ""
+"DTSTART cannot be a naive datetime. Specify ;TZINFO= or YYYYMMDDTHHMMSSZZ."
+msgstr ""
+"DTSTART no puede ser una fecha/hora ingenua. Especifique ;TZINFO= o "
+"YYYYMMDDTHHMMSSZZ."
+
+#: awx/api/serializers.py:4457
msgid "Multiple DTSTART is not supported."
msgstr "Múltiple DTSTART no está soportado."
-#: awx/api/serializers.py:3608
-msgid "RRULE require in rrule."
-msgstr "RRULE requerido en rrule"
+#: awx/api/serializers.py:4459
+msgid "RRULE required in rrule."
+msgstr "RRULE requerido en rrule."
-#: awx/api/serializers.py:3610
+#: awx/api/serializers.py:4461
msgid "Multiple RRULE is not supported."
msgstr "Múltiple RRULE no está soportado."
-#: awx/api/serializers.py:3612
+#: awx/api/serializers.py:4463
msgid "INTERVAL required in rrule."
msgstr "INTERVAL requerido en 'rrule'."
-#: awx/api/serializers.py:3614
-msgid "TZID is not supported."
-msgstr "TZID no está soportado."
-
-#: awx/api/serializers.py:3616
+#: awx/api/serializers.py:4465
msgid "SECONDLY is not supported."
msgstr "SECONDLY no está soportado."
-#: awx/api/serializers.py:3618
+#: awx/api/serializers.py:4467
msgid "Multiple BYMONTHDAYs not supported."
msgstr "Multiple BYMONTHDAYs no soportado."
-#: awx/api/serializers.py:3620
+#: awx/api/serializers.py:4469
msgid "Multiple BYMONTHs not supported."
msgstr "Multiple BYMONTHs no soportado."
-#: awx/api/serializers.py:3622
+#: awx/api/serializers.py:4471
msgid "BYDAY with numeric prefix not supported."
msgstr "BYDAY con prefijo numérico no soportado."
-#: awx/api/serializers.py:3624
+#: awx/api/serializers.py:4473
msgid "BYYEARDAY not supported."
msgstr "BYYEARDAY no soportado."
-#: awx/api/serializers.py:3626
+#: awx/api/serializers.py:4475
msgid "BYWEEKNO not supported."
msgstr "BYWEEKNO no soportado."
-#: awx/api/serializers.py:3630
+#: awx/api/serializers.py:4477
+msgid "RRULE may not contain both COUNT and UNTIL"
+msgstr "RRULE no puede contener ambos COUNT y UNTIL"
+
+#: awx/api/serializers.py:4481
msgid "COUNT > 999 is unsupported."
msgstr "COUNT > 999 no está soportada."
-#: awx/api/serializers.py:3634
-msgid "rrule parsing failed validation."
-msgstr "Validación fallida analizando 'rrule'"
+#: awx/api/serializers.py:4485
+msgid "rrule parsing failed validation: {}"
+msgstr "Validación fallida analizando rrule: {}"
-#: awx/api/serializers.py:3760
+#: awx/api/serializers.py:4526
+msgid "Inventory Source must be a cloud resource."
+msgstr "Fuente del inventario debe ser un recurso cloud."
+
+#: awx/api/serializers.py:4528
+msgid "Manual Project cannot have a schedule set."
+msgstr "El proyecto manual no puede tener una programación establecida."
+
+#: awx/api/serializers.py:4541
+msgid ""
+"Count of jobs in the running or waiting state that are targeted for this "
+"instance"
+msgstr ""
+"Cantidad de tareas en estado de ejecución o espera que están destinadas para"
+" esta instancia"
+
+#: awx/api/serializers.py:4546
+msgid "Count of all jobs that target this instance"
+msgstr ""
+
+#: awx/api/serializers.py:4579
+msgid ""
+"Count of jobs in the running or waiting state that are targeted for this "
+"instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4584
+msgid "Count of all jobs that target this instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4592
+msgid "Policy Instance Percentage"
+msgstr ""
+
+#: awx/api/serializers.py:4593
+msgid ""
+"Minimum percentage of all instances that will be automatically assigned to "
+"this group when new instances come online."
+msgstr ""
+"Porcentaje mínimo de todas las instancias que se asignarán automáticamente a"
+" este grupo cuando nuevas instancias aparezcan en línea."
+
+#: awx/api/serializers.py:4598
+msgid "Policy Instance Minimum"
+msgstr ""
+
+#: awx/api/serializers.py:4599
+msgid ""
+"Static minimum number of Instances that will be automatically assign to this"
+" group when new instances come online."
+msgstr ""
+"Número mínimo estático de instancias que se asignarán automáticamente a este"
+" grupo cuando nuevas instancias aparezcan en línea."
+
+#: awx/api/serializers.py:4604
+msgid "Policy Instance List"
+msgstr ""
+
+#: awx/api/serializers.py:4605
+msgid "List of exact-match Instances that will be assigned to this group"
+msgstr ""
+"Lista de instancias con coincidencia exacta que se asignarán a este grupo"
+
+#: awx/api/serializers.py:4627
+msgid "Duplicate entry {}."
+msgstr "Entrada por duplicado {}."
+
+#: awx/api/serializers.py:4629
+msgid "{} is not a valid hostname of an existing instance."
+msgstr "{} no es un nombre de host válido de una instancia existente."
+
+#: awx/api/serializers.py:4634
+msgid "tower instance group name may not be changed."
+msgstr "El nombre del grupo de la instancia de tower no se puede cambiar."
+
+#: awx/api/serializers.py:4704
msgid ""
"A summary of the new and changed values when an object is created, updated, "
"or deleted"
@@ -594,7 +769,7 @@ msgstr ""
"Un resumen de los valores nuevos y cambiados cuando un objeto es creado, "
"actualizado o eliminado."
-#: awx/api/serializers.py:3762
+#: awx/api/serializers.py:4706
msgid ""
"For create, update, and delete events this is the object type that was "
"affected. For associate and disassociate events this is the object type "
@@ -604,7 +779,7 @@ msgstr ""
"afectado. Para asociar o desasociar eventos éste es el tipo de objeto "
"asociado o desasociado con object2."
-#: awx/api/serializers.py:3765
+#: awx/api/serializers.py:4709
msgid ""
"Unpopulated for create, update, and delete events. For associate and "
"disassociate events this is the object type that object1 is being associated"
@@ -613,163 +788,214 @@ msgstr ""
"Vacío para crear, actualizar y eliminar eventos. Para asociar y desasociar "
"eventos éste es el tipo de objetos que object1 con el está asociado."
-#: awx/api/serializers.py:3768
+#: awx/api/serializers.py:4712
msgid "The action taken with respect to the given object(s)."
msgstr "La acción tomada al respeto al/los especificado(s) objeto(s)."
-#: awx/api/serializers.py:3885
-msgid "Unable to login with provided credentials."
-msgstr "Incapaz de iniciar sesión con los credenciales indicados."
-
-#: awx/api/serializers.py:3887
-msgid "Must include \"username\" and \"password\"."
-msgstr "Debe incluir \"usuario\" y \"contraseña\"."
-
-#: awx/api/views.py:108
+#: awx/api/views.py:118
msgid "Your license does not allow use of the activity stream."
msgstr "Su licencia no permite el uso de flujo de actividad."
-#: awx/api/views.py:118
+#: awx/api/views.py:128
msgid "Your license does not permit use of system tracking."
msgstr "Su licencia no permite el uso de sistema de rastreo."
-#: awx/api/views.py:128
+#: awx/api/views.py:138
msgid "Your license does not allow use of workflows."
msgstr "Su licencia no permite el uso de flujos de trabajo."
-#: awx/api/views.py:142
+#: awx/api/views.py:152
msgid "Cannot delete job resource when associated workflow job is running."
msgstr ""
"No es posible eliminar un recurso de trabajo cuando la tarea del flujo de "
"trabajo está en ejecución."
-#: awx/api/views.py:146
+#: awx/api/views.py:157
msgid "Cannot delete running job resource."
msgstr "No es posible eliminar el recurso de trabajo en ejecución."
-#: awx/api/views.py:155 awx/templates/rest_framework/api.html:28
+#: awx/api/views.py:162
+msgid "Job has not finished processing events."
+msgstr "La tarea no terminó de procesar eventos."
+
+#: awx/api/views.py:221
+msgid "Related job {} is still processing events."
+msgstr "La tarea {} relacionada aún está procesando eventos."
+
+#: awx/api/views.py:228 awx/templates/rest_framework/api.html:28
msgid "REST API"
msgstr "REST API"
-#: awx/api/views.py:164 awx/templates/rest_framework/api.html:4
+#: awx/api/views.py:238 awx/templates/rest_framework/api.html:4
msgid "AWX REST API"
msgstr "API REST de AWX"
-#: awx/api/views.py:226
+#: awx/api/views.py:252
+msgid "API OAuth 2 Authorization Root"
+msgstr "Raíz de autorización de API OAuth 2"
+
+#: awx/api/views.py:317
msgid "Version 1"
msgstr "Version 1"
-#: awx/api/views.py:230
+#: awx/api/views.py:321
msgid "Version 2"
msgstr "Versión 2"
-#: awx/api/views.py:241
+#: awx/api/views.py:330
msgid "Ping"
msgstr "Ping"
-#: awx/api/views.py:272 awx/conf/apps.py:12
+#: awx/api/views.py:361 awx/conf/apps.py:10
msgid "Configuration"
msgstr "Configuración"
-#: awx/api/views.py:325
+#: awx/api/views.py:418
msgid "Invalid license data"
msgstr "Datos de licencia inválidos."
-#: awx/api/views.py:327
+#: awx/api/views.py:420
msgid "Missing 'eula_accepted' property"
msgstr "Propiedad 'eula_accepted' no encontrada"
-#: awx/api/views.py:331
+#: awx/api/views.py:424
msgid "'eula_accepted' value is invalid"
msgstr "Valor 'eula_accepted' no es válido"
-#: awx/api/views.py:334
+#: awx/api/views.py:427
msgid "'eula_accepted' must be True"
msgstr "'eula_accepted' debe ser True"
-#: awx/api/views.py:341
+#: awx/api/views.py:434
msgid "Invalid JSON"
msgstr "JSON inválido"
-#: awx/api/views.py:349
+#: awx/api/views.py:442
msgid "Invalid License"
msgstr "Licencia inválida"
-#: awx/api/views.py:359
+#: awx/api/views.py:452
msgid "Invalid license"
msgstr "Licencia inválida"
-#: awx/api/views.py:367
+#: awx/api/views.py:460
#, python-format
msgid "Failed to remove license (%s)"
msgstr "Error al eliminar licencia (%s)"
-#: awx/api/views.py:372
+#: awx/api/views.py:465
msgid "Dashboard"
msgstr "Panel de control"
-#: awx/api/views.py:471
+#: awx/api/views.py:564
msgid "Dashboard Jobs Graphs"
msgstr "Panel de control de gráficas de trabajo"
-#: awx/api/views.py:507
+#: awx/api/views.py:600
#, python-format
msgid "Unknown period \"%s\""
msgstr "Periodo desconocido \"%s\""
-#: awx/api/views.py:521
+#: awx/api/views.py:614
msgid "Instances"
msgstr "Instancias"
-#: awx/api/views.py:529
+#: awx/api/views.py:622
msgid "Instance Detail"
msgstr "Detalle de la instancia"
-#: awx/api/views.py:537
-msgid "Instance Running Jobs"
-msgstr "Tareas en ejecución de la instancia"
+#: awx/api/views.py:643
+msgid "Instance Jobs"
+msgstr "Tareas de instancia"
-#: awx/api/views.py:552
+#: awx/api/views.py:657
msgid "Instance's Instance Groups"
msgstr "Grupos de instancias de la instancia"
-#: awx/api/views.py:562
+#: awx/api/views.py:666
msgid "Instance Groups"
msgstr "Grupos de instancias"
-#: awx/api/views.py:570
+#: awx/api/views.py:674
msgid "Instance Group Detail"
msgstr "Detalle del grupo de instancias"
-#: awx/api/views.py:578
+#: awx/api/views.py:682
+msgid "Isolated Groups can not be removed from the API"
+msgstr "Grupos aislados no se pueden remover del API"
+
+#: awx/api/views.py:684
+msgid ""
+"Instance Groups acting as a controller for an Isolated Group can not be "
+"removed from the API"
+msgstr ""
+"Los Grupos de instancia que actúan como un controlador para un Grupo aislado"
+" no se pueden eliminar de la API"
+
+#: awx/api/views.py:690
msgid "Instance Group Running Jobs"
msgstr "Tareas en ejecución del grupo de instancias"
-#: awx/api/views.py:588
+#: awx/api/views.py:699
msgid "Instance Group's Instances"
msgstr "Instancias del grupo de instancias"
-#: awx/api/views.py:598
+#: awx/api/views.py:709
msgid "Schedules"
msgstr "Programaciones"
-#: awx/api/views.py:617
+#: awx/api/views.py:723
+msgid "Schedule Recurrence Rule Preview"
+msgstr "Programe la vista previa de la regla de recurrencia"
+
+#: awx/api/views.py:770
+msgid "Cannot assign credential when related template is null."
+msgstr ""
+"No se puede asignar la credencial cuando la plantilla relacionada es nula."
+
+#: awx/api/views.py:775
+msgid "Related template cannot accept {} on launch."
+msgstr "La plantilla relacionada no puede aceptar {} durante el lanzamiento."
+
+#: awx/api/views.py:777
+msgid ""
+"Credential that requires user input on launch cannot be used in saved launch"
+" configuration."
+msgstr ""
+"Una credencial que requiere ingreso de datos del usuario durante el "
+"lanzamiento no se puede utilizar en una configuración de lanzamiento "
+"guardada."
+
+#: awx/api/views.py:785
+#, python-brace-format
+msgid ""
+"This launch configuration already provides a {credential_type} credential."
+msgstr ""
+"Esta configuración de lanzamiento ya viene con una credencial "
+"{credential_type}."
+
+#: awx/api/views.py:788
+#, python-brace-format
+msgid "Related template already uses {credential_type} credential."
+msgstr "La plantilla relacionada ya usa la credencial {credential_type}."
+
+#: awx/api/views.py:806
msgid "Schedule Jobs List"
msgstr "Lista de trabajos programados"
-#: awx/api/views.py:843
+#: awx/api/views.py:961
msgid "Your license only permits a single organization to exist."
msgstr "Su licencia solo permite que exista una organización."
-#: awx/api/views.py:1079 awx/api/views.py:4666
+#: awx/api/views.py:1193 awx/api/views.py:5056
msgid "You cannot assign an Organization role as a child role for a Team."
msgstr "No puede asignar un rol de organización como rol hijo para un equipo."
-#: awx/api/views.py:1083 awx/api/views.py:4680
+#: awx/api/views.py:1197 awx/api/views.py:5070
msgid "You cannot grant system-level permissions to a team."
msgstr "No puede asignar permisos de nivel de sistema a un equipo."
-#: awx/api/views.py:1090 awx/api/views.py:4672
+#: awx/api/views.py:1204 awx/api/views.py:5062
msgid ""
"You cannot grant credential access to a team when the Organization field "
"isn't set, or belongs to a different organization"
@@ -777,35 +1003,71 @@ msgstr ""
"No puede asignar credenciales de acceso a un equipo cuando el campo de "
"organización no está establecido o pertenezca a una organización diferente."
-#: awx/api/views.py:1180
-msgid "Cannot delete project."
-msgstr "No se puede eliminar el proyecto."
-
-#: awx/api/views.py:1215
+#: awx/api/views.py:1318
msgid "Project Schedules"
msgstr "Programación del proyecto"
-#: awx/api/views.py:1227
+#: awx/api/views.py:1329
msgid "Project SCM Inventory Sources"
msgstr "Fuentes de inventario SCM del proyecto"
-#: awx/api/views.py:1354
+#: awx/api/views.py:1430
+msgid "Project Update Events List"
+msgstr "Lista de eventos de actualización de proyectos"
+
+#: awx/api/views.py:1444
+msgid "System Job Events List"
+msgstr "Lista de eventos de tareas del sistema"
+
+#: awx/api/views.py:1458
+msgid "Inventory Update Events List"
+msgstr "Lista de eventos de actualización de inventario"
+
+#: awx/api/views.py:1492
msgid "Project Update SCM Inventory Updates"
msgstr "Actualizaciones de inventario SCM de la actualización del proyecto"
-#: awx/api/views.py:1409
+#: awx/api/views.py:1551
msgid "Me"
msgstr "Yo"
-#: awx/api/views.py:1453 awx/api/views.py:4623
-msgid "You may not perform any action with your own admin_role."
-msgstr "No puede realizar ninguna acción con su admin_role."
+#: awx/api/views.py:1559
+msgid "OAuth 2 Applications"
+msgstr "Aplicaciones OAuth 2 "
-#: awx/api/views.py:1459 awx/api/views.py:4627
-msgid "You may not change the membership of a users admin_role"
-msgstr "No puede cambiar la pertenencia a usuarios admin_role"
+#: awx/api/views.py:1568
+msgid "OAuth 2 Application Detail"
+msgstr "Detalle de aplicaciones OAuth 2 "
-#: awx/api/views.py:1464 awx/api/views.py:4632
+#: awx/api/views.py:1577
+msgid "OAuth 2 Application Tokens"
+msgstr "Tokens de la aplicación OAuth 2"
+
+#: awx/api/views.py:1599
+msgid "OAuth2 Tokens"
+msgstr "Tokens OAuth2"
+
+#: awx/api/views.py:1608
+msgid "OAuth2 User Tokens"
+msgstr "Tokens de usuario OAuth2"
+
+#: awx/api/views.py:1620
+msgid "OAuth2 User Authorized Access Tokens"
+msgstr "Tokens de acceso autorizado de usuario OAuth2"
+
+#: awx/api/views.py:1635
+msgid "Organization OAuth2 Applications"
+msgstr "Aplicaciones OAuth2 de la organización "
+
+#: awx/api/views.py:1647
+msgid "OAuth2 Personal Access Tokens"
+msgstr "Tokens de acceso personal OAuth2"
+
+#: awx/api/views.py:1662
+msgid "OAuth Token Detail"
+msgstr "Detalle del Token OAuth"
+
+#: awx/api/views.py:1722 awx/api/views.py:5023
msgid ""
"You cannot grant credential access to a user not in the credentials' "
"organization"
@@ -813,54 +1075,54 @@ msgstr ""
"No puede conceder credenciales de acceso a un usuario que no está en la "
"organización del credencial."
-#: awx/api/views.py:1468 awx/api/views.py:4636
+#: awx/api/views.py:1726 awx/api/views.py:5027
msgid "You cannot grant private credential access to another user"
msgstr "No puede conceder acceso a un credencial privado a otro usuario"
-#: awx/api/views.py:1566
+#: awx/api/views.py:1824
#, python-format
msgid "Cannot change %s."
msgstr "No se puede cambiar %s."
-#: awx/api/views.py:1572
+#: awx/api/views.py:1830
msgid "Cannot delete user."
msgstr "No se puede eliminar usuario."
-#: awx/api/views.py:1601
+#: awx/api/views.py:1854
msgid "Deletion not allowed for managed credential types"
msgstr ""
"No se permite la eliminación para los tipos de credenciales administradas"
-#: awx/api/views.py:1603
+#: awx/api/views.py:1856
msgid "Credential types that are in use cannot be deleted"
msgstr "No se pueden eliminar los tipos de credenciales en uso"
-#: awx/api/views.py:1781
+#: awx/api/views.py:2031
msgid "Cannot delete inventory script."
msgstr "No se puede eliminar script de inventario."
-#: awx/api/views.py:1866
+#: awx/api/views.py:2122
#, python-brace-format
msgid "{0}"
msgstr "{0}"
-#: awx/api/views.py:2101
+#: awx/api/views.py:2353
msgid "Fact not found."
msgstr "Fact no encontrado."
-#: awx/api/views.py:2125
+#: awx/api/views.py:2375
msgid "SSLError while trying to connect to {}"
msgstr "SSLError al intentar conectarse a {}"
-#: awx/api/views.py:2127
+#: awx/api/views.py:2377
msgid "Request to {} timed out."
msgstr "El tiempo de solicitud {} caducó."
-#: awx/api/views.py:2129
-msgid "Unkown exception {} while trying to GET {}"
+#: awx/api/views.py:2379
+msgid "Unknown exception {} while trying to GET {}"
msgstr "Excepción desconocida {} al intentar OBTENER {}"
-#: awx/api/views.py:2132
+#: awx/api/views.py:2382
msgid ""
"Unauthorized access. Please check your Insights Credential username and "
"password."
@@ -868,7 +1130,7 @@ msgstr ""
"Acceso no autorizado. Verifique su nombre de usuario y contraseña de "
"Insights."
-#: awx/api/views.py:2134
+#: awx/api/views.py:2385
msgid ""
"Failed to gather reports and maintenance plans from Insights API at URL {}. "
"Server responded with {} status code and message {}"
@@ -877,212 +1139,273 @@ msgstr ""
" de Insights en la dirección URL {}. El servidor respondió con el código de "
"estado {} y el mensaje {}"
-#: awx/api/views.py:2140
+#: awx/api/views.py:2392
msgid "Expected JSON response from Insights but instead got {}"
msgstr "Respuesta JSON esperada de Insights; en cambio, se recibió {}"
-#: awx/api/views.py:2147
+#: awx/api/views.py:2399
msgid "This host is not recognized as an Insights host."
msgstr "Este host no se reconoce como un host de Insights."
-#: awx/api/views.py:2152
+#: awx/api/views.py:2404
msgid "The Insights Credential for \"{}\" was not found."
msgstr "No se encontró la credencial de Insights para \"{}\"."
-#: awx/api/views.py:2221
+#: awx/api/views.py:2472
msgid "Cyclical Group association."
msgstr "Asociación de grupos cíclica."
-#: awx/api/views.py:2499
+#: awx/api/views.py:2686
msgid "Inventory Source List"
msgstr "Listado de fuentes del inventario"
-#: awx/api/views.py:2512
+#: awx/api/views.py:2698
msgid "Inventory Sources Update"
msgstr "Actualización de fuentes de inventario"
-#: awx/api/views.py:2542
+#: awx/api/views.py:2731
msgid "Could not start because `can_update` returned False"
msgstr "No se pudo iniciar porque `can_update` devolvió False"
-#: awx/api/views.py:2550
+#: awx/api/views.py:2739
msgid "No inventory sources to update."
msgstr "No hay fuentes de inventario para actualizar."
-#: awx/api/views.py:2582
-msgid "Cannot delete inventory source."
-msgstr "No se puede eliminar la fuente del inventario."
-
-#: awx/api/views.py:2590
+#: awx/api/views.py:2768
msgid "Inventory Source Schedules"
msgstr "Programaciones de la fuente del inventario"
-#: awx/api/views.py:2620
+#: awx/api/views.py:2796
msgid "Notification Templates can only be assigned when source is one of {}."
msgstr ""
"Plantillas de notificación pueden ser sólo asignadas cuando la fuente es una"
" de estas {}."
#: awx/api/views.py:2851
+msgid "Vault credentials are not yet supported for inventory sources."
+msgstr "Las credenciales Vault aún no se admiten para fuentes de inventario."
+
+#: awx/api/views.py:2856
+msgid "Source already has cloud credential assigned."
+msgstr "La fuente ya tiene asignada la credencial de nube."
+
+#: awx/api/views.py:3016
+msgid ""
+"'credentials' cannot be used in combination with 'credential', "
+"'vault_credential', or 'extra_credentials'."
+msgstr ""
+"'credentials' no se puede utilizar en combinación con 'credential', "
+"'vault_credential', o 'extra_credentials'."
+
+#: awx/api/views.py:3128
msgid "Job Template Schedules"
msgstr "Programación plantilla de trabajo"
-#: awx/api/views.py:2871 awx/api/views.py:2882
+#: awx/api/views.py:3146 awx/api/views.py:3157
msgid "Your license does not allow adding surveys."
msgstr "Su licencia no permite añadir cuestionarios."
-#: awx/api/views.py:2889
-msgid "'name' missing from survey spec."
-msgstr "'name' no encontrado en el especificado cuestionario."
+#: awx/api/views.py:3176
+msgid "Field '{}' is missing from survey spec."
+msgstr "El campo '{}' no se encuentra en el cuestionario identificado."
-#: awx/api/views.py:2891
-msgid "'description' missing from survey spec."
-msgstr "'description' no encontrado en el especificado cuestionario."
+#: awx/api/views.py:3178
+msgid "Expected {} for field '{}', received {} type."
+msgstr "{} esperado para el campo '{}'; tipo {} recibido."
-#: awx/api/views.py:2893
-msgid "'spec' missing from survey spec."
-msgstr "'spec' no encontrado en el especificado cuestionario."
-
-#: awx/api/views.py:2895
-msgid "'spec' must be a list of items."
-msgstr "'spec' debe ser una lista de elementos."
-
-#: awx/api/views.py:2897
+#: awx/api/views.py:3182
msgid "'spec' doesn't contain any items."
msgstr "'spec' no contiene ningún elemento."
-#: awx/api/views.py:2903
+#: awx/api/views.py:3191
#, python-format
msgid "Survey question %s is not a json object."
msgstr "Pregunta de cuestionario %s no es un objeto JSON."
-#: awx/api/views.py:2905
+#: awx/api/views.py:3193
#, python-format
msgid "'type' missing from survey question %s."
msgstr "'type' no encontrado en la pregunta de cuestionario %s."
-#: awx/api/views.py:2907
+#: awx/api/views.py:3195
#, python-format
msgid "'question_name' missing from survey question %s."
msgstr "'question_name' no aparece en la pregunta de cuestionario %s."
-#: awx/api/views.py:2909
+#: awx/api/views.py:3197
#, python-format
msgid "'variable' missing from survey question %s."
msgstr "'variable' no encontrado en la pregunta de cuestionario %s."
-#: awx/api/views.py:2911
+#: awx/api/views.py:3199
#, python-format
msgid "'variable' '%(item)s' duplicated in survey question %(survey)s."
msgstr ""
"'variable' '%(item)s' repetida en la pregunta de cuestionario %(survey)s."
-#: awx/api/views.py:2916
+#: awx/api/views.py:3204
#, python-format
msgid "'required' missing from survey question %s."
msgstr "'required' no encontrado en la pregunta de cuestionario %s."
-#: awx/api/views.py:2921
+#: awx/api/views.py:3209
#, python-brace-format
msgid ""
"Value {question_default} for '{variable_name}' expected to be a string."
msgstr ""
+"Valor {question_default} para '{variable_name}' que se espera que sean una "
+"cadena."
-#: awx/api/views.py:2928
+#: awx/api/views.py:3219
#, python-brace-format
msgid ""
-"$encrypted$ is reserved keyword for password questions and may not be used "
-"as a default for '{variable_name}' in survey question {question_position}."
+"$encrypted$ is a reserved keyword for password question defaults, survey "
+"question {question_position} is type {question_type}."
msgstr ""
+"$encrypted$ es una palabra clave reservada para valores predeterminados de "
+"la pregunta de la contraseña, la pregunta del cuestionario "
+"{question_position} es del tipo {question_type}."
-#: awx/api/views.py:3049
+#: awx/api/views.py:3235
+#, python-brace-format
+msgid ""
+"$encrypted$ is a reserved keyword, may not be used for new default in "
+"position {question_position}."
+msgstr ""
+"$encrypted$ es una palabra clave reservada y no puede utilizarse como un "
+"nuevo valor predeterminado en la posición {question_position}."
+
+#: awx/api/views.py:3309
+#, python-brace-format
+msgid "Cannot assign multiple {credential_type} credentials."
+msgstr "No se pueden asignar múltiples credenciales {credential_type}."
+
+#: awx/api/views.py:3327
+msgid "Extra credentials must be network or cloud."
+msgstr "Las credenciales adicionales deben ser red o nube."
+
+#: awx/api/views.py:3349
msgid "Maximum number of labels for {} reached."
msgstr "Número máximo de etiquetas para {} alcanzado."
-#: awx/api/views.py:3170
+#: awx/api/views.py:3472
msgid "No matching host could be found!"
msgstr "¡Ningún servidor indicado pudo ser encontrado!"
-#: awx/api/views.py:3173
+#: awx/api/views.py:3475
msgid "Multiple hosts matched the request!"
msgstr "¡Varios servidores corresponden a la petición!"
-#: awx/api/views.py:3178
+#: awx/api/views.py:3480
msgid "Cannot start automatically, user input required!"
msgstr ""
"No se puede iniciar automáticamente, !Entrada de datos de usuario necesaria!"
-#: awx/api/views.py:3185
+#: awx/api/views.py:3487
msgid "Host callback job already pending."
msgstr "Trabajo de callback para el servidor ya está pendiente."
-#: awx/api/views.py:3199
+#: awx/api/views.py:3502 awx/api/views.py:4284
msgid "Error starting job!"
msgstr "¡Error iniciando trabajo!"
-#: awx/api/views.py:3306
+#: awx/api/views.py:3622
#, python-brace-format
msgid "Cannot associate {0} when {1} have been associated."
msgstr "No se puede asociar {0} cuando se ha asociado {1}."
-#: awx/api/views.py:3331
+#: awx/api/views.py:3647
msgid "Multiple parent relationship not allowed."
msgstr "No se permiten múltiples relaciones primarias."
-#: awx/api/views.py:3336
+#: awx/api/views.py:3652
msgid "Cycle detected."
msgstr "Ciclo detectado."
-#: awx/api/views.py:3540
+#: awx/api/views.py:3850
msgid "Workflow Job Template Schedules"
msgstr "Programaciones de plantilla de tareas de flujo de trabajo"
-#: awx/api/views.py:3685 awx/api/views.py:4268
+#: awx/api/views.py:3986 awx/api/views.py:4690
msgid "Superuser privileges needed."
msgstr "Privilegios de superusuario necesarios."
-#: awx/api/views.py:3717
+#: awx/api/views.py:4018
msgid "System Job Template Schedules"
msgstr "Programación de plantilla de trabajos de sistema."
-#: awx/api/views.py:3780
+#: awx/api/views.py:4076
msgid "POST not allowed for Job launching in version 2 of the api"
msgstr ""
+"POST no permitido para una tarea que se lanza en la versión 2 de la api"
-#: awx/api/views.py:3942
+#: awx/api/views.py:4100 awx/api/views.py:4106
+msgid "PUT not allowed for Job Details in version 2 of the API"
+msgstr ""
+
+#: awx/api/views.py:4267
+#, python-brace-format
+msgid "Wait until job finishes before retrying on {status_value} hosts."
+msgstr ""
+"Espere a que termine el trabajo antes de intentar nuevamente en hosts "
+"{status_value}."
+
+#: awx/api/views.py:4272
+#, python-brace-format
+msgid "Cannot retry on {status_value} hosts, playbook stats not available."
+msgstr ""
+"No se puede volver a intentar en hosts {status_value}, las estadísticas de "
+"playbook no están disponibles."
+
+#: awx/api/views.py:4277
+#, python-brace-format
+msgid "Cannot relaunch because previous job had 0 {status_value} hosts."
+msgstr ""
+"No se puede volver a lanzar porque la tarea anterior tuvo 0 hosts "
+"{status_value}."
+
+#: awx/api/views.py:4306
+msgid "Cannot create schedule because job requires credential passwords."
+msgstr ""
+"No se puede crear la programación porque la tarea requiere contraseñas de "
+"credenciales."
+
+#: awx/api/views.py:4311
+msgid "Cannot create schedule because job was launched by legacy method."
+msgstr ""
+"No se puede crear una programación porque la tarea se lanzó por un método de"
+" legado."
+
+#: awx/api/views.py:4313
+msgid "Cannot create schedule because a related resource is missing."
+msgstr ""
+"No se puede crear la programación porque falta un recurso relacionado."
+
+#: awx/api/views.py:4368
msgid "Job Host Summaries List"
msgstr "Lista resumida de trabajos de servidor"
-#: awx/api/views.py:3989
+#: awx/api/views.py:4417
msgid "Job Event Children List"
msgstr "LIsta de hijos de eventos de trabajo"
-#: awx/api/views.py:3998
+#: awx/api/views.py:4427
msgid "Job Event Hosts List"
msgstr "Lista de eventos de trabajos de servidor."
-#: awx/api/views.py:4008
+#: awx/api/views.py:4436
msgid "Job Events List"
msgstr "Lista de eventos de trabajo"
-#: awx/api/views.py:4222
+#: awx/api/views.py:4647
msgid "Ad Hoc Command Events List"
msgstr "Lista de eventos para comando Ad Hoc"
-#: awx/api/views.py:4437
-msgid "Error generating stdout download file: {}"
-msgstr "Error generando la descarga del fichero de salida estándar: {}"
-
-#: awx/api/views.py:4450
-#, python-format
-msgid "Error generating stdout download file: %s"
-msgstr "Error generando la descarga del fichero de salida estándar: %s"
-
-#: awx/api/views.py:4495
+#: awx/api/views.py:4889
msgid "Delete not allowed while there are pending notifications"
msgstr "Eliminar no está permitido mientras existan notificaciones pendientes"
-#: awx/api/views.py:4502
+#: awx/api/views.py:4897
msgid "Notification Template Test"
msgstr "Prueba de plantilla de notificación"
@@ -1236,19 +1559,36 @@ msgstr "Ejemplo de ajuste"
msgid "Example setting which can be different for each user."
msgstr "Ejemplo de configuración que puede ser diferente para cada usuario."
-#: awx/conf/conf.py:95 awx/conf/registry.py:85 awx/conf/views.py:56
+#: awx/conf/conf.py:95 awx/conf/registry.py:85 awx/conf/views.py:55
msgid "User"
msgstr "Usuario"
-#: awx/conf/fields.py:63
+#: awx/conf/fields.py:60 awx/sso/fields.py:595
+#, python-brace-format
+msgid ""
+"Expected None, True, False, a string or list of strings but got {input_type}"
+" instead."
+msgstr ""
+"Esperado None, True, False, una cadena de texto o una lista de cadenas de "
+"texto pero en cambio se obtuvo {input_type}"
+
+#: awx/conf/fields.py:104
msgid "Enter a valid URL"
msgstr "Introduzca una URL válida"
-#: awx/conf/fields.py:95
+#: awx/conf/fields.py:136
#, python-brace-format
msgid "\"{input}\" is not a valid string."
msgstr "\"{input}\" no es una cadena válida."
+#: awx/conf/fields.py:151
+#, python-brace-format
+msgid ""
+"Expected a list of tuples of max length 2 but got {input_type} instead."
+msgstr ""
+"Se esperaba una lista de tuplas de longitud máxima 2, pero, en cambio, se "
+"obtuvo {input_type}."
+
#: awx/conf/license.py:22
msgid "Your Tower license does not allow that."
msgstr "Su licencia Tower no permite eso."
@@ -1268,7 +1608,7 @@ msgstr "Omitir la entrada de comentarios para ajustes en ficheros."
#: awx/conf/management/commands/migrate_to_database_settings.py:62
msgid "Skip migrating and only comment out settings in files."
-msgstr ""
+msgstr "Omita la migración y solo comente configuraciones en archivos."
#: awx/conf/management/commands/migrate_to_database_settings.py:68
msgid "Backup existing settings files with this suffix."
@@ -1343,9 +1683,9 @@ msgstr ""
#: awx/conf/tests/unit/test_settings.py:411
#: awx/conf/tests/unit/test_settings.py:430
#: awx/conf/tests/unit/test_settings.py:466 awx/main/conf.py:22
-#: awx/main/conf.py:32 awx/main/conf.py:42 awx/main/conf.py:51
-#: awx/main/conf.py:63 awx/main/conf.py:81 awx/main/conf.py:96
-#: awx/main/conf.py:121
+#: awx/main/conf.py:32 awx/main/conf.py:43 awx/main/conf.py:53
+#: awx/main/conf.py:62 awx/main/conf.py:74 awx/main/conf.py:87
+#: awx/main/conf.py:100 awx/main/conf.py:125
msgid "System"
msgstr "Sistema"
@@ -1357,104 +1697,108 @@ msgstr "Sistema"
msgid "OtherSystem"
msgstr "Otro sistema"
-#: awx/conf/views.py:48
+#: awx/conf/views.py:47
msgid "Setting Categories"
msgstr "Categorías de ajustes"
-#: awx/conf/views.py:73
+#: awx/conf/views.py:71
msgid "Setting Detail"
msgstr "Detalles del ajuste"
-#: awx/conf/views.py:168
+#: awx/conf/views.py:166
msgid "Logging Connectivity Test"
msgstr "Registrando prueba de conectividad"
-#: awx/main/access.py:44
-msgid "Resource is being used by running jobs."
-msgstr ""
+#: awx/main/access.py:57
+#, python-format
+msgid "Required related field %s for permission check."
+msgstr "Campo relacionado %s requerido para verificación de permisos."
-#: awx/main/access.py:237
+#: awx/main/access.py:73
#, python-format
msgid "Bad data found in related field %s."
msgstr "Dato incorrecto encontrado en el campo relacionado %s."
-#: awx/main/access.py:281
+#: awx/main/access.py:293
msgid "License is missing."
msgstr "Licencia no encontrada."
-#: awx/main/access.py:283
+#: awx/main/access.py:295
msgid "License has expired."
msgstr "La licencia ha expirado."
-#: awx/main/access.py:291
+#: awx/main/access.py:303
#, python-format
msgid "License count of %s instances has been reached."
msgstr "El número de licencias de instancias %s ha sido alcanzado."
-#: awx/main/access.py:293
+#: awx/main/access.py:305
#, python-format
msgid "License count of %s instances has been exceeded."
msgstr "El número de licencias de instancias %s ha sido excedido."
-#: awx/main/access.py:295
+#: awx/main/access.py:307
msgid "Host count exceeds available instances."
msgstr "El número de servidores excede las instancias disponibles."
-#: awx/main/access.py:299
+#: awx/main/access.py:311
#, python-format
msgid "Feature %s is not enabled in the active license."
msgstr "Funcionalidad %s no está habilitada en la licencia activa."
-#: awx/main/access.py:301
+#: awx/main/access.py:313
msgid "Features not found in active license."
msgstr "Funcionalidades no encontradas en la licencia activa."
-#: awx/main/access.py:707
+#: awx/main/access.py:818
msgid "Unable to change inventory on a host."
msgstr "Imposible modificar el inventario en un servidor."
-#: awx/main/access.py:724 awx/main/access.py:769
+#: awx/main/access.py:835 awx/main/access.py:880
msgid "Cannot associate two items from different inventories."
msgstr "No es posible asociar dos elementos de diferentes inventarios."
-#: awx/main/access.py:757
+#: awx/main/access.py:868
msgid "Unable to change inventory on a group."
msgstr "Imposible cambiar el inventario en un grupo."
-#: awx/main/access.py:1017
+#: awx/main/access.py:1129
msgid "Unable to change organization on a team."
msgstr "Imposible cambiar la organización en un equipo."
-#: awx/main/access.py:1030
+#: awx/main/access.py:1146
msgid "The {} role cannot be assigned to a team"
msgstr "El rol {} no puede ser asignado a un equipo."
-#: awx/main/access.py:1032
+#: awx/main/access.py:1148
msgid "The admin_role for a User cannot be assigned to a team"
msgstr "El admin_role para un usuario no puede ser asignado a un equipo"
-#: awx/main/access.py:1479
+#: awx/main/access.py:1502 awx/main/access.py:1936
+msgid "Job was launched with prompts provided by another user."
+msgstr "La tarea se ejecutó con avisos provistos por otro usuario."
+
+#: awx/main/access.py:1522
msgid "Job has been orphaned from its job template."
msgstr "Se ha eliminado la plantilla de trabajo de la tarea."
-#: awx/main/access.py:1481
-msgid "You do not have execute permission to related job template."
-msgstr ""
-"No tiene permiso de ejecución para la plantilla de trabajo relacionada."
+#: awx/main/access.py:1524
+msgid "Job was launched with unknown prompted fields."
+msgstr "La tarea se ejecutó con campos completados desconocidos."
-#: awx/main/access.py:1484
+#: awx/main/access.py:1526
msgid "Job was launched with prompted fields."
msgstr "La tarea se ejecutó con campos completados."
-#: awx/main/access.py:1486
+#: awx/main/access.py:1528
msgid " Organization level permissions required."
msgstr "Se requieren permisos de nivel de organización."
-#: awx/main/access.py:1488
+#: awx/main/access.py:1530
msgid " You do not have permission to related resources."
msgstr "No tiene permisos para los recursos relacionados."
-#: awx/main/access.py:1833
+#: awx/main/access.py:1950
msgid ""
"You do not have permission to the workflow job resources required for "
"relaunch."
@@ -1494,27 +1838,40 @@ msgstr ""
#: awx/main/conf.py:41
msgid ""
-"Controls whether any Organization Admin can view all users, even those not "
-"associated with their Organization."
+"Controls whether any Organization Admin can view all users and teams, even "
+"those not associated with their Organization."
msgstr ""
-"Controla si cualquier administrador de organización puede ver todos los "
-"usuarios, incluso aquellos que no están asociados a su organización."
-#: awx/main/conf.py:49
+#: awx/main/conf.py:50
+msgid "Organization Admins Can Manage Users and Teams"
+msgstr ""
+"Los administradores de la organización pueden gestionar usuarios y equipos"
+
+#: awx/main/conf.py:51
+msgid ""
+"Controls whether any Organization Admin has the privileges to create and "
+"manage users and teams. You may want to disable this ability if you are "
+"using an LDAP or SAML integration."
+msgstr ""
+"Controla si algún Administrador de la organización tiene los privilegios "
+"para crear y gestionar usuarios y equipos. Recomendamos deshabilitar esta "
+"capacidad si está usando una integración de LDAP o SAML."
+
+#: awx/main/conf.py:60
msgid "Enable Administrator Alerts"
msgstr "Habilitar alertas de administrador"
-#: awx/main/conf.py:50
+#: awx/main/conf.py:61
msgid "Email Admin users for system events that may require attention."
msgstr ""
"Enviar correo electrónico a los usuarios administradores para los eventos "
"del sistema que requieren atención."
-#: awx/main/conf.py:60
+#: awx/main/conf.py:71
msgid "Base URL of the Tower host"
msgstr "Dirección base URL para el servidor Tower"
-#: awx/main/conf.py:61
+#: awx/main/conf.py:72
msgid ""
"This setting is used by services like notifications to render a valid url to"
" the Tower host."
@@ -1522,51 +1879,42 @@ msgstr ""
"Este configuración es utilizada por servicios cono notificaciones para "
"mostrar una url válida al servidor Tower."
-#: awx/main/conf.py:70
+#: awx/main/conf.py:81
msgid "Remote Host Headers"
msgstr "Cabeceras de servidor remoto"
-#: awx/main/conf.py:71
+#: awx/main/conf.py:82
msgid ""
-"HTTP headers and meta keys to search to determine remote host name or IP. Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if behind a reverse proxy.\n"
-"\n"
-"Note: The headers will be searched in order and the first found remote host name or IP will be used.\n"
-"\n"
-"In the below example 8.8.8.7 would be the chosen IP address.\n"
-"X-Forwarded-For: 8.8.8.7, 192.168.2.1, 127.0.0.1\n"
-"Host: 127.0.0.1\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR', 'REMOTE_HOST']"
+"HTTP headers and meta keys to search to determine remote host name or IP. "
+"Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if "
+"behind a reverse proxy. See the \"Proxy Support\" section of the "
+"Adminstrator guide for more details."
msgstr ""
-"Cabeceras HTTP y claves-meta para buscar determinado nombre de servidor o IP. Añadir elementos adicionales a la lista, como \"HTTP_X_FORWARDED_FOR\", si se está detrás de un proxy inverso.\n"
-"\n"
-"Note: Las cabeceras serán buscadas en el orden y el primer servidor remoto encontrado a través del nombre de servidor o IP, será utilizado.\n"
-"\n"
-"En el siguiente ejemplo, la dirección IP 8.8.8.7 debería ser escogida.\n"
-"X-Forwarded-For: 8.8.8.7, 192.168.2.1, 127.0.0.1\n"
-"Host: 127.0.0.1\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR', 'REMOTE_HOST']"
-#: awx/main/conf.py:88
+#: awx/main/conf.py:94
msgid "Proxy IP Whitelist"
msgstr "Lista blanca de IP de proxy"
-#: awx/main/conf.py:89
+#: awx/main/conf.py:95
msgid ""
-"If Tower is behind a reverse proxy/load balancer, use this setting to whitelist the proxy IP addresses from which Tower should trust custom REMOTE_HOST_HEADERS header values\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', ''REMOTE_ADDR', 'REMOTE_HOST']\n"
-"PROXY_IP_WHITELIST = ['10.0.1.100', '10.0.1.101']\n"
-"If this setting is an empty list (the default), the headers specified by REMOTE_HOST_HEADERS will be trusted unconditionally')"
+"If Tower is behind a reverse proxy/load balancer, use this setting to "
+"whitelist the proxy IP addresses from which Tower should trust custom "
+"REMOTE_HOST_HEADERS header values. If this setting is an empty list (the "
+"default), the headers specified by REMOTE_HOST_HEADERS will be trusted "
+"unconditionally')"
msgstr ""
-"Si Tower está detrás de un equilibrador de carga/proxy inverso, use este ajuste para colocar las direcciones IP del proxy en la lista blanca desde la cual Tower debe confiar en los valores personalizados del encabezado REMOTE_HOST_HEADERS\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', ''REMOTE_ADDR', 'REMOTE_HOST']\n"
-"PROXY_IP_WHITELIST = ['10.0.1.100', '10.0.1.101']\n"
-"Si este ajuste es una lista vacía (valor predeterminado), se confiará en los encabezados especificados por REMOTE_HOST_HEADERS de manera incondicional')"
+"Si Tower está detrás de un equilibrador de carga/proxy inverso, use este "
+"ajuste para colocar las direcciones IP del proxy en la lista blanca desde la"
+" cual Tower debe confiar en los valores personalizados del encabezado "
+"REMOTE_HOST_HEADERS. Si este ajuste es una lista vacía (valor "
+"predeterminado), se confiará en los encabezados especificados por "
+"REMOTE_HOST_HEADERS de manera incondicional')"
-#: awx/main/conf.py:117
+#: awx/main/conf.py:121
msgid "License"
msgstr "Licencia"
-#: awx/main/conf.py:118
+#: awx/main/conf.py:122
msgid ""
"The license controls which features and functionality are enabled. Use "
"/api/v1/config/ to update or change the license."
@@ -1574,29 +1922,60 @@ msgstr ""
"Los controles de licencia cuyas funciones y funcionalidades están "
"habilitadas. Use /api/v1/config/ para actualizar o cambiar la licencia."
-#: awx/main/conf.py:128
+#: awx/main/conf.py:132
msgid "Ansible Modules Allowed for Ad Hoc Jobs"
msgstr "Módulos Ansible autorizados para ejecutar trabajos Ad Hoc"
-#: awx/main/conf.py:129
+#: awx/main/conf.py:133
msgid "List of modules allowed to be used by ad-hoc jobs."
msgstr "Lista de módulos permitidos para su uso con trabajos ad-hoc."
-#: awx/main/conf.py:130 awx/main/conf.py:140 awx/main/conf.py:151
-#: awx/main/conf.py:161 awx/main/conf.py:171 awx/main/conf.py:181
-#: awx/main/conf.py:192 awx/main/conf.py:204 awx/main/conf.py:216
-#: awx/main/conf.py:229 awx/main/conf.py:241 awx/main/conf.py:251
-#: awx/main/conf.py:262 awx/main/conf.py:272 awx/main/conf.py:282
-#: awx/main/conf.py:292 awx/main/conf.py:304 awx/main/conf.py:316
-#: awx/main/conf.py:328 awx/main/conf.py:341
+#: awx/main/conf.py:134 awx/main/conf.py:156 awx/main/conf.py:165
+#: awx/main/conf.py:176 awx/main/conf.py:186 awx/main/conf.py:196
+#: awx/main/conf.py:206 awx/main/conf.py:217 awx/main/conf.py:229
+#: awx/main/conf.py:241 awx/main/conf.py:254 awx/main/conf.py:266
+#: awx/main/conf.py:276 awx/main/conf.py:287 awx/main/conf.py:298
+#: awx/main/conf.py:308 awx/main/conf.py:318 awx/main/conf.py:330
+#: awx/main/conf.py:342 awx/main/conf.py:354 awx/main/conf.py:368
msgid "Jobs"
msgstr "Trabajos"
-#: awx/main/conf.py:138
+#: awx/main/conf.py:143
+msgid "Always"
+msgstr "Siempre"
+
+#: awx/main/conf.py:144
+msgid "Never"
+msgstr "Nunca"
+
+#: awx/main/conf.py:145
+msgid "Only On Job Template Definitions"
+msgstr "Solo en definiciones de plantilla de tareas"
+
+#: awx/main/conf.py:148
+msgid "When can extra variables contain Jinja templates?"
+msgstr "¿Cuándo pueden las variables adicionales contener plantillas Jinja?"
+
+#: awx/main/conf.py:150
+msgid ""
+"Ansible allows variable substitution via the Jinja2 templating language for "
+"--extra-vars. This poses a potential security risk where Tower users with "
+"the ability to specify extra vars at job launch time can use Jinja2 "
+"templates to run arbitrary Python. It is recommended that this value be set"
+" to \"template\" or \"never\"."
+msgstr ""
+"Ansible permite la sustitución de variables a través del lenguaje de "
+"plantillas Jinja2 para --extra-vars. Esto presenta un potencial riesgo a la "
+"seguridad, en donde los usuarios de Tower con la capacidad de especificar "
+"vars adicionales en el momento de lanzamiento de la tarea, pueden usar las "
+"plantillas Jinja2 para ejecutar Python arbitrario. Se recomienda que este "
+"valor se establezca como \"plantilla\" o \"nunca\"."
+
+#: awx/main/conf.py:163
msgid "Enable job isolation"
msgstr "Habilitar aislamiento de trabajo"
-#: awx/main/conf.py:139
+#: awx/main/conf.py:164
msgid ""
"Isolates an Ansible job from protected parts of the system to prevent "
"exposing sensitive information."
@@ -1604,11 +1983,11 @@ msgstr ""
"Aísla un trabajo Ansible de partes protegidas del sistema para prevenir la "
"exposición de información confidencial."
-#: awx/main/conf.py:147
+#: awx/main/conf.py:172
msgid "Job execution path"
msgstr "Ruta de ejecución de una tarea"
-#: awx/main/conf.py:148
+#: awx/main/conf.py:173
msgid ""
"The directory in which Tower will create new temporary directories for job "
"execution and isolation (such as credential files and custom inventory "
@@ -1618,22 +1997,22 @@ msgstr ""
"ejecución y el aislamiento de tareas (como archivos de credenciales y "
"scripts de inventario personalizados)."
-#: awx/main/conf.py:159
+#: awx/main/conf.py:184
msgid "Paths to hide from isolated jobs"
msgstr "Rutas a ocultar para los trabajos aislados"
-#: awx/main/conf.py:160
+#: awx/main/conf.py:185
msgid ""
"Additional paths to hide from isolated processes. Enter one path per line."
msgstr ""
"Rutas adicionales para ocultar de los procesos aislados. Ingrese una ruta "
"por línea."
-#: awx/main/conf.py:169
+#: awx/main/conf.py:194
msgid "Paths to expose to isolated jobs"
msgstr "Rutas a exponer para los trabajos aislados"
-#: awx/main/conf.py:170
+#: awx/main/conf.py:195
msgid ""
"Whitelist of paths that would otherwise be hidden to expose to isolated "
"jobs. Enter one path per line."
@@ -1641,11 +2020,11 @@ msgstr ""
"Lista blanca de rutas que de otra manera se esconderían para exponer a "
"trabajos aislados. Ingrese una ruta por línea."
-#: awx/main/conf.py:179
+#: awx/main/conf.py:204
msgid "Isolated status check interval"
msgstr "Intervalo de verificación de estado aislado"
-#: awx/main/conf.py:180
+#: awx/main/conf.py:205
msgid ""
"The number of seconds to sleep between status checks for jobs running on "
"isolated instances."
@@ -1653,11 +2032,11 @@ msgstr ""
"La cantidad de segundos de inactividad entre las verificaciones de estado "
"para las tareas que se ejecutan en instancias aisladas."
-#: awx/main/conf.py:189
+#: awx/main/conf.py:214
msgid "Isolated launch timeout"
msgstr "Tiempo de espera para la ejecución aislada"
-#: awx/main/conf.py:190
+#: awx/main/conf.py:215
msgid ""
"The timeout (in seconds) for launching jobs on isolated instances. This "
"includes the time needed to copy source control files (playbooks) to the "
@@ -1667,11 +2046,11 @@ msgstr ""
"aisladas. Esto incluye el tiempo que se necesita para copiar archivos de "
"control de código fuente (playbooks) en la instancia aislada."
-#: awx/main/conf.py:201
+#: awx/main/conf.py:226
msgid "Isolated connection timeout"
msgstr "Tiempo de espera para la conexión aislada"
-#: awx/main/conf.py:202
+#: awx/main/conf.py:227
msgid ""
"Ansible SSH connection timeout (in seconds) to use when communicating with "
"isolated instances. Value should be substantially greater than expected "
@@ -1681,11 +2060,11 @@ msgstr ""
"cuando se comunica con instancias aisladas. El valor debe ser "
"considerablemente superior a la latencia de red esperada."
-#: awx/main/conf.py:212
+#: awx/main/conf.py:237
msgid "Generate RSA keys for isolated instances"
msgstr "Genere claves de RSA para instancias aisladas"
-#: awx/main/conf.py:213
+#: awx/main/conf.py:238
msgid ""
"If set, a random RSA key will be generated and distributed to isolated "
"instances. To disable this behavior and manage authentication for isolated "
@@ -1696,19 +2075,19 @@ msgstr ""
"autenticación para instancias aisladas fuera de Tower, desactive esta "
"configuración."
-#: awx/main/conf.py:227 awx/main/conf.py:228
+#: awx/main/conf.py:252 awx/main/conf.py:253
msgid "The RSA private key for SSH traffic to isolated instances"
msgstr "La clave privada RSA para el tráfico SSH en instancias aisladas"
-#: awx/main/conf.py:239 awx/main/conf.py:240
+#: awx/main/conf.py:264 awx/main/conf.py:265
msgid "The RSA public key for SSH traffic to isolated instances"
msgstr "La clave pública RSA para el tráfico SSH en instancias aisladas"
-#: awx/main/conf.py:249
+#: awx/main/conf.py:274
msgid "Extra Environment Variables"
msgstr "Variables de entorno adicionales"
-#: awx/main/conf.py:250
+#: awx/main/conf.py:275
msgid ""
"Additional environment variables set for playbook runs, inventory updates, "
"project updates, and notification sending."
@@ -1717,11 +2096,11 @@ msgstr ""
"playbook, actualizaciones de inventarios, actualizaciones de proyectos y "
"envío de notificaciones."
-#: awx/main/conf.py:260
+#: awx/main/conf.py:285
msgid "Standard Output Maximum Display Size"
msgstr "Tamaño máximo a mostrar para la salida estándar."
-#: awx/main/conf.py:261
+#: awx/main/conf.py:286
msgid ""
"Maximum Size of Standard Output in bytes to display before requiring the "
"output be downloaded."
@@ -1729,12 +2108,12 @@ msgstr ""
"Tamaño máximo de la salida estándar en bytes para mostrar antes de obligar a"
" que la salida sea descargada."
-#: awx/main/conf.py:270
+#: awx/main/conf.py:295
msgid "Job Event Standard Output Maximum Display Size"
msgstr ""
"Tamaño máximo de la salida estándar para mostrar del evento del trabajo."
-#: awx/main/conf.py:271
+#: awx/main/conf.py:297
msgid ""
"Maximum Size of Standard Output in bytes to display for a single job or ad "
"hoc command event. `stdout` will end with `…` when truncated."
@@ -1743,11 +2122,11 @@ msgstr ""
" o evento del comando ad hoc. `stdout` terminará con `...` cuando sea "
"truncado."
-#: awx/main/conf.py:280
+#: awx/main/conf.py:306
msgid "Maximum Scheduled Jobs"
msgstr "Máximo número de trabajos programados"
-#: awx/main/conf.py:281
+#: awx/main/conf.py:307
msgid ""
"Maximum number of the same job template that can be waiting to run when "
"launching from a schedule before no more are created."
@@ -1756,11 +2135,11 @@ msgstr ""
"para ser ejecutado cuando se lanzan desde una programación antes de que no "
"se creen más."
-#: awx/main/conf.py:290
+#: awx/main/conf.py:316
msgid "Ansible Callback Plugins"
msgstr "Plugins de Ansible callback"
-#: awx/main/conf.py:291
+#: awx/main/conf.py:317
msgid ""
"List of paths to search for extra callback plugins to be used when running "
"jobs. Enter one path per line."
@@ -1768,11 +2147,11 @@ msgstr ""
"Lista de rutas para buscar complementos adicionales de retorno de llamada "
"que se utilizan cuando se ejecutan tareas. Ingrese una ruta por línea."
-#: awx/main/conf.py:301
+#: awx/main/conf.py:327
msgid "Default Job Timeout"
msgstr "Tiempo de espera por defecto para el trabajo"
-#: awx/main/conf.py:302
+#: awx/main/conf.py:328
msgid ""
"Maximum time in seconds to allow jobs to run. Use value of 0 to indicate "
"that no timeout should be imposed. A timeout set on an individual job "
@@ -1783,11 +2162,11 @@ msgstr ""
"de espera establecido en una plantilla de trabajo individual reemplazará "
"este."
-#: awx/main/conf.py:313
+#: awx/main/conf.py:339
msgid "Default Inventory Update Timeout"
msgstr "Tiempo de espera por defecto para la actualización del inventario"
-#: awx/main/conf.py:314
+#: awx/main/conf.py:340
msgid ""
"Maximum time in seconds to allow inventory updates to run. Use value of 0 to"
" indicate that no timeout should be imposed. A timeout set on an individual "
@@ -1798,11 +2177,11 @@ msgstr ""
"tipo de tiempo de expiración. El tiempo de expiración definido para una "
"fuente de inventario individual debería anularlo."
-#: awx/main/conf.py:325
+#: awx/main/conf.py:351
msgid "Default Project Update Timeout"
msgstr "Tiempo de espera por defecto para la actualización de un proyecto"
-#: awx/main/conf.py:326
+#: awx/main/conf.py:352
msgid ""
"Maximum time in seconds to allow project updates to run. Use value of 0 to "
"indicate that no timeout should be imposed. A timeout set on an individual "
@@ -1813,44 +2192,46 @@ msgstr ""
"definirse ningún tipo de tiempo de expiración. El tiempo de expiración "
"definido para una fuente de inventario individual debería anularlo."
-#: awx/main/conf.py:337
+#: awx/main/conf.py:363
msgid "Per-Host Ansible Fact Cache Timeout"
msgstr "Tiempo de espera de la caché de eventos Ansible por host"
-#: awx/main/conf.py:338
+#: awx/main/conf.py:364
msgid ""
"Maximum time, in seconds, that stored Ansible facts are considered valid "
"since the last time they were modified. Only valid, non-stale, facts will be"
" accessible by a playbook. Note, this does not influence the deletion of "
-"ansible_facts from the database."
+"ansible_facts from the database. Use a value of 0 to indicate that no "
+"timeout should be imposed."
msgstr ""
-"Tiempo máximo, en segundos, que los eventos Ansible almacenados son "
-"considerados válidos desde la última vez que fueron modificados. Solo se "
-"podrá acceder a los eventos válidos y no obsoletos a través de un playbook. "
-"Tenga en cuenta que esto no influye en la eliminación de ansible_facts de la"
-" base de datos."
+"Tiempo máximo, en segundos, en que los datos almacenados de Ansible se "
+"consideran válidos desde la última vez que fueron modificados. Solo se podrá"
+" acceder a datos válidos y actualizados mediante la playbook. Observe que "
+"esto no influye en la eliminación de datos de Ansible de la base de datos. "
+"Use un valor de 0 para indicar que no se debe imponer ningún tiempo de "
+"expiración."
-#: awx/main/conf.py:350
+#: awx/main/conf.py:377
msgid "Logging Aggregator"
msgstr "Agregación de registros"
-#: awx/main/conf.py:351
+#: awx/main/conf.py:378
msgid "Hostname/IP where external logs will be sent to."
msgstr "Hostname/IP donde los logs externos serán enviados."
-#: awx/main/conf.py:352 awx/main/conf.py:363 awx/main/conf.py:375
-#: awx/main/conf.py:385 awx/main/conf.py:397 awx/main/conf.py:412
-#: awx/main/conf.py:424 awx/main/conf.py:433 awx/main/conf.py:443
-#: awx/main/conf.py:453 awx/main/conf.py:464 awx/main/conf.py:476
-#: awx/main/conf.py:489
+#: awx/main/conf.py:379 awx/main/conf.py:390 awx/main/conf.py:402
+#: awx/main/conf.py:412 awx/main/conf.py:424 awx/main/conf.py:439
+#: awx/main/conf.py:451 awx/main/conf.py:460 awx/main/conf.py:470
+#: awx/main/conf.py:480 awx/main/conf.py:491 awx/main/conf.py:503
+#: awx/main/conf.py:516
msgid "Logging"
msgstr "Registros"
-#: awx/main/conf.py:360
+#: awx/main/conf.py:387
msgid "Logging Aggregator Port"
msgstr "Puerto de agregación de registros"
-#: awx/main/conf.py:361
+#: awx/main/conf.py:388
msgid ""
"Port on Logging Aggregator to send logs to (if required and not provided in "
"Logging Aggregator)."
@@ -1858,39 +2239,39 @@ msgstr ""
"El puerto del Agregador de Logs al cual enviar logs (si es requerido y no "
"está definido en el Agregador de Logs)."
-#: awx/main/conf.py:373
+#: awx/main/conf.py:400
msgid "Logging Aggregator Type"
msgstr "Tipo de agregación de registros."
-#: awx/main/conf.py:374
+#: awx/main/conf.py:401
msgid "Format messages for the chosen log aggregator."
msgstr "Formato de mensajes para el agregador de registros escogidos."
-#: awx/main/conf.py:383
+#: awx/main/conf.py:410
msgid "Logging Aggregator Username"
msgstr "Usuario del agregador de registros"
-#: awx/main/conf.py:384
+#: awx/main/conf.py:411
msgid "Username for external log aggregator (if required)."
msgstr "Usuario para el agregador de registros externo (si es necesario)."
-#: awx/main/conf.py:395
+#: awx/main/conf.py:422
msgid "Logging Aggregator Password/Token"
msgstr "Contraseña/Token del agregador de registros"
-#: awx/main/conf.py:396
+#: awx/main/conf.py:423
msgid ""
"Password or authentication token for external log aggregator (if required)."
msgstr ""
"Contraseña o token de autentificación para el agregador de registros externo"
" (si es necesario)."
-#: awx/main/conf.py:405
+#: awx/main/conf.py:432
msgid "Loggers Sending Data to Log Aggregator Form"
msgstr ""
"Registradores que envían datos al formulario de agregadores de registros"
-#: awx/main/conf.py:406
+#: awx/main/conf.py:433
msgid ""
"List of loggers that will send HTTP logs to the collector, these can include any or all of: \n"
"awx - service logs\n"
@@ -1904,52 +2285,52 @@ msgstr ""
"job_events - datos de retorno de llamada de eventos de tareas Ansible\n"
"system_tracking - información obtenida de tareas de análisis"
-#: awx/main/conf.py:419
+#: awx/main/conf.py:446
msgid "Log System Tracking Facts Individually"
msgstr "Sistema de registros tratará los facts individualmente."
-#: awx/main/conf.py:420
+#: awx/main/conf.py:447
msgid ""
-"If set, system tracking facts will be sent for each package, service, "
-"orother item found in a scan, allowing for greater search query granularity."
-" If unset, facts will be sent as a single dictionary, allowing for greater "
+"If set, system tracking facts will be sent for each package, service, or "
+"other item found in a scan, allowing for greater search query granularity. "
+"If unset, facts will be sent as a single dictionary, allowing for greater "
"efficiency in fact processing."
msgstr ""
-"Si se establece, los facts del sistema de rastreo serán enviados por cada "
+"Si se establece, los datos del sistema de rastreo serán enviados por cada "
"paquete, servicio u otro elemento encontrado en el escaneo, permitiendo "
-"mayor granularidad en la consulta de búsqueda. Si no se establece, lo facts "
+"mayor granularidad en la consulta de búsqueda. Si no se establece, lo datos "
"serán enviados como un único diccionario, permitiendo mayor eficiencia en el"
-" proceso de facts."
+" proceso de datos."
-#: awx/main/conf.py:431
+#: awx/main/conf.py:458
msgid "Enable External Logging"
msgstr "Habilitar registro externo"
-#: awx/main/conf.py:432
+#: awx/main/conf.py:459
msgid "Enable sending logs to external log aggregator."
msgstr "Habilitar el envío de registros a un agregador de registros externo."
-#: awx/main/conf.py:441
+#: awx/main/conf.py:468
msgid "Cluster-wide Tower unique identifier."
msgstr "Indentificador de Torre único a través del cluster."
-#: awx/main/conf.py:442
+#: awx/main/conf.py:469
msgid "Useful to uniquely identify Tower instances."
msgstr "Útil para identificar instancias de Torre."
-#: awx/main/conf.py:451
+#: awx/main/conf.py:478
msgid "Logging Aggregator Protocol"
msgstr "Registrando protocolo de agregador"
-#: awx/main/conf.py:452
+#: awx/main/conf.py:479
msgid "Protocol used to communicate with log aggregator."
msgstr "Protocolo utilizado para comunicarse con el agregador de registros."
-#: awx/main/conf.py:460
+#: awx/main/conf.py:487
msgid "TCP Connection Timeout"
msgstr "Tiempo de espera para la conexión TCP"
-#: awx/main/conf.py:461
+#: awx/main/conf.py:488
msgid ""
"Number of seconds for a TCP connection to external log aggregator to "
"timeout. Applies to HTTPS and TCP log aggregator protocols."
@@ -1958,11 +2339,11 @@ msgstr ""
"externo caduque. Aplica a protocolos de agregadores de registros HTTPS y "
"TCP."
-#: awx/main/conf.py:471
+#: awx/main/conf.py:498
msgid "Enable/disable HTTPS certificate verification"
msgstr "Habilitar/deshabilitar verificación de certificado HTTPS"
-#: awx/main/conf.py:472
+#: awx/main/conf.py:499
msgid ""
"Flag to control enable/disable of certificate verification when "
"LOG_AGGREGATOR_PROTOCOL is \"https\". If enabled, Tower's log handler will "
@@ -1975,11 +2356,11 @@ msgstr ""
" de registros externo haya enviado el certificado antes de establecer la "
"conexión."
-#: awx/main/conf.py:484
+#: awx/main/conf.py:511
msgid "Logging Aggregator Level Threshold"
msgstr "Umbral de nivel del agregador de registros"
-#: awx/main/conf.py:485
+#: awx/main/conf.py:512
msgid ""
"Level threshold used by log handler. Severities from lowest to highest are "
"DEBUG, INFO, WARNING, ERROR, CRITICAL. Messages less severe than the "
@@ -1991,89 +2372,150 @@ msgstr ""
"CRITICAL. El controlador de registros ignorará los mensajes menos graves que"
" el umbral (los mensajes de la categoría awx.anlytics omiten este ajuste)."
-#: awx/main/conf.py:508 awx/sso/conf.py:1105
+#: awx/main/conf.py:535 awx/sso/conf.py:1262
msgid "\n"
msgstr "\n"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Sudo"
msgstr "Sudo"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Su"
msgstr "Su"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Pbrun"
msgstr "Pbrun"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Pfexec"
msgstr "Pfexec"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "DZDO"
msgstr "DZDO"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "Pmrun"
msgstr "Pmrun"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "Runas"
msgstr "Runas"
-#: awx/main/fields.py:57
-#, python-format
-msgid "'%s' is not one of ['%s']"
-msgstr "'%s' no es uno de ['%s']"
+#: awx/main/constants.py:19
+msgid "Enable"
+msgstr "Habilitar"
-#: awx/main/fields.py:533
+#: awx/main/constants.py:19
+msgid "Doas"
+msgstr "Doas"
+
+#: awx/main/constants.py:21
+msgid "None"
+msgstr "Ninguno"
+
+#: awx/main/fields.py:62
+#, python-brace-format
+msgid "'{value}' is not one of ['{allowed_values}']"
+msgstr "'{value}' no es uno de ['{allowed_values}']"
+
+#: awx/main/fields.py:421
+#, python-brace-format
+msgid "{type} provided in relative path {path}, expected {expected_type}"
+msgstr "{type} provisto en la ruta relativa {path}, esperado {expected_type}"
+
+#: awx/main/fields.py:426
+#, python-brace-format
+msgid "{type} provided, expected {expected_type}"
+msgstr "{type} provisto, esperado{expected_type}"
+
+#: awx/main/fields.py:431
+#, python-brace-format
+msgid "Schema validation error in relative path {path} ({error})"
+msgstr "Error de validación del esquema en ruta relativa {path} ({error})"
+
+#: awx/main/fields.py:552
+msgid "secret values must be of type string, not {}"
+msgstr "los valores secretos deben ser del tipo cadena, no {}"
+
+#: awx/main/fields.py:587
#, python-format
msgid "cannot be set unless \"%s\" is set"
msgstr "no puede establecerse excepto que se defina \"%s\""
-#: awx/main/fields.py:549
+#: awx/main/fields.py:603
#, python-format
msgid "required for %s"
msgstr "requerido para %s"
-#: awx/main/fields.py:573
+#: awx/main/fields.py:627
msgid "must be set when SSH key is encrypted."
msgstr "se debe establecer cuando la clave SSH está cifrada."
-#: awx/main/fields.py:579
+#: awx/main/fields.py:633
msgid "should not be set when SSH key is not encrypted."
msgstr "no se debe establecer cuando la clave SSH no está cifrada."
-#: awx/main/fields.py:637
+#: awx/main/fields.py:691
msgid "'dependencies' is not supported for custom credentials."
msgstr "'dependencias' no es compatible con las credenciales personalizadas."
-#: awx/main/fields.py:651
+#: awx/main/fields.py:705
msgid "\"tower\" is a reserved field name"
msgstr "\"tower\" es un nombre de campo reservado"
-#: awx/main/fields.py:658
+#: awx/main/fields.py:712
#, python-format
msgid "field IDs must be unique (%s)"
msgstr "los ID de campo deben ser únicos (%s)"
-#: awx/main/fields.py:671
-#, python-format
-msgid "%s not allowed for %s type (%s)"
-msgstr "%s no está permitido para el tipo %s (%s)"
+#: awx/main/fields.py:725
+msgid "become_method is a reserved type name"
+msgstr "become_method es un nombre de tipo reservado"
-#: awx/main/fields.py:755
-#, python-format
-msgid "%s uses an undefined field (%s)"
-msgstr "%s usa un campo indefinido (%s)"
+#: awx/main/fields.py:736
+#, python-brace-format
+msgid "{sub_key} not allowed for {element_type} type ({element_id})"
+msgstr "{sub_key} no permitido para el tipo {element_type} ({element_id})"
-#: awx/main/middleware.py:157
+#: awx/main/fields.py:810
+msgid ""
+"Must define unnamed file injector in order to reference `tower.filename`."
+msgstr ""
+"Se debe definir el inyector del archivo sin nombre para hacer referencia a "
+"`tower.filename`."
+
+#: awx/main/fields.py:817
+msgid "Cannot directly reference reserved `tower` namespace container."
+msgstr ""
+"No se puede hacer referencia directa al contenedor del espacio de nombre "
+"`tower`."
+
+#: awx/main/fields.py:827
+msgid "Must use multi-file syntax when injecting multiple files"
+msgstr ""
+"Debe usar una sintaxis de archivos múltiples al inyectar archivos múltiples"
+
+#: awx/main/fields.py:844
+#, python-brace-format
+msgid "{sub_key} uses an undefined field ({error_msg})"
+msgstr "{sub_key} usa un campo indefinido ({error_msg})"
+
+#: awx/main/fields.py:851
+#, python-brace-format
+msgid ""
+"Syntax error rendering template for {sub_key} inside of {type} ({error_msg})"
+msgstr ""
+"Plantilla que arroja un error de sintaxis para {sub_key} dentro de {type} "
+"({error_msg})"
+
+#: awx/main/middleware.py:146
msgid "Formats of all available named urls"
msgstr "Formatos de todas las URL con nombre disponibles"
-#: awx/main/middleware.py:158
+#: awx/main/middleware.py:147
msgid ""
"Read-only list of key-value pairs that shows the standard format of all "
"available named URLs."
@@ -2081,15 +2523,15 @@ msgstr ""
"Lista de solo lectura de los pares clave-valor que muestra el formato "
"estándar de todas las URL con nombre disponibles."
-#: awx/main/middleware.py:160 awx/main/middleware.py:170
+#: awx/main/middleware.py:149 awx/main/middleware.py:159
msgid "Named URL"
msgstr "URL con nombre"
-#: awx/main/middleware.py:167
+#: awx/main/middleware.py:156
msgid "List of all named url graph nodes."
msgstr "Lista de todos los nodos gráficos de URL con nombre."
-#: awx/main/middleware.py:168
+#: awx/main/middleware.py:157
msgid ""
"Read-only list of key-value pairs that exposes named URL graph topology. Use"
" this list to programmatically generate named URLs for resources"
@@ -2098,31 +2540,35 @@ msgstr ""
"gráfica de URL con nombre. Use esta lista para generar URL con nombre para "
"recursos mediante programación."
-#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:33
+#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:35
msgid "Email"
msgstr "Correo electrónico"
-#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:34
+#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:36
msgid "Slack"
msgstr "Slack"
-#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:35
+#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:37
msgid "Twilio"
msgstr "Twilio"
-#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:36
+#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:38
msgid "Pagerduty"
msgstr "Pagerduty"
-#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:37
+#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:39
msgid "HipChat"
msgstr "HipChat"
-#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:38
+#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:41
+msgid "Mattermost"
+msgstr "Lo que más importa"
+
+#: awx/main/migrations/_reencrypt.py:32 awx/main/models/notifications.py:40
msgid "Webhook"
msgstr "Webhook"
-#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:39
+#: awx/main/migrations/_reencrypt.py:33 awx/main/models/notifications.py:43
msgid "IRC"
msgstr "IRC"
@@ -2146,104 +2592,84 @@ msgstr "Entidad asociada con otra entidad"
msgid "Entity was Disassociated with another Entity"
msgstr "La entidad fue desasociada de otra entidad"
-#: awx/main/models/ad_hoc_commands.py:100
+#: awx/main/models/ad_hoc_commands.py:95
msgid "No valid inventory."
msgstr "Inventario no válido"
-#: awx/main/models/ad_hoc_commands.py:107
+#: awx/main/models/ad_hoc_commands.py:102
msgid "You must provide a machine / SSH credential."
msgstr "Debe proporcionar un credencial de máquina / SSH."
-#: awx/main/models/ad_hoc_commands.py:118
-#: awx/main/models/ad_hoc_commands.py:126
+#: awx/main/models/ad_hoc_commands.py:113
+#: awx/main/models/ad_hoc_commands.py:121
msgid "Invalid type for ad hoc command"
msgstr "Tipo inválido para comando ad hoc"
-#: awx/main/models/ad_hoc_commands.py:121
+#: awx/main/models/ad_hoc_commands.py:116
msgid "Unsupported module for ad hoc commands."
msgstr "Módulo no soportado para comandos ad hoc."
-#: awx/main/models/ad_hoc_commands.py:129
+#: awx/main/models/ad_hoc_commands.py:124
#, python-format
msgid "No argument passed to %s module."
msgstr "Ningún argumento pasado al módulo %s."
-#: awx/main/models/ad_hoc_commands.py:245 awx/main/models/jobs.py:911
-msgid "Host Failed"
-msgstr "Servidor fallido"
-
-#: awx/main/models/ad_hoc_commands.py:246 awx/main/models/jobs.py:912
-msgid "Host OK"
-msgstr "Servidor OK"
-
-#: awx/main/models/ad_hoc_commands.py:247 awx/main/models/jobs.py:915
-msgid "Host Unreachable"
-msgstr "Servidor no alcanzable"
-
-#: awx/main/models/ad_hoc_commands.py:252 awx/main/models/jobs.py:914
-msgid "Host Skipped"
-msgstr "Servidor omitido"
-
-#: awx/main/models/ad_hoc_commands.py:262 awx/main/models/jobs.py:942
-msgid "Debug"
-msgstr "Debug"
-
-#: awx/main/models/ad_hoc_commands.py:263 awx/main/models/jobs.py:943
-msgid "Verbose"
-msgstr "Nivel de detalle"
-
-#: awx/main/models/ad_hoc_commands.py:264 awx/main/models/jobs.py:944
-msgid "Deprecated"
-msgstr "Obsoleto"
-
-#: awx/main/models/ad_hoc_commands.py:265 awx/main/models/jobs.py:945
-msgid "Warning"
-msgstr "Advertencia"
-
-#: awx/main/models/ad_hoc_commands.py:266 awx/main/models/jobs.py:946
-msgid "System Warning"
-msgstr "Advertencia del sistema"
-
-#: awx/main/models/ad_hoc_commands.py:267 awx/main/models/jobs.py:947
-#: awx/main/models/unified_jobs.py:64
-msgid "Error"
-msgstr "Error"
-
-#: awx/main/models/base.py:40 awx/main/models/base.py:46
-#: awx/main/models/base.py:51
+#: awx/main/models/base.py:33 awx/main/models/base.py:39
+#: awx/main/models/base.py:44 awx/main/models/base.py:49
msgid "Run"
msgstr "Ejecutar"
-#: awx/main/models/base.py:41 awx/main/models/base.py:47
-#: awx/main/models/base.py:52
+#: awx/main/models/base.py:34 awx/main/models/base.py:40
+#: awx/main/models/base.py:45 awx/main/models/base.py:50
msgid "Check"
msgstr "Comprobar"
-#: awx/main/models/base.py:42
+#: awx/main/models/base.py:35
msgid "Scan"
msgstr "Escanear"
-#: awx/main/models/credential.py:86
+#: awx/main/models/credential/__init__.py:110
msgid "Host"
msgstr "Servidor"
-#: awx/main/models/credential.py:87
+#: awx/main/models/credential/__init__.py:111
msgid "The hostname or IP address to use."
msgstr "El hostname o dirección IP a utilizar."
-#: awx/main/models/credential.py:93
+#: awx/main/models/credential/__init__.py:117
+#: awx/main/models/credential/__init__.py:681
+#: awx/main/models/credential/__init__.py:736
+#: awx/main/models/credential/__init__.py:801
+#: awx/main/models/credential/__init__.py:879
+#: awx/main/models/credential/__init__.py:925
+#: awx/main/models/credential/__init__.py:953
+#: awx/main/models/credential/__init__.py:982
+#: awx/main/models/credential/__init__.py:1046
+#: awx/main/models/credential/__init__.py:1087
+#: awx/main/models/credential/__init__.py:1120
+#: awx/main/models/credential/__init__.py:1172
msgid "Username"
msgstr "Usuario"
-#: awx/main/models/credential.py:94
+#: awx/main/models/credential/__init__.py:118
msgid "Username for this credential."
msgstr "Usuario para este credencial"
-#: awx/main/models/credential.py:100
+#: awx/main/models/credential/__init__.py:124
+#: awx/main/models/credential/__init__.py:685
+#: awx/main/models/credential/__init__.py:740
+#: awx/main/models/credential/__init__.py:805
+#: awx/main/models/credential/__init__.py:929
+#: awx/main/models/credential/__init__.py:957
+#: awx/main/models/credential/__init__.py:986
+#: awx/main/models/credential/__init__.py:1050
+#: awx/main/models/credential/__init__.py:1091
+#: awx/main/models/credential/__init__.py:1124
+#: awx/main/models/credential/__init__.py:1176
msgid "Password"
msgstr "Contraseña"
-#: awx/main/models/credential.py:101
+#: awx/main/models/credential/__init__.py:125
msgid ""
"Password for this credential (or \"ASK\" to prompt the user for machine "
"credentials)."
@@ -2251,43 +2677,43 @@ msgstr ""
"Contraseña para este credencial (o \"ASK\" para solicitar al usuario por "
"credenciales de máquina)."
-#: awx/main/models/credential.py:108
+#: awx/main/models/credential/__init__.py:132
msgid "Security Token"
msgstr "Token de seguridad"
-#: awx/main/models/credential.py:109
+#: awx/main/models/credential/__init__.py:133
msgid "Security Token for this credential"
msgstr "Token de seguridad para este credencial"
-#: awx/main/models/credential.py:115
+#: awx/main/models/credential/__init__.py:139
msgid "Project"
msgstr "Proyecto"
-#: awx/main/models/credential.py:116
+#: awx/main/models/credential/__init__.py:140
msgid "The identifier for the project."
msgstr "El identificador para el proyecto"
-#: awx/main/models/credential.py:122
+#: awx/main/models/credential/__init__.py:146
msgid "Domain"
msgstr "Dominio"
-#: awx/main/models/credential.py:123
+#: awx/main/models/credential/__init__.py:147
msgid "The identifier for the domain."
msgstr "El identificador para el dominio."
-#: awx/main/models/credential.py:128
+#: awx/main/models/credential/__init__.py:152
msgid "SSH private key"
msgstr "Clave privada SSH"
-#: awx/main/models/credential.py:129
+#: awx/main/models/credential/__init__.py:153
msgid "RSA or DSA private key to be used instead of password."
msgstr "Clave privada RSA o DSA a ser utilizada en vez de una contraseña."
-#: awx/main/models/credential.py:135
+#: awx/main/models/credential/__init__.py:159
msgid "SSH key unlock"
msgstr "Desbloquear clave SSH"
-#: awx/main/models/credential.py:136
+#: awx/main/models/credential/__init__.py:160
msgid ""
"Passphrase to unlock SSH private key if encrypted (or \"ASK\" to prompt the "
"user for machine credentials)."
@@ -2295,51 +2721,47 @@ msgstr ""
"Frase de contraseña para desbloquear la clave privada SSH si está cifrada (o"
" \"ASK\" para solicitar al usuario por credenciales de máquina)."
-#: awx/main/models/credential.py:143
-msgid "None"
-msgstr "Ninguno"
-
-#: awx/main/models/credential.py:144
+#: awx/main/models/credential/__init__.py:168
msgid "Privilege escalation method."
msgstr "Método de elevación de privilegios."
-#: awx/main/models/credential.py:150
+#: awx/main/models/credential/__init__.py:174
msgid "Privilege escalation username."
msgstr "Usuario para la elevación de privilegios."
-#: awx/main/models/credential.py:156
+#: awx/main/models/credential/__init__.py:180
msgid "Password for privilege escalation method."
msgstr "Contraseña para el método de elevación de privilegios"
-#: awx/main/models/credential.py:162
+#: awx/main/models/credential/__init__.py:186
msgid "Vault password (or \"ASK\" to prompt the user)."
msgstr "Contraseña de Vault (o \"ASK\" para solicitar al usuario)."
-#: awx/main/models/credential.py:166
+#: awx/main/models/credential/__init__.py:190
msgid "Whether to use the authorize mechanism."
msgstr "Si se utilizará el mecanismo de autentificación."
-#: awx/main/models/credential.py:172
+#: awx/main/models/credential/__init__.py:196
msgid "Password used by the authorize mechanism."
msgstr "Contraseña utilizada para el mecanismo de autentificación."
-#: awx/main/models/credential.py:178
+#: awx/main/models/credential/__init__.py:202
msgid "Client Id or Application Id for the credential"
msgstr "Id del cliente o Id de aplicación para el credencial"
-#: awx/main/models/credential.py:184
+#: awx/main/models/credential/__init__.py:208
msgid "Secret Token for this credential"
msgstr "Token secreto para este credencial"
-#: awx/main/models/credential.py:190
+#: awx/main/models/credential/__init__.py:214
msgid "Subscription identifier for this credential"
msgstr "Identificador de suscripción para este credencial"
-#: awx/main/models/credential.py:196
+#: awx/main/models/credential/__init__.py:220
msgid "Tenant identifier for this credential"
msgstr "Identificador de inquilino [Tenant] para este credencial"
-#: awx/main/models/credential.py:220
+#: awx/main/models/credential/__init__.py:244
msgid ""
"Specify the type of credential you want to create. Refer to the Ansible "
"Tower documentation for details on each type."
@@ -2347,7 +2769,8 @@ msgstr ""
"Especifique el tipo de credencial que desea crear. Consulte la documentación"
" de Ansible Tower para obtener información sobre cada tipo."
-#: awx/main/models/credential.py:234 awx/main/models/credential.py:420
+#: awx/main/models/credential/__init__.py:258
+#: awx/main/models/credential/__init__.py:476
msgid ""
"Enter inputs using either JSON or YAML syntax. Use the radio button to "
"toggle between the two. Refer to the Ansible Tower documentation for example"
@@ -2357,31 +2780,36 @@ msgstr ""
"selección para alternar entre las dos opciones. Consulte la documentación de"
" Ansible Tower para ver sintaxis de ejemplo."
-#: awx/main/models/credential.py:401
+#: awx/main/models/credential/__init__.py:457
+#: awx/main/models/credential/__init__.py:676
msgid "Machine"
msgstr "Máquina"
-#: awx/main/models/credential.py:402
+#: awx/main/models/credential/__init__.py:458
+#: awx/main/models/credential/__init__.py:767
msgid "Vault"
msgstr "Vault"
-#: awx/main/models/credential.py:403
+#: awx/main/models/credential/__init__.py:459
+#: awx/main/models/credential/__init__.py:796
msgid "Network"
msgstr "Red"
-#: awx/main/models/credential.py:404
+#: awx/main/models/credential/__init__.py:460
+#: awx/main/models/credential/__init__.py:731
msgid "Source Control"
msgstr "Fuente de control"
-#: awx/main/models/credential.py:405
+#: awx/main/models/credential/__init__.py:461
msgid "Cloud"
msgstr "Nube"
-#: awx/main/models/credential.py:406
+#: awx/main/models/credential/__init__.py:462
+#: awx/main/models/credential/__init__.py:1082
msgid "Insights"
msgstr "Insights"
-#: awx/main/models/credential.py:427
+#: awx/main/models/credential/__init__.py:483
msgid ""
"Enter injectors using either JSON or YAML syntax. Use the radio button to "
"toggle between the two. Refer to the Ansible Tower documentation for example"
@@ -2391,10 +2819,414 @@ msgstr ""
"selección para alternar entre las dos opciones. Consulte la documentación de"
" Ansible Tower para ver sintaxis de ejemplo."
-#: awx/main/models/credential.py:478
+#: awx/main/models/credential/__init__.py:534
#, python-format
msgid "adding %s credential type"
+msgstr "Añadir el tipo de credencial %s"
+
+#: awx/main/models/credential/__init__.py:691
+#: awx/main/models/credential/__init__.py:810
+msgid "SSH Private Key"
+msgstr "Clave privada SSH"
+
+#: awx/main/models/credential/__init__.py:698
+#: awx/main/models/credential/__init__.py:752
+#: awx/main/models/credential/__init__.py:817
+msgid "Private Key Passphrase"
+msgstr "Frase de contraseña para la clave privada"
+
+#: awx/main/models/credential/__init__.py:704
+msgid "Privilege Escalation Method"
+msgstr "Método de aumento de privilegios"
+
+#: awx/main/models/credential/__init__.py:706
+msgid ""
+"Specify a method for \"become\" operations. This is equivalent to specifying"
+" the --become-method Ansible parameter."
msgstr ""
+"Especifique un método para operaciones \"become\". Esto equivale a "
+"especificar el parámetro Ansible --become-method."
+
+#: awx/main/models/credential/__init__.py:711
+msgid "Privilege Escalation Username"
+msgstr "Nombre de usuario de escalación de privilegios"
+
+#: awx/main/models/credential/__init__.py:715
+msgid "Privilege Escalation Password"
+msgstr "Contraseña para el aumento de privilegios"
+
+#: awx/main/models/credential/__init__.py:745
+msgid "SCM Private Key"
+msgstr "Clave privada SCM"
+
+#: awx/main/models/credential/__init__.py:772
+msgid "Vault Password"
+msgstr "Contraseña Vault"
+
+#: awx/main/models/credential/__init__.py:778
+msgid "Vault Identifier"
+msgstr "Identificador de Vault"
+
+#: awx/main/models/credential/__init__.py:781
+msgid ""
+"Specify an (optional) Vault ID. This is equivalent to specifying the "
+"--vault-id Ansible parameter for providing multiple Vault passwords. Note: "
+"this feature only works in Ansible 2.4+."
+msgstr ""
+"Especifique una ID de Vault (opcional). Esto es equivalente a especificar el"
+" parámetro --vault-id de Ansible para ofrecer múltiples contraseñas Vault. "
+"Observe: esta función solo funciona en Ansible 2.4+."
+
+#: awx/main/models/credential/__init__.py:822
+msgid "Authorize"
+msgstr "Autorizar"
+
+#: awx/main/models/credential/__init__.py:826
+msgid "Authorize Password"
+msgstr "Contraseña de autorización"
+
+#: awx/main/models/credential/__init__.py:843
+msgid "Amazon Web Services"
+msgstr "Amazon Web Services"
+
+#: awx/main/models/credential/__init__.py:848
+msgid "Access Key"
+msgstr "Clave de Acceso"
+
+#: awx/main/models/credential/__init__.py:852
+msgid "Secret Key"
+msgstr "Clave secreta"
+
+#: awx/main/models/credential/__init__.py:857
+msgid "STS Token"
+msgstr "Token STS"
+
+#: awx/main/models/credential/__init__.py:860
+msgid ""
+"Security Token Service (STS) is a web service that enables you to request "
+"temporary, limited-privilege credentials for AWS Identity and Access "
+"Management (IAM) users."
+msgstr ""
+"El Security Token Service (STS) es un servicio web que habilita su solicitud"
+" temporalmente y con credenciales con privilegio limitado para usuarios de "
+"AWS Identity y Access Management (IAM)."
+
+#: awx/main/models/credential/__init__.py:874 awx/main/models/inventory.py:990
+msgid "OpenStack"
+msgstr "OpenStack"
+
+#: awx/main/models/credential/__init__.py:883
+msgid "Password (API Key)"
+msgstr "Contraseña (clave API)"
+
+#: awx/main/models/credential/__init__.py:888
+#: awx/main/models/credential/__init__.py:1115
+msgid "Host (Authentication URL)"
+msgstr "Servidor (URL de autentificación)"
+
+#: awx/main/models/credential/__init__.py:890
+msgid ""
+"The host to authenticate with. For example, "
+"https://openstack.business.com/v2.0/"
+msgstr ""
+"El host con el cual autenticar. Por ejemplo, "
+"https://openstack.business.com/v2.0/"
+
+#: awx/main/models/credential/__init__.py:894
+msgid "Project (Tenant Name)"
+msgstr "Proyecto (Nombre del inquilino [Tenant])"
+
+#: awx/main/models/credential/__init__.py:898
+msgid "Domain Name"
+msgstr "Nombre de dominio"
+
+#: awx/main/models/credential/__init__.py:900
+msgid ""
+"OpenStack domains define administrative boundaries. It is only needed for "
+"Keystone v3 authentication URLs. Refer to Ansible Tower documentation for "
+"common scenarios."
+msgstr ""
+"Los dominios OpenStack definen los límites administrativos. Solo es "
+"necesario para las URL de autentificación para KeyStone v3. Consulte la "
+"documentación de Ansible Tower para ver los escenarios más habituales:"
+
+#: awx/main/models/credential/__init__.py:914 awx/main/models/inventory.py:987
+msgid "VMware vCenter"
+msgstr "VMware vCenter"
+
+#: awx/main/models/credential/__init__.py:919
+msgid "VCenter Host"
+msgstr "Host de vCenter"
+
+#: awx/main/models/credential/__init__.py:921
+msgid ""
+"Enter the hostname or IP address that corresponds to your VMware vCenter."
+msgstr ""
+"Introduzca el nombre de host o la dirección IP que corresponda a su VMWare "
+"vCenter."
+
+#: awx/main/models/credential/__init__.py:942 awx/main/models/inventory.py:988
+msgid "Red Hat Satellite 6"
+msgstr "Red Hat Satellite 6"
+
+#: awx/main/models/credential/__init__.py:947
+msgid "Satellite 6 URL"
+msgstr "URL Satellite 6"
+
+#: awx/main/models/credential/__init__.py:949
+msgid ""
+"Enter the URL that corresponds to your Red Hat Satellite 6 server. For "
+"example, https://satellite.example.org"
+msgstr ""
+"Introduzca la URL que corresponda a su servidor Red Hat Satellite 6. Por "
+"ejemplo, https://satellite.example.org"
+
+#: awx/main/models/credential/__init__.py:970 awx/main/models/inventory.py:989
+msgid "Red Hat CloudForms"
+msgstr "Red Hat CloudForms"
+
+#: awx/main/models/credential/__init__.py:975
+msgid "CloudForms URL"
+msgstr "URL CloudForms"
+
+#: awx/main/models/credential/__init__.py:977
+msgid ""
+"Enter the URL for the virtual machine that corresponds to your CloudForm "
+"instance. For example, https://cloudforms.example.org"
+msgstr ""
+"Introduzca la URL para la máquina virtual que corresponda a su instancia "
+"CloudForm. Por ejemplo, https://cloudforms.example.org"
+
+#: awx/main/models/credential/__init__.py:999 awx/main/models/inventory.py:985
+msgid "Google Compute Engine"
+msgstr "Google Compute Engine"
+
+#: awx/main/models/credential/__init__.py:1004
+msgid "Service Account Email Address"
+msgstr "Dirección de correo de cuenta de servicio"
+
+#: awx/main/models/credential/__init__.py:1006
+msgid ""
+"The email address assigned to the Google Compute Engine service account."
+msgstr ""
+"La dirección de correo electrónico asignada a la cuenta de servicio Google "
+"Compute Engine."
+
+#: awx/main/models/credential/__init__.py:1012
+msgid ""
+"The Project ID is the GCE assigned identification. It is often constructed "
+"as three words or two words followed by a three-digit number. Examples: "
+"project-id-000 and another-project-id"
+msgstr ""
+"La ID de proyecto es la identificación asignada por GCE. A menudo, se forma "
+"por tres o dos palabras seguidas por un número de tres dígitos. Ejemplos: "
+"project-id-000 y another-project-id"
+
+#: awx/main/models/credential/__init__.py:1018
+msgid "RSA Private Key"
+msgstr "Clave privada RSA"
+
+#: awx/main/models/credential/__init__.py:1023
+msgid ""
+"Paste the contents of the PEM file associated with the service account "
+"email."
+msgstr ""
+"Pegue el contenido del fichero PEM asociado al correo de la cuenta de "
+"servicio."
+
+#: awx/main/models/credential/__init__.py:1035
+#: awx/main/models/inventory.py:986
+msgid "Microsoft Azure Resource Manager"
+msgstr "Microsoft Azure Resource Manager"
+
+#: awx/main/models/credential/__init__.py:1040
+msgid "Subscription ID"
+msgstr "ID de suscripción"
+
+#: awx/main/models/credential/__init__.py:1042
+msgid "Subscription ID is an Azure construct, which is mapped to a username."
+msgstr ""
+"La ID de subscripción es un elemento Azure, el cual está asociado al "
+"usuario."
+
+#: awx/main/models/credential/__init__.py:1055
+msgid "Client ID"
+msgstr "ID de cliente"
+
+#: awx/main/models/credential/__init__.py:1064
+msgid "Tenant ID"
+msgstr "ID de inquilino"
+
+#: awx/main/models/credential/__init__.py:1068
+msgid "Azure Cloud Environment"
+msgstr "Entorno nube de Azure"
+
+#: awx/main/models/credential/__init__.py:1070
+msgid ""
+"Environment variable AZURE_CLOUD_ENVIRONMENT when using Azure GovCloud or "
+"Azure stack."
+msgstr ""
+"Variable AZURE_CLOUD_ENVIRONMENT del entorno al usar Azure GovCloud o pila "
+"Azure."
+
+#: awx/main/models/credential/__init__.py:1110
+#: awx/main/models/inventory.py:991
+msgid "Red Hat Virtualization"
+msgstr "Plataforma de virtualización Red Hat"
+
+#: awx/main/models/credential/__init__.py:1117
+msgid "The host to authenticate with."
+msgstr "El servidor al que autentificarse."
+
+#: awx/main/models/credential/__init__.py:1129
+msgid "CA File"
+msgstr "Archivo CA"
+
+#: awx/main/models/credential/__init__.py:1131
+msgid "Absolute file path to the CA file to use (optional)"
+msgstr "Ruta de archivo absoluta al archivo CA a usar (opcional)"
+
+#: awx/main/models/credential/__init__.py:1162
+#: awx/main/models/inventory.py:992
+msgid "Ansible Tower"
+msgstr "Ansible Tower"
+
+#: awx/main/models/credential/__init__.py:1167
+msgid "Ansible Tower Hostname"
+msgstr "Nombre de host de Ansible Tower"
+
+#: awx/main/models/credential/__init__.py:1169
+msgid "The Ansible Tower base URL to authenticate with."
+msgstr "La URL de base de Ansible Tower con la cual autenticar."
+
+#: awx/main/models/credential/__init__.py:1181
+msgid "Verify SSL"
+msgstr "Verificar SSL "
+
+#: awx/main/models/events.py:89 awx/main/models/events.py:608
+msgid "Host Failed"
+msgstr "Servidor fallido"
+
+#: awx/main/models/events.py:90 awx/main/models/events.py:609
+msgid "Host OK"
+msgstr "Servidor OK"
+
+#: awx/main/models/events.py:91
+msgid "Host Failure"
+msgstr "Fallo del servidor"
+
+#: awx/main/models/events.py:92 awx/main/models/events.py:615
+msgid "Host Skipped"
+msgstr "Servidor omitido"
+
+#: awx/main/models/events.py:93 awx/main/models/events.py:610
+msgid "Host Unreachable"
+msgstr "Servidor no alcanzable"
+
+#: awx/main/models/events.py:94 awx/main/models/events.py:108
+msgid "No Hosts Remaining"
+msgstr "No más servidores"
+
+#: awx/main/models/events.py:95
+msgid "Host Polling"
+msgstr "Sondeo al servidor"
+
+#: awx/main/models/events.py:96
+msgid "Host Async OK"
+msgstr "Servidor Async OK"
+
+#: awx/main/models/events.py:97
+msgid "Host Async Failure"
+msgstr "Servidor Async fallido"
+
+#: awx/main/models/events.py:98
+msgid "Item OK"
+msgstr "Elemento OK"
+
+#: awx/main/models/events.py:99
+msgid "Item Failed"
+msgstr "Elemento fallido"
+
+#: awx/main/models/events.py:100
+msgid "Item Skipped"
+msgstr "Elemento omitido"
+
+#: awx/main/models/events.py:101
+msgid "Host Retry"
+msgstr "Reintentar servidor"
+
+#: awx/main/models/events.py:103
+msgid "File Difference"
+msgstr "Diferencias del fichero"
+
+#: awx/main/models/events.py:104
+msgid "Playbook Started"
+msgstr "Playbook iniciado"
+
+#: awx/main/models/events.py:105
+msgid "Running Handlers"
+msgstr "Handlers ejecutándose"
+
+#: awx/main/models/events.py:106
+msgid "Including File"
+msgstr "Incluyendo fichero"
+
+#: awx/main/models/events.py:107
+msgid "No Hosts Matched"
+msgstr "Ningún servidor corresponde"
+
+#: awx/main/models/events.py:109
+msgid "Task Started"
+msgstr "Tarea iniciada"
+
+#: awx/main/models/events.py:111
+msgid "Variables Prompted"
+msgstr "Variables solicitadas"
+
+#: awx/main/models/events.py:112
+msgid "Gathering Facts"
+msgstr "Obteniendo facts"
+
+#: awx/main/models/events.py:113
+msgid "internal: on Import for Host"
+msgstr "internal: en la importación para el servidor"
+
+#: awx/main/models/events.py:114
+msgid "internal: on Not Import for Host"
+msgstr "internal: en la no importación para el servidor"
+
+#: awx/main/models/events.py:115
+msgid "Play Started"
+msgstr "Jugada iniciada"
+
+#: awx/main/models/events.py:116
+msgid "Playbook Complete"
+msgstr "Playbook terminado"
+
+#: awx/main/models/events.py:120 awx/main/models/events.py:625
+msgid "Debug"
+msgstr "Debug"
+
+#: awx/main/models/events.py:121 awx/main/models/events.py:626
+msgid "Verbose"
+msgstr "Nivel de detalle"
+
+#: awx/main/models/events.py:122 awx/main/models/events.py:627
+msgid "Deprecated"
+msgstr "Obsoleto"
+
+#: awx/main/models/events.py:123 awx/main/models/events.py:628
+msgid "Warning"
+msgstr "Advertencia"
+
+#: awx/main/models/events.py:124 awx/main/models/events.py:629
+msgid "System Warning"
+msgstr "Advertencia del sistema"
+
+#: awx/main/models/events.py:125 awx/main/models/events.py:630
+#: awx/main/models/unified_jobs.py:67
+msgid "Error"
+msgstr "Error"
#: awx/main/models/fact.py:25
msgid "Host for the facts that the fact scan captured."
@@ -2414,83 +3246,103 @@ msgstr ""
"Estructura de JSON arbitraria de módulos facts capturados en la fecha y hora"
" para un único servidor."
-#: awx/main/models/ha.py:78
+#: awx/main/models/ha.py:153
msgid "Instances that are members of this InstanceGroup"
msgstr "Las instancias que son miembros de este grupo de instancias"
-#: awx/main/models/ha.py:83
+#: awx/main/models/ha.py:158
msgid "Instance Group to remotely control this group."
msgstr "Grupo de instancias para controlar remotamente este grupo."
-#: awx/main/models/inventory.py:52
+#: awx/main/models/ha.py:165
+msgid "Percentage of Instances to automatically assign to this group"
+msgstr ""
+"Porcentaje de instancias que se asignarán automáticamente a este grupo."
+
+#: awx/main/models/ha.py:169
+msgid ""
+"Static minimum number of Instances to automatically assign to this group"
+msgstr ""
+"Número mínimo estático de instancias que se asignarán automáticamente a este"
+" grupo."
+
+#: awx/main/models/ha.py:174
+msgid ""
+"List of exact-match Instances that will always be automatically assigned to "
+"this group"
+msgstr ""
+"Lista de instancias con coincidencia exacta que siempre se asignarán "
+"automáticamente a este grupo"
+
+#: awx/main/models/inventory.py:61
msgid "Hosts have a direct link to this inventory."
msgstr "Los hosts tienen un enlace directo a este inventario."
-#: awx/main/models/inventory.py:53
+#: awx/main/models/inventory.py:62
msgid "Hosts for inventory generated using the host_filter property."
msgstr "Hosts para inventario generado a través de la propiedad host_filter."
-#: awx/main/models/inventory.py:58
+#: awx/main/models/inventory.py:67
msgid "inventories"
msgstr "inventarios"
-#: awx/main/models/inventory.py:65
+#: awx/main/models/inventory.py:74
msgid "Organization containing this inventory."
msgstr "Organización que contiene este inventario."
-#: awx/main/models/inventory.py:72
+#: awx/main/models/inventory.py:81
msgid "Inventory variables in JSON or YAML format."
msgstr "Variables de inventario en formato JSON o YAML."
-#: awx/main/models/inventory.py:77
+#: awx/main/models/inventory.py:86
msgid "Flag indicating whether any hosts in this inventory have failed."
msgstr ""
"Indicador que establece si algún servidor en este inventario ha fallado."
-#: awx/main/models/inventory.py:82
+#: awx/main/models/inventory.py:91
msgid "Total number of hosts in this inventory."
msgstr "Número total de servidores en este inventario."
-#: awx/main/models/inventory.py:87
+#: awx/main/models/inventory.py:96
msgid "Number of hosts in this inventory with active failures."
msgstr "Número de servidores en este inventario con fallos actuales."
-#: awx/main/models/inventory.py:92
+#: awx/main/models/inventory.py:101
msgid "Total number of groups in this inventory."
msgstr "Número total de grupos en este inventario."
-#: awx/main/models/inventory.py:97
+#: awx/main/models/inventory.py:106
msgid "Number of groups in this inventory with active failures."
msgstr "Número de grupos en este inventario con fallos actuales."
-#: awx/main/models/inventory.py:102
+#: awx/main/models/inventory.py:111
msgid ""
"Flag indicating whether this inventory has any external inventory sources."
msgstr ""
"Indicador que establece si el inventario tiene alguna fuente de externa de "
"inventario."
-#: awx/main/models/inventory.py:107
+#: awx/main/models/inventory.py:116
msgid ""
"Total number of external inventory sources configured within this inventory."
msgstr ""
"Número total de inventarios de origen externo configurado dentro de este "
"inventario."
-#: awx/main/models/inventory.py:112
+#: awx/main/models/inventory.py:121
msgid "Number of external inventory sources in this inventory with failures."
msgstr ""
"Número de inventarios de origen externo en este inventario con errores."
-#: awx/main/models/inventory.py:119
+#: awx/main/models/inventory.py:128
msgid "Kind of inventory being represented."
msgstr "Tipo de inventario que se representa."
-#: awx/main/models/inventory.py:125
+#: awx/main/models/inventory.py:134
msgid "Filter that will be applied to the hosts of this inventory."
msgstr "Filtro que se aplicará a los hosts de este inventario."
-#: awx/main/models/inventory.py:152
+#: awx/main/models/inventory.py:161
msgid ""
"Credentials to be used by hosts belonging to this inventory when accessing "
"Red Hat Insights API."
@@ -2498,39 +3350,39 @@ msgstr ""
"Credenciales que utilizarán los hosts que pertenecen a este inventario "
"cuando accedan a la API de Red Hat Insights."
-#: awx/main/models/inventory.py:161
+#: awx/main/models/inventory.py:170
msgid "Flag indicating the inventory is being deleted."
msgstr "Indicador que muestra que el inventario se eliminará."
-#: awx/main/models/inventory.py:374
+#: awx/main/models/inventory.py:459
msgid "Assignment not allowed for Smart Inventory"
msgstr "Tarea no permitida para el inventario inteligente"
-#: awx/main/models/inventory.py:376 awx/main/models/projects.py:148
+#: awx/main/models/inventory.py:461 awx/main/models/projects.py:159
msgid "Credential kind must be 'insights'."
msgstr "Tipo de credencial debe ser 'insights'."
-#: awx/main/models/inventory.py:443
+#: awx/main/models/inventory.py:546
msgid "Is this host online and available for running jobs?"
msgstr "¿Está este servidor funcionando y disponible para ejecutar trabajos?"
-#: awx/main/models/inventory.py:449
+#: awx/main/models/inventory.py:552
msgid ""
"The value used by the remote inventory source to uniquely identify the host"
msgstr ""
"El valor usado por el inventario de fuente remota para identificar de forma "
"única el servidor"
-#: awx/main/models/inventory.py:454
+#: awx/main/models/inventory.py:557
msgid "Host variables in JSON or YAML format."
msgstr "Variables del servidor en formato JSON o YAML."
-#: awx/main/models/inventory.py:476
+#: awx/main/models/inventory.py:579
msgid "Flag indicating whether the last job failed for this host."
msgstr ""
"Indicador que establece si el último trabajo ha fallado para este servidor."
-#: awx/main/models/inventory.py:481
+#: awx/main/models/inventory.py:584
msgid ""
"Flag indicating whether this host was created/updated from any external "
"inventory sources."
@@ -2538,55 +3390,55 @@ msgstr ""
"Indicador que establece si este servidor fue creado/actualizado desde algún "
"inventario de fuente externa."
-#: awx/main/models/inventory.py:487
+#: awx/main/models/inventory.py:590
msgid "Inventory source(s) that created or modified this host."
msgstr "Fuente(s) del inventario que crearon o modificaron este servidor."
-#: awx/main/models/inventory.py:492
+#: awx/main/models/inventory.py:595
msgid "Arbitrary JSON structure of most recent ansible_facts, per-host."
msgstr "Estructura de JSON arbitraria de ansible_facts por host más reciente."
-#: awx/main/models/inventory.py:498
+#: awx/main/models/inventory.py:601
msgid "The date and time ansible_facts was last modified."
msgstr "La fecha y hora en las que se modificó ansible_facts por última vez."
-#: awx/main/models/inventory.py:505
+#: awx/main/models/inventory.py:608
msgid "Red Hat Insights host unique identifier."
msgstr "Identificador único de host de Red Hat Insights."
-#: awx/main/models/inventory.py:633
+#: awx/main/models/inventory.py:743
msgid "Group variables in JSON or YAML format."
msgstr "Grupo de variables en formato JSON o YAML."
-#: awx/main/models/inventory.py:639
+#: awx/main/models/inventory.py:749
msgid "Hosts associated directly with this group."
msgstr "Hosts associated directly with this group."
-#: awx/main/models/inventory.py:644
+#: awx/main/models/inventory.py:754
msgid "Total number of hosts directly or indirectly in this group."
msgstr ""
"Número total de servidores directamente o indirectamente en este grupo."
-#: awx/main/models/inventory.py:649
+#: awx/main/models/inventory.py:759
msgid "Flag indicating whether this group has any hosts with active failures."
msgstr ""
"Indicador que establece si este grupo tiene algunos servidores con fallos "
"actuales."
-#: awx/main/models/inventory.py:654
+#: awx/main/models/inventory.py:764
msgid "Number of hosts in this group with active failures."
msgstr "Número de servidores en este grupo con fallos actuales."
-#: awx/main/models/inventory.py:659
+#: awx/main/models/inventory.py:769
msgid "Total number of child groups contained within this group."
msgstr "Número total de grupos hijo dentro de este grupo."
-#: awx/main/models/inventory.py:664
+#: awx/main/models/inventory.py:774
msgid "Number of child groups within this group that have active failures."
msgstr ""
"Número de grupos hijo dentro de este grupo que tienen fallos actuales."
-#: awx/main/models/inventory.py:669
+#: awx/main/models/inventory.py:779
msgid ""
"Flag indicating whether this group was created/updated from any external "
"inventory sources."
@@ -2594,68 +3446,36 @@ msgstr ""
"Indicador que establece si este grupo fue creado/actualizado desde un "
"inventario de fuente externa."
-#: awx/main/models/inventory.py:675
+#: awx/main/models/inventory.py:785
msgid "Inventory source(s) that created or modified this group."
msgstr "Fuente(s) de inventario que crearon o modificaron este grupo."
-#: awx/main/models/inventory.py:865 awx/main/models/projects.py:42
-#: awx/main/models/unified_jobs.py:428
+#: awx/main/models/inventory.py:981 awx/main/models/projects.py:53
+#: awx/main/models/unified_jobs.py:519
msgid "Manual"
msgstr "Manual"
-#: awx/main/models/inventory.py:866
+#: awx/main/models/inventory.py:982
msgid "File, Directory or Script"
msgstr "Archivo, directorio o script"
-#: awx/main/models/inventory.py:867
+#: awx/main/models/inventory.py:983
msgid "Sourced from a Project"
msgstr "Extraído de un proyecto"
-#: awx/main/models/inventory.py:868
+#: awx/main/models/inventory.py:984
msgid "Amazon EC2"
msgstr "Amazon EC2"
-#: awx/main/models/inventory.py:869
-msgid "Google Compute Engine"
-msgstr "Google Compute Engine"
-
-#: awx/main/models/inventory.py:870
-msgid "Microsoft Azure Resource Manager"
-msgstr "Microsoft Azure Resource Manager"
-
-#: awx/main/models/inventory.py:871
-msgid "VMware vCenter"
-msgstr "VMware vCenter"
-
-#: awx/main/models/inventory.py:872
-msgid "Red Hat Satellite 6"
-msgstr "Red Hat Satellite 6"
-
-#: awx/main/models/inventory.py:873
-msgid "Red Hat CloudForms"
-msgstr "Red Hat CloudForms"
-
-#: awx/main/models/inventory.py:874
-msgid "OpenStack"
-msgstr "OpenStack"
-
-#: awx/main/models/inventory.py:875
-msgid "oVirt4"
-msgstr ""
-
-#: awx/main/models/inventory.py:876
-msgid "Ansible Tower"
-msgstr "Ansible Tower"
-
-#: awx/main/models/inventory.py:877
+#: awx/main/models/inventory.py:993
msgid "Custom Script"
msgstr "Script personalizado"
-#: awx/main/models/inventory.py:994
+#: awx/main/models/inventory.py:1110
msgid "Inventory source variables in YAML or JSON format."
msgstr "Variables para la fuente del inventario en formato YAML o JSON."
-#: awx/main/models/inventory.py:1013
+#: awx/main/models/inventory.py:1121
msgid ""
"Comma-separated list of filter expressions (EC2 only). Hosts are imported "
"when ANY of the filters match."
@@ -2663,79 +3483,83 @@ msgstr ""
"Lista de expresiones de filtrado separadas por coma (sólo EC2). Servidores "
"son importados cuando ALGÚN filtro coincide."
-#: awx/main/models/inventory.py:1019
+#: awx/main/models/inventory.py:1127
msgid "Limit groups automatically created from inventory source (EC2 only)."
msgstr ""
"Limitar grupos creados automáticamente desde la fuente del inventario (sólo "
"EC2)"
-#: awx/main/models/inventory.py:1023
+#: awx/main/models/inventory.py:1131
msgid "Overwrite local groups and hosts from remote inventory source."
msgstr ""
"Sobrescribir grupos locales y servidores desde una fuente remota del "
"inventario."
-#: awx/main/models/inventory.py:1027
+#: awx/main/models/inventory.py:1135
msgid "Overwrite local variables from remote inventory source."
msgstr ""
"Sobrescribir las variables locales desde una fuente remota del inventario."
-#: awx/main/models/inventory.py:1032 awx/main/models/jobs.py:160
-#: awx/main/models/projects.py:117
+#: awx/main/models/inventory.py:1140 awx/main/models/jobs.py:140
+#: awx/main/models/projects.py:128
msgid "The amount of time (in seconds) to run before the task is canceled."
msgstr ""
"La cantidad de tiempo (en segundos) para ejecutar antes de que se cancele la"
" tarea."
-#: awx/main/models/inventory.py:1065
+#: awx/main/models/inventory.py:1173
msgid "Image ID"
msgstr "Id de imagen"
-#: awx/main/models/inventory.py:1066
+#: awx/main/models/inventory.py:1174
msgid "Availability Zone"
msgstr "Zona de disponibilidad"
-#: awx/main/models/inventory.py:1067
+#: awx/main/models/inventory.py:1175
msgid "Account"
msgstr "Cuenta"
-#: awx/main/models/inventory.py:1068
+#: awx/main/models/inventory.py:1176
msgid "Instance ID"
msgstr "ID de instancia"
-#: awx/main/models/inventory.py:1069
+#: awx/main/models/inventory.py:1177
msgid "Instance State"
msgstr "Estado de la instancia"
-#: awx/main/models/inventory.py:1070
+#: awx/main/models/inventory.py:1178
+msgid "Platform"
+msgstr "Plataforma"
+
+#: awx/main/models/inventory.py:1179
msgid "Instance Type"
msgstr "Tipo de instancia"
-#: awx/main/models/inventory.py:1071
+#: awx/main/models/inventory.py:1180
msgid "Key Name"
msgstr "Nombre clave"
-#: awx/main/models/inventory.py:1072
+#: awx/main/models/inventory.py:1181
msgid "Region"
msgstr "Región"
-#: awx/main/models/inventory.py:1073
+#: awx/main/models/inventory.py:1182
msgid "Security Group"
msgstr "Grupo de seguridad"
-#: awx/main/models/inventory.py:1074
+#: awx/main/models/inventory.py:1183
msgid "Tags"
msgstr "Etiquetas"
-#: awx/main/models/inventory.py:1075
+#: awx/main/models/inventory.py:1184
msgid "Tag None"
msgstr "Etiqueta ninguna"
-#: awx/main/models/inventory.py:1076
+#: awx/main/models/inventory.py:1185
msgid "VPC ID"
msgstr "VPC ID"
-#: awx/main/models/inventory.py:1145
+#: awx/main/models/inventory.py:1253
#, python-format
msgid ""
"Cloud-based inventory sources (such as %s) require credentials for the "
@@ -2744,36 +3568,38 @@ msgstr ""
"Fuentes de inventario basados en Cloud (como %s) requieren credenciales para"
" identificar los correspondientes servicios cloud."
-#: awx/main/models/inventory.py:1152
+#: awx/main/models/inventory.py:1259
msgid "Credential is required for a cloud source."
msgstr "Un credencial es necesario para una fuente cloud."
-#: awx/main/models/inventory.py:1155
+#: awx/main/models/inventory.py:1262
msgid ""
"Credentials of type machine, source control, insights and vault are "
"disallowed for custom inventory sources."
msgstr ""
+"Credenciales de tipo de máquina, control de fuentes, conocimientos y vault "
+"no están permitidos para las fuentes de inventario personalizado."
-#: awx/main/models/inventory.py:1179
+#: awx/main/models/inventory.py:1314
#, python-format
msgid "Invalid %(source)s region: %(region)s"
msgstr "Región %(source)s inválida: %(region)s"
-#: awx/main/models/inventory.py:1203
+#: awx/main/models/inventory.py:1338
#, python-format
msgid "Invalid filter expression: %(filter)s"
msgstr "Expresión de filtro inválida: %(filter)s"
-#: awx/main/models/inventory.py:1224
+#: awx/main/models/inventory.py:1359
#, python-format
msgid "Invalid group by choice: %(choice)s"
msgstr "Grupo escogido inválido: %(choice)s"
-#: awx/main/models/inventory.py:1259
+#: awx/main/models/inventory.py:1394
msgid "Project containing inventory file used as source."
msgstr "Proyecto que contiene el archivo de inventario usado como fuente."
-#: awx/main/models/inventory.py:1407
+#: awx/main/models/inventory.py:1555
#, python-format
msgid ""
"Unable to configure this item for cloud sync. It is already managed by %s."
@@ -2781,7 +3607,7 @@ msgstr ""
"Imposible configurar este elemento para sincronización cloud. Está "
"administrado actualmente por %s."
-#: awx/main/models/inventory.py:1417
+#: awx/main/models/inventory.py:1565
msgid ""
"More than one SCM-based inventory source with update on project update per-"
"inventory not allowed."
@@ -2789,7 +3615,7 @@ msgstr ""
"No se permite más de una fuente de inventario basada en SCM con "
"actualización en la actualización del proyecto por inventario."
-#: awx/main/models/inventory.py:1424
+#: awx/main/models/inventory.py:1572
msgid ""
"Cannot update SCM-based inventory source on launch if set to update on "
"project update. Instead, configure the corresponding source project to "
@@ -2800,26 +3626,29 @@ msgstr ""
"su lugar, configure el proyecto de fuente correspondiente para actualizar en"
" la ejecución."
-#: awx/main/models/inventory.py:1430
-msgid "SCM type sources must set `overwrite_vars` to `true`."
-msgstr "Las fuentes de tipo SCM deben configurar `overwrite_vars` en `true`."
+#: awx/main/models/inventory.py:1579
+msgid ""
+"SCM type sources must set `overwrite_vars` to `true` until Ansible 2.5."
+msgstr ""
+"Las fuentes de tipo SCM deben configurar `overwrite_vars` como `true` hasta "
+"Ansible 2.5."
-#: awx/main/models/inventory.py:1435
+#: awx/main/models/inventory.py:1584
msgid "Cannot set source_path if not SCM type."
msgstr "No se puede configurar source_path si no es del tipo SCM."
-#: awx/main/models/inventory.py:1460
+#: awx/main/models/inventory.py:1615
msgid ""
"Inventory files from this Project Update were used for the inventory update."
msgstr ""
"Los archivos de inventario de esta actualización de proyecto se utilizaron "
"para la actualización del inventario."
-#: awx/main/models/inventory.py:1573
+#: awx/main/models/inventory.py:1725
msgid "Inventory script contents"
msgstr "Contenido del script de inventario"
-#: awx/main/models/inventory.py:1578
+#: awx/main/models/inventory.py:1730
msgid "Organization owning this inventory script"
msgstr "Organización propietario de este script de inventario"
@@ -2831,7 +3660,7 @@ msgstr ""
"Si se habilita, los cambios de texto realizados en cualquier archivo de "
"plantilla en el host se muestran en la salida estándar"
-#: awx/main/models/jobs.py:164
+#: awx/main/models/jobs.py:145
msgid ""
"If enabled, Tower will act as an Ansible Fact Cache Plugin; persisting facts"
" at the end of a playbook run to the database and caching facts for use by "
@@ -2842,41 +3671,42 @@ msgstr ""
"base de datos y almacenará en caché los eventos que son utilizados por "
"Ansible."
-#: awx/main/models/jobs.py:173
-msgid "You must provide an SSH credential."
-msgstr "Debe proporcionar una credencial SSH."
-
-#: awx/main/models/jobs.py:181
+#: awx/main/models/jobs.py:163
msgid "You must provide a Vault credential."
msgstr "Debe proporcionar una credencial de Vault."
-#: awx/main/models/jobs.py:317
+#: awx/main/models/jobs.py:308
msgid "Job Template must provide 'inventory' or allow prompting for it."
msgstr ""
"La plantilla de trabajo debe proporcionar 'inventory' o permitir "
"solicitarlo."
-#: awx/main/models/jobs.py:321
-msgid "Job Template must provide 'credential' or allow prompting for it."
+#: awx/main/models/jobs.py:403
+msgid "Field is not configured to prompt on launch."
msgstr ""
-"La plantilla de trabajo debe proporcionar 'inventory' o permitir "
-"solicitarlo."
+"El campo no está configurado para emitir avisos durante el lanzamiento."
-#: awx/main/models/jobs.py:427
-msgid "Cannot override job_type to or from a scan job."
-msgstr "No se puede sustituir job_type a o desde un trabajo de escaneo."
+#: awx/main/models/jobs.py:409
+msgid "Saved launch configurations cannot provide passwords needed to start."
+msgstr ""
+"Las configuraciones de lanzamiento guardadas no pueden brindar las "
+"contraseñas necesarias para el inicio."
-#: awx/main/models/jobs.py:493 awx/main/models/projects.py:263
+#: awx/main/models/jobs.py:417
+msgid "Job Template {} is missing or undefined."
+msgstr "Plantilla de tareas {} no encontrada o no definida."
+
+#: awx/main/models/jobs.py:498 awx/main/models/projects.py:277
msgid "SCM Revision"
msgstr "Revisión SCM"
-#: awx/main/models/jobs.py:494
+#: awx/main/models/jobs.py:499
msgid "The SCM Revision from the Project used for this job, if available"
msgstr ""
"La revisión SCM desde el proyecto usado para este trabajo, si está "
"disponible"
-#: awx/main/models/jobs.py:502
+#: awx/main/models/jobs.py:507
msgid ""
"The SCM Refresh task used to make sure the playbooks were available for the "
"job run"
@@ -2884,168 +3714,179 @@ msgstr ""
"La tarea de actualización de SCM utilizado para asegurarse que los playbooks"
" estaban disponibles para la ejecución del trabajo"
-#: awx/main/models/jobs.py:809
+#: awx/main/models/jobs.py:634
+#, python-brace-format
+msgid "{status_value} is not a valid status option."
+msgstr "{status_value} no es una opción de estado válida."
+
+#: awx/main/models/jobs.py:999
msgid "job host summaries"
msgstr "Resumen de trabajos de servidor"
-#: awx/main/models/jobs.py:913
-msgid "Host Failure"
-msgstr "Fallo del servidor"
-
-#: awx/main/models/jobs.py:916 awx/main/models/jobs.py:930
-msgid "No Hosts Remaining"
-msgstr "No más servidores"
-
-#: awx/main/models/jobs.py:917
-msgid "Host Polling"
-msgstr "Sondeo al servidor"
-
-#: awx/main/models/jobs.py:918
-msgid "Host Async OK"
-msgstr "Servidor Async OK"
-
-#: awx/main/models/jobs.py:919
-msgid "Host Async Failure"
-msgstr "Servidor Async fallido"
-
-#: awx/main/models/jobs.py:920
-msgid "Item OK"
-msgstr "Elemento OK"
-
-#: awx/main/models/jobs.py:921
-msgid "Item Failed"
-msgstr "Elemento fallido"
-
-#: awx/main/models/jobs.py:922
-msgid "Item Skipped"
-msgstr "Elemento omitido"
-
-#: awx/main/models/jobs.py:923
-msgid "Host Retry"
-msgstr "Reintentar servidor"
-
-#: awx/main/models/jobs.py:925
-msgid "File Difference"
-msgstr "Diferencias del fichero"
-
-#: awx/main/models/jobs.py:926
-msgid "Playbook Started"
-msgstr "Playbook iniciado"
-
-#: awx/main/models/jobs.py:927
-msgid "Running Handlers"
-msgstr "Handlers ejecutándose"
-
-#: awx/main/models/jobs.py:928
-msgid "Including File"
-msgstr "Incluyendo fichero"
-
-#: awx/main/models/jobs.py:929
-msgid "No Hosts Matched"
-msgstr "Ningún servidor corresponde"
-
-#: awx/main/models/jobs.py:931
-msgid "Task Started"
-msgstr "Tarea iniciada"
-
-#: awx/main/models/jobs.py:933
-msgid "Variables Prompted"
-msgstr "Variables solicitadas"
-
-#: awx/main/models/jobs.py:934
-msgid "Gathering Facts"
-msgstr "Obteniendo facts"
-
-#: awx/main/models/jobs.py:935
-msgid "internal: on Import for Host"
-msgstr "internal: en la importación para el servidor"
-
-#: awx/main/models/jobs.py:936
-msgid "internal: on Not Import for Host"
-msgstr "internal: en la no importación para el servidor"
-
-#: awx/main/models/jobs.py:937
-msgid "Play Started"
-msgstr "Jugada iniciada"
-
-#: awx/main/models/jobs.py:938
-msgid "Playbook Complete"
-msgstr "Playbook terminado"
-
-#: awx/main/models/jobs.py:1351
+#: awx/main/models/jobs.py:1070
msgid "Remove jobs older than a certain number of days"
msgstr "Eliminar trabajos más antiguos que el ńumero de días especificado"
-#: awx/main/models/jobs.py:1352
+#: awx/main/models/jobs.py:1071
msgid "Remove activity stream entries older than a certain number of days"
msgstr ""
"Eliminar entradas del flujo de actividad más antiguos que el número de días "
"especificado"
-#: awx/main/models/jobs.py:1353
+#: awx/main/models/jobs.py:1072
msgid "Purge and/or reduce the granularity of system tracking data"
msgstr ""
"Limpiar y/o reducir la granularidad de los datos del sistema de rastreo"
+#: awx/main/models/jobs.py:1142
+#, python-brace-format
+msgid "Variables {list_of_keys} are not allowed for system jobs."
+msgstr ""
+"La variables {list_of_keys} no están permitidas para tareas del sistema."
+
+#: awx/main/models/jobs.py:1157
+msgid "days must be a positive integer."
+msgstr "días debe ser un número entero."
+
#: awx/main/models/label.py:29
msgid "Organization this label belongs to."
msgstr "Organización a la que esta etiqueta pertenece."
-#: awx/main/models/notifications.py:138 awx/main/models/unified_jobs.py:59
+#: awx/main/models/mixins.py:309
+#, python-brace-format
+msgid ""
+"Variables {list_of_keys} are not allowed on launch. Check the Prompt on "
+"Launch setting on the Job Template to include Extra Variables."
+msgstr ""
+"Las variables {list_of_keys} no están permitidas durante el lanzamiento. "
+"Verifique la configuración de Aviso durante el lanzamiento en la Plantilla "
+"de tareas para incluir las Variables adicionales."
+
+#: awx/main/models/mixins.py:440
+msgid "Local absolute file path containing a custom Python virtualenv to use"
+msgstr ""
+"La ruta de archivos absoluta local que contiene un Python virtualenv para "
+"uso"
+
+#: awx/main/models/mixins.py:447
+msgid "{} is not a valid virtualenv in {}"
+msgstr "{} no es un virtualenv válido en {}"
+
+#: awx/main/models/notifications.py:42
+msgid "Rocket.Chat"
+msgstr "Rocket.Chat"
+
+#: awx/main/models/notifications.py:142 awx/main/models/unified_jobs.py:62
msgid "Pending"
msgstr "Pendiente"
-#: awx/main/models/notifications.py:139 awx/main/models/unified_jobs.py:62
+#: awx/main/models/notifications.py:143 awx/main/models/unified_jobs.py:65
msgid "Successful"
msgstr "Correctamente"
-#: awx/main/models/notifications.py:140 awx/main/models/unified_jobs.py:63
+#: awx/main/models/notifications.py:144 awx/main/models/unified_jobs.py:66
msgid "Failed"
msgstr "Fallido"
-#: awx/main/models/organization.py:132
-msgid "Token not invalidated"
-msgstr "Token no invalidado"
+#: awx/main/models/notifications.py:218
+msgid "status_str must be either succeeded or failed"
+msgstr "status_str debe ser 'succeeded' o 'failed'"
-#: awx/main/models/organization.py:133
-msgid "Token is expired"
-msgstr "Token está expirado"
+#: awx/main/models/oauth.py:27
+msgid "application"
+msgstr "aplicación"
-#: awx/main/models/organization.py:134
+#: awx/main/models/oauth.py:32
+msgid "Confidential"
+msgstr "Confidencial"
+
+#: awx/main/models/oauth.py:33
+msgid "Public"
+msgstr "Público"
+
+#: awx/main/models/oauth.py:41
+msgid "Authorization code"
+msgstr "Código de autorización"
+
+#: awx/main/models/oauth.py:42
+msgid "Implicit"
+msgstr "Implícito"
+
+#: awx/main/models/oauth.py:43
+msgid "Resource owner password-based"
+msgstr "Basado en contraseña del propietario de recursos"
+
+#: awx/main/models/oauth.py:44
+msgid "Client credentials"
+msgstr "Credenciales del cliente"
+
+#: awx/main/models/oauth.py:59
+msgid "Organization containing this application."
+msgstr "Organización que contiene esta aplicación."
+
+#: awx/main/models/oauth.py:68
msgid ""
-"The maximum number of allowed sessions for this user has been exceeded."
+"Used for more stringent verification of access to an application when "
+"creating a token."
msgstr ""
-"El número máximo de sesiones permitidas para este usuario ha sido excedido."
+"Utilizado para una verificación más estricta de acceso a una aplicación al "
+"crear un token."
-#: awx/main/models/organization.py:137
-msgid "Invalid token"
-msgstr "Token inválido"
+#: awx/main/models/oauth.py:73
+msgid ""
+"Set to Public or Confidential depending on how secure the client device is."
+msgstr ""
+"Establecer como Público o Confidencial según cuán seguro sea el dispositivo "
+"del cliente."
-#: awx/main/models/organization.py:155
-msgid "Reason the auth token was invalidated."
-msgstr "Razón por la que el token fue invalidado."
+#: awx/main/models/oauth.py:77
+msgid ""
+"Set True to skip authorization step for completely trusted applications."
+msgstr ""
+"Se debe establecer como True para omitir el paso de autorización para "
+"aplicaciones completamente confiables."
-#: awx/main/models/organization.py:194
-msgid "Invalid reason specified"
-msgstr "Razón especificada inválida"
+#: awx/main/models/oauth.py:82
+msgid ""
+"The Grant type the user must use for acquire tokens for this application."
+msgstr ""
+"El tipo de Permiso que debe usar el usuario para adquirir tokens para esta "
+"aplicación."
-#: awx/main/models/projects.py:43
+#: awx/main/models/oauth.py:90
+msgid "access token"
+msgstr "Token de acceso"
+
+#: awx/main/models/oauth.py:98
+msgid "The user representing the token owner"
+msgstr "El usuario que representa al propietario del token"
+
+#: awx/main/models/oauth.py:113
+msgid ""
+"Allowed scopes, further restricts user's permissions. Must be a simple "
+"space-separated string with allowed scopes ['read', 'write']."
+msgstr ""
+"Los alcances permitidos limitan aún más los permisos de los usuarios. Debe "
+"ser una cadena simple y separada por espacio, con alcances permtidos "
+"['lectura', 'escritura']."
+
+#: awx/main/models/projects.py:54
msgid "Git"
msgstr "Git"
-#: awx/main/models/projects.py:44
+#: awx/main/models/projects.py:55
msgid "Mercurial"
msgstr "Mercurial"
-#: awx/main/models/projects.py:45
+#: awx/main/models/projects.py:56
msgid "Subversion"
msgstr "Subversion"
-#: awx/main/models/projects.py:46
+#: awx/main/models/projects.py:57
msgid "Red Hat Insights"
msgstr "Red Hat Insights"
-#: awx/main/models/projects.py:72
+#: awx/main/models/projects.py:83
msgid ""
"Local path (relative to PROJECTS_ROOT) containing playbooks and related "
"files for this project."
@@ -3053,68 +3894,68 @@ msgstr ""
"Ruta local (relativa a PROJECTS_ROOT) que contiene playbooks y ficheros "
"relacionados para este proyecto."
-#: awx/main/models/projects.py:81
+#: awx/main/models/projects.py:92
msgid "SCM Type"
msgstr "Tipo SCM"
-#: awx/main/models/projects.py:82
+#: awx/main/models/projects.py:93
msgid "Specifies the source control system used to store the project."
msgstr ""
"Especifica el sistema de control de fuentes utilizado para almacenar el "
"proyecto."
-#: awx/main/models/projects.py:88
+#: awx/main/models/projects.py:99
msgid "SCM URL"
msgstr "SCM URL"
-#: awx/main/models/projects.py:89
+#: awx/main/models/projects.py:100
msgid "The location where the project is stored."
msgstr "La ubicación donde el proyecto está alojado."
-#: awx/main/models/projects.py:95
+#: awx/main/models/projects.py:106
msgid "SCM Branch"
msgstr "Rama SCM"
-#: awx/main/models/projects.py:96
+#: awx/main/models/projects.py:107
msgid "Specific branch, tag or commit to checkout."
msgstr "Especificar rama, etiqueta o commit para checkout."
-#: awx/main/models/projects.py:100
+#: awx/main/models/projects.py:111
msgid "Discard any local changes before syncing the project."
msgstr ""
"Descartar cualquier cambio local antes de la sincronización del proyecto."
-#: awx/main/models/projects.py:104
+#: awx/main/models/projects.py:115
msgid "Delete the project before syncing."
msgstr "Eliminar el proyecto antes de la sincronización."
-#: awx/main/models/projects.py:133
+#: awx/main/models/projects.py:144
msgid "Invalid SCM URL."
msgstr "SCM URL inválida."
-#: awx/main/models/projects.py:136
+#: awx/main/models/projects.py:147
msgid "SCM URL is required."
msgstr "SCM URL es obligatoria."
-#: awx/main/models/projects.py:144
+#: awx/main/models/projects.py:155
msgid "Insights Credential is required for an Insights Project."
msgstr "Se requiere una credencial de Insights para un proyecto de Insights."
-#: awx/main/models/projects.py:150
+#: awx/main/models/projects.py:161
msgid "Credential kind must be 'scm'."
msgstr "TIpo de credenciales deben ser 'scm'."
-#: awx/main/models/projects.py:167
+#: awx/main/models/projects.py:178
msgid "Invalid credential."
msgstr "Credencial inválida."
-#: awx/main/models/projects.py:249
+#: awx/main/models/projects.py:263
msgid "Update the project when a job is launched that uses the project."
msgstr ""
"Actualizar el proyecto mientras un trabajo es ejecutado que usa este "
"proyecto."
-#: awx/main/models/projects.py:254
+#: awx/main/models/projects.py:268
msgid ""
"The number of seconds after the last project update ran that a newproject "
"update will be launched as a job dependency."
@@ -3123,23 +3964,23 @@ msgstr ""
"ejecutó para que la nueva actualización del proyecto será ejecutada como un "
"trabajo dependiente."
-#: awx/main/models/projects.py:264
+#: awx/main/models/projects.py:278
msgid "The last revision fetched by a project update"
msgstr "La última revisión obtenida por una actualización del proyecto."
-#: awx/main/models/projects.py:271
+#: awx/main/models/projects.py:285
msgid "Playbook Files"
msgstr "Ficheros Playbook"
-#: awx/main/models/projects.py:272
+#: awx/main/models/projects.py:286
msgid "List of playbooks found in the project"
msgstr "Lista de playbooks encontrados en este proyecto"
-#: awx/main/models/projects.py:279
+#: awx/main/models/projects.py:293
msgid "Inventory Files"
msgstr "Archivos de inventario"
-#: awx/main/models/projects.py:280
+#: awx/main/models/projects.py:294
msgid ""
"Suggested list of content that could be Ansible inventory in the project"
msgstr ""
@@ -3163,67 +4004,116 @@ msgid "Admin"
msgstr "Admin"
#: awx/main/models/rbac.py:40
+msgid "Project Admin"
+msgstr "Administrador de proyectos"
+
+#: awx/main/models/rbac.py:41
+msgid "Inventory Admin"
+msgstr "Administrador de inventario"
+
+#: awx/main/models/rbac.py:42
+msgid "Credential Admin"
+msgstr "Administrador de credenciales"
+
+#: awx/main/models/rbac.py:43
+msgid "Workflow Admin"
+msgstr "Administrador de flujo de trabajo"
+
+#: awx/main/models/rbac.py:44
+msgid "Notification Admin"
+msgstr "Administrador de notificaciones"
+
+#: awx/main/models/rbac.py:45
msgid "Auditor"
msgstr "Auditor"
-#: awx/main/models/rbac.py:41
+#: awx/main/models/rbac.py:46
msgid "Execute"
msgstr "Ejecutar"
-#: awx/main/models/rbac.py:42
+#: awx/main/models/rbac.py:47
msgid "Member"
msgstr "Miembro"
-#: awx/main/models/rbac.py:43
+#: awx/main/models/rbac.py:48
msgid "Read"
msgstr "Lectura"
-#: awx/main/models/rbac.py:44
+#: awx/main/models/rbac.py:49
msgid "Update"
msgstr "Actualización"
-#: awx/main/models/rbac.py:45
+#: awx/main/models/rbac.py:50
msgid "Use"
msgstr "Uso"
-#: awx/main/models/rbac.py:49
+#: awx/main/models/rbac.py:54
msgid "Can manage all aspects of the system"
msgstr "Puede gestionar todos los aspectos del sistema"
-#: awx/main/models/rbac.py:50
+#: awx/main/models/rbac.py:55
msgid "Can view all settings on the system"
msgstr "Puede ver todas los ajustes del sistema"
-#: awx/main/models/rbac.py:51
+#: awx/main/models/rbac.py:56
msgid "May run ad hoc commands on an inventory"
msgstr "Puede ejecutar comandos ad-hoc en un inventario"
-#: awx/main/models/rbac.py:52
+#: awx/main/models/rbac.py:57
#, python-format
msgid "Can manage all aspects of the %s"
msgstr "Puede gestionar todos los aspectos del %s"
-#: awx/main/models/rbac.py:53
+#: awx/main/models/rbac.py:58
+#, python-format
+msgid "Can manage all projects of the %s"
+msgstr "Puede gestionar todos los proyectos del %s"
+
+#: awx/main/models/rbac.py:59
+#, python-format
+msgid "Can manage all inventories of the %s"
+msgstr "Puede gestionar todos los inventarios del %s"
+
+#: awx/main/models/rbac.py:60
+#, python-format
+msgid "Can manage all credentials of the %s"
+msgstr "Puede gestionar todas las credenciales del %s"
+
+#: awx/main/models/rbac.py:61
+#, python-format
+msgid "Can manage all workflows of the %s"
+msgstr "Puede gestionar todos los flujos de trabajo del %s"
+
+#: awx/main/models/rbac.py:62
+#, python-format
+msgid "Can manage all notifications of the %s"
+msgstr "Puede gestionar todas las notificaciones del %s"
+
+#: awx/main/models/rbac.py:63
#, python-format
msgid "Can view all settings for the %s"
msgstr "Puede ver todas los ajustes para el %s"
-#: awx/main/models/rbac.py:54
+#: awx/main/models/rbac.py:65
+msgid "May run any executable resources in the organization"
+msgstr "Puede ejecutar cualquier recurso ejecutable en la organización"
+
+#: awx/main/models/rbac.py:66
#, python-format
msgid "May run the %s"
msgstr "Puede ejecutar el %s"
-#: awx/main/models/rbac.py:55
+#: awx/main/models/rbac.py:68
#, python-format
msgid "User is a member of the %s"
msgstr "Usuario es miembro del %s"
-#: awx/main/models/rbac.py:56
+#: awx/main/models/rbac.py:69
#, python-format
msgid "May view settings for the %s"
msgstr "Podría ver ajustes para el %s"
-#: awx/main/models/rbac.py:57
+#: awx/main/models/rbac.py:70
msgid ""
"May update project or inventory or group using the configured source update "
"system"
@@ -3231,29 +4121,29 @@ msgstr ""
"Podría actualizar el proyecto o el inventario o el grupo utilizando el "
"sistema de actualización configurado en la fuente."
-#: awx/main/models/rbac.py:58
+#: awx/main/models/rbac.py:71
#, python-format
msgid "Can use the %s in a job template"
msgstr "Puede usar el %s en una plantilla de trabajo"
-#: awx/main/models/rbac.py:122
+#: awx/main/models/rbac.py:135
msgid "roles"
msgstr "roles"
-#: awx/main/models/rbac.py:434
+#: awx/main/models/rbac.py:441
msgid "role_ancestors"
msgstr "role_ancestors"
-#: awx/main/models/schedules.py:71
+#: awx/main/models/schedules.py:79
msgid "Enables processing of this schedule."
msgstr "Habilita el procesamiento de esta programación."
-#: awx/main/models/schedules.py:77
+#: awx/main/models/schedules.py:85
msgid "The first occurrence of the schedule occurs on or after this time."
msgstr ""
"La primera ocurrencia del programador sucede en o después de esta fecha."
-#: awx/main/models/schedules.py:83
+#: awx/main/models/schedules.py:91
msgid ""
"The last occurrence of the schedule occurs before this time, aftewards the "
"schedule expires."
@@ -3261,100 +4151,108 @@ msgstr ""
"La última ocurrencia del planificador sucede antes de esta fecha, justo "
"después de que la planificación expire."
-#: awx/main/models/schedules.py:87
+#: awx/main/models/schedules.py:95
msgid "A value representing the schedules iCal recurrence rule."
msgstr "Un valor representando la regla de programación recurrente iCal."
-#: awx/main/models/schedules.py:93
+#: awx/main/models/schedules.py:101
msgid "The next time that the scheduled action will run."
msgstr "La siguiente vez que la acción programa se ejecutará."
-#: awx/main/models/schedules.py:109
-msgid "Expected JSON"
-msgstr "JSON esperado"
-
-#: awx/main/models/schedules.py:121
-msgid "days must be a positive integer."
-msgstr "días debe ser un número entero."
-
-#: awx/main/models/unified_jobs.py:58
+#: awx/main/models/unified_jobs.py:61
msgid "New"
msgstr "Nuevo"
-#: awx/main/models/unified_jobs.py:60
+#: awx/main/models/unified_jobs.py:63
msgid "Waiting"
msgstr "Esperando"
-#: awx/main/models/unified_jobs.py:61
+#: awx/main/models/unified_jobs.py:64
msgid "Running"
msgstr "Ejecutándose"
-#: awx/main/models/unified_jobs.py:65
+#: awx/main/models/unified_jobs.py:68
msgid "Canceled"
msgstr "Cancelado"
-#: awx/main/models/unified_jobs.py:69
+#: awx/main/models/unified_jobs.py:72
msgid "Never Updated"
msgstr "Nunca actualizado"
-#: awx/main/models/unified_jobs.py:73 awx/ui/templates/ui/index.html:67
-#: awx/ui/templates/ui/index.html.py:86
+#: awx/main/models/unified_jobs.py:76
msgid "OK"
msgstr "OK"
-#: awx/main/models/unified_jobs.py:74
+#: awx/main/models/unified_jobs.py:77
msgid "Missing"
msgstr "No encontrado"
-#: awx/main/models/unified_jobs.py:78
+#: awx/main/models/unified_jobs.py:81
msgid "No External Source"
msgstr "Sin fuente externa"
-#: awx/main/models/unified_jobs.py:85
+#: awx/main/models/unified_jobs.py:88
msgid "Updating"
msgstr "Actualizando"
-#: awx/main/models/unified_jobs.py:429
+#: awx/main/models/unified_jobs.py:427
+msgid "Field is not allowed on launch."
+msgstr "El campo no está permitido durante el lanzamiento."
+
+#: awx/main/models/unified_jobs.py:455
+#, python-brace-format
+msgid ""
+"Variables {list_of_keys} provided, but this template cannot accept "
+"variables."
+msgstr ""
+"Variables {list_of_keys} provistas, aunque esta plantilla no puede aceptar "
+"variables."
+
+#: awx/main/models/unified_jobs.py:520
msgid "Relaunch"
msgstr "Relanzar"
-#: awx/main/models/unified_jobs.py:430
+#: awx/main/models/unified_jobs.py:521
msgid "Callback"
msgstr "Callback"
-#: awx/main/models/unified_jobs.py:431
+#: awx/main/models/unified_jobs.py:522
msgid "Scheduled"
msgstr "Programado"
-#: awx/main/models/unified_jobs.py:432
+#: awx/main/models/unified_jobs.py:523
msgid "Dependency"
msgstr "Dependencia"
-#: awx/main/models/unified_jobs.py:433
+#: awx/main/models/unified_jobs.py:524
msgid "Workflow"
msgstr "Flujo de trabajo"
-#: awx/main/models/unified_jobs.py:434
+#: awx/main/models/unified_jobs.py:525
msgid "Sync"
msgstr "Sincronizar"
-#: awx/main/models/unified_jobs.py:481
+#: awx/main/models/unified_jobs.py:573
msgid "The node the job executed on."
msgstr "El nodo en el que se ejecutó la tarea."
-#: awx/main/models/unified_jobs.py:507
+#: awx/main/models/unified_jobs.py:579
+msgid "The instance that managed the isolated execution environment."
+msgstr ""
+
+#: awx/main/models/unified_jobs.py:605
msgid "The date and time the job was queued for starting."
msgstr "La fecha y hora que el trabajo fue puesto en la cola para iniciarse."
-#: awx/main/models/unified_jobs.py:513
+#: awx/main/models/unified_jobs.py:611
msgid "The date and time the job finished execution."
msgstr "La fecha y hora en la que el trabajo finalizó su ejecución."
-#: awx/main/models/unified_jobs.py:519
+#: awx/main/models/unified_jobs.py:617
msgid "Elapsed time in seconds that the job ran."
msgstr "Tiempo transcurrido en segundos que el trabajo se ejecutó. "
-#: awx/main/models/unified_jobs.py:541
+#: awx/main/models/unified_jobs.py:639
msgid ""
"A status field to indicate the state of the job if it wasn't able to run and"
" capture stdout"
@@ -3362,10 +4260,23 @@ msgstr ""
"Un campo de estado que indica el estado del trabajo si éste no fue capaz de "
"ejecutarse y obtener la salida estándar."
-#: awx/main/models/unified_jobs.py:580
+#: awx/main/models/unified_jobs.py:668
msgid "The Rampart/Instance group the job was run under"
msgstr "El grupo Rampart/Instancia en el que se ejecutó la tarea"
+#: awx/main/models/workflow.py:203
+#, python-brace-format
+msgid ""
+"Bad launch configuration starting template {template_pk} as part of workflow {workflow_pk}. Errors:\n"
+"{error_text}"
+msgstr ""
+"Plantilla de inicio de la configuración de mal lanzamiento {template_pk} como parte del flujo de trabajo {workflow_pk}. Errores:\n"
+"{error_text}"
+
+#: awx/main/models/workflow.py:388
+msgid "Field is not allowed for use in workflows."
+msgstr "El campo no se permite para el uso en flujos de trabajo."
+
#: awx/main/notifications/base.py:17
#: awx/main/notifications/email_backend.py:28
msgid ""
@@ -3375,11 +4286,11 @@ msgstr ""
"{} #{} tenía el estado {}; ver detalles en {}\n"
"\n"
-#: awx/main/notifications/hipchat_backend.py:47
+#: awx/main/notifications/hipchat_backend.py:48
msgid "Error sending messages: {}"
msgstr "Error enviando mensajes: {}"
-#: awx/main/notifications/hipchat_backend.py:49
+#: awx/main/notifications/hipchat_backend.py:50
msgid "Error sending message to hipchat: {}"
msgstr "Error enviando mensaje a hipchat: {}"
@@ -3387,16 +4298,27 @@ msgstr "Error enviando mensaje a hipchat: {}"
msgid "Exception connecting to irc server: {}"
msgstr "Excepción conectando al servidor de ir: {}"
+#: awx/main/notifications/mattermost_backend.py:48
+#: awx/main/notifications/mattermost_backend.py:50
+msgid "Error sending notification mattermost: {}"
+msgstr "Error al enviar la notificación mattermost: {}"
+
#: awx/main/notifications/pagerduty_backend.py:39
msgid "Exception connecting to PagerDuty: {}"
msgstr "Excepción conectando a PagerDuty: {}"
#: awx/main/notifications/pagerduty_backend.py:48
-#: awx/main/notifications/slack_backend.py:52
+#: awx/main/notifications/slack_backend.py:82
+#: awx/main/notifications/slack_backend.py:99
#: awx/main/notifications/twilio_backend.py:46
msgid "Exception sending messages: {}"
msgstr "Excepción enviando mensajes: {}"
+#: awx/main/notifications/rocketchat_backend.py:46
+#: awx/main/notifications/rocketchat_backend.py:49
+msgid "Error sending notification rocket.chat: {}"
+msgstr "Error al enviar la notificación rocket.chat: {}"
+
#: awx/main/notifications/twilio_backend.py:36
msgid "Exception connecting to Twilio: {}"
msgstr "Excepción conectando a Twilio: {}"
@@ -3406,7 +4328,7 @@ msgstr "Excepción conectando a Twilio: {}"
msgid "Error sending notification webhook: {}"
msgstr "Error enviando notificación weebhook: {}"
-#: awx/main/scheduler/task_manager.py:197
+#: awx/main/scheduler/task_manager.py:201
msgid ""
"Job spawned from workflow could not start because it was not in the right "
"state or required manual credentials"
@@ -3414,7 +4336,7 @@ msgstr ""
"Trabajo generado desde un flujo de trabajo no pudo ser iniciado porque no "
"tenía el estado correcto o credenciales manuales eran solicitados."
-#: awx/main/scheduler/task_manager.py:201
+#: awx/main/scheduler/task_manager.py:205
msgid ""
"Job spawned from workflow could not start because it was missing a related "
"resource such as project or inventory"
@@ -3422,91 +4344,109 @@ msgstr ""
"Trabajo generado desde un flujo de trabajo no pudo ser iniciado porque no se"
" encontraron los recursos relacionados como un proyecto o un inventario."
-#: awx/main/tasks.py:184
+#: awx/main/signals.py:616
+msgid "limit_reached"
+msgstr "limit_reached"
+
+#: awx/main/tasks.py:282
msgid "Ansible Tower host usage over 90%"
msgstr "Ansible Tower uso de servidores por encima de 90%"
-#: awx/main/tasks.py:189
+#: awx/main/tasks.py:287
msgid "Ansible Tower license will expire soon"
msgstr "Licencia de Ansible Tower expirará pronto"
-#: awx/main/tasks.py:318
-msgid "status_str must be either succeeded or failed"
-msgstr "status_str debe ser 'succeeded' o 'failed'"
+#: awx/main/tasks.py:1335
+msgid "Job could not start because it does not have a valid inventory."
+msgstr "La tarea no se pudo iniciar por no tener un inventario válido."
-#: awx/main/tasks.py:1549
-msgid "Dependent inventory update {} was canceled."
-msgstr "Se canceló la actualización del inventario dependiente {}."
-
-#: awx/main/utils/common.py:89
+#: awx/main/utils/common.py:97
#, python-format
msgid "Unable to convert \"%s\" to boolean"
msgstr "Imposible convertir \"%s\" a booleano"
-#: awx/main/utils/common.py:235
+#: awx/main/utils/common.py:254
#, python-format
msgid "Unsupported SCM type \"%s\""
msgstr "Tipo de SCM no soportado \"%s\""
-#: awx/main/utils/common.py:242 awx/main/utils/common.py:254
-#: awx/main/utils/common.py:273
+#: awx/main/utils/common.py:261 awx/main/utils/common.py:273
+#: awx/main/utils/common.py:292
#, python-format
msgid "Invalid %s URL"
msgstr "URL %s inválida"
-#: awx/main/utils/common.py:244 awx/main/utils/common.py:283
+#: awx/main/utils/common.py:263 awx/main/utils/common.py:302
#, python-format
msgid "Unsupported %s URL"
msgstr "URL %s no soportada"
-#: awx/main/utils/common.py:285
+#: awx/main/utils/common.py:304
#, python-format
msgid "Unsupported host \"%s\" for file:// URL"
msgstr "Servidor \"%s\" no soportado para URL file://"
-#: awx/main/utils/common.py:287
+#: awx/main/utils/common.py:306
#, python-format
msgid "Host is required for %s URL"
msgstr "Servidor es obligatorio para URL %s"
-#: awx/main/utils/common.py:305
+#: awx/main/utils/common.py:324
#, python-format
msgid "Username must be \"git\" for SSH access to %s."
msgstr "Usuario debe ser \"git\" para acceso SSH a %s."
-#: awx/main/utils/common.py:311
+#: awx/main/utils/common.py:330
#, python-format
msgid "Username must be \"hg\" for SSH access to %s."
msgstr "Usuario debe ser \"hg\" para acceso SSH a %s."
-#: awx/main/validators.py:60
+#: awx/main/utils/common.py:611
+#, python-brace-format
+msgid "Input type `{data_type}` is not a dictionary"
+msgstr "El Tipo de entrada `{data_type}` no está en el diccionario"
+
+#: awx/main/utils/common.py:644
+#, python-brace-format
+msgid "Variables not compatible with JSON standard (error: {json_error})"
+msgstr "Variables no compatibles con el estándar JSON (error: {json_error})"
+
+#: awx/main/utils/common.py:650
+#, python-brace-format
+msgid ""
+"Cannot parse as JSON (error: {json_error}) or YAML (error: {yaml_error})."
+msgstr ""
+"No se puede analizar como JSON (error: {json_error}) o YAML (error: "
+"{yaml_error})."
+
+#: awx/main/validators.py:67
#, python-format
msgid "Invalid certificate or key: %s..."
msgstr "Clave o certificado no válido: %s…"
-#: awx/main/validators.py:74
+#: awx/main/validators.py:83
#, python-format
msgid "Invalid private key: unsupported type \"%s\""
msgstr "Clave privada inválida: tipo no soportado \"%s\""
-#: awx/main/validators.py:78
+#: awx/main/validators.py:87
#, python-format
msgid "Unsupported PEM object type: \"%s\""
msgstr "TIpo de objeto PEM no soportado: \"%s\""
-#: awx/main/validators.py:103
+#: awx/main/validators.py:112
msgid "Invalid base64-encoded data"
msgstr "Datos codificados en base64 inválidos"
-#: awx/main/validators.py:122
+#: awx/main/validators.py:131
msgid "Exactly one private key is required."
msgstr "Exactamente una clave privada es necesaria."
-#: awx/main/validators.py:124
+#: awx/main/validators.py:133
msgid "At least one private key is required."
msgstr "Al menos una clave privada es necesaria."
-#: awx/main/validators.py:126
+#: awx/main/validators.py:135
#, python-format
msgid ""
"At least %(min_keys)d private keys are required, only %(key_count)d "
@@ -3515,14 +4455,14 @@ msgstr ""
"Al menos %(min_keys)d claves privadas son necesarias, sólo %(key_count)d han"
" sido proporcionadas."
-#: awx/main/validators.py:129
+#: awx/main/validators.py:138
#, python-format
msgid "Only one private key is allowed, %(key_count)d provided."
msgstr ""
"Sólo una clave privada está permitida, %(key_count)d han sido "
"proporcionadas."
-#: awx/main/validators.py:131
+#: awx/main/validators.py:140
#, python-format
msgid ""
"No more than %(max_keys)d private keys are allowed, %(key_count)d provided."
@@ -3530,15 +4470,15 @@ msgstr ""
"No más de %(max_keys)d claves privadas son permitidas, %(key_count)d han "
"sido proporcionadas."
-#: awx/main/validators.py:136
+#: awx/main/validators.py:145
msgid "Exactly one certificate is required."
msgstr "Exactamente un certificado es necesario."
-#: awx/main/validators.py:138
+#: awx/main/validators.py:147
msgid "At least one certificate is required."
msgstr "Al menos un certificado es necesario."
-#: awx/main/validators.py:140
+#: awx/main/validators.py:149
#, python-format
msgid ""
"At least %(min_certs)d certificates are required, only %(cert_count)d "
@@ -3547,13 +4487,13 @@ msgstr ""
"Al menos %(min_certs)d certificados son necesarios, sólo %(cert_count)d han "
"sido proporcionados."
-#: awx/main/validators.py:143
+#: awx/main/validators.py:152
#, python-format
msgid "Only one certificate is allowed, %(cert_count)d provided."
msgstr ""
"Sólo un certificado está permitido, %(cert_count)d han sido proporcionados."
-#: awx/main/validators.py:145
+#: awx/main/validators.py:154
#, python-format
msgid ""
"No more than %(max_certs)d certificates are allowed, %(cert_count)d "
@@ -3598,287 +4538,287 @@ msgstr "Error de servidor"
msgid "A server error has occurred."
msgstr "Un error en el servidor ha ocurrido."
-#: awx/settings/defaults.py:665
+#: awx/settings/defaults.py:721
msgid "US East (Northern Virginia)"
msgstr "Este de EE.UU. (Virginia del norte)"
-#: awx/settings/defaults.py:666
+#: awx/settings/defaults.py:722
msgid "US East (Ohio)"
msgstr "Este de EE.UU. (Ohio)"
-#: awx/settings/defaults.py:667
+#: awx/settings/defaults.py:723
msgid "US West (Oregon)"
msgstr "Oeste de EE.UU. (Oregón)"
-#: awx/settings/defaults.py:668
+#: awx/settings/defaults.py:724
msgid "US West (Northern California)"
msgstr "Oeste de EE.UU (California del norte)"
-#: awx/settings/defaults.py:669
+#: awx/settings/defaults.py:725
msgid "Canada (Central)"
msgstr "Canada (Central)"
-#: awx/settings/defaults.py:670
+#: awx/settings/defaults.py:726
msgid "EU (Frankfurt)"
msgstr "UE (Fráncfort)"
-#: awx/settings/defaults.py:671
+#: awx/settings/defaults.py:727
msgid "EU (Ireland)"
msgstr "UE (Irlanda)"
-#: awx/settings/defaults.py:672
+#: awx/settings/defaults.py:728
msgid "EU (London)"
msgstr "UE (Londres)"
-#: awx/settings/defaults.py:673
+#: awx/settings/defaults.py:729
msgid "Asia Pacific (Singapore)"
msgstr "Asia Pacífico (Singapur)"
-#: awx/settings/defaults.py:674
+#: awx/settings/defaults.py:730
msgid "Asia Pacific (Sydney)"
msgstr "Asia Pacífico (Sídney)"
-#: awx/settings/defaults.py:675
+#: awx/settings/defaults.py:731
msgid "Asia Pacific (Tokyo)"
msgstr "Asia Pacífico (Tokio)"
-#: awx/settings/defaults.py:676
+#: awx/settings/defaults.py:732
msgid "Asia Pacific (Seoul)"
msgstr "Asia Pacífico (Seúl)"
-#: awx/settings/defaults.py:677
+#: awx/settings/defaults.py:733
msgid "Asia Pacific (Mumbai)"
msgstr "Asia Pacífico (Bombay)"
-#: awx/settings/defaults.py:678
+#: awx/settings/defaults.py:734
msgid "South America (Sao Paulo)"
msgstr "América del sur (São Paulo)"
-#: awx/settings/defaults.py:679
+#: awx/settings/defaults.py:735
msgid "US West (GovCloud)"
msgstr "Oeste de EE.UU. (GovCloud)"
-#: awx/settings/defaults.py:680
+#: awx/settings/defaults.py:736
msgid "China (Beijing)"
msgstr "China (Pekín)"
-#: awx/settings/defaults.py:729
+#: awx/settings/defaults.py:785
msgid "US East 1 (B)"
msgstr "Este de EE. UU. 1 (B)"
-#: awx/settings/defaults.py:730
+#: awx/settings/defaults.py:786
msgid "US East 1 (C)"
msgstr "Este de EE. UU. 1 (C)"
-#: awx/settings/defaults.py:731
+#: awx/settings/defaults.py:787
msgid "US East 1 (D)"
msgstr "Este de EE. UU. 1 (D)"
-#: awx/settings/defaults.py:732
+#: awx/settings/defaults.py:788
msgid "US East 4 (A)"
msgstr "Este de EE. UU. 4 (A)"
-#: awx/settings/defaults.py:733
+#: awx/settings/defaults.py:789
msgid "US East 4 (B)"
msgstr "Este de EE. UU. 4 (B)"
-#: awx/settings/defaults.py:734
+#: awx/settings/defaults.py:790
msgid "US East 4 (C)"
msgstr "Este de EE. UU. 4 (C)"
-#: awx/settings/defaults.py:735
+#: awx/settings/defaults.py:791
msgid "US Central (A)"
msgstr "EE.UU. Central (A)"
-#: awx/settings/defaults.py:736
+#: awx/settings/defaults.py:792
msgid "US Central (B)"
msgstr "EE.UU. Central (B)"
-#: awx/settings/defaults.py:737
+#: awx/settings/defaults.py:793
msgid "US Central (C)"
msgstr "EE.UU. Central (C)"
-#: awx/settings/defaults.py:738
+#: awx/settings/defaults.py:794
msgid "US Central (F)"
msgstr "EE.UU. Central (F)"
-#: awx/settings/defaults.py:739
+#: awx/settings/defaults.py:795
msgid "US West (A)"
msgstr "Oeste de EE. UU. (A)"
-#: awx/settings/defaults.py:740
+#: awx/settings/defaults.py:796
msgid "US West (B)"
msgstr "Oeste de EE. UU. (B)"
-#: awx/settings/defaults.py:741
+#: awx/settings/defaults.py:797
msgid "US West (C)"
msgstr "Oeste de EE. UU. (C)"
-#: awx/settings/defaults.py:742
+#: awx/settings/defaults.py:798
msgid "Europe West 1 (B)"
msgstr "Oeste de Europa 1 (B)"
-#: awx/settings/defaults.py:743
+#: awx/settings/defaults.py:799
msgid "Europe West 1 (C)"
msgstr "Oeste de Europa 1 (C)"
-#: awx/settings/defaults.py:744
+#: awx/settings/defaults.py:800
msgid "Europe West 1 (D)"
msgstr "Oeste de Europa 1 (D)"
-#: awx/settings/defaults.py:745
+#: awx/settings/defaults.py:801
msgid "Europe West 2 (A)"
msgstr "Oeste de Europa 2 (A)"
-#: awx/settings/defaults.py:746
+#: awx/settings/defaults.py:802
msgid "Europe West 2 (B)"
msgstr "Oeste de Europa 2 (B)"
-#: awx/settings/defaults.py:747
+#: awx/settings/defaults.py:803
msgid "Europe West 2 (C)"
msgstr "Oeste de Europa 2 (C)"
-#: awx/settings/defaults.py:748
+#: awx/settings/defaults.py:804
msgid "Asia East (A)"
msgstr "Este de Asia (A)"
-#: awx/settings/defaults.py:749
+#: awx/settings/defaults.py:805
msgid "Asia East (B)"
msgstr "Este de Asia (B)"
-#: awx/settings/defaults.py:750
+#: awx/settings/defaults.py:806
msgid "Asia East (C)"
msgstr "Este de Asia (C)"
-#: awx/settings/defaults.py:751
+#: awx/settings/defaults.py:807
msgid "Asia Southeast (A)"
msgstr "Sudeste de Asia (A)"
-#: awx/settings/defaults.py:752
+#: awx/settings/defaults.py:808
msgid "Asia Southeast (B)"
msgstr "Sudeste de Asia (B)"
-#: awx/settings/defaults.py:753
+#: awx/settings/defaults.py:809
msgid "Asia Northeast (A)"
msgstr "Noreste de Asia (A)"
-#: awx/settings/defaults.py:754
+#: awx/settings/defaults.py:810
msgid "Asia Northeast (B)"
msgstr "Noreste de Asia (B)"
-#: awx/settings/defaults.py:755
+#: awx/settings/defaults.py:811
msgid "Asia Northeast (C)"
msgstr "Noreste de Asia (C)"
-#: awx/settings/defaults.py:756
+#: awx/settings/defaults.py:812
msgid "Australia Southeast (A)"
msgstr "Sudeste de Australia (A)"
-#: awx/settings/defaults.py:757
+#: awx/settings/defaults.py:813
msgid "Australia Southeast (B)"
msgstr "Sudeste de Australia (B)"
-#: awx/settings/defaults.py:758
+#: awx/settings/defaults.py:814
msgid "Australia Southeast (C)"
msgstr "Sudeste de Australia (C)"
-#: awx/settings/defaults.py:780
+#: awx/settings/defaults.py:836
msgid "US East"
msgstr "Este de EE.UU."
-#: awx/settings/defaults.py:781
+#: awx/settings/defaults.py:837
msgid "US East 2"
msgstr "Este de EE.UU. 2"
-#: awx/settings/defaults.py:782
+#: awx/settings/defaults.py:838
msgid "US Central"
msgstr "EE.UU. Central"
-#: awx/settings/defaults.py:783
+#: awx/settings/defaults.py:839
msgid "US North Central"
msgstr "Norte-centro de EE.UU."
-#: awx/settings/defaults.py:784
+#: awx/settings/defaults.py:840
msgid "US South Central"
msgstr "Sur-Centro de EE.UU."
-#: awx/settings/defaults.py:785
+#: awx/settings/defaults.py:841
msgid "US West Central"
msgstr "Oeste central de EE. UU."
-#: awx/settings/defaults.py:786
+#: awx/settings/defaults.py:842
msgid "US West"
msgstr "Oeste de EE.UU."
-#: awx/settings/defaults.py:787
+#: awx/settings/defaults.py:843
msgid "US West 2"
msgstr "Oeste de EE. UU. 2"
-#: awx/settings/defaults.py:788
+#: awx/settings/defaults.py:844
msgid "Canada East"
msgstr "Este de Canadá"
-#: awx/settings/defaults.py:789
+#: awx/settings/defaults.py:845
msgid "Canada Central"
msgstr "Canadá Central"
-#: awx/settings/defaults.py:790
+#: awx/settings/defaults.py:846
msgid "Brazil South"
msgstr "Sur de Brasil"
-#: awx/settings/defaults.py:791
+#: awx/settings/defaults.py:847
msgid "Europe North"
msgstr "Norte de Europa"
-#: awx/settings/defaults.py:792
+#: awx/settings/defaults.py:848
msgid "Europe West"
msgstr "Oeste de Europa"
-#: awx/settings/defaults.py:793
+#: awx/settings/defaults.py:849
msgid "UK West"
msgstr "Oeste del Reino Unido"
-#: awx/settings/defaults.py:794
+#: awx/settings/defaults.py:850
msgid "UK South"
msgstr "Sur del Reino Unido"
-#: awx/settings/defaults.py:795
+#: awx/settings/defaults.py:851
msgid "Asia East"
msgstr "Este de Asia"
-#: awx/settings/defaults.py:796
+#: awx/settings/defaults.py:852
msgid "Asia Southeast"
msgstr "Sudeste de Asia"
-#: awx/settings/defaults.py:797
+#: awx/settings/defaults.py:853
msgid "Australia East"
msgstr "Este de Australia"
-#: awx/settings/defaults.py:798
+#: awx/settings/defaults.py:854
msgid "Australia Southeast"
msgstr "Sudeste de Australia"
-#: awx/settings/defaults.py:799
+#: awx/settings/defaults.py:855
msgid "India West"
msgstr "Oeste de India"
-#: awx/settings/defaults.py:800
+#: awx/settings/defaults.py:856
msgid "India South"
msgstr "Sur de India"
-#: awx/settings/defaults.py:801
+#: awx/settings/defaults.py:857
msgid "Japan East"
msgstr "Este de Japón"
-#: awx/settings/defaults.py:802
+#: awx/settings/defaults.py:858
msgid "Japan West"
msgstr "Oeste de Japón"
-#: awx/settings/defaults.py:803
+#: awx/settings/defaults.py:859
msgid "Korea Central"
msgstr "Corea central"
-#: awx/settings/defaults.py:804
+#: awx/settings/defaults.py:860
msgid "Korea South"
msgstr "Sur de Corea"
@@ -3891,10 +4831,10 @@ msgid ""
"Mapping to organization admins/users from social auth accounts. This setting\n"
"controls which users are placed into which Tower organizations based on their\n"
"username and email address. Configuration details are available in the Ansible\n"
-"Tower documentation.'"
+"Tower documentation."
msgstr ""
-"Mapeo de administradores o usuarios de la organización desde cuentas de "
-"autorización social. Esta configuración controla qué usuarios se ubican en "
+"Asignación de administradores o usuarios de la organización desde cuentas de"
+" autorización social. Esta configuración controla qué usuarios se ubican en "
"qué organizaciones de Tower en función de su nombre de usuario y dirección "
"de correo electrónico. Detalles de configuración disponibles en la "
"documentación de Ansible Tower."
@@ -3942,11 +4882,11 @@ msgstr ""
"iniciado sesión usando autentificación social o tengan una cuenta de usuario"
" que corresponda con la dirección de correcto podrán iniciar sesión."
-#: awx/sso/conf.py:137
+#: awx/sso/conf.py:141
msgid "LDAP Server URI"
msgstr "URI servidor LDAP"
-#: awx/sso/conf.py:138
+#: awx/sso/conf.py:142
msgid ""
"URI to connect to LDAP server, such as \"ldap://ldap.example.com:389\" (non-"
"SSL) or \"ldaps://ldap.example.com:636\" (SSL). Multiple LDAP servers may be"
@@ -3959,19 +4899,20 @@ msgstr ""
"espacios o comandos. La autentificación LDAP está deshabilitado si este "
"parámetro está vacío."
-#: awx/sso/conf.py:142 awx/sso/conf.py:158 awx/sso/conf.py:170
-#: awx/sso/conf.py:182 awx/sso/conf.py:198 awx/sso/conf.py:218
-#: awx/sso/conf.py:240 awx/sso/conf.py:255 awx/sso/conf.py:273
-#: awx/sso/conf.py:290 awx/sso/conf.py:307 awx/sso/conf.py:323
-#: awx/sso/conf.py:337 awx/sso/conf.py:354 awx/sso/conf.py:380
+#: awx/sso/conf.py:146 awx/sso/conf.py:162 awx/sso/conf.py:174
+#: awx/sso/conf.py:186 awx/sso/conf.py:202 awx/sso/conf.py:222
+#: awx/sso/conf.py:244 awx/sso/conf.py:259 awx/sso/conf.py:277
+#: awx/sso/conf.py:294 awx/sso/conf.py:306 awx/sso/conf.py:332
+#: awx/sso/conf.py:348 awx/sso/conf.py:362 awx/sso/conf.py:380
+#: awx/sso/conf.py:406
msgid "LDAP"
msgstr "LDAP"
-#: awx/sso/conf.py:154
+#: awx/sso/conf.py:158
msgid "LDAP Bind DN"
msgstr "DN para enlazar con LDAP"
-#: awx/sso/conf.py:155
+#: awx/sso/conf.py:159
msgid ""
"DN (Distinguished Name) of user to bind for all search queries. This is the "
"system user account we will use to login to query LDAP for other user "
@@ -3983,27 +4924,27 @@ msgstr ""
"Consulte la documentación de Ansible Tower para acceder a ejemplos de "
"sintaxis."
-#: awx/sso/conf.py:168
+#: awx/sso/conf.py:172
msgid "LDAP Bind Password"
msgstr "Contraseña para enlazar con LDAP"
-#: awx/sso/conf.py:169
+#: awx/sso/conf.py:173
msgid "Password used to bind LDAP user account."
msgstr "Contraseña usada para enlazar a LDAP con la cuenta de usuario."
-#: awx/sso/conf.py:180
+#: awx/sso/conf.py:184
msgid "LDAP Start TLS"
msgstr "LDAP - Iniciar TLS"
-#: awx/sso/conf.py:181
+#: awx/sso/conf.py:185
msgid "Whether to enable TLS when the LDAP connection is not using SSL."
msgstr "Para activar o no TLS cuando la conexión LDAP no utilice SSL"
-#: awx/sso/conf.py:191
+#: awx/sso/conf.py:195
msgid "LDAP Connection Options"
msgstr "Opciones de conexión a LDAP"
-#: awx/sso/conf.py:192
+#: awx/sso/conf.py:196
msgid ""
"Additional options to set for the LDAP connection. LDAP referrals are "
"disabled by default (to prevent certain LDAP queries from hanging with AD). "
@@ -4018,11 +4959,11 @@ msgstr ""
"ldap.org/doc/html/ldap.html#options para posibles opciones y valores que "
"pueden ser establecidos."
-#: awx/sso/conf.py:211
+#: awx/sso/conf.py:215
msgid "LDAP User Search"
msgstr "Búsqueda de usuarios LDAP"
-#: awx/sso/conf.py:212
+#: awx/sso/conf.py:216
msgid ""
"LDAP search query to find users. Any user that matches the given pattern "
"will be able to login to Tower. The user should also be mapped into a Tower"
@@ -4037,11 +4978,11 @@ msgstr ""
"búsquedas, es posible utilizar \"LDAPUnion\". Consulte la documentación de "
"Tower para acceder a información detallada."
-#: awx/sso/conf.py:234
+#: awx/sso/conf.py:238
msgid "LDAP User DN Template"
msgstr "Plantilla de DN para el usuario LDAP"
-#: awx/sso/conf.py:235
+#: awx/sso/conf.py:239
msgid ""
"Alternative to user search, if user DNs are all of the same format. This "
"approach is more efficient for user lookups than searching if it is usable "
@@ -4054,28 +4995,28 @@ msgstr ""
"organización. Si esta configuración tiene un valor, se utilizará en vez de "
"AUTH_LDAP_USER_SEARCH."
-#: awx/sso/conf.py:250
+#: awx/sso/conf.py:254
msgid "LDAP User Attribute Map"
msgstr "Mapa de atributos de usuario LDAP"
-#: awx/sso/conf.py:251
+#: awx/sso/conf.py:255
msgid ""
"Mapping of LDAP user schema to Tower API user attributes. The default "
"setting is valid for ActiveDirectory but users with other LDAP "
"configurations may need to change the values. Refer to the Ansible Tower "
-"documentation for additonal details."
+"documentation for additional details."
msgstr ""
-"Mapeo de esquemas de usuarios de LDAP con los atributos de usuario API de "
-"Tower. La configuración predeterminada es válida para ActiveDirectory. Sin "
-"embargo, los usuarios con otras configuraciones de LDAP tal vez necesiten "
-"modificar los valores. Consulte la documentación de Ansible Tower para "
-"acceder a información detallada."
+"Asignación de esquemas de usuarios de LDAP con los atributos de usuario API "
+"de Tower. La configuración predeterminada es válida para ActiveDirectory. "
+"Sin embargo, los usuarios con otras configuraciones de LDAP tal vez "
+"necesiten modificar los valores. Consulte la documentación de Ansible Tower "
+"para acceder a información detallada."
-#: awx/sso/conf.py:269
+#: awx/sso/conf.py:273
msgid "LDAP Group Search"
msgstr "Búsqueda de grupos LDAP"
-#: awx/sso/conf.py:270
+#: awx/sso/conf.py:274
msgid ""
"Users are mapped to organizations based on their membership in LDAP groups. "
"This setting defines the LDAP search query to find groups. Unlike the user "
@@ -4086,25 +5027,35 @@ msgstr ""
"encontrar grupos. A diferencia de la búsqueda de usuarios, la búsqueda de "
"grupos no es compatible con LDAPSearchUnion."
-#: awx/sso/conf.py:286
+#: awx/sso/conf.py:290
msgid "LDAP Group Type"
msgstr "Tipo de grupo LDAP"
-#: awx/sso/conf.py:287
+#: awx/sso/conf.py:291
msgid ""
"The group type may need to be changed based on the type of the LDAP server."
-" Values are listed at: http://pythonhosted.org/django-auth-ldap/groups.html"
-"#types-of-groups"
+" Values are listed at: https://django-auth-"
+"ldap.readthedocs.io/en/stable/groups.html#types-of-groups"
msgstr ""
-"El tipo de grupo es necesario ser cambiado basado en el tipo del servidor de"
-" LDAP. Valores posibles listados en: http://pythonhosted.org/django-auth-"
-"ldap/groups.html#types-of-groups"
+"Puede tener que cambiarse el tipo de grupo en base al tipo de servidor de "
+"LDAP. Valores listados en: : https://django-auth-"
+"ldap.readthedocs.io/en/stable/groups.html#types-of-groups"
-#: awx/sso/conf.py:302
+#: awx/sso/conf.py:304
+msgid "LDAP Group Type Parameters"
+msgstr "Parámetros del tipo de grupo LDAP"
+
+#: awx/sso/conf.py:305
+msgid "Key value parameters to send the chosen group type init method."
+msgstr ""
+"Parámetros de valor clave para enviar al método de inicio del tipo de grupo "
+"elegido."
+
+#: awx/sso/conf.py:327
msgid "LDAP Require Group"
msgstr "Grupo LDAP requerido"
-#: awx/sso/conf.py:303
+#: awx/sso/conf.py:328
msgid ""
"Group DN required to login. If specified, user must be a member of this "
"group to login via LDAP. If not set, everyone in LDAP that matches the user "
@@ -4116,11 +5067,11 @@ msgstr ""
"será capaz de iniciar sesión en Tower. No es posible especificar varios "
"grupos."
-#: awx/sso/conf.py:319
+#: awx/sso/conf.py:344
msgid "LDAP Deny Group"
msgstr "Grupo LDAP no permitido"
-#: awx/sso/conf.py:320
+#: awx/sso/conf.py:345
msgid ""
"Group DN denied from login. If specified, user will not be allowed to login "
"if a member of this group. Only one deny group is supported."
@@ -4129,11 +5080,11 @@ msgstr ""
"podrá iniciar sesión si es miembro de este grupo. Sólo un grupo no permitido"
" está soportado."
-#: awx/sso/conf.py:333
+#: awx/sso/conf.py:358
msgid "LDAP User Flags By Group"
msgstr "Indicadores de usuario LDAP por grupo"
-#: awx/sso/conf.py:334
+#: awx/sso/conf.py:359
msgid ""
"Retrieve users from a given group. At this time, superuser and system "
"auditors are the only groups supported. Refer to the Ansible Tower "
@@ -4143,11 +5094,11 @@ msgstr ""
" y los auditores del sistema son los únicos grupos que se admiten. Consulte "
"la documentación de Ansible Tower para obtener información detallada."
-#: awx/sso/conf.py:349
+#: awx/sso/conf.py:375
msgid "LDAP Organization Map"
msgstr "Mapa de organización LDAP"
-#: awx/sso/conf.py:350
+#: awx/sso/conf.py:376
msgid ""
"Mapping between organization admins/users and LDAP groups. This controls "
"which users are placed into which Tower organizations relative to their LDAP"
@@ -4159,11 +5110,11 @@ msgstr ""
"organizaciones de Tower en función de sus membresías en grupos de LDAP. "
"Detalles de configuración disponibles en la documentación de Ansible Tower."
-#: awx/sso/conf.py:377
+#: awx/sso/conf.py:403
msgid "LDAP Team Map"
msgstr "Mapa de equipos LDAP"
-#: awx/sso/conf.py:378
+#: awx/sso/conf.py:404
msgid ""
"Mapping between team members (users) and LDAP groups. Configuration details "
"are available in the Ansible Tower documentation."
@@ -4171,11 +5122,11 @@ msgstr ""
"Mapear entre los miembros de equipos (usuarios) y grupos de LDAP. Detalles "
"de configuración disponibles en la documentación de Ansible Tower."
-#: awx/sso/conf.py:406
+#: awx/sso/conf.py:440
msgid "RADIUS Server"
msgstr "Servidor RADIUS"
-#: awx/sso/conf.py:407
+#: awx/sso/conf.py:441
msgid ""
"Hostname/IP of RADIUS server. RADIUS authentication is disabled if this "
"setting is empty."
@@ -4183,80 +5134,80 @@ msgstr ""
"Hostname/IP del servidor RADIUS. La autenticación de RADIUS se desactiva si "
"esta configuración está vacía."
-#: awx/sso/conf.py:409 awx/sso/conf.py:423 awx/sso/conf.py:435
+#: awx/sso/conf.py:443 awx/sso/conf.py:457 awx/sso/conf.py:469
#: awx/sso/models.py:14
msgid "RADIUS"
msgstr "RADIUS"
-#: awx/sso/conf.py:421
+#: awx/sso/conf.py:455
msgid "RADIUS Port"
msgstr "Puerto RADIUS"
-#: awx/sso/conf.py:422
+#: awx/sso/conf.py:456
msgid "Port of RADIUS server."
msgstr "Puerto del servidor RADIUS"
-#: awx/sso/conf.py:433
+#: awx/sso/conf.py:467
msgid "RADIUS Secret"
msgstr "Clave secreta RADIUS"
-#: awx/sso/conf.py:434
+#: awx/sso/conf.py:468
msgid "Shared secret for authenticating to RADIUS server."
msgstr "Clave secreta compartida para autentificación a RADIUS."
-#: awx/sso/conf.py:450
+#: awx/sso/conf.py:484
msgid "TACACS+ Server"
msgstr "Servidor TACACS+"
-#: awx/sso/conf.py:451
+#: awx/sso/conf.py:485
msgid "Hostname of TACACS+ server."
msgstr "Nombre de host del servidor TACACS+."
-#: awx/sso/conf.py:452 awx/sso/conf.py:465 awx/sso/conf.py:478
-#: awx/sso/conf.py:491 awx/sso/conf.py:503 awx/sso/models.py:15
+#: awx/sso/conf.py:486 awx/sso/conf.py:499 awx/sso/conf.py:512
+#: awx/sso/conf.py:525 awx/sso/conf.py:537 awx/sso/models.py:15
msgid "TACACS+"
msgstr "TACACS+"
-#: awx/sso/conf.py:463
+#: awx/sso/conf.py:497
msgid "TACACS+ Port"
msgstr "Puerto TACACS+"
-#: awx/sso/conf.py:464
+#: awx/sso/conf.py:498
msgid "Port number of TACACS+ server."
msgstr "Número de puerto del servidor TACACS+."
-#: awx/sso/conf.py:476
+#: awx/sso/conf.py:510
msgid "TACACS+ Secret"
msgstr "Clave secreta TACACS+"
-#: awx/sso/conf.py:477
+#: awx/sso/conf.py:511
msgid "Shared secret for authenticating to TACACS+ server."
msgstr ""
"Clave secreta compartida para la autentificación en el servidor TACACS+."
-#: awx/sso/conf.py:489
+#: awx/sso/conf.py:523
msgid "TACACS+ Auth Session Timeout"
msgstr "Tiempo de espera para la sesión de autenticación de TACACS+"
-#: awx/sso/conf.py:490
+#: awx/sso/conf.py:524
msgid "TACACS+ session timeout value in seconds, 0 disables timeout."
msgstr ""
"Valor de tiempo de espera para la sesión TACACS+ en segundos. El valor 0 "
"deshabilita el tiempo de espera."
-#: awx/sso/conf.py:501
+#: awx/sso/conf.py:535
msgid "TACACS+ Authentication Protocol"
msgstr "Protocolo de autenticación de TACACS+"
-#: awx/sso/conf.py:502
+#: awx/sso/conf.py:536
msgid "Choose the authentication protocol used by TACACS+ client."
msgstr "Elija el protocolo de autenticación utilizado por el cliente TACACS+."
-#: awx/sso/conf.py:517
+#: awx/sso/conf.py:551
msgid "Google OAuth2 Callback URL"
msgstr "Google OAuth2 Callback URL"
-#: awx/sso/conf.py:518 awx/sso/conf.py:611 awx/sso/conf.py:676
+#: awx/sso/conf.py:552 awx/sso/conf.py:645 awx/sso/conf.py:710
msgid ""
"Provide this URL as the callback URL for your application as part of your "
"registration process. Refer to the Ansible Tower documentation for more "
@@ -4266,33 +5217,33 @@ msgstr ""
"proceso de registro. Consulte la documentación de Ansible Tower para obtener"
" información detallada."
-#: awx/sso/conf.py:521 awx/sso/conf.py:533 awx/sso/conf.py:545
-#: awx/sso/conf.py:558 awx/sso/conf.py:572 awx/sso/conf.py:584
-#: awx/sso/conf.py:596
+#: awx/sso/conf.py:555 awx/sso/conf.py:567 awx/sso/conf.py:579
+#: awx/sso/conf.py:592 awx/sso/conf.py:606 awx/sso/conf.py:618
+#: awx/sso/conf.py:630
msgid "Google OAuth2"
msgstr "Google OAuth2"
-#: awx/sso/conf.py:531
+#: awx/sso/conf.py:565
msgid "Google OAuth2 Key"
msgstr "Clave Google OAuth2"
-#: awx/sso/conf.py:532
+#: awx/sso/conf.py:566
msgid "The OAuth2 key from your web application."
msgstr "Clave OAuth2 de su aplicación web."
-#: awx/sso/conf.py:543
+#: awx/sso/conf.py:577
msgid "Google OAuth2 Secret"
msgstr "Clave secreta para Google OAuth2"
-#: awx/sso/conf.py:544
+#: awx/sso/conf.py:578
msgid "The OAuth2 secret from your web application."
msgstr "Secreto OAuth2 de su aplicación web."
-#: awx/sso/conf.py:555
+#: awx/sso/conf.py:589
msgid "Google OAuth2 Whitelisted Domains"
msgstr "Lista blanca de dominios para Google OAuth2"
-#: awx/sso/conf.py:556
+#: awx/sso/conf.py:590
msgid ""
"Update this setting to restrict the domains who are allowed to login using "
"Google OAuth2."
@@ -4300,11 +5251,11 @@ msgstr ""
"Actualizar esta configuración para restringir los dominios que están "
"permitidos para iniciar sesión utilizando Google OAuth2."
-#: awx/sso/conf.py:567
+#: awx/sso/conf.py:601
msgid "Google OAuth2 Extra Arguments"
msgstr "Argumentos adicionales para Google OAuth2"
-#: awx/sso/conf.py:568
+#: awx/sso/conf.py:602
msgid ""
"Extra arguments for Google OAuth2 login. You can restrict it to only allow a"
" single domain to authenticate, even if the user is logged in with multple "
@@ -4315,85 +5266,85 @@ msgstr ""
"usuario ha iniciado sesión con varias cuentas de Google. Consulte la "
"documentación de Ansible Tower para obtener información detallada."
-#: awx/sso/conf.py:582
+#: awx/sso/conf.py:616
msgid "Google OAuth2 Organization Map"
msgstr "Mapa de organización para Google OAuth2"
-#: awx/sso/conf.py:594
+#: awx/sso/conf.py:628
msgid "Google OAuth2 Team Map"
msgstr "Mapa de equipo para Google OAuth2"
-#: awx/sso/conf.py:610
+#: awx/sso/conf.py:644
msgid "GitHub OAuth2 Callback URL"
msgstr "GitHub OAuth2 Callback URL"
-#: awx/sso/conf.py:614 awx/sso/conf.py:626 awx/sso/conf.py:637
-#: awx/sso/conf.py:649 awx/sso/conf.py:661
+#: awx/sso/conf.py:648 awx/sso/conf.py:660 awx/sso/conf.py:671
+#: awx/sso/conf.py:683 awx/sso/conf.py:695
msgid "GitHub OAuth2"
msgstr "GitHub OAuth2"
-#: awx/sso/conf.py:624
+#: awx/sso/conf.py:658
msgid "GitHub OAuth2 Key"
msgstr "Clave para Github OAuth2"
-#: awx/sso/conf.py:625
+#: awx/sso/conf.py:659
msgid "The OAuth2 key (Client ID) from your GitHub developer application."
msgstr ""
"La clave OAuth2 (ID del cliente) de su aplicación de desarrollo GitHub."
-#: awx/sso/conf.py:635
+#: awx/sso/conf.py:669
msgid "GitHub OAuth2 Secret"
msgstr "Clave secreta para GitHub OAuth2"
-#: awx/sso/conf.py:636
+#: awx/sso/conf.py:670
msgid ""
"The OAuth2 secret (Client Secret) from your GitHub developer application."
msgstr ""
"La clave secreta OAuth2 (Clave secreta del cliente) de su aplicación de "
"desarrollo GitHub."
-#: awx/sso/conf.py:647
+#: awx/sso/conf.py:681
msgid "GitHub OAuth2 Organization Map"
msgstr "Mapa de organización para GitHub OAuth2"
-#: awx/sso/conf.py:659
+#: awx/sso/conf.py:693
msgid "GitHub OAuth2 Team Map"
msgstr "Mapa de equipo para GitHub OAuth2"
-#: awx/sso/conf.py:675
+#: awx/sso/conf.py:709
msgid "GitHub Organization OAuth2 Callback URL"
msgstr "OAuth2 URL Callback para organización Github"
-#: awx/sso/conf.py:679 awx/sso/conf.py:691 awx/sso/conf.py:702
-#: awx/sso/conf.py:715 awx/sso/conf.py:726 awx/sso/conf.py:738
+#: awx/sso/conf.py:713 awx/sso/conf.py:725 awx/sso/conf.py:736
+#: awx/sso/conf.py:749 awx/sso/conf.py:760 awx/sso/conf.py:772
msgid "GitHub Organization OAuth2"
msgstr "OAuth2 para la organización Github"
-#: awx/sso/conf.py:689
+#: awx/sso/conf.py:723
msgid "GitHub Organization OAuth2 Key"
msgstr "Clave OAuth2 para la organización Github"
-#: awx/sso/conf.py:690 awx/sso/conf.py:768
+#: awx/sso/conf.py:724 awx/sso/conf.py:802
msgid "The OAuth2 key (Client ID) from your GitHub organization application."
msgstr ""
"La clave OAuth2 (ID del cliente) de su aplicación de organización GitHub."
-#: awx/sso/conf.py:700
+#: awx/sso/conf.py:734
msgid "GitHub Organization OAuth2 Secret"
msgstr "Clave secreta OAuth2 para la organización GitHub"
-#: awx/sso/conf.py:701 awx/sso/conf.py:779
+#: awx/sso/conf.py:735 awx/sso/conf.py:813
msgid ""
"The OAuth2 secret (Client Secret) from your GitHub organization application."
msgstr ""
"La clave secreta OAuth2 (Clave secreta del cliente) from your GitHub "
"organization application."
-#: awx/sso/conf.py:712
+#: awx/sso/conf.py:746
msgid "GitHub Organization Name"
msgstr "Nombre para la organización GitHub"
-#: awx/sso/conf.py:713
+#: awx/sso/conf.py:747
msgid ""
"The name of your GitHub organization, as used in your organization's URL: "
"https://github.com//."
@@ -4401,19 +5352,19 @@ msgstr ""
"El nombre de su organización de su GitHub, el utilizado en su URL de "
"organización: https://github.com//."
-#: awx/sso/conf.py:724
+#: awx/sso/conf.py:758
msgid "GitHub Organization OAuth2 Organization Map"
msgstr "Mapa de organización OAuth2 para organizaciones GitHub"
-#: awx/sso/conf.py:736
+#: awx/sso/conf.py:770
msgid "GitHub Organization OAuth2 Team Map"
msgstr "Mapa de equipos OAuth2 para equipos GitHub"
-#: awx/sso/conf.py:752
+#: awx/sso/conf.py:786
msgid "GitHub Team OAuth2 Callback URL"
msgstr "URL callback OAuth2 para los equipos GitHub"
-#: awx/sso/conf.py:753
+#: awx/sso/conf.py:787
msgid ""
"Create an organization-owned application at "
"https://github.com/organizations//settings/applications and obtain "
@@ -4425,24 +5376,24 @@ msgstr ""
"obtener una clave OAuth2 (ID del cliente ) y clave secreta (Clave secreta "
"del cliente). Proporcione esta URL como URL callback para su aplicación."
-#: awx/sso/conf.py:757 awx/sso/conf.py:769 awx/sso/conf.py:780
-#: awx/sso/conf.py:793 awx/sso/conf.py:804 awx/sso/conf.py:816
+#: awx/sso/conf.py:791 awx/sso/conf.py:803 awx/sso/conf.py:814
+#: awx/sso/conf.py:827 awx/sso/conf.py:838 awx/sso/conf.py:850
msgid "GitHub Team OAuth2"
msgstr "OAuth2 para equipos GitHub"
-#: awx/sso/conf.py:767
+#: awx/sso/conf.py:801
msgid "GitHub Team OAuth2 Key"
msgstr "Clave OAuth2 para equipos GitHub"
-#: awx/sso/conf.py:778
+#: awx/sso/conf.py:812
msgid "GitHub Team OAuth2 Secret"
msgstr "Clave secreta OAuth2 para equipos GitHub"
-#: awx/sso/conf.py:790
+#: awx/sso/conf.py:824
msgid "GitHub Team ID"
msgstr "ID de equipo GitHub"
-#: awx/sso/conf.py:791
+#: awx/sso/conf.py:825
msgid ""
"Find the numeric team ID using the Github API: http://fabian-"
"kostadinov.github.io/2015/01/16/how-to-find-a-github-team-id/."
@@ -4450,19 +5401,19 @@ msgstr ""
"Encuentre su identificador numérico de equipo utilizando la API de GitHub: "
"http://fabian-kostadinov.github.io/2015/01/16/how-to-find-a-github-team-id/."
-#: awx/sso/conf.py:802
+#: awx/sso/conf.py:836
msgid "GitHub Team OAuth2 Organization Map"
msgstr "Mapa de organizaciones OAuth2 para los equipos GitHub"
-#: awx/sso/conf.py:814
+#: awx/sso/conf.py:848
msgid "GitHub Team OAuth2 Team Map"
msgstr "Mapa de equipos OAuth2 para equipos GitHub"
-#: awx/sso/conf.py:830
+#: awx/sso/conf.py:864
msgid "Azure AD OAuth2 Callback URL"
msgstr "URL callback OAuth2 para Azure AD"
-#: awx/sso/conf.py:831
+#: awx/sso/conf.py:865
msgid ""
"Provide this URL as the callback URL for your application as part of your "
"registration process. Refer to the Ansible Tower documentation for more "
@@ -4472,42 +5423,42 @@ msgstr ""
"proceso de registro. Consulte la documentación de Ansible Tower para obtener"
" información detallada."
-#: awx/sso/conf.py:834 awx/sso/conf.py:846 awx/sso/conf.py:857
-#: awx/sso/conf.py:869 awx/sso/conf.py:881
+#: awx/sso/conf.py:868 awx/sso/conf.py:880 awx/sso/conf.py:891
+#: awx/sso/conf.py:903 awx/sso/conf.py:915
msgid "Azure AD OAuth2"
msgstr "Azure AD OAuth2"
-#: awx/sso/conf.py:844
+#: awx/sso/conf.py:878
msgid "Azure AD OAuth2 Key"
msgstr "Clave OAuth2 para Azure AD"
-#: awx/sso/conf.py:845
+#: awx/sso/conf.py:879
msgid "The OAuth2 key (Client ID) from your Azure AD application."
msgstr "La clave OAuth2 (ID del cliente) de su aplicación en Azure AD."
-#: awx/sso/conf.py:855
+#: awx/sso/conf.py:889
msgid "Azure AD OAuth2 Secret"
msgstr "Clave secreta OAuth2 para Azure AD"
-#: awx/sso/conf.py:856
+#: awx/sso/conf.py:890
msgid "The OAuth2 secret (Client Secret) from your Azure AD application."
msgstr ""
"La clave secreta OAuth2 (Clave secreta del cliente) de su aplicación Azure "
"AD."
-#: awx/sso/conf.py:867
+#: awx/sso/conf.py:901
msgid "Azure AD OAuth2 Organization Map"
msgstr "Mapa de organizaciones OAuth2 para Azure AD"
-#: awx/sso/conf.py:879
+#: awx/sso/conf.py:913
msgid "Azure AD OAuth2 Team Map"
msgstr "Mapa de equipos OAuth2 para Azure AD"
-#: awx/sso/conf.py:904
+#: awx/sso/conf.py:938
msgid "SAML Assertion Consumer Service (ACS) URL"
msgstr "URL del Servicio de consumidor de aserciones (ACS) SAML"
-#: awx/sso/conf.py:905
+#: awx/sso/conf.py:939
msgid ""
"Register Tower as a service provider (SP) with each identity provider (IdP) "
"you have configured. Provide your SP Entity ID and this ACS URL for your "
@@ -4517,18 +5468,20 @@ msgstr ""
"identidad (IdP) que ha configurado. Proporcione su ID de entidad SP y esta "
"dirección URL ACS para su aplicación."
-#: awx/sso/conf.py:908 awx/sso/conf.py:922 awx/sso/conf.py:936
-#: awx/sso/conf.py:951 awx/sso/conf.py:965 awx/sso/conf.py:978
-#: awx/sso/conf.py:999 awx/sso/conf.py:1017 awx/sso/conf.py:1036
-#: awx/sso/conf.py:1070 awx/sso/conf.py:1083 awx/sso/models.py:16
+#: awx/sso/conf.py:942 awx/sso/conf.py:956 awx/sso/conf.py:970
+#: awx/sso/conf.py:985 awx/sso/conf.py:999 awx/sso/conf.py:1012
+#: awx/sso/conf.py:1033 awx/sso/conf.py:1051 awx/sso/conf.py:1070
+#: awx/sso/conf.py:1106 awx/sso/conf.py:1138 awx/sso/conf.py:1152
+#: awx/sso/conf.py:1169 awx/sso/conf.py:1182 awx/sso/conf.py:1195
+#: awx/sso/conf.py:1211 awx/sso/models.py:16
msgid "SAML"
msgstr "SAML"
-#: awx/sso/conf.py:919
+#: awx/sso/conf.py:953
msgid "SAML Service Provider Metadata URL"
msgstr "URL de metadatos para el proveedor de servicios SAML"
-#: awx/sso/conf.py:920
+#: awx/sso/conf.py:954
msgid ""
"If your identity provider (IdP) allows uploading an XML metadata file, you "
"can download one from this URL."
@@ -4536,11 +5489,11 @@ msgstr ""
"Si su proveedor de identidad (IdP) permite subir ficheros de metadatos en "
"XML, puede descargarlo desde esta dirección."
-#: awx/sso/conf.py:932
+#: awx/sso/conf.py:966
msgid "SAML Service Provider Entity ID"
msgstr "ID de la entidad del proveedor de servicio SAML"
-#: awx/sso/conf.py:933
+#: awx/sso/conf.py:967
msgid ""
"The application-defined unique identifier used as the audience of the SAML "
"service provider (SP) configuration. This is usually the URL for Tower."
@@ -4549,11 +5502,11 @@ msgstr ""
"configuración para la audiencia del proveedor de servicio (SP) SAML. Por lo "
"general, es la URL para Tower."
-#: awx/sso/conf.py:948
+#: awx/sso/conf.py:982
msgid "SAML Service Provider Public Certificate"
msgstr "Certificado público del proveedor de servicio SAML"
-#: awx/sso/conf.py:949
+#: awx/sso/conf.py:983
msgid ""
"Create a keypair for Tower to use as a service provider (SP) and include the"
" certificate content here."
@@ -4561,11 +5514,11 @@ msgstr ""
"Crear par de claves para Tower a usar como proveedor de servicio (SP) e "
"incluir el contenido del certificado aquí."
-#: awx/sso/conf.py:962
+#: awx/sso/conf.py:996
msgid "SAML Service Provider Private Key"
msgstr "Clave privada del proveedor de servicio SAML"
-#: awx/sso/conf.py:963
+#: awx/sso/conf.py:997
msgid ""
"Create a keypair for Tower to use as a service provider (SP) and include the"
" private key content here."
@@ -4573,11 +5526,11 @@ msgstr ""
"Crear par de claves para Tower a usar como proveedor de servicio (SP) e "
"incluir el contenido de la clave privada aquí."
-#: awx/sso/conf.py:975
+#: awx/sso/conf.py:1009
msgid "SAML Service Provider Organization Info"
msgstr "Información organizacional del proveedor de servicio SAML"
-#: awx/sso/conf.py:976
+#: awx/sso/conf.py:1010
msgid ""
"Provide the URL, display name, and the name of your app. Refer to the "
"Ansible Tower documentation for example syntax."
@@ -4586,11 +5539,11 @@ msgstr ""
"Consulte la documentación de Ansible Tower para acceder a ejemplos de "
"sintaxis."
-#: awx/sso/conf.py:995
+#: awx/sso/conf.py:1029
msgid "SAML Service Provider Technical Contact"
msgstr "Contacto técnico del proveedor de servicio SAML"
-#: awx/sso/conf.py:996
+#: awx/sso/conf.py:1030
msgid ""
"Provide the name and email address of the technical contact for your service"
" provider. Refer to the Ansible Tower documentation for example syntax."
@@ -4599,11 +5552,11 @@ msgstr ""
" de su proveedor de servicios. Consulte la documentación de Ansible Tower "
"para obtener ejemplos de sintaxis."
-#: awx/sso/conf.py:1013
+#: awx/sso/conf.py:1047
msgid "SAML Service Provider Support Contact"
msgstr "Contacto de soporte del proveedor de servicio SAML"
-#: awx/sso/conf.py:1014
+#: awx/sso/conf.py:1048
msgid ""
"Provide the name and email address of the support contact for your service "
"provider. Refer to the Ansible Tower documentation for example syntax."
@@ -4612,11 +5565,11 @@ msgstr ""
"soporte técnico de su proveedor de servicios. Consulte la documentación de "
"Ansible Tower para obtener ejemplos de sintaxis."
-#: awx/sso/conf.py:1030
+#: awx/sso/conf.py:1064
msgid "SAML Enabled Identity Providers"
msgstr "Proveedores de identidad habilitados SAML"
-#: awx/sso/conf.py:1031
+#: awx/sso/conf.py:1065
msgid ""
"Configure the Entity ID, SSO URL and certificate for each identity provider "
"(IdP) in use. Multiple SAML IdPs are supported. Some IdPs may provide user "
@@ -4632,45 +5585,99 @@ msgstr ""
"documentación de Ansible Tower para obtener información detallada adicional "
"y ejemplos de sintaxis."
-#: awx/sso/conf.py:1068
+#: awx/sso/conf.py:1102
+msgid "SAML Security Config"
+msgstr "Configuración de seguridad SAML"
+
+#: awx/sso/conf.py:1103
+msgid ""
+"A dict of key value pairs that are passed to the underlying python-saml "
+"security setting https://github.com/onelogin/python-saml#settings"
+msgstr ""
+"Un diccionario de pares de valores clave que se envían a la configuración de"
+" seguridad python-saml subyacente https://github.com/onelogin/python-"
+"saml#settings"
+
+#: awx/sso/conf.py:1135
+msgid "SAML Service Provider extra configuration data"
+msgstr "Datos de configuración del proveedor de servicio SAML"
+
+#: awx/sso/conf.py:1136
+msgid ""
+"A dict of key value pairs to be passed to the underlying python-saml Service"
+" Provider configuration setting."
+msgstr ""
+"Un diccionario de pares de valores clave que se envían a los valores de "
+"configuración del proveedor de servicio python-saml subyacente"
+
+#: awx/sso/conf.py:1149
+msgid "SAML IDP to extra_data attribute mapping"
+msgstr "Asignación de atributos de SAML IDP a extra_data"
+
+#: awx/sso/conf.py:1150
+msgid ""
+"A list of tuples that maps IDP attributes to extra_attributes. Each "
+"attribute will be a list of values, even if only 1 value."
+msgstr ""
+"Una lista de tuplas que asigna atributos IDP a extra_attributes. Cada "
+"atributo será una lista de valores, aunque sea un solo valor."
+
+#: awx/sso/conf.py:1167
msgid "SAML Organization Map"
msgstr "Mapa de organización SAML"
-#: awx/sso/conf.py:1081
+#: awx/sso/conf.py:1180
msgid "SAML Team Map"
msgstr "Mapa de equipo SAML"
-#: awx/sso/fields.py:123
+#: awx/sso/conf.py:1193
+msgid "SAML Organization Attribute Mapping"
+msgstr "Asignación de atributos de la Organización SAML"
+
+#: awx/sso/conf.py:1194
+msgid "Used to translate user organization membership into Tower."
+msgstr ""
+"Utilizado para traducir la membresía a Tower de la organización del usuario."
+
+#: awx/sso/conf.py:1209
+msgid "SAML Team Attribute Mapping"
+msgstr "Asignación de atributos del Equipo SAML"
+
+#: awx/sso/conf.py:1210
+msgid "Used to translate user team membership into Tower."
+msgstr "Utilizado para traducir la membresía a Tower del equipo del usuario."
+
+#: awx/sso/fields.py:183
#, python-brace-format
msgid "Invalid connection option(s): {invalid_options}."
msgstr "Opción(es) de conexión inválida(s): {invalid_options}."
-#: awx/sso/fields.py:194
+#: awx/sso/fields.py:266
msgid "Base"
msgstr "Base"
-#: awx/sso/fields.py:195
+#: awx/sso/fields.py:267
msgid "One Level"
msgstr "Un nivel"
-#: awx/sso/fields.py:196
+#: awx/sso/fields.py:268
msgid "Subtree"
msgstr "Árbol hijo"
-#: awx/sso/fields.py:214
+#: awx/sso/fields.py:286
#, python-brace-format
msgid "Expected a list of three items but got {length} instead."
msgstr ""
"Esperado una lista de tres elementos pero en cambio se proporcionaron "
"{length}"
-#: awx/sso/fields.py:215
+#: awx/sso/fields.py:287
#, python-brace-format
msgid "Expected an instance of LDAPSearch but got {input_type} instead."
msgstr ""
"Esperado una instancia de LDAPSearch pero en cambio se obtuvo {input_type}"
-#: awx/sso/fields.py:251
+#: awx/sso/fields.py:323
#, python-brace-format
msgid ""
"Expected an instance of LDAPSearch or LDAPSearchUnion but got {input_type} "
@@ -4679,92 +5686,83 @@ msgstr ""
"Esperado una instancia de LDAPSearch o LDAPSearchUnion pero en cambio se "
"obtuvo {input_type}"
-#: awx/sso/fields.py:289
+#: awx/sso/fields.py:361
#, python-brace-format
msgid "Invalid user attribute(s): {invalid_attrs}."
msgstr "Atributo(s) de usuario inválido(s): {invalid_attrs}."
-#: awx/sso/fields.py:306
+#: awx/sso/fields.py:378
#, python-brace-format
msgid "Expected an instance of LDAPGroupType but got {input_type} instead."
msgstr ""
"Se esperaba una instancia de LDAPGroupType pero en cambio se obtuvo "
"{input_type}."
-#: awx/sso/fields.py:334
-#, python-brace-format
-msgid "Invalid user flag: \"{invalid_flag}\"."
-msgstr "Indicador de usuario inválido: \"{invalid_flag}\"."
-
-#: awx/sso/fields.py:350 awx/sso/fields.py:517
-#, python-brace-format
-msgid ""
-"Expected None, True, False, a string or list of strings but got {input_type}"
-" instead."
-msgstr ""
-"Esperado None, True, False, una cadena de texto o una lista de cadenas de "
-"texto pero en cambio se obtuvo {input_type}"
-
-#: awx/sso/fields.py:386
-#, python-brace-format
-msgid "Missing key(s): {missing_keys}."
-msgstr "Clave(s) no encontradas: {missing_keys}."
-
-#: awx/sso/fields.py:387
+#: awx/sso/fields.py:418 awx/sso/fields.py:465
#, python-brace-format
msgid "Invalid key(s): {invalid_keys}."
msgstr "Clave(s) inválida(s): {invalid_keys}."
-#: awx/sso/fields.py:436 awx/sso/fields.py:553
+#: awx/sso/fields.py:443
+#, python-brace-format
+msgid "Invalid user flag: \"{invalid_flag}\"."
+msgstr "Indicador de usuario inválido: \"{invalid_flag}\"."
+
+#: awx/sso/fields.py:464
+#, python-brace-format
+msgid "Missing key(s): {missing_keys}."
+msgstr "Clave(s) no encontradas: {missing_keys}."
+
+#: awx/sso/fields.py:514 awx/sso/fields.py:631
#, python-brace-format
msgid "Invalid key(s) for organization map: {invalid_keys}."
msgstr "Clave(s) inválida(s) para map de organización: {invalid_keys}."
-#: awx/sso/fields.py:454
+#: awx/sso/fields.py:532
#, python-brace-format
msgid "Missing required key for team map: {invalid_keys}."
msgstr "Clave necesario no encontrada para mapa de equipo: {invalid_keys}."
-#: awx/sso/fields.py:455 awx/sso/fields.py:572
+#: awx/sso/fields.py:533 awx/sso/fields.py:650
#, python-brace-format
msgid "Invalid key(s) for team map: {invalid_keys}."
msgstr "Clave(s) inválida(s) para mapa de equipo: {invalid_keys}."
-#: awx/sso/fields.py:571
+#: awx/sso/fields.py:649
#, python-brace-format
msgid "Missing required key for team map: {missing_keys}."
msgstr "Clave necesaria no encontrada para mapa de equipo: {missing_keys}."
-#: awx/sso/fields.py:589
+#: awx/sso/fields.py:667
#, python-brace-format
msgid "Missing required key(s) for org info record: {missing_keys}."
msgstr ""
"Clave(s) necesaria(s) no encontrada(s) para el registro informacional de la "
"organización: {missing_keys}."
-#: awx/sso/fields.py:602
+#: awx/sso/fields.py:680
#, python-brace-format
msgid "Invalid language code(s) for org info: {invalid_lang_codes}."
msgstr ""
"Código(s) de lenguaje(s) inválido(s) para información organizacional: "
"{invalid_lang_codes}."
-#: awx/sso/fields.py:621
+#: awx/sso/fields.py:699
#, python-brace-format
msgid "Missing required key(s) for contact: {missing_keys}."
msgstr "Clave(s) necesaria(s) no encontrada(s) para contacto: {missing_keys}."
-#: awx/sso/fields.py:633
+#: awx/sso/fields.py:711
#, python-brace-format
msgid "Missing required key(s) for IdP: {missing_keys}."
msgstr "Clave(s) necesaria(s) no encontrada(s) para IdP: {missing_keys}."
-#: awx/sso/pipeline.py:24
+#: awx/sso/pipeline.py:31
#, python-brace-format
msgid "An account cannot be found for {0}"
msgstr "Una cuenta no puede ser encontrada para {0}"
-#: awx/sso/pipeline.py:30
+#: awx/sso/pipeline.py:37
msgid "Your account is inactive"
msgstr "Su cuenta está inactiva"
@@ -4791,70 +5789,48 @@ msgstr "La clave secreta TACACS+ no permite caracteres no ascii"
msgid "AWX"
msgstr "AWX"
-#: awx/templates/rest_framework/api.html:39
+#: awx/templates/rest_framework/api.html:42
msgid "Ansible Tower API Guide"
msgstr "Guía de la API de Ansible Tower"
-#: awx/templates/rest_framework/api.html:40
+#: awx/templates/rest_framework/api.html:43
msgid "Back to Ansible Tower"
msgstr "Volver a Ansible Tower"
-#: awx/templates/rest_framework/api.html:41
+#: awx/templates/rest_framework/api.html:44
msgid "Resize"
msgstr "Redimensionar"
+#: awx/templates/rest_framework/base.html:37
+msgid "navbar"
+msgstr "navbar"
+
+#: awx/templates/rest_framework/base.html:75
+msgid "content"
+msgstr "contenido"
+
#: awx/templates/rest_framework/base.html:78
-#: awx/templates/rest_framework/base.html:92
-#, python-format
-msgid "Make a GET request on the %(name)s resource"
-msgstr "Realizar una petición GET en el recurso %(name)s "
+msgid "request form"
+msgstr "solicitar formulario"
-#: awx/templates/rest_framework/base.html:80
-msgid "Specify a format for the GET request"
-msgstr "Especificar un formato para una petición GET"
-
-#: awx/templates/rest_framework/base.html:86
-#, python-format
-msgid ""
-"Make a GET request on the %(name)s resource with the format set to "
-"`%(format)s`"
-msgstr ""
-"Realizar una petición GET en el recurso %(name)s con el formato establecido"
-" a `%(format)s`"
-
-#: awx/templates/rest_framework/base.html:100
-#, python-format
-msgid "Make an OPTIONS request on the %(name)s resource"
-msgstr "Realizar una petición OPTIONS en el recurso %(name)s"
-
-#: awx/templates/rest_framework/base.html:106
-#, python-format
-msgid "Make a DELETE request on the %(name)s resource"
-msgstr "Realizar una petición DELETE en el recurso %(name)s"
-
-#: awx/templates/rest_framework/base.html:113
+#: awx/templates/rest_framework/base.html:134
msgid "Filters"
msgstr "Filtros"
-#: awx/templates/rest_framework/base.html:172
-#: awx/templates/rest_framework/base.html:186
-#, python-format
-msgid "Make a POST request on the %(name)s resource"
-msgstr "Realizar una petición POST en el recurso %(name)s"
+#: awx/templates/rest_framework/base.html:139
+msgid "main content"
+msgstr "contenido principal"
-#: awx/templates/rest_framework/base.html:216
-#: awx/templates/rest_framework/base.html:230
-#, python-format
-msgid "Make a PUT request on the %(name)s resource"
-msgstr "Realizar una petición PUT en el recurso %(name)s"
+#: awx/templates/rest_framework/base.html:155
+msgid "request info"
+msgstr "solicitar información"
-#: awx/templates/rest_framework/base.html:233
-#, python-format
-msgid "Make a PATCH request on the %(name)s resource"
-msgstr "Realizar una petición PATCH en el recurso %(name)s"
+#: awx/templates/rest_framework/base.html:159
+msgid "response info"
+msgstr "información de respuesta"
#: awx/ui/apps.py:9 awx/ui/conf.py:22 awx/ui/conf.py:36 awx/ui/conf.py:51
-#: awx/ui/conf.py:63
+#: awx/ui/conf.py:63 awx/ui/conf.py:73
msgid "UI"
msgstr "UI"
@@ -4910,13 +5886,27 @@ msgstr ""
"con fondo transparente. Formatos GIF, PNG y JPEG están soportados."
#: awx/ui/conf.py:60
-msgid "Max Job Events Retreived by UI"
-msgstr ""
+msgid "Max Job Events Retrieved by UI"
+msgstr "Máxima cantidad de eventos de tareas recuperados por UI"
#: awx/ui/conf.py:61
msgid ""
-"Maximum number of job events for the UI to retreive within a single request."
+"Maximum number of job events for the UI to retrieve within a single request."
msgstr ""
+"Máxima cantidad de eventos de tareas para que la UI recupere dentro de una "
+"sola solicitud."
+
+#: awx/ui/conf.py:70
+msgid "Enable Live Updates in the UI"
+msgstr "Habilite las actualizaciones en directo en la UI"
+
+#: awx/ui/conf.py:71
+msgid ""
+"If disabled, the page will not refresh when events are received. Reloading "
+"the page will be required to get the latest details."
+msgstr ""
+"Si está deshabilitada, la página no se actualizará al recibir eventos. Se "
+"deberá recargar la página para obtener la información más reciente."
#: awx/ui/fields.py:29
msgid ""
@@ -4929,99 +5919,3 @@ msgstr ""
#: awx/ui/fields.py:30
msgid "Invalid base64-encoded data in data URL."
msgstr "Dato codificado en base64 inválido en la URL de datos"
-
-#: awx/ui/templates/ui/index.html:31
-msgid ""
-"Your session will expire in 60 seconds, would you like to "
-"continue?"
-msgstr ""
-"Su sesión caducará en 60 segundos, ¿Le gustaría continuar?"
-
-#: awx/ui/templates/ui/index.html:46
-msgid "CANCEL"
-msgstr "CANCELAR"
-
-#: awx/ui/templates/ui/index.html:98
-msgid "Set how many days of data should be retained."
-msgstr "Establecer cuántos días de datos debería ser retenidos."
-
-#: awx/ui/templates/ui/index.html:104
-msgid ""
-"Please enter an integer that is not "
-"negative that is lower than "
-"9999."
-msgstr ""
-"Por favor introduzca un entero que no sea "
-"negativo que sea menor de "
-"9999."
-
-#: awx/ui/templates/ui/index.html:109
-msgid ""
-"For facts collected older than the time period specified, save one fact scan (snapshot) per time window (frequency). For example, facts older than 30 days are purged, while one weekly fact scan is kept.\n"
-"
\n"
-"
CAUTION: Setting both numerical variables to \"0\" will delete all facts.\n"
-"
\n"
-"
"
-msgstr ""
-"Para facts obtenidos más antiguos que el periodo especificado, guarda un escanéo de facts (instantánea [snapshot]) por una ventana de tiempo (frecuencia). Por ejemplo, facts más antiguos de 30 días son eliminados, mientras que escaneo de facts de una semana son mantenidos.\n"
-"
\n"
-"
CUIDADO: Ajustar ambas variables numéricas a \"0\" eliminará todos los facts.\n"
-"
\n"
-"
"
-
-#: awx/ui/templates/ui/index.html:118
-msgid "Select a time period after which to remove old facts"
-msgstr ""
-"Seleccione un periodo en el que después de él se eliminará los facts "
-"antiguos."
-
-#: awx/ui/templates/ui/index.html:132
-msgid ""
-"Please enter an integer that is not "
-"negative that is lower than "
-"9999."
-msgstr ""
-"Por favor introduzca un entero que no sea "
-"negativo que sea menor "
-"9999."
-
-#: awx/ui/templates/ui/index.html:137
-msgid "Select a frequency for snapshot retention"
-msgstr ""
-"Selecciona las frecuencia para la retención de instantáneas (snapshots)"
-
-#: awx/ui/templates/ui/index.html:151
-msgid ""
-"Please enter an integer that is not"
-" negative that is "
-"lower than 9999."
-msgstr ""
-"Por favor introduzca un entero que no sea "
-"negativo que sea "
-"menor de 9999."
-
-#: awx/ui/templates/ui/index.html:157
-msgid "working..."
-msgstr "en funcionamiento..."
diff --git a/awx/locale/fr/LC_MESSAGES/django.po b/awx/locale/fr/LC_MESSAGES/django.po
index f009e410f4..8f4dccfc4c 100644
--- a/awx/locale/fr/LC_MESSAGES/django.po
+++ b/awx/locale/fr/LC_MESSAGES/django.po
@@ -1,12 +1,13 @@
# aude_stoquart , 2017. #zanata
# croe , 2017. #zanata
# mkim , 2017. #zanata
+# croe , 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-11-30 20:23+0000\n"
-"PO-Revision-Date: 2017-12-04 03:58+0000\n"
+"POT-Creation-Date: 2018-06-14 18:15+0000\n"
+"PO-Revision-Date: 2018-06-13 11:37+0000\n"
"Last-Translator: croe \n"
"Language-Team: French\n"
"MIME-Version: 1.0\n"
@@ -14,31 +15,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
-"X-Generator: Zanata 4.3.2\n"
+"X-Generator: Zanata 4.4.3\n"
-#: awx/api/authentication.py:67
-msgid "Invalid token header. No credentials provided."
-msgstr ""
-"En-tête de token non valide. Aucune information d'identification fournie."
-
-#: awx/api/authentication.py:70
-msgid "Invalid token header. Token string should not contain spaces."
-msgstr ""
-"En-tête de token non valide. La chaîne token ne doit pas contenir d'espaces."
-
-#: awx/api/authentication.py:105
-msgid "User inactive or deleted"
-msgstr "Utilisateur inactif ou supprimé"
-
-#: awx/api/authentication.py:161
-msgid "Invalid task token"
-msgstr "Token de tâche non valide"
-
-#: awx/api/conf.py:12
+#: awx/api/conf.py:15
msgid "Idle Time Force Log Out"
msgstr "Temps d'inactivité - Forcer la déconnexion"
-#: awx/api/conf.py:13
+#: awx/api/conf.py:16
msgid ""
"Number of seconds that a user is inactive before they will need to login "
"again."
@@ -46,67 +29,101 @@ msgstr ""
"Délai en secondes pendant lequel un utilisateur peut rester inactif avant de"
" devoir se reconnecter."
-#: awx/api/conf.py:14 awx/api/conf.py:24 awx/api/conf.py:33 awx/sso/conf.py:85
-#: awx/sso/conf.py:96 awx/sso/conf.py:108 awx/sso/conf.py:123
+#: awx/api/conf.py:17 awx/api/conf.py:26 awx/api/conf.py:34 awx/api/conf.py:47
+#: awx/sso/conf.py:85 awx/sso/conf.py:96 awx/sso/conf.py:108
+#: awx/sso/conf.py:123
msgid "Authentication"
msgstr "Authentification"
-#: awx/api/conf.py:22
-msgid "Maximum number of simultaneous logins"
-msgstr "Nombre maximal de connexions simultanées"
+#: awx/api/conf.py:24
+msgid "Maximum number of simultaneous logged in sessions"
+msgstr "Le nombre maximum de sessions actives en simultané"
-#: awx/api/conf.py:23
+#: awx/api/conf.py:25
msgid ""
-"Maximum number of simultaneous logins a user may have. To disable enter -1."
+"Maximum number of simultaneous logged in sessions a user may have. To "
+"disable enter -1."
msgstr ""
-"Nombre maximal de connexions simultanées dont un utilisateur peut disposer. "
-"Pour désactiver cette option, entrez -1."
+"Nombre maximal de connexions actives simultanées dont un utilisateur peut "
+"disposer. Pour désactiver cette option, entrez -1."
-#: awx/api/conf.py:31
+#: awx/api/conf.py:32
msgid "Enable HTTP Basic Auth"
msgstr "Activer l'authentification HTTP de base"
-#: awx/api/conf.py:32
+#: awx/api/conf.py:33
msgid "Enable HTTP Basic Auth for the API Browser."
msgstr "Activer l'authentification HTTP de base pour le navigateur d'API."
-#: awx/api/filters.py:129
+#: awx/api/conf.py:42
+msgid "OAuth 2 Timeout Settings"
+msgstr "OAuth 2 Config Timeout"
+
+#: awx/api/conf.py:43
+msgid ""
+"Dictionary for customizing OAuth 2 timeouts, available items are "
+"`ACCESS_TOKEN_EXPIRE_SECONDS`, the duration of access tokens in the number "
+"of seconds, and `AUTHORIZATION_CODE_EXPIRE_SECONDS`, the duration of "
+"authorization grants in the number of seconds."
+msgstr ""
+"Dictionnaire pour personnaliser les timeouts OAuth 2; les éléments "
+"disponibles sont `ACCESS_TOKEN_EXPIRE_SECONDS`, la durée des jetons d'accès "
+"en nombre de secondes, et`AUTHORIZATION_CODE_EXPIRE_SECONDS`, la durée des "
+"autorisations données en nombre de secondes."
+
+#: awx/api/exceptions.py:20
+msgid "Resource is being used by running jobs."
+msgstr "Ressource utilisée par les tâches en cours."
+
+#: awx/api/fields.py:81
+#, python-brace-format
+msgid "Invalid key names: {invalid_key_names}"
+msgstr "Noms de clés non valides : {invalid_key_names}"
+
+#: awx/api/fields.py:107
+msgid "Credential {} does not exist"
+msgstr "L'identifiant {} n'existe pas"
+
+#: awx/api/filters.py:96
+msgid "No related model for field {}."
+msgstr "Aucun modèle qui y soit lié pour le champ '{}'"
+
+#: awx/api/filters.py:113
msgid "Filtering on password fields is not allowed."
msgstr "Le filtrage des champs de mot de passe n'est pas autorisé."
-#: awx/api/filters.py:141 awx/api/filters.py:143
+#: awx/api/filters.py:125 awx/api/filters.py:127
#, python-format
msgid "Filtering on %s is not allowed."
msgstr "Le filtrage de %s n'est pas autorisé."
-#: awx/api/filters.py:146
+#: awx/api/filters.py:130
msgid "Loops not allowed in filters, detected on field {}."
msgstr "Boucles non autorisés dans les filtres, détectées sur le champ {}."
-#: awx/api/filters.py:171
+#: awx/api/filters.py:159
+msgid "Query string field name not provided."
+msgstr "Nom de champ du string de requête non fourni."
+
+#: awx/api/filters.py:186
#, python-brace-format
msgid "Invalid {field_name} id: {field_id}"
msgstr "Id {field_name} non valide : {field_id}"
-#: awx/api/filters.py:302
+#: awx/api/filters.py:319
#, python-format
msgid "cannot filter on kind %s"
msgstr "impossible de filtrer sur le genre %s"
-#: awx/api/filters.py:409
-#, python-format
-msgid "cannot order by field %s"
-msgstr "impossible de trier par champ %s"
-
-#: awx/api/generics.py:550 awx/api/generics.py:612
+#: awx/api/generics.py:620 awx/api/generics.py:682
msgid "\"id\" field must be an integer."
msgstr "Le champ \"id\" doit être un nombre entier."
-#: awx/api/generics.py:609
+#: awx/api/generics.py:679
msgid "\"id\" is required to disassociate"
msgstr "\"id\" est nécessaire pour dissocier"
-#: awx/api/generics.py:660
+#: awx/api/generics.py:730
msgid "{} 'id' field is missing."
msgstr "Le champ {} 'id' est manquant."
@@ -146,11 +163,11 @@ msgstr "Horodatage lors de la création de ce {}."
msgid "Timestamp when this {} was last modified."
msgstr "Horodatage lors de la modification de ce {}."
-#: awx/api/parsers.py:64
+#: awx/api/parsers.py:33
msgid "JSON parse error - not a JSON object"
msgstr "Erreur d'analyse JSON - pas un objet JSON"
-#: awx/api/parsers.py:67
+#: awx/api/parsers.py:36
#, python-format
msgid ""
"JSON parse error - %s\n"
@@ -159,76 +176,120 @@ msgstr ""
"Erreur d'analyse JSON - %s\n"
"Cause possible : virgule de fin."
-#: awx/api/serializers.py:268
+#: awx/api/serializers.py:153
+msgid ""
+"The original object is already named {}, a copy from it cannot have the same"
+" name."
+msgstr ""
+"L'objet d'origine s'appelle déjà {}, une copie de cet objet ne peut pas "
+"avoir le même nom."
+
+#: awx/api/serializers.py:295
msgid "Playbook Run"
msgstr "Exécution du playbook"
-#: awx/api/serializers.py:269
+#: awx/api/serializers.py:296
msgid "Command"
msgstr "Commande"
-#: awx/api/serializers.py:270 awx/main/models/unified_jobs.py:435
+#: awx/api/serializers.py:297 awx/main/models/unified_jobs.py:526
msgid "SCM Update"
msgstr "Mise à jour SCM"
-#: awx/api/serializers.py:271
+#: awx/api/serializers.py:298
msgid "Inventory Sync"
msgstr "Synchronisation des inventaires"
-#: awx/api/serializers.py:272
+#: awx/api/serializers.py:299
msgid "Management Job"
msgstr "Tâche de gestion"
-#: awx/api/serializers.py:273
+#: awx/api/serializers.py:300
msgid "Workflow Job"
msgstr "Tâche de workflow"
-#: awx/api/serializers.py:274
+#: awx/api/serializers.py:301
msgid "Workflow Template"
msgstr "Modèle de workflow"
-#: awx/api/serializers.py:701 awx/api/serializers.py:759 awx/api/views.py:4365
-#, python-format
-msgid ""
-"Standard Output too large to display (%(text_size)d bytes), only download "
-"supported for sizes over %(supported_size)d bytes"
+#: awx/api/serializers.py:302
+msgid "Job Template"
msgstr ""
-"Sortie standard trop grande pour pouvoir s'afficher (%(text_size)d octets). "
-"Le téléchargement est pris en charge seulement pour une taille supérieure à "
-"%(supported_size)d octets"
-#: awx/api/serializers.py:774
+#: awx/api/serializers.py:697
+msgid ""
+"Indicates whether all of the events generated by this unified job have been "
+"saved to the database."
+msgstr ""
+"Indique si tous les événements générés par ce job unifié ont été enregistrés"
+" dans la base de données."
+
+#: awx/api/serializers.py:854
msgid "Write-only field used to change the password."
msgstr "Champ en écriture seule servant à modifier le mot de passe."
-#: awx/api/serializers.py:776
+#: awx/api/serializers.py:856
msgid "Set if the account is managed by an external service"
msgstr "À définir si le compte est géré par un service externe"
-#: awx/api/serializers.py:800
+#: awx/api/serializers.py:880
msgid "Password required for new User."
msgstr "Mot de passe requis pour le nouvel utilisateur."
-#: awx/api/serializers.py:886
+#: awx/api/serializers.py:971
#, python-format
msgid "Unable to change %s on user managed by LDAP."
msgstr "Impossible de redéfinir %s sur un utilisateur géré par LDAP."
-#: awx/api/serializers.py:1050
+#: awx/api/serializers.py:1057
+msgid "Must be a simple space-separated string with allowed scopes {}."
+msgstr ""
+"Doit correspondre à une simple chaîne de caractères séparés par des espaces "
+"avec dans les limites autorisées {}."
+
+#: awx/api/serializers.py:1151
+msgid "Authorization Grant Type"
+msgstr ""
+
+#: awx/api/serializers.py:1153 awx/main/models/credential/__init__.py:1059
+msgid "Client Secret"
+msgstr "Question secrète du client"
+
+#: awx/api/serializers.py:1156
+msgid "Client Type"
+msgstr ""
+
+#: awx/api/serializers.py:1159
+msgid "Redirect URIs"
+msgstr ""
+
+#: awx/api/serializers.py:1162
+msgid "Skip Authorization"
+msgstr ""
+
+#: awx/api/serializers.py:1264
+msgid "This path is already being used by another manual project."
+msgstr "Ce chemin est déjà utilisé par un autre projet manuel."
+
+#: awx/api/serializers.py:1290
+msgid "This field has been deprecated and will be removed in a future release"
+msgstr "Ce champ obsolète et sera supprimé dans une prochaine version."
+
+#: awx/api/serializers.py:1349
msgid "Organization is missing"
msgstr "L'organisation est manquante"
-#: awx/api/serializers.py:1054
+#: awx/api/serializers.py:1353
msgid "Update options must be set to false for manual projects."
msgstr ""
"La Mise à jour des options doit être définie à false pour les projets "
"manuels."
-#: awx/api/serializers.py:1060
+#: awx/api/serializers.py:1359
msgid "Array of playbooks available within this project."
msgstr "Tableau des playbooks disponibles dans ce projet."
-#: awx/api/serializers.py:1079
+#: awx/api/serializers.py:1378
msgid ""
"Array of inventory files and directories available within this project, not "
"comprehensive."
@@ -236,71 +297,74 @@ msgstr ""
"Tableau des fichiers d'inventaires et des répertoires disponibles dans ce "
"projet : incomplet."
-#: awx/api/serializers.py:1201
+#: awx/api/serializers.py:1426 awx/api/serializers.py:3194
+msgid "A count of hosts uniquely assigned to each status."
+msgstr ""
+
+#: awx/api/serializers.py:1429 awx/api/serializers.py:3197
+msgid "A count of all plays and tasks for the job run."
+msgstr ""
+
+#: awx/api/serializers.py:1554
msgid "Smart inventories must specify host_filter"
msgstr "Les inventaires smart doivent spécifier le host_filter"
-#: awx/api/serializers.py:1303
+#: awx/api/serializers.py:1658
#, python-format
msgid "Invalid port specification: %s"
msgstr "Spécification de port non valide : %s"
-#: awx/api/serializers.py:1314
+#: awx/api/serializers.py:1669
msgid "Cannot create Host for Smart Inventory"
msgstr "Impossible de créer un Hôte pour l' Inventaire Smart"
-#: awx/api/serializers.py:1336 awx/api/serializers.py:3321
-#: awx/api/serializers.py:3406 awx/main/validators.py:198
-msgid "Must be valid JSON or YAML."
-msgstr "Syntaxe JSON ou YAML valide exigée."
-
-#: awx/api/serializers.py:1432
+#: awx/api/serializers.py:1781
msgid "Invalid group name."
msgstr "Nom de groupe incorrect."
-#: awx/api/serializers.py:1437
+#: awx/api/serializers.py:1786
msgid "Cannot create Group for Smart Inventory"
msgstr "Impossible de créer de Groupe pour l' Inventaire Smart"
-#: awx/api/serializers.py:1509
+#: awx/api/serializers.py:1861
msgid ""
"Script must begin with a hashbang sequence: i.e.... #!/usr/bin/env python"
msgstr ""
"Le script doit commencer par une séquence hashbang : c.-à-d. ... "
"#!/usr/bin/env python"
-#: awx/api/serializers.py:1555
+#: awx/api/serializers.py:1910
msgid "`{}` is a prohibited environment variable"
msgstr "`{}`est une variable d'environnement interdite"
-#: awx/api/serializers.py:1566
+#: awx/api/serializers.py:1921
msgid "If 'source' is 'custom', 'source_script' must be provided."
msgstr "Si la valeur 'source' est 'custom', 'source_script' doit être défini."
-#: awx/api/serializers.py:1572
+#: awx/api/serializers.py:1927
msgid "Must provide an inventory."
msgstr "Vous devez fournir un inventaire."
-#: awx/api/serializers.py:1576
+#: awx/api/serializers.py:1931
msgid ""
"The 'source_script' does not belong to the same organization as the "
"inventory."
msgstr ""
"Le 'source_script' n'appartient pas à la même organisation que l'inventaire."
-#: awx/api/serializers.py:1578
+#: awx/api/serializers.py:1933
msgid "'source_script' doesn't exist."
msgstr "'source_script' n'existe pas."
-#: awx/api/serializers.py:1602
+#: awx/api/serializers.py:1967
msgid "Automatic group relationship, will be removed in 3.3"
msgstr "Relation de groupe automatique, sera supprimée dans la version 3.3"
-#: awx/api/serializers.py:1679
+#: awx/api/serializers.py:2053
msgid "Cannot use manual project for SCM-based inventory."
msgstr "Impossible d'utiliser un projet manuel pour un inventaire SCM."
-#: awx/api/serializers.py:1685
+#: awx/api/serializers.py:2059
msgid ""
"Manual inventory sources are created automatically when a group is created "
"in the v1 API."
@@ -308,54 +372,54 @@ msgstr ""
"Les sources d'inventaire manuel sont créées automatiquement lorsqu'un groupe"
" est créé dans l'API v1."
-#: awx/api/serializers.py:1690
+#: awx/api/serializers.py:2064
msgid "Setting not compatible with existing schedules."
msgstr "Paramètre incompatible avec les planifications existantes."
-#: awx/api/serializers.py:1695
+#: awx/api/serializers.py:2069
msgid "Cannot create Inventory Source for Smart Inventory"
msgstr "Impossible de créer une Source d'inventaire pour l' Inventaire Smart"
-#: awx/api/serializers.py:1709
+#: awx/api/serializers.py:2120
#, python-format
msgid "Cannot set %s if not SCM type."
msgstr "Impossible de définir %s si pas du type SCM ."
-#: awx/api/serializers.py:1950
+#: awx/api/serializers.py:2388
msgid "Modifications not allowed for managed credential types"
msgstr ""
"Modifications non autorisées pour les types d'informations d'identification "
"gérés"
-#: awx/api/serializers.py:1955
+#: awx/api/serializers.py:2393
msgid ""
"Modifications to inputs are not allowed for credential types that are in use"
msgstr ""
"Modifications apportées aux entrées non autorisées pour les types "
"d'informations d'identification en cours d'utilisation"
-#: awx/api/serializers.py:1961
+#: awx/api/serializers.py:2399
#, python-format
msgid "Must be 'cloud' or 'net', not %s"
msgstr "Doit être 'cloud' ou 'net', pas %s"
-#: awx/api/serializers.py:1967
+#: awx/api/serializers.py:2405
msgid "'ask_at_runtime' is not supported for custom credentials."
msgstr ""
"'ask_at_runtime' n'est pas pris en charge pour les informations "
"d'identification personnalisées."
-#: awx/api/serializers.py:2140
+#: awx/api/serializers.py:2585
#, python-format
msgid "\"%s\" is not a valid choice"
msgstr "\"%s\" n'est pas un choix valide."
-#: awx/api/serializers.py:2159
-#, python-format
-msgid "'%s' is not a valid field for %s"
-msgstr "'%s' n'est pas un champ valide pour %s"
+#: awx/api/serializers.py:2604
+#, python-brace-format
+msgid "'{field_name}' is not a valid field for {credential_type_name}"
+msgstr "'{field_name}' n'est pas un champ valide pour {credential_type_name}"
-#: awx/api/serializers.py:2180
+#: awx/api/serializers.py:2625
msgid ""
"You cannot change the credential type of the credential, as it may break the"
" functionality of the resources using it."
@@ -363,7 +427,7 @@ msgstr ""
"Vous ne pouvez pas modifier le type d'identifiants, car cela peut "
"compromettre la fonctionnalité de la ressource les utilisant."
-#: awx/api/serializers.py:2191
+#: awx/api/serializers.py:2637
msgid ""
"Write-only field used to add user to owner role. If provided, do not give "
"either team or organization. Only valid for creation."
@@ -372,7 +436,7 @@ msgstr ""
"propriétaire. Si vous le définissez, n'entrez ni équipe ni organisation. "
"Seulement valable pour la création."
-#: awx/api/serializers.py:2196
+#: awx/api/serializers.py:2642
msgid ""
"Write-only field used to add team to owner role. If provided, do not give "
"either user or organization. Only valid for creation."
@@ -381,7 +445,7 @@ msgstr ""
"propriétaire. Si vous le définissez, n'entrez ni utilisateur ni "
"organisation. Seulement valable pour la création."
-#: awx/api/serializers.py:2201
+#: awx/api/serializers.py:2647
msgid ""
"Inherit permissions from organization roles. If provided on creation, do not"
" give either user or team."
@@ -389,205 +453,311 @@ msgstr ""
"Hériter des permissions à partir des rôles d'organisation. Si vous le "
"définissez lors de la création, n'entrez ni utilisateur ni équipe."
-#: awx/api/serializers.py:2217
+#: awx/api/serializers.py:2663
msgid "Missing 'user', 'team', or 'organization'."
msgstr "Valeur 'utilisateur', 'équipe' ou 'organisation' manquante."
-#: awx/api/serializers.py:2257
+#: awx/api/serializers.py:2703
msgid ""
"Credential organization must be set and match before assigning to a team"
msgstr ""
"L'organisation des informations d'identification doit être définie et mise "
"en correspondance avant de l'attribuer à une équipe"
-#: awx/api/serializers.py:2424
+#: awx/api/serializers.py:2904
msgid "You must provide a cloud credential."
msgstr "Vous devez fournir une information d'identification cloud."
-#: awx/api/serializers.py:2425
+#: awx/api/serializers.py:2905
msgid "You must provide a network credential."
msgstr "Vous devez fournir des informations d'identification réseau."
-#: awx/api/serializers.py:2441
+#: awx/api/serializers.py:2906 awx/main/models/jobs.py:155
+msgid "You must provide an SSH credential."
+msgstr "Vous devez fournir des informations d'identification SSH."
+
+#: awx/api/serializers.py:2907
+msgid "You must provide a vault credential."
+msgstr "Vous devez fournir un archivage sécurisé."
+
+#: awx/api/serializers.py:2926
msgid "This field is required."
msgstr "Ce champ est obligatoire."
-#: awx/api/serializers.py:2443 awx/api/serializers.py:2445
+#: awx/api/serializers.py:2928 awx/api/serializers.py:2930
msgid "Playbook not found for project."
msgstr "Playbook introuvable pour le projet."
-#: awx/api/serializers.py:2447
+#: awx/api/serializers.py:2932
msgid "Must select playbook for project."
msgstr "Un playbook doit être sélectionné pour le project."
-#: awx/api/serializers.py:2522
+#: awx/api/serializers.py:3013
+msgid "Cannot enable provisioning callback without an inventory set."
+msgstr ""
+"Impossible d'activer le rappel de provisioning sans inventaire défini."
+
+#: awx/api/serializers.py:3016
msgid "Must either set a default value or ask to prompt on launch."
msgstr ""
"Une valeur par défaut doit être définie ou bien demander une invite au "
"moment du lancement."
-#: awx/api/serializers.py:2524 awx/main/models/jobs.py:326
+#: awx/api/serializers.py:3018 awx/main/models/jobs.py:310
msgid "Job types 'run' and 'check' must have assigned a project."
msgstr "Un projet doit être assigné aux types de tâche 'run' et 'check'."
-#: awx/api/serializers.py:2611
+#: awx/api/serializers.py:3134
msgid "Invalid job template."
msgstr "Modèle de tâche non valide."
-#: awx/api/serializers.py:2708
-msgid "Neither credential nor vault credential provided."
-msgstr "Indentifiants et identifiants de l'archivage sécurisé non fournis"
+#: awx/api/serializers.py:3249
+msgid "No change to job limit"
+msgstr "Aucun changement à la limite du job"
-#: awx/api/serializers.py:2711
+#: awx/api/serializers.py:3250
+msgid "All failed and unreachable hosts"
+msgstr "Tous les hôtes inaccessibles ou ayant échoué"
+
+#: awx/api/serializers.py:3265
+msgid "Missing passwords needed to start: {}"
+msgstr "Mots de passe manquants indispensables pour commencer : {}"
+
+#: awx/api/serializers.py:3284
+msgid "Relaunch by host status not available until job finishes running."
+msgstr ""
+"Relance par statut d'hôte non disponible jusqu'à la fin de l'exécution du "
+"job en cours."
+
+#: awx/api/serializers.py:3298
msgid "Job Template Project is missing or undefined."
msgstr "Le projet de modèle de tâche est manquant ou non défini."
-#: awx/api/serializers.py:2713
+#: awx/api/serializers.py:3300
msgid "Job Template Inventory is missing or undefined."
msgstr "Le projet de modèle d'inventaire est manquant ou non défini."
-#: awx/api/serializers.py:2782 awx/main/tasks.py:2186
+#: awx/api/serializers.py:3338
+msgid ""
+"Unknown, job may have been ran before launch configurations were saved."
+msgstr ""
+"Inconnu, il se peut que le job ait été exécuté avant que les configurations "
+"de lancement ne soient sauvegardées."
+
+#: awx/api/serializers.py:3405 awx/main/tasks.py:2268
msgid "{} are prohibited from use in ad hoc commands."
msgstr "{} ne sont pas autorisés à utiliser les commandes ad hoc."
-#: awx/api/serializers.py:3008
-#, python-format
-msgid "%(job_type)s is not a valid job type. The choices are %(choices)s."
+#: awx/api/serializers.py:3474 awx/api/views.py:4843
+#, python-brace-format
+msgid ""
+"Standard Output too large to display ({text_size} bytes), only download "
+"supported for sizes over {supported_size} bytes."
msgstr ""
-"%(job_type)s n'est pas un type de tâche valide. Les choix sont %(choices)s."
+"Sortie standard trop grande pour pouvoir s'afficher ({text_size} octets). Le"
+" téléchargement est pris en charge seulement pour une taille supérieure à "
+"{supported_size} octets."
-#: awx/api/serializers.py:3013
-msgid "Workflow job template is missing during creation."
-msgstr "Le modèle de tâche Workflow est manquant lors de la création."
+#: awx/api/serializers.py:3671
+msgid "Provided variable {} has no database value to replace with."
+msgstr ""
+"La variable fournie {} n'a pas de valeur de base de données pour remplacer."
-#: awx/api/serializers.py:3018
+#: awx/api/serializers.py:3747
#, python-format
msgid "Cannot nest a %s inside a WorkflowJobTemplate"
msgstr "Impossible d'imbriquer %s dans un modèle de tâche Workflow."
-#: awx/api/serializers.py:3291
-#, python-format
-msgid "Job Template '%s' is missing or undefined."
-msgstr "Le modèle de tâche '%s' est manquant ou non défini."
+#: awx/api/serializers.py:3754 awx/api/views.py:783
+msgid "Related template is not configured to accept credentials on launch."
+msgstr ""
+"Le modèle associé n'est pas configuré pour pouvoir accepter les identifiants"
+" au lancement."
-#: awx/api/serializers.py:3294
+#: awx/api/serializers.py:4211
msgid "The inventory associated with this Job Template is being deleted."
msgstr ""
"L'inventaire associé à ce modèle de tâche est en cours de suppression."
-#: awx/api/serializers.py:3335 awx/api/views.py:3023
-#, python-format
-msgid "Cannot assign multiple %s credentials."
-msgstr "Impossible d'attribuer plusieurs informations d'identification %s ."
+#: awx/api/serializers.py:4213
+msgid "The provided inventory is being deleted."
+msgstr "L'inventaire fourni est en cours de suppression."
-#: awx/api/serializers.py:3337 awx/api/views.py:3026
-msgid "Extra credentials must be network or cloud."
+#: awx/api/serializers.py:4221
+msgid "Cannot assign multiple {} credentials."
+msgstr "Ne peut pas attribuer plusieurs identifiants {}."
+
+#: awx/api/serializers.py:4234
+msgid ""
+"Removing {} credential at launch time without replacement is not supported. "
+"Provided list lacked credential(s): {}."
msgstr ""
-"Les informations d'identification supplémentaires doivent être des "
-"identifiants réseau ou cloud."
+"Le retrait des identifiants {} au moment du lancement sans procurer de "
+"valeurs de remplacement n'est pas pris en charge. La liste fournie manquait "
+"d'identifiant(s): {}."
-#: awx/api/serializers.py:3474
+#: awx/api/serializers.py:4360
msgid ""
"Missing required fields for Notification Configuration: notification_type"
msgstr ""
"Champs obligatoires manquants pour la configuration des notifications : "
"notification_type"
-#: awx/api/serializers.py:3497
+#: awx/api/serializers.py:4383
msgid "No values specified for field '{}'"
msgstr "Aucune valeur spécifiée pour le champ '{}'"
-#: awx/api/serializers.py:3502
+#: awx/api/serializers.py:4388
msgid "Missing required fields for Notification Configuration: {}."
msgstr ""
"Champs obligatoires manquants pour la configuration des notifications : {}."
-#: awx/api/serializers.py:3505
+#: awx/api/serializers.py:4391
msgid "Configuration field '{}' incorrect type, expected {}."
msgstr "Type de champ de configuration '{}' incorrect, {} attendu."
-#: awx/api/serializers.py:3558
-msgid "Inventory Source must be a cloud resource."
-msgstr "La source d'inventaire doit être une ressource cloud."
-
-#: awx/api/serializers.py:3560
-msgid "Manual Project cannot have a schedule set."
-msgstr "Le projet manuel ne peut pas avoir de calendrier défini."
-
-#: awx/api/serializers.py:3563
+#: awx/api/serializers.py:4453
msgid ""
-"Inventory sources with `update_on_project_update` cannot be scheduled. "
-"Schedule its source project `{}` instead."
+"Valid DTSTART required in rrule. Value should start with: "
+"DTSTART:YYYYMMDDTHHMMSSZ"
msgstr ""
-"Impossible de planifier les sources d'inventaire avec "
-"`update_on_project_update`. Planifiez plutôt son projet source`{}`."
-
-#: awx/api/serializers.py:3582
-msgid "Projects and inventory updates cannot accept extra variables."
-msgstr ""
-"Les projets et mises à jour d'inventaire ne peuvent pas accepter de "
-"variables supplémentaires."
-
-#: awx/api/serializers.py:3604
-msgid ""
-"DTSTART required in rrule. Value should match: DTSTART:YYYYMMDDTHHMMSSZ"
-msgstr ""
-"DTSTART obligatoire dans rrule. La valeur doit correspondre à : "
+"DTSTART valide obligatoire dans rrule. La valeur doit commencer par : "
"DTSTART:YYYYMMDDTHHMMSSZ"
-#: awx/api/serializers.py:3606
+#: awx/api/serializers.py:4455
+msgid ""
+"DTSTART cannot be a naive datetime. Specify ;TZINFO= or YYYYMMDDTHHMMSSZZ."
+msgstr ""
+"DTSTART ne peut correspondre à une DateHeure naïve. Spécifier ;TZINFO= ou "
+"YYYYMMDDTHHMMSSZZ."
+
+#: awx/api/serializers.py:4457
msgid "Multiple DTSTART is not supported."
msgstr "Une seule valeur DTSTART est prise en charge."
-#: awx/api/serializers.py:3608
-msgid "RRULE require in rrule."
+#: awx/api/serializers.py:4459
+msgid "RRULE required in rrule."
msgstr "RRULE obligatoire dans rrule."
-#: awx/api/serializers.py:3610
+#: awx/api/serializers.py:4461
msgid "Multiple RRULE is not supported."
msgstr "Une seule valeur RRULE est prise en charge."
-#: awx/api/serializers.py:3612
+#: awx/api/serializers.py:4463
msgid "INTERVAL required in rrule."
msgstr "INTERVAL obligatoire dans rrule."
-#: awx/api/serializers.py:3614
-msgid "TZID is not supported."
-msgstr "TZID n'est pas pris en charge."
-
-#: awx/api/serializers.py:3616
+#: awx/api/serializers.py:4465
msgid "SECONDLY is not supported."
msgstr "SECONDLY n'est pas pris en charge."
-#: awx/api/serializers.py:3618
+#: awx/api/serializers.py:4467
msgid "Multiple BYMONTHDAYs not supported."
msgstr "Une seule valeur BYMONTHDAY est prise en charge."
-#: awx/api/serializers.py:3620
+#: awx/api/serializers.py:4469
msgid "Multiple BYMONTHs not supported."
msgstr "Une seule valeur BYMONTH est prise en charge."
-#: awx/api/serializers.py:3622
+#: awx/api/serializers.py:4471
msgid "BYDAY with numeric prefix not supported."
msgstr "BYDAY avec un préfixe numérique non pris en charge."
-#: awx/api/serializers.py:3624
+#: awx/api/serializers.py:4473
msgid "BYYEARDAY not supported."
msgstr "BYYEARDAY non pris en charge."
-#: awx/api/serializers.py:3626
+#: awx/api/serializers.py:4475
msgid "BYWEEKNO not supported."
msgstr "BYWEEKNO non pris en charge."
-#: awx/api/serializers.py:3630
+#: awx/api/serializers.py:4477
+msgid "RRULE may not contain both COUNT and UNTIL"
+msgstr "RRULE peut contenir à la fois COUNT et UNTIL"
+
+#: awx/api/serializers.py:4481
msgid "COUNT > 999 is unsupported."
msgstr "COUNT > 999 non pris en charge."
-#: awx/api/serializers.py:3634
-msgid "rrule parsing failed validation."
-msgstr "L'analyse rrule n'a pas pu être validée."
+#: awx/api/serializers.py:4485
+msgid "rrule parsing failed validation: {}"
+msgstr "L'analyse rrule n'a pas pu être validée : {}"
-#: awx/api/serializers.py:3760
+#: awx/api/serializers.py:4526
+msgid "Inventory Source must be a cloud resource."
+msgstr "La source d'inventaire doit être une ressource cloud."
+
+#: awx/api/serializers.py:4528
+msgid "Manual Project cannot have a schedule set."
+msgstr "Le projet manuel ne peut pas avoir de calendrier défini."
+
+#: awx/api/serializers.py:4541
+msgid ""
+"Count of jobs in the running or waiting state that are targeted for this "
+"instance"
+msgstr ""
+"Le nombre de jobs en cours d'exécution ou en attente qui sont ciblés pour "
+"cette instance."
+
+#: awx/api/serializers.py:4546
+msgid "Count of all jobs that target this instance"
+msgstr ""
+
+#: awx/api/serializers.py:4579
+msgid ""
+"Count of jobs in the running or waiting state that are targeted for this "
+"instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4584
+msgid "Count of all jobs that target this instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4592
+msgid "Policy Instance Percentage"
+msgstr ""
+
+#: awx/api/serializers.py:4593
+msgid ""
+"Minimum percentage of all instances that will be automatically assigned to "
+"this group when new instances come online."
+msgstr ""
+"Le pourcentage minimum de toutes les instances qui seront automatiquement "
+"assignées à ce groupe lorsque de nouvelles instances seront mises en ligne."
+
+#: awx/api/serializers.py:4598
+msgid "Policy Instance Minimum"
+msgstr ""
+
+#: awx/api/serializers.py:4599
+msgid ""
+"Static minimum number of Instances that will be automatically assign to this"
+" group when new instances come online."
+msgstr ""
+"Nombre minimum statique d'instances qui seront automatiquement assignées à "
+"ce groupe lors de la mise en ligne de nouvelles instances."
+
+#: awx/api/serializers.py:4604
+msgid "Policy Instance List"
+msgstr ""
+
+#: awx/api/serializers.py:4605
+msgid "List of exact-match Instances that will be assigned to this group"
+msgstr "Liste des cas de concordance exacte qui seront assignés à ce groupe."
+
+#: awx/api/serializers.py:4627
+msgid "Duplicate entry {}."
+msgstr "Entrée dupliquée {}."
+
+#: awx/api/serializers.py:4629
+msgid "{} is not a valid hostname of an existing instance."
+msgstr "{} n'est pas un nom d'hôte valide d'instance existante."
+
+#: awx/api/serializers.py:4634
+msgid "tower instance group name may not be changed."
+msgstr "Le nom de groupe de l'instance Tower ne peut pas être modifié."
+
+#: awx/api/serializers.py:4704
msgid ""
"A summary of the new and changed values when an object is created, updated, "
"or deleted"
@@ -595,7 +765,7 @@ msgstr ""
"Un récapitulatif des valeurs nouvelles et modifiées lorsqu'un objet est "
"créé, mis à jour ou supprimé"
-#: awx/api/serializers.py:3762
+#: awx/api/serializers.py:4706
msgid ""
"For create, update, and delete events this is the object type that was "
"affected. For associate and disassociate events this is the object type "
@@ -605,7 +775,7 @@ msgstr ""
"d'objet qui a été affecté. Pour associer et dissocier des événements, il "
"s'agit du type d'objet associé à ou dissocié de object2."
-#: awx/api/serializers.py:3765
+#: awx/api/serializers.py:4709
msgid ""
"Unpopulated for create, update, and delete events. For associate and "
"disassociate events this is the object type that object1 is being associated"
@@ -615,166 +785,216 @@ msgstr ""
"associer et dissocier des événements, il s'agit du type d'objet auquel "
"object1 est associé."
-#: awx/api/serializers.py:3768
+#: awx/api/serializers.py:4712
msgid "The action taken with respect to the given object(s)."
msgstr "Action appliquée par rapport à l'objet ou aux objets donnés."
-#: awx/api/serializers.py:3885
-msgid "Unable to login with provided credentials."
-msgstr "Connexion impossible avec les informations d'identification fournies."
-
-#: awx/api/serializers.py:3887
-msgid "Must include \"username\" and \"password\"."
-msgstr "Elles doivent inclure le nom d'utilisateur et le mot de passe."
-
-#: awx/api/views.py:108
+#: awx/api/views.py:118
msgid "Your license does not allow use of the activity stream."
msgstr "Votre licence ne permet pas l'utilisation du flux d'activité."
-#: awx/api/views.py:118
+#: awx/api/views.py:128
msgid "Your license does not permit use of system tracking."
msgstr "Votre licence ne permet pas l'utilisation du suivi du système."
-#: awx/api/views.py:128
+#: awx/api/views.py:138
msgid "Your license does not allow use of workflows."
msgstr "Votre licence ne permet pas l'utilisation de workflows."
-#: awx/api/views.py:142
+#: awx/api/views.py:152
msgid "Cannot delete job resource when associated workflow job is running."
msgstr ""
"Impossible de supprimer les ressources de tâche lorsqu'une tâche de workflow"
" associée est en cours d'exécution."
-#: awx/api/views.py:146
+#: awx/api/views.py:157
msgid "Cannot delete running job resource."
msgstr "Impossible de supprimer la ressource de la tâche en cours."
-#: awx/api/views.py:155 awx/templates/rest_framework/api.html:28
+#: awx/api/views.py:162
+msgid "Job has not finished processing events."
+msgstr "Job n'ayant pas terminé de traiter les événements."
+
+#: awx/api/views.py:221
+msgid "Related job {} is still processing events."
+msgstr "Le job associé {} est toujours en cours de traitement des événements."
+
+#: awx/api/views.py:228 awx/templates/rest_framework/api.html:28
msgid "REST API"
msgstr "API REST"
-#: awx/api/views.py:164 awx/templates/rest_framework/api.html:4
+#: awx/api/views.py:238 awx/templates/rest_framework/api.html:4
msgid "AWX REST API"
msgstr "API REST AWX"
-#: awx/api/views.py:226
+#: awx/api/views.py:252
+msgid "API OAuth 2 Authorization Root"
+msgstr "API OAuth 2 Authorization Root"
+
+#: awx/api/views.py:317
msgid "Version 1"
msgstr "Version 1"
-#: awx/api/views.py:230
+#: awx/api/views.py:321
msgid "Version 2"
msgstr "Version 2"
-#: awx/api/views.py:241
+#: awx/api/views.py:330
msgid "Ping"
msgstr "Ping"
-#: awx/api/views.py:272 awx/conf/apps.py:12
+#: awx/api/views.py:361 awx/conf/apps.py:10
msgid "Configuration"
msgstr "Configuration"
-#: awx/api/views.py:325
+#: awx/api/views.py:418
msgid "Invalid license data"
msgstr "Données de licence non valides"
-#: awx/api/views.py:327
+#: awx/api/views.py:420
msgid "Missing 'eula_accepted' property"
msgstr "Propriété 'eula_accepted' manquante"
-#: awx/api/views.py:331
+#: awx/api/views.py:424
msgid "'eula_accepted' value is invalid"
msgstr "La valeur 'eula_accepted' n'est pas valide"
-#: awx/api/views.py:334
+#: awx/api/views.py:427
msgid "'eula_accepted' must be True"
msgstr "La valeur 'eula_accepted' doit être True"
-#: awx/api/views.py:341
+#: awx/api/views.py:434
msgid "Invalid JSON"
msgstr "Syntaxe JSON non valide"
-#: awx/api/views.py:349
+#: awx/api/views.py:442
msgid "Invalid License"
msgstr "Licence non valide"
-#: awx/api/views.py:359
+#: awx/api/views.py:452
msgid "Invalid license"
msgstr "Licence non valide"
-#: awx/api/views.py:367
+#: awx/api/views.py:460
#, python-format
msgid "Failed to remove license (%s)"
msgstr "Suppression de la licence (%s) impossible"
-#: awx/api/views.py:372
+#: awx/api/views.py:465
msgid "Dashboard"
msgstr "Tableau de bord"
-#: awx/api/views.py:471
+#: awx/api/views.py:564
msgid "Dashboard Jobs Graphs"
msgstr "Graphiques de tâches du tableau de bord"
-#: awx/api/views.py:507
+#: awx/api/views.py:600
#, python-format
msgid "Unknown period \"%s\""
msgstr "Période \"%s\" inconnue"
-#: awx/api/views.py:521
+#: awx/api/views.py:614
msgid "Instances"
msgstr "Instances"
-#: awx/api/views.py:529
+#: awx/api/views.py:622
msgid "Instance Detail"
msgstr "Détail de l'instance"
-#: awx/api/views.py:537
-msgid "Instance Running Jobs"
-msgstr "Instance exécutant les tâches"
+#: awx/api/views.py:643
+msgid "Instance Jobs"
+msgstr "Jobs d'instance"
-#: awx/api/views.py:552
+#: awx/api/views.py:657
msgid "Instance's Instance Groups"
msgstr "Groupes d'instances de l'instance"
-#: awx/api/views.py:562
+#: awx/api/views.py:666
msgid "Instance Groups"
msgstr "Groupes d'instances"
-#: awx/api/views.py:570
+#: awx/api/views.py:674
msgid "Instance Group Detail"
msgstr "Détail du groupe d'instances"
-#: awx/api/views.py:578
+#: awx/api/views.py:682
+msgid "Isolated Groups can not be removed from the API"
+msgstr "Les groupes isolés ne peuvent pas être supprimés des l'API"
+
+#: awx/api/views.py:684
+msgid ""
+"Instance Groups acting as a controller for an Isolated Group can not be "
+"removed from the API"
+msgstr ""
+"Les groupes d'instance agissant en tant que contrôleur d'un groupe isolé ne "
+"peuvent pas être retirés de l'API"
+
+#: awx/api/views.py:690
msgid "Instance Group Running Jobs"
msgstr "Groupe d'instances exécutant les tâches"
-#: awx/api/views.py:588
+#: awx/api/views.py:699
msgid "Instance Group's Instances"
msgstr "Instances du groupe d'instances"
-#: awx/api/views.py:598
+#: awx/api/views.py:709
msgid "Schedules"
msgstr "Calendriers"
-#: awx/api/views.py:617
+#: awx/api/views.py:723
+msgid "Schedule Recurrence Rule Preview"
+msgstr "Prévisualisation Règle récurrente de planning"
+
+#: awx/api/views.py:770
+msgid "Cannot assign credential when related template is null."
+msgstr ""
+"Impossible d'attribuer des identifiants lorsque le modèle associé est nul."
+
+#: awx/api/views.py:775
+msgid "Related template cannot accept {} on launch."
+msgstr "Le modèle associé ne peut pas accepter {} au lancement."
+
+#: awx/api/views.py:777
+msgid ""
+"Credential that requires user input on launch cannot be used in saved launch"
+" configuration."
+msgstr ""
+"Les identifiants qui nécessitent l'entrée de l'utilisateur au lancement ne "
+"peuvent pas être utilisés dans la configuration de lancement sauvegardée."
+
+#: awx/api/views.py:785
+#, python-brace-format
+msgid ""
+"This launch configuration already provides a {credential_type} credential."
+msgstr ""
+"Cette configuration de lancement fournit déjà un credential "
+"{credential_type}."
+
+#: awx/api/views.py:788
+#, python-brace-format
+msgid "Related template already uses {credential_type} credential."
+msgstr "Le modèle associé utilise déjà l'identifiant {credential_type}."
+
+#: awx/api/views.py:806
msgid "Schedule Jobs List"
msgstr "Listes des tâches de planification"
-#: awx/api/views.py:843
+#: awx/api/views.py:961
msgid "Your license only permits a single organization to exist."
msgstr "Votre licence permet uniquement l'existence d'une seule organisation."
-#: awx/api/views.py:1079 awx/api/views.py:4666
+#: awx/api/views.py:1193 awx/api/views.py:5056
msgid "You cannot assign an Organization role as a child role for a Team."
msgstr ""
"Vous ne pouvez pas attribuer un rôle Organisation en tant que rôle enfant "
"pour une équipe."
-#: awx/api/views.py:1083 awx/api/views.py:4680
+#: awx/api/views.py:1197 awx/api/views.py:5070
msgid "You cannot grant system-level permissions to a team."
msgstr ""
"Vous ne pouvez pas accorder de permissions au niveau système à une équipe."
-#: awx/api/views.py:1090 awx/api/views.py:4672
+#: awx/api/views.py:1204 awx/api/views.py:5062
msgid ""
"You cannot grant credential access to a team when the Organization field "
"isn't set, or belongs to a different organization"
@@ -783,36 +1003,71 @@ msgstr ""
"équipe lorsque le champ Organisation n'est pas défini ou qu'elle appartient "
"à une organisation différente"
-#: awx/api/views.py:1180
-msgid "Cannot delete project."
-msgstr "Suppression du projet impossible."
-
-#: awx/api/views.py:1215
+#: awx/api/views.py:1318
msgid "Project Schedules"
msgstr "Calendriers des projets"
-#: awx/api/views.py:1227
+#: awx/api/views.py:1329
msgid "Project SCM Inventory Sources"
msgstr "Sources d'inventaire SCM du projet"
-#: awx/api/views.py:1354
+#: awx/api/views.py:1430
+msgid "Project Update Events List"
+msgstr "Liste des événements de mise à jour du projet"
+
+#: awx/api/views.py:1444
+msgid "System Job Events List"
+msgstr "Liste des événements d'un job système"
+
+#: awx/api/views.py:1458
+msgid "Inventory Update Events List"
+msgstr "Liste des événements de mise à jour de l'inventaire"
+
+#: awx/api/views.py:1492
msgid "Project Update SCM Inventory Updates"
msgstr "Mises à jour de l'inventaire SCM de la mise à jour du projet"
-#: awx/api/views.py:1409
+#: awx/api/views.py:1551
msgid "Me"
msgstr "Moi-même"
-#: awx/api/views.py:1453 awx/api/views.py:4623
-msgid "You may not perform any action with your own admin_role."
-msgstr "Vous ne pouvez pas effectuer d'action avec votre propre admin_role."
+#: awx/api/views.py:1559
+msgid "OAuth 2 Applications"
+msgstr "OAuth 2 Applications"
-#: awx/api/views.py:1459 awx/api/views.py:4627
-msgid "You may not change the membership of a users admin_role"
-msgstr ""
-"Vous ne pouvez pas modifier l'appartenance de l'admin_role d'un utilisateur"
+#: awx/api/views.py:1568
+msgid "OAuth 2 Application Detail"
+msgstr "OAuth 2 Détails Application"
-#: awx/api/views.py:1464 awx/api/views.py:4632
+#: awx/api/views.py:1577
+msgid "OAuth 2 Application Tokens"
+msgstr "OAuth 2 Jetons Application"
+
+#: awx/api/views.py:1599
+msgid "OAuth2 Tokens"
+msgstr "OAuth2 Jetons"
+
+#: awx/api/views.py:1608
+msgid "OAuth2 User Tokens"
+msgstr "OAuth2 Jetons Utilisateur"
+
+#: awx/api/views.py:1620
+msgid "OAuth2 User Authorized Access Tokens"
+msgstr "OAuth2 Jetons d'accès Utilisateur autorisé"
+
+#: awx/api/views.py:1635
+msgid "Organization OAuth2 Applications"
+msgstr "Organisation OAuth2 Applications"
+
+#: awx/api/views.py:1647
+msgid "OAuth2 Personal Access Tokens"
+msgstr "OAuth2 Jetons d'accès personnels"
+
+#: awx/api/views.py:1662
+msgid "OAuth Token Detail"
+msgstr "OAuth 2 Détails Jeton"
+
+#: awx/api/views.py:1722 awx/api/views.py:5023
msgid ""
"You cannot grant credential access to a user not in the credentials' "
"organization"
@@ -821,65 +1076,65 @@ msgstr ""
"utilisateur ne figurant pas dans l'organisation d'informations "
"d'identification."
-#: awx/api/views.py:1468 awx/api/views.py:4636
+#: awx/api/views.py:1726 awx/api/views.py:5027
msgid "You cannot grant private credential access to another user"
msgstr ""
"Vous ne pouvez pas accorder d'accès privé par informations d'identification "
"à un autre utilisateur"
-#: awx/api/views.py:1566
+#: awx/api/views.py:1824
#, python-format
msgid "Cannot change %s."
msgstr "Impossible de modifier %s."
-#: awx/api/views.py:1572
+#: awx/api/views.py:1830
msgid "Cannot delete user."
msgstr "Impossible de supprimer l'utilisateur."
-#: awx/api/views.py:1601
+#: awx/api/views.py:1854
msgid "Deletion not allowed for managed credential types"
msgstr ""
"Suppression non autorisée pour les types d'informations d'identification "
"gérés."
-#: awx/api/views.py:1603
+#: awx/api/views.py:1856
msgid "Credential types that are in use cannot be deleted"
msgstr ""
"Les types d'informations d'identification utilisés ne peuvent pas être "
"supprimés."
-#: awx/api/views.py:1781
+#: awx/api/views.py:2031
msgid "Cannot delete inventory script."
msgstr "Impossible de supprimer le script d'inventaire."
-#: awx/api/views.py:1866
+#: awx/api/views.py:2122
#, python-brace-format
msgid "{0}"
msgstr "{0}"
-#: awx/api/views.py:2101
+#: awx/api/views.py:2353
msgid "Fact not found."
msgstr "Fait introuvable."
-#: awx/api/views.py:2125
+#: awx/api/views.py:2375
msgid "SSLError while trying to connect to {}"
msgstr "ErreurSSL lors de la tentative de connexion au {} "
-#: awx/api/views.py:2127
+#: awx/api/views.py:2377
msgid "Request to {} timed out."
msgstr "Délai de requête {} expiré."
-#: awx/api/views.py:2129
-msgid "Unkown exception {} while trying to GET {}"
+#: awx/api/views.py:2379
+msgid "Unknown exception {} while trying to GET {}"
msgstr "Exception inconnue {} lors de la tentative GET {}"
-#: awx/api/views.py:2132
+#: awx/api/views.py:2382
msgid ""
"Unauthorized access. Please check your Insights Credential username and "
"password."
msgstr "Accès non autorisé. Veuillez vérifier vos identifiants pour Insights."
-#: awx/api/views.py:2134
+#: awx/api/views.py:2385
msgid ""
"Failed to gather reports and maintenance plans from Insights API at URL {}. "
"Server responded with {} status code and message {}"
@@ -888,216 +1143,274 @@ msgstr ""
"sur l'URL {}. Le serveur a répondu avec un code de statut {} et un message "
"{} "
-#: awx/api/views.py:2140
+#: awx/api/views.py:2392
msgid "Expected JSON response from Insights but instead got {}"
msgstr ""
"Réponse JSON attendue de la part d'Insights, mais {} a été reçu à la place"
-#: awx/api/views.py:2147
+#: awx/api/views.py:2399
msgid "This host is not recognized as an Insights host."
msgstr "Cet hôte n'est pas reconnu comme hôte Insights."
-#: awx/api/views.py:2152
+#: awx/api/views.py:2404
msgid "The Insights Credential for \"{}\" was not found."
msgstr "Informations d'identification Insights pour \"{}\" introuvables."
-#: awx/api/views.py:2221
+#: awx/api/views.py:2472
msgid "Cyclical Group association."
msgstr "Association de groupe cyclique."
-#: awx/api/views.py:2499
+#: awx/api/views.py:2686
msgid "Inventory Source List"
msgstr "Liste des sources d'inventaire"
-#: awx/api/views.py:2512
+#: awx/api/views.py:2698
msgid "Inventory Sources Update"
msgstr "Mise à jour des sources d'inventaire"
-#: awx/api/views.py:2542
+#: awx/api/views.py:2731
msgid "Could not start because `can_update` returned False"
msgstr "Démarrage impossible car `can_update` a renvoyé False"
-#: awx/api/views.py:2550
+#: awx/api/views.py:2739
msgid "No inventory sources to update."
msgstr "Aucune source d'inventaire à actualiser."
-#: awx/api/views.py:2582
-msgid "Cannot delete inventory source."
-msgstr "Impossible de supprimer la source d'inventaire."
-
-#: awx/api/views.py:2590
+#: awx/api/views.py:2768
msgid "Inventory Source Schedules"
msgstr "Calendriers des sources d'inventaire"
-#: awx/api/views.py:2620
+#: awx/api/views.py:2796
msgid "Notification Templates can only be assigned when source is one of {}."
msgstr ""
"Les modèles de notification ne peuvent être attribués que lorsque la source "
"est l'une des {}."
#: awx/api/views.py:2851
+msgid "Vault credentials are not yet supported for inventory sources."
+msgstr ""
+"Les identifiants d'archivage sécurisé ne sont pas encore pris en charge pour"
+" les sources d'inventaire."
+
+#: awx/api/views.py:2856
+msgid "Source already has cloud credential assigned."
+msgstr "La source a déjà un identifiant cloud d'attribué."
+
+#: awx/api/views.py:3016
+msgid ""
+"'credentials' cannot be used in combination with 'credential', "
+"'vault_credential', or 'extra_credentials'."
+msgstr ""
+"Les 'credentials' (identifiants) ne peuvent pas être utilisés en combinaison"
+" à des 'credential', 'vault_credential', ou 'extra_credentials'."
+
+#: awx/api/views.py:3128
msgid "Job Template Schedules"
msgstr "Calendriers des modèles de tâche"
-#: awx/api/views.py:2871 awx/api/views.py:2882
+#: awx/api/views.py:3146 awx/api/views.py:3157
msgid "Your license does not allow adding surveys."
msgstr "Votre licence ne permet pas l'ajout de questionnaires."
-#: awx/api/views.py:2889
-msgid "'name' missing from survey spec."
-msgstr "'name' manquant dans la spécification du questionnaire."
+#: awx/api/views.py:3176
+msgid "Field '{}' is missing from survey spec."
+msgstr "Le champ '{}' manque dans la specification du questionnaire."
-#: awx/api/views.py:2891
-msgid "'description' missing from survey spec."
-msgstr "'description' manquante dans la spécification du questionnaire."
+#: awx/api/views.py:3178
+msgid "Expected {} for field '{}', received {} type."
+msgstr "{} attendu pour le champ '{}', type {} reçu."
-#: awx/api/views.py:2893
-msgid "'spec' missing from survey spec."
-msgstr "'spec' manquante dans la spécification du questionnaire."
-
-#: awx/api/views.py:2895
-msgid "'spec' must be a list of items."
-msgstr "'spec' doit être une liste d'éléments"
-
-#: awx/api/views.py:2897
+#: awx/api/views.py:3182
msgid "'spec' doesn't contain any items."
msgstr "'spec' ne contient aucun élément."
-#: awx/api/views.py:2903
+#: awx/api/views.py:3191
#, python-format
msgid "Survey question %s is not a json object."
msgstr "La question %s n'est pas un objet json."
-#: awx/api/views.py:2905
+#: awx/api/views.py:3193
#, python-format
msgid "'type' missing from survey question %s."
msgstr "'type' est manquant dans la question %s."
-#: awx/api/views.py:2907
+#: awx/api/views.py:3195
#, python-format
msgid "'question_name' missing from survey question %s."
msgstr "'question_name' est manquant dans la question %s."
-#: awx/api/views.py:2909
+#: awx/api/views.py:3197
#, python-format
msgid "'variable' missing from survey question %s."
msgstr "'variable' est manquant dans la question %s."
-#: awx/api/views.py:2911
+#: awx/api/views.py:3199
#, python-format
msgid "'variable' '%(item)s' duplicated in survey question %(survey)s."
msgstr "'variable' '%(item)s' en double dans la question %(survey)s."
-#: awx/api/views.py:2916
+#: awx/api/views.py:3204
#, python-format
msgid "'required' missing from survey question %s."
msgstr "'required' est manquant dans la question %s."
-#: awx/api/views.py:2921
+#: awx/api/views.py:3209
#, python-brace-format
msgid ""
"Value {question_default} for '{variable_name}' expected to be a string."
msgstr "Valeur {question_default} de '{variable_name}' de chaîne attendue. "
-#: awx/api/views.py:2928
+#: awx/api/views.py:3219
#, python-brace-format
msgid ""
-"$encrypted$ is reserved keyword for password questions and may not be used "
-"as a default for '{variable_name}' in survey question {question_position}."
+"$encrypted$ is a reserved keyword for password question defaults, survey "
+"question {question_position} is type {question_type}."
msgstr ""
-"$encrypted$ est un mot clé réservé pour les questions de mots de passe et ne"
-" peuvent pas être utilisées par défaut pour '{variable_name}' dans les "
-"questions d'enquêtes {question_position}."
+"$encrypted$ est un mot clé réservé pour les questions de mots de passe par "
+"défaut, la questions de questionnaire {question_position} est de type "
+"{question_type}."
-#: awx/api/views.py:3049
+#: awx/api/views.py:3235
+#, python-brace-format
+msgid ""
+"$encrypted$ is a reserved keyword, may not be used for new default in "
+"position {question_position}."
+msgstr ""
+"$encrypted$ est un mot clé réservé, et ne peut pas être utilisé comme valeur"
+" pour la position {question_position}."
+
+#: awx/api/views.py:3309
+#, python-brace-format
+msgid "Cannot assign multiple {credential_type} credentials."
+msgstr "Ne peut pas attribuer plusieurs identifiants {credential_type}."
+
+#: awx/api/views.py:3327
+msgid "Extra credentials must be network or cloud."
+msgstr ""
+"Les informations d'identification supplémentaires doivent être des "
+"identifiants réseau ou cloud."
+
+#: awx/api/views.py:3349
msgid "Maximum number of labels for {} reached."
msgstr "Nombre maximum d'étiquettes {} atteint."
-#: awx/api/views.py:3170
+#: awx/api/views.py:3472
msgid "No matching host could be found!"
msgstr "Aucun hôte correspondant n'a été trouvé."
-#: awx/api/views.py:3173
+#: awx/api/views.py:3475
msgid "Multiple hosts matched the request!"
msgstr "Plusieurs hôtes correspondent à la requête."
-#: awx/api/views.py:3178
+#: awx/api/views.py:3480
msgid "Cannot start automatically, user input required!"
msgstr ""
"Impossible de démarrer automatiquement, saisie de l'utilisateur obligatoire."
-#: awx/api/views.py:3185
+#: awx/api/views.py:3487
msgid "Host callback job already pending."
msgstr "La tâche de rappel de l'hôte est déjà en attente."
-#: awx/api/views.py:3199
+#: awx/api/views.py:3502 awx/api/views.py:4284
msgid "Error starting job!"
msgstr "Erreur lors du démarrage de la tâche."
-#: awx/api/views.py:3306
+#: awx/api/views.py:3622
#, python-brace-format
msgid "Cannot associate {0} when {1} have been associated."
msgstr " {0} ne peut pas être associé lorsque {1} est associé."
-#: awx/api/views.py:3331
+#: awx/api/views.py:3647
msgid "Multiple parent relationship not allowed."
msgstr "Relation de parents multiples non autorisée."
-#: awx/api/views.py:3336
+#: awx/api/views.py:3652
msgid "Cycle detected."
msgstr "Cycle détecté."
-#: awx/api/views.py:3540
+#: awx/api/views.py:3850
msgid "Workflow Job Template Schedules"
msgstr "Calendriers des modèles de tâche Workflow"
-#: awx/api/views.py:3685 awx/api/views.py:4268
+#: awx/api/views.py:3986 awx/api/views.py:4690
msgid "Superuser privileges needed."
msgstr "Privilèges de superutilisateur requis."
-#: awx/api/views.py:3717
+#: awx/api/views.py:4018
msgid "System Job Template Schedules"
msgstr "Calendriers des modèles de tâche Système"
-#: awx/api/views.py:3780
+#: awx/api/views.py:4076
msgid "POST not allowed for Job launching in version 2 of the api"
msgstr ""
"POST non autorisé pour le lancement de tâches dans la version 2 de l'api"
-#: awx/api/views.py:3942
+#: awx/api/views.py:4100 awx/api/views.py:4106
+msgid "PUT not allowed for Job Details in version 2 of the API"
+msgstr ""
+
+#: awx/api/views.py:4267
+#, python-brace-format
+msgid "Wait until job finishes before retrying on {status_value} hosts."
+msgstr ""
+"Patientez jusqu'à ce que le job se termine avant d'essayer à nouveau les "
+"hôtes {status_value}."
+
+#: awx/api/views.py:4272
+#, python-brace-format
+msgid "Cannot retry on {status_value} hosts, playbook stats not available."
+msgstr ""
+"Impossible d'essayer à nouveau sur les hôtes {status_value}, les stats de "
+"playbook ne sont pas disponibles."
+
+#: awx/api/views.py:4277
+#, python-brace-format
+msgid "Cannot relaunch because previous job had 0 {status_value} hosts."
+msgstr ""
+"Impossible de relancer car le job précédent possède 0 {status_value} hôtes."
+
+#: awx/api/views.py:4306
+msgid "Cannot create schedule because job requires credential passwords."
+msgstr ""
+"Impossible de créer un planning parce que le job exige des mots de passe "
+"d'authentification."
+
+#: awx/api/views.py:4311
+msgid "Cannot create schedule because job was launched by legacy method."
+msgstr ""
+"Impossible de créer un planning parce que le travail a été lancé par la "
+"méthode héritée."
+
+#: awx/api/views.py:4313
+msgid "Cannot create schedule because a related resource is missing."
+msgstr ""
+"Impossible de créer un planning car une ressource associée est manquante."
+
+#: awx/api/views.py:4368
msgid "Job Host Summaries List"
msgstr "Liste récapitulative des hôtes de la tâche"
-#: awx/api/views.py:3989
+#: awx/api/views.py:4417
msgid "Job Event Children List"
msgstr "Liste des enfants d'événement de la tâche"
-#: awx/api/views.py:3998
+#: awx/api/views.py:4427
msgid "Job Event Hosts List"
msgstr "Liste des hôtes d'événement de la tâche"
-#: awx/api/views.py:4008
+#: awx/api/views.py:4436
msgid "Job Events List"
msgstr "Liste des événements de la tâche"
-#: awx/api/views.py:4222
+#: awx/api/views.py:4647
msgid "Ad Hoc Command Events List"
msgstr "Liste d'événements de la commande ad hoc"
-#: awx/api/views.py:4437
-msgid "Error generating stdout download file: {}"
-msgstr "Erreur lors de la génération du fichier de téléchargement stdout : {}"
-
-#: awx/api/views.py:4450
-#, python-format
-msgid "Error generating stdout download file: %s"
-msgstr "Erreur lors de la génération du fichier de téléchargement stdout : %s"
-
-#: awx/api/views.py:4495
+#: awx/api/views.py:4889
msgid "Delete not allowed while there are pending notifications"
msgstr "Suppression non autorisée tant que des notifications sont en attente"
-#: awx/api/views.py:4502
+#: awx/api/views.py:4897
msgid "Notification Template Test"
msgstr "Test de modèle de notification"
@@ -1250,19 +1563,36 @@ msgstr "Exemple de paramètre"
msgid "Example setting which can be different for each user."
msgstr "Exemple de paramètre qui peut être différent pour chaque utilisateur."
-#: awx/conf/conf.py:95 awx/conf/registry.py:85 awx/conf/views.py:56
+#: awx/conf/conf.py:95 awx/conf/registry.py:85 awx/conf/views.py:55
msgid "User"
msgstr "Utilisateur"
-#: awx/conf/fields.py:63
+#: awx/conf/fields.py:60 awx/sso/fields.py:595
+#, python-brace-format
+msgid ""
+"Expected None, True, False, a string or list of strings but got {input_type}"
+" instead."
+msgstr ""
+"Les valeurs None, True, False, une chaîne ou une liste de chaînes étaient "
+"attendues, mais {input_type} a été obtenu à la place."
+
+#: awx/conf/fields.py:104
msgid "Enter a valid URL"
msgstr "Entez une URL valide"
-#: awx/conf/fields.py:95
+#: awx/conf/fields.py:136
#, python-brace-format
msgid "\"{input}\" is not a valid string."
msgstr "\"{input}\" n'est pas une chaîne valide."
+#: awx/conf/fields.py:151
+#, python-brace-format
+msgid ""
+"Expected a list of tuples of max length 2 but got {input_type} instead."
+msgstr ""
+"Liste de tuples de longueur max 2 attendue mais a obtenu {input_type} à la "
+"place."
+
#: awx/conf/license.py:22
msgid "Your Tower license does not allow that."
msgstr "Votre licence Tower ne vous y autorise pas."
@@ -1359,9 +1689,9 @@ msgstr ""
#: awx/conf/tests/unit/test_settings.py:411
#: awx/conf/tests/unit/test_settings.py:430
#: awx/conf/tests/unit/test_settings.py:466 awx/main/conf.py:22
-#: awx/main/conf.py:32 awx/main/conf.py:42 awx/main/conf.py:51
-#: awx/main/conf.py:63 awx/main/conf.py:81 awx/main/conf.py:96
-#: awx/main/conf.py:121
+#: awx/main/conf.py:32 awx/main/conf.py:43 awx/main/conf.py:53
+#: awx/main/conf.py:62 awx/main/conf.py:74 awx/main/conf.py:87
+#: awx/main/conf.py:100 awx/main/conf.py:125
msgid "System"
msgstr "Système"
@@ -1373,104 +1703,109 @@ msgstr "Système"
msgid "OtherSystem"
msgstr "Autre Système"
-#: awx/conf/views.py:48
+#: awx/conf/views.py:47
msgid "Setting Categories"
msgstr "Catégories de paramètre"
-#: awx/conf/views.py:73
+#: awx/conf/views.py:71
msgid "Setting Detail"
msgstr "Détails du paramètre"
-#: awx/conf/views.py:168
+#: awx/conf/views.py:166
msgid "Logging Connectivity Test"
msgstr "Journalisation du test de connectivité"
-#: awx/main/access.py:44
-msgid "Resource is being used by running jobs."
-msgstr "Ressource utilisée par les tâches en cours."
+#: awx/main/access.py:57
+#, python-format
+msgid "Required related field %s for permission check."
+msgstr "Champs associés % requis pour la vérification des permissions."
-#: awx/main/access.py:237
+#: awx/main/access.py:73
#, python-format
msgid "Bad data found in related field %s."
msgstr "Données incorrectes trouvées dans le champ %s associé."
-#: awx/main/access.py:281
+#: awx/main/access.py:293
msgid "License is missing."
msgstr "La licence est manquante."
-#: awx/main/access.py:283
+#: awx/main/access.py:295
msgid "License has expired."
msgstr "La licence est arrivée à expiration."
-#: awx/main/access.py:291
+#: awx/main/access.py:303
#, python-format
msgid "License count of %s instances has been reached."
msgstr "Le nombre de licences d'instances %s a été atteint."
-#: awx/main/access.py:293
+#: awx/main/access.py:305
#, python-format
msgid "License count of %s instances has been exceeded."
msgstr "Le nombre de licences d'instances %s a été dépassé."
-#: awx/main/access.py:295
+#: awx/main/access.py:307
msgid "Host count exceeds available instances."
msgstr "Le nombre d'hôtes dépasse celui des instances disponibles."
-#: awx/main/access.py:299
+#: awx/main/access.py:311
#, python-format
msgid "Feature %s is not enabled in the active license."
msgstr "La fonctionnalité %s n'est pas activée dans la licence active."
-#: awx/main/access.py:301
+#: awx/main/access.py:313
msgid "Features not found in active license."
msgstr "Fonctionnalités introuvables dans la licence active."
-#: awx/main/access.py:707
+#: awx/main/access.py:818
msgid "Unable to change inventory on a host."
msgstr "Impossible de modifier l'inventaire sur un hôte."
-#: awx/main/access.py:724 awx/main/access.py:769
+#: awx/main/access.py:835 awx/main/access.py:880
msgid "Cannot associate two items from different inventories."
msgstr "Impossible d'associer deux éléments d'inventaires différents."
-#: awx/main/access.py:757
+#: awx/main/access.py:868
msgid "Unable to change inventory on a group."
msgstr "Impossible de modifier l'inventaire sur un groupe."
-#: awx/main/access.py:1017
+#: awx/main/access.py:1129
msgid "Unable to change organization on a team."
msgstr "Impossible de modifier l'organisation d'une équipe."
-#: awx/main/access.py:1030
+#: awx/main/access.py:1146
msgid "The {} role cannot be assigned to a team"
msgstr "Le rôle {} ne peut pas être attribué à une équipe"
-#: awx/main/access.py:1032
+#: awx/main/access.py:1148
msgid "The admin_role for a User cannot be assigned to a team"
msgstr "L'admin_role d'un utilisateur ne peut pas être attribué à une équipe"
-#: awx/main/access.py:1479
+#: awx/main/access.py:1502 awx/main/access.py:1936
+msgid "Job was launched with prompts provided by another user."
+msgstr ""
+"Le job a été lancé par des champs d'invite provenant d'un autre utilisateur."
+
+#: awx/main/access.py:1522
msgid "Job has been orphaned from its job template."
msgstr "La tâche est orpheline de son modèle de tâche."
-#: awx/main/access.py:1481
-msgid "You do not have execute permission to related job template."
-msgstr ""
-"Vous n'avez pas de permission d'exécution pour le modèle de tâche lié."
+#: awx/main/access.py:1524
+msgid "Job was launched with unknown prompted fields."
+msgstr "Le job été lancé par des champs d'invite inconnus."
-#: awx/main/access.py:1484
+#: awx/main/access.py:1526
msgid "Job was launched with prompted fields."
msgstr "La tâche a été lancée avec les champs d'invite."
-#: awx/main/access.py:1486
+#: awx/main/access.py:1528
msgid " Organization level permissions required."
msgstr "Permissions au niveau de l'organisation requises."
-#: awx/main/access.py:1488
+#: awx/main/access.py:1530
msgid " You do not have permission to related resources."
msgstr "Vous n'avez pas de permission vers les ressources liées."
-#: awx/main/access.py:1833
+#: awx/main/access.py:1950
msgid ""
"You do not have permission to the workflow job resources required for "
"relaunch."
@@ -1509,27 +1844,42 @@ msgstr ""
#: awx/main/conf.py:41
msgid ""
-"Controls whether any Organization Admin can view all users, even those not "
-"associated with their Organization."
+"Controls whether any Organization Admin can view all users and teams, even "
+"those not associated with their Organization."
msgstr ""
-"Contrôle si un administrateur d'organisation peut ou non afficher tous les "
-"utilisateurs, même ceux qui ne sont pas associés à son organisation."
-#: awx/main/conf.py:49
+#: awx/main/conf.py:50
+msgid "Organization Admins Can Manage Users and Teams"
+msgstr ""
+"Les administrateurs de l'organisation peuvent gérer les utilisateurs et les "
+"équipes."
+
+#: awx/main/conf.py:51
+msgid ""
+"Controls whether any Organization Admin has the privileges to create and "
+"manage users and teams. You may want to disable this ability if you are "
+"using an LDAP or SAML integration."
+msgstr ""
+"Contrôle si l'administrateur de l'organisation dispose des privilèges "
+"nécessaires pour créer et gérer les utilisateurs et les équipes. Vous pouvez"
+" désactiver cette fonctionnalité si vous utilisez une intégration LDAP ou "
+"SAML."
+
+#: awx/main/conf.py:60
msgid "Enable Administrator Alerts"
msgstr "Activer les alertes administrateur"
-#: awx/main/conf.py:50
+#: awx/main/conf.py:61
msgid "Email Admin users for system events that may require attention."
msgstr ""
"Alerter les administrateurs par email concernant des événements système "
"susceptibles de mériter leur attention."
-#: awx/main/conf.py:60
+#: awx/main/conf.py:71
msgid "Base URL of the Tower host"
msgstr "URL de base pour l'hôte Tower"
-#: awx/main/conf.py:61
+#: awx/main/conf.py:72
msgid ""
"This setting is used by services like notifications to render a valid url to"
" the Tower host."
@@ -1537,51 +1887,38 @@ msgstr ""
"Ce paramètre est utilisé par des services sous la forme de notifications "
"permettant de rendre valide une URL pour l'hôte Tower."
-#: awx/main/conf.py:70
+#: awx/main/conf.py:81
msgid "Remote Host Headers"
msgstr "En-têtes d'hôte distant"
-#: awx/main/conf.py:71
+#: awx/main/conf.py:82
msgid ""
-"HTTP headers and meta keys to search to determine remote host name or IP. Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if behind a reverse proxy.\n"
-"\n"
-"Note: The headers will be searched in order and the first found remote host name or IP will be used.\n"
-"\n"
-"In the below example 8.8.8.7 would be the chosen IP address.\n"
-"X-Forwarded-For: 8.8.8.7, 192.168.2.1, 127.0.0.1\n"
-"Host: 127.0.0.1\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR', 'REMOTE_HOST']"
+"HTTP headers and meta keys to search to determine remote host name or IP. "
+"Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if "
+"behind a reverse proxy. See the \"Proxy Support\" section of the "
+"Adminstrator guide for more details."
msgstr ""
-"En-têtes HTTP et méta-clés à rechercher afin de déterminer le nom ou l'adresse IP d'un hôte distant. Ajoutez des éléments supplémentaires à cette liste, tels que \"HTTP_X_FORWARDED_FOR\", en présence d'un proxy inverse.\n"
-"\n"
-"Remarque : les en-têtes seront recherchés dans l'ordre, et le premier nom ou la première adresse IP d'hôte distant trouvé(e) sera utilisé(e).\n"
-"\n"
-"Dans l'exemple ci-dessous 8.8.8.7 est l'adresse IP choisie. \n"
-"X-Forwarded-For : 8.8.8.7, 192.168.2.1, 127.0.0.1\n"
-"Hôte : 127.0.0.1\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR', 'REMOTE_HOST']"
-#: awx/main/conf.py:88
+#: awx/main/conf.py:94
msgid "Proxy IP Whitelist"
msgstr "Liste blanche des IP proxy"
-#: awx/main/conf.py:89
+#: awx/main/conf.py:95
msgid ""
-"If Tower is behind a reverse proxy/load balancer, use this setting to whitelist the proxy IP addresses from which Tower should trust custom REMOTE_HOST_HEADERS header values\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', ''REMOTE_ADDR', 'REMOTE_HOST']\n"
-"PROXY_IP_WHITELIST = ['10.0.1.100', '10.0.1.101']\n"
-"If this setting is an empty list (the default), the headers specified by REMOTE_HOST_HEADERS will be trusted unconditionally')"
+"If Tower is behind a reverse proxy/load balancer, use this setting to "
+"whitelist the proxy IP addresses from which Tower should trust custom "
+"REMOTE_HOST_HEADERS header values. If this setting is an empty list (the "
+"default), the headers specified by REMOTE_HOST_HEADERS will be trusted "
+"unconditionally')"
msgstr ""
-"Si Tower se trouve derrière un proxy inverse/équilibreur de charge, utilisez ce paramètre pour mettre sur liste blanche les addresses IP du proxy pour lesquelles Tower doit avoir confiance valeurs d'en-tête REMOTE_HOST_HEADERS personnalisées\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', ''REMOTE_ADDR', 'REMOTE_HOST']\n"
-"PROXY_IP_WHITELIST = ['10.0.1.100', '10.0.1.101']\n"
-"Si ce paramètre est une liste vide (liste par défaut), les en-têtes spécifiés par REMOTE_HOST_HEADERS seront approuvés sans condition')"
+"Si Tower se trouve derrière un proxy inverse/équilibreur de charge, utilisez ce paramètre pour mettre sur liste blanche les adresses IP du proxy en provenance desquelles Tower devra approuver les valeurs d'en-tête REMOTE_HOST_HEADERS personnalisées. Si ce paramètre correspond à une liste vide (valeur par défaut), les en-têtes spécifiés par\n"
+"REMOTE_HOST_HEADERS seront approuvés sans condition)"
-#: awx/main/conf.py:117
+#: awx/main/conf.py:121
msgid "License"
msgstr "Licence"
-#: awx/main/conf.py:118
+#: awx/main/conf.py:122
msgid ""
"The license controls which features and functionality are enabled. Use "
"/api/v1/config/ to update or change the license."
@@ -1589,29 +1926,62 @@ msgstr ""
"La licence détermine les fonctionnalités et les fonctions activées. Utilisez"
" /api/v1/config/ pour mettre à jour ou modifier la licence."
-#: awx/main/conf.py:128
+#: awx/main/conf.py:132
msgid "Ansible Modules Allowed for Ad Hoc Jobs"
msgstr "Modules Ansible autorisés pour des tâches ad hoc"
-#: awx/main/conf.py:129
+#: awx/main/conf.py:133
msgid "List of modules allowed to be used by ad-hoc jobs."
msgstr "Liste des modules que des tâches ad hoc sont autorisées à utiliser."
-#: awx/main/conf.py:130 awx/main/conf.py:140 awx/main/conf.py:151
-#: awx/main/conf.py:161 awx/main/conf.py:171 awx/main/conf.py:181
-#: awx/main/conf.py:192 awx/main/conf.py:204 awx/main/conf.py:216
-#: awx/main/conf.py:229 awx/main/conf.py:241 awx/main/conf.py:251
-#: awx/main/conf.py:262 awx/main/conf.py:272 awx/main/conf.py:282
-#: awx/main/conf.py:292 awx/main/conf.py:304 awx/main/conf.py:316
-#: awx/main/conf.py:328 awx/main/conf.py:341
+#: awx/main/conf.py:134 awx/main/conf.py:156 awx/main/conf.py:165
+#: awx/main/conf.py:176 awx/main/conf.py:186 awx/main/conf.py:196
+#: awx/main/conf.py:206 awx/main/conf.py:217 awx/main/conf.py:229
+#: awx/main/conf.py:241 awx/main/conf.py:254 awx/main/conf.py:266
+#: awx/main/conf.py:276 awx/main/conf.py:287 awx/main/conf.py:298
+#: awx/main/conf.py:308 awx/main/conf.py:318 awx/main/conf.py:330
+#: awx/main/conf.py:342 awx/main/conf.py:354 awx/main/conf.py:368
msgid "Jobs"
msgstr "Tâches"
-#: awx/main/conf.py:138
+#: awx/main/conf.py:143
+msgid "Always"
+msgstr "Toujours"
+
+#: awx/main/conf.py:144
+msgid "Never"
+msgstr "Jamais"
+
+#: awx/main/conf.py:145
+msgid "Only On Job Template Definitions"
+msgstr "Définitions de Modèle de job uniquement"
+
+#: awx/main/conf.py:148
+msgid "When can extra variables contain Jinja templates?"
+msgstr ""
+"Quand des variables supplémentaires peuvent-elles contenir des modèles Jinja"
+" ?"
+
+#: awx/main/conf.py:150
+msgid ""
+"Ansible allows variable substitution via the Jinja2 templating language for "
+"--extra-vars. This poses a potential security risk where Tower users with "
+"the ability to specify extra vars at job launch time can use Jinja2 "
+"templates to run arbitrary Python. It is recommended that this value be set"
+" to \"template\" or \"never\"."
+msgstr ""
+"Ansible permet la substitution de variables via le langage de modèle Jinja2 "
+"pour --extra-vars. Cela pose un risque potentiel de sécurité où les "
+"utilisateurs de Tower ayant la possibilité de spécifier des vars "
+"supplémentaires au moment du lancement du job peuvent utiliser les modèles "
+"Jinja2 pour exécuter arbitrairement Python. Il est recommandé de définir "
+"cette valeur à \"template\" (modèle) ou \"never\" (jamais)."
+
+#: awx/main/conf.py:163
msgid "Enable job isolation"
msgstr "Activer l'isolement des tâches"
-#: awx/main/conf.py:139
+#: awx/main/conf.py:164
msgid ""
"Isolates an Ansible job from protected parts of the system to prevent "
"exposing sensitive information."
@@ -1619,11 +1989,11 @@ msgstr ""
"Permet d'isoler une tâche Ansible des parties protégées du système pour "
"éviter l'exposition d'informations sensibles."
-#: awx/main/conf.py:147
+#: awx/main/conf.py:172
msgid "Job execution path"
msgstr "Chemin d'exécution de la tâche"
-#: awx/main/conf.py:148
+#: awx/main/conf.py:173
msgid ""
"The directory in which Tower will create new temporary directories for job "
"execution and isolation (such as credential files and custom inventory "
@@ -1633,22 +2003,22 @@ msgstr ""
"l'exécution et l'isolation de la tâche (comme les fichiers des informations "
"d'identification et les scripts d'inventaire personnalisés)."
-#: awx/main/conf.py:159
+#: awx/main/conf.py:184
msgid "Paths to hide from isolated jobs"
msgstr "Chemins à dissimuler des tâches isolées"
-#: awx/main/conf.py:160
+#: awx/main/conf.py:185
msgid ""
"Additional paths to hide from isolated processes. Enter one path per line."
msgstr ""
"Chemins supplémentaires à dissimuler des processus isolés. Saisissez un "
"chemin par ligne."
-#: awx/main/conf.py:169
+#: awx/main/conf.py:194
msgid "Paths to expose to isolated jobs"
msgstr "Chemins à exposer aux tâches isolées"
-#: awx/main/conf.py:170
+#: awx/main/conf.py:195
msgid ""
"Whitelist of paths that would otherwise be hidden to expose to isolated "
"jobs. Enter one path per line."
@@ -1656,11 +2026,11 @@ msgstr ""
"Liste blanche des chemins qui seraient autrement dissimulés de façon à ne "
"pas être exposés aux tâches isolées. Saisissez un chemin par ligne."
-#: awx/main/conf.py:179
+#: awx/main/conf.py:204
msgid "Isolated status check interval"
msgstr "Intervalle de vérification du statut isolé"
-#: awx/main/conf.py:180
+#: awx/main/conf.py:205
msgid ""
"The number of seconds to sleep between status checks for jobs running on "
"isolated instances."
@@ -1668,11 +2038,11 @@ msgstr ""
"Nombre de secondes de veille entre les vérifications de statut pour les "
"tâches s'exécutant sur des instances isolées."
-#: awx/main/conf.py:189
+#: awx/main/conf.py:214
msgid "Isolated launch timeout"
msgstr "Délai d'attente du lancement isolé"
-#: awx/main/conf.py:190
+#: awx/main/conf.py:215
msgid ""
"The timeout (in seconds) for launching jobs on isolated instances. This "
"includes the time needed to copy source control files (playbooks) to the "
@@ -1682,11 +2052,11 @@ msgstr ""
"isolées. Cela inclut la durée nécessaire pour copier les fichiers de "
"contrôle de la source (playbook) sur l'instance isolée."
-#: awx/main/conf.py:201
+#: awx/main/conf.py:226
msgid "Isolated connection timeout"
msgstr "Délai d'attente de connexion isolée"
-#: awx/main/conf.py:202
+#: awx/main/conf.py:227
msgid ""
"Ansible SSH connection timeout (in seconds) to use when communicating with "
"isolated instances. Value should be substantially greater than expected "
@@ -1696,11 +2066,11 @@ msgstr ""
" communication avec des instances isolées. La valeur doit être nettement "
"supérieure à la latence du réseau attendue."
-#: awx/main/conf.py:212
+#: awx/main/conf.py:237
msgid "Generate RSA keys for isolated instances"
msgstr "Génère des clés RSA pour les instances isolées"
-#: awx/main/conf.py:213
+#: awx/main/conf.py:238
msgid ""
"If set, a random RSA key will be generated and distributed to isolated "
"instances. To disable this behavior and manage authentication for isolated "
@@ -1711,19 +2081,19 @@ msgstr ""
"l'authentification pour les instances isolées en dehors de Tower, désactiver"
" ce paramètre."
-#: awx/main/conf.py:227 awx/main/conf.py:228
+#: awx/main/conf.py:252 awx/main/conf.py:253
msgid "The RSA private key for SSH traffic to isolated instances"
msgstr "Clé privée RSA pour le trafic SSH vers des instances isolées"
-#: awx/main/conf.py:239 awx/main/conf.py:240
+#: awx/main/conf.py:264 awx/main/conf.py:265
msgid "The RSA public key for SSH traffic to isolated instances"
msgstr "Clé publique RSA pour le trafic SSH vers des instances isolées"
-#: awx/main/conf.py:249
+#: awx/main/conf.py:274
msgid "Extra Environment Variables"
msgstr "Variables d'environnement supplémentaires"
-#: awx/main/conf.py:250
+#: awx/main/conf.py:275
msgid ""
"Additional environment variables set for playbook runs, inventory updates, "
"project updates, and notification sending."
@@ -1731,11 +2101,11 @@ msgstr ""
"Variables d'environnement supplémentaires définies pour les exécutions de "
"Playbook, les mises à jour de projet et l'envoi de notifications."
-#: awx/main/conf.py:260
+#: awx/main/conf.py:285
msgid "Standard Output Maximum Display Size"
msgstr "Taille d'affichage maximale pour une sortie standard"
-#: awx/main/conf.py:261
+#: awx/main/conf.py:286
msgid ""
"Maximum Size of Standard Output in bytes to display before requiring the "
"output be downloaded."
@@ -1743,12 +2113,12 @@ msgstr ""
"Taille maximale d'une sortie standard en octets à afficher avant de demander"
" le téléchargement de la sortie."
-#: awx/main/conf.py:270
+#: awx/main/conf.py:295
msgid "Job Event Standard Output Maximum Display Size"
msgstr ""
"Taille d'affichage maximale pour une sortie standard d'événement de tâche"
-#: awx/main/conf.py:271
+#: awx/main/conf.py:297
msgid ""
"Maximum Size of Standard Output in bytes to display for a single job or ad "
"hoc command event. `stdout` will end with `…` when truncated."
@@ -1757,11 +2127,11 @@ msgstr ""
"tâche ou pour un seul événement de commande ad hoc. `stdout` se terminera "
"par `...` quand il sera tronqué."
-#: awx/main/conf.py:280
+#: awx/main/conf.py:306
msgid "Maximum Scheduled Jobs"
msgstr "Nombre max. de tâches planifiées"
-#: awx/main/conf.py:281
+#: awx/main/conf.py:307
msgid ""
"Maximum number of the same job template that can be waiting to run when "
"launching from a schedule before no more are created."
@@ -1770,11 +2140,11 @@ msgstr ""
"d'exécution lors de son lancement à partir d'un calendrier, avant que "
"d'autres ne soient créés."
-#: awx/main/conf.py:290
+#: awx/main/conf.py:316
msgid "Ansible Callback Plugins"
msgstr "Plug-ins de rappel Ansible"
-#: awx/main/conf.py:291
+#: awx/main/conf.py:317
msgid ""
"List of paths to search for extra callback plugins to be used when running "
"jobs. Enter one path per line."
@@ -1782,11 +2152,11 @@ msgstr ""
"Liste des chemins servant à rechercher d'autres plug-ins de rappel qui "
"serviront lors de l'exécution de tâches. Saisissez un chemin par ligne."
-#: awx/main/conf.py:301
+#: awx/main/conf.py:327
msgid "Default Job Timeout"
msgstr "Délai d'attente par défaut des tâches"
-#: awx/main/conf.py:302
+#: awx/main/conf.py:328
msgid ""
"Maximum time in seconds to allow jobs to run. Use value of 0 to indicate "
"that no timeout should be imposed. A timeout set on an individual job "
@@ -1796,11 +2166,11 @@ msgstr ""
"pour indiquer qu'aucun délai ne doit être imposé. Un délai d'attente défini "
"sur celui d'un modèle de tâche précis écrasera cette valeur."
-#: awx/main/conf.py:313
+#: awx/main/conf.py:339
msgid "Default Inventory Update Timeout"
msgstr "Délai d'attente par défaut pour la mise à jour d'inventaire"
-#: awx/main/conf.py:314
+#: awx/main/conf.py:340
msgid ""
"Maximum time in seconds to allow inventory updates to run. Use value of 0 to"
" indicate that no timeout should be imposed. A timeout set on an individual "
@@ -1811,11 +2181,11 @@ msgstr ""
"délai d'attente défini sur celui d'une source d'inventaire précise écrasera "
"cette valeur."
-#: awx/main/conf.py:325
+#: awx/main/conf.py:351
msgid "Default Project Update Timeout"
msgstr "Délai d'attente par défaut pour la mise à jour de projet"
-#: awx/main/conf.py:326
+#: awx/main/conf.py:352
msgid ""
"Maximum time in seconds to allow project updates to run. Use value of 0 to "
"indicate that no timeout should be imposed. A timeout set on an individual "
@@ -1825,44 +2195,46 @@ msgstr ""
"la valeur 0 pour indiquer qu'aucun délai ne doit être imposé. Un délai "
"d'attente défini sur celui d'un projet précis écrasera cette valeur."
-#: awx/main/conf.py:337
+#: awx/main/conf.py:363
msgid "Per-Host Ansible Fact Cache Timeout"
msgstr "Expiration du délai d’attente du cache Ansible Fact Cache par hôte"
-#: awx/main/conf.py:338
+#: awx/main/conf.py:364
msgid ""
"Maximum time, in seconds, that stored Ansible facts are considered valid "
"since the last time they were modified. Only valid, non-stale, facts will be"
" accessible by a playbook. Note, this does not influence the deletion of "
-"ansible_facts from the database."
+"ansible_facts from the database. Use a value of 0 to indicate that no "
+"timeout should be imposed."
msgstr ""
"Durée maximale, en secondes, pendant laquelle les faits Ansible sont "
"considérés comme valides depuis leur dernière modification. Seuls les faits "
"valides - non périmés - seront accessibles par un Playbook. Remarquez que "
"cela n'a aucune incidence sur la suppression d'ansible_facts de la base de "
-"données."
+"données. Utiliser une valeur de 0 pour indiquer qu'aucun timeout ne soit "
+"imposé."
-#: awx/main/conf.py:350
+#: awx/main/conf.py:377
msgid "Logging Aggregator"
msgstr "Agrégateur de journalisation"
-#: awx/main/conf.py:351
+#: awx/main/conf.py:378
msgid "Hostname/IP where external logs will be sent to."
msgstr "Nom d'hôte / IP où les journaux externes seront envoyés."
-#: awx/main/conf.py:352 awx/main/conf.py:363 awx/main/conf.py:375
-#: awx/main/conf.py:385 awx/main/conf.py:397 awx/main/conf.py:412
-#: awx/main/conf.py:424 awx/main/conf.py:433 awx/main/conf.py:443
-#: awx/main/conf.py:453 awx/main/conf.py:464 awx/main/conf.py:476
-#: awx/main/conf.py:489
+#: awx/main/conf.py:379 awx/main/conf.py:390 awx/main/conf.py:402
+#: awx/main/conf.py:412 awx/main/conf.py:424 awx/main/conf.py:439
+#: awx/main/conf.py:451 awx/main/conf.py:460 awx/main/conf.py:470
+#: awx/main/conf.py:480 awx/main/conf.py:491 awx/main/conf.py:503
+#: awx/main/conf.py:516
msgid "Logging"
msgstr "Journalisation"
-#: awx/main/conf.py:360
+#: awx/main/conf.py:387
msgid "Logging Aggregator Port"
msgstr "Port d'agrégateur de journalisation"
-#: awx/main/conf.py:361
+#: awx/main/conf.py:388
msgid ""
"Port on Logging Aggregator to send logs to (if required and not provided in "
"Logging Aggregator)."
@@ -1870,43 +2242,43 @@ msgstr ""
"Port d'agrégateur de journalisation où envoyer les journaux (le cas échéant "
"ou si non fourni dans l'agrégateur de journalisation)."
-#: awx/main/conf.py:373
+#: awx/main/conf.py:400
msgid "Logging Aggregator Type"
msgstr "Type d'agrégateur de journalisation"
-#: awx/main/conf.py:374
+#: awx/main/conf.py:401
msgid "Format messages for the chosen log aggregator."
msgstr ""
"Formater les messages pour l'agrégateur de journalisation que vous aurez "
"choisi."
-#: awx/main/conf.py:383
+#: awx/main/conf.py:410
msgid "Logging Aggregator Username"
msgstr "Nom d'utilisateur de l'agrégateur de journalisation"
-#: awx/main/conf.py:384
+#: awx/main/conf.py:411
msgid "Username for external log aggregator (if required)."
msgstr ""
"Nom d'utilisateur pour agrégateur de journalisation externe (le cas "
"échéant)."
-#: awx/main/conf.py:395
+#: awx/main/conf.py:422
msgid "Logging Aggregator Password/Token"
msgstr "Mot de passe / Jeton d'agrégateur de journalisation"
-#: awx/main/conf.py:396
+#: awx/main/conf.py:423
msgid ""
"Password or authentication token for external log aggregator (if required)."
msgstr ""
"Mot de passe ou jeton d'authentification d'agrégateur de journalisation "
"externe (le cas échéant)."
-#: awx/main/conf.py:405
+#: awx/main/conf.py:432
msgid "Loggers Sending Data to Log Aggregator Form"
msgstr ""
"Journaliseurs à l'origine des envois de données à l'agrégateur de journaux"
-#: awx/main/conf.py:406
+#: awx/main/conf.py:433
msgid ""
"List of loggers that will send HTTP logs to the collector, these can include any or all of: \n"
"awx - service logs\n"
@@ -1920,15 +2292,15 @@ msgstr ""
"job_events - données de rappel issues d'événements de tâche Ansible\n"
"system_tracking - données générées par des tâches de scan."
-#: awx/main/conf.py:419
+#: awx/main/conf.py:446
msgid "Log System Tracking Facts Individually"
msgstr "Système de journalisation traçant des facts individuellement"
-#: awx/main/conf.py:420
+#: awx/main/conf.py:447
msgid ""
-"If set, system tracking facts will be sent for each package, service, "
-"orother item found in a scan, allowing for greater search query granularity."
-" If unset, facts will be sent as a single dictionary, allowing for greater "
+"If set, system tracking facts will be sent for each package, service, or "
+"other item found in a scan, allowing for greater search query granularity. "
+"If unset, facts will be sent as a single dictionary, allowing for greater "
"efficiency in fact processing."
msgstr ""
"Si défini, les facts de traçage de système seront envoyés pour chaque "
@@ -1937,36 +2309,36 @@ msgstr ""
" sous forme de dictionnaire unique, ce qui permet une meilleure efficacité "
"du processus pour les facts."
-#: awx/main/conf.py:431
+#: awx/main/conf.py:458
msgid "Enable External Logging"
msgstr "Activer la journalisation externe"
-#: awx/main/conf.py:432
+#: awx/main/conf.py:459
msgid "Enable sending logs to external log aggregator."
msgstr "Activer l'envoi de journaux à un agrégateur de journaux externe."
-#: awx/main/conf.py:441
+#: awx/main/conf.py:468
msgid "Cluster-wide Tower unique identifier."
msgstr "Identificateur unique Tower"
-#: awx/main/conf.py:442
+#: awx/main/conf.py:469
msgid "Useful to uniquely identify Tower instances."
msgstr "Utile pour identifier les instances Tower spécifiquement."
-#: awx/main/conf.py:451
+#: awx/main/conf.py:478
msgid "Logging Aggregator Protocol"
msgstr "Protocole de l'agrégateur de journalisation"
-#: awx/main/conf.py:452
+#: awx/main/conf.py:479
msgid "Protocol used to communicate with log aggregator."
msgstr ""
"Protocole utilisé pour communiquer avec l'agrégateur de journalisation."
-#: awx/main/conf.py:460
+#: awx/main/conf.py:487
msgid "TCP Connection Timeout"
msgstr "Expiration du délai d'attente de connexion TCP"
-#: awx/main/conf.py:461
+#: awx/main/conf.py:488
msgid ""
"Number of seconds for a TCP connection to external log aggregator to "
"timeout. Applies to HTTPS and TCP log aggregator protocols."
@@ -1975,11 +2347,11 @@ msgstr ""
"agrégateur de journalisation externe. S'applique aux protocoles des "
"agrégateurs de journalisation HTTPS et TCP."
-#: awx/main/conf.py:471
+#: awx/main/conf.py:498
msgid "Enable/disable HTTPS certificate verification"
msgstr "Activer/désactiver la vérification de certificat HTTPS"
-#: awx/main/conf.py:472
+#: awx/main/conf.py:499
msgid ""
"Flag to control enable/disable of certificate verification when "
"LOG_AGGREGATOR_PROTOCOL is \"https\". If enabled, Tower's log handler will "
@@ -1992,11 +2364,11 @@ msgstr ""
" envoyé par l'agrégateur de journalisation externe avant d'établir la "
"connexion."
-#: awx/main/conf.py:484
+#: awx/main/conf.py:511
msgid "Logging Aggregator Level Threshold"
msgstr "Seuil du niveau de l'agrégateur de journalisation"
-#: awx/main/conf.py:485
+#: awx/main/conf.py:512
msgid ""
"Level threshold used by log handler. Severities from lowest to highest are "
"DEBUG, INFO, WARNING, ERROR, CRITICAL. Messages less severe than the "
@@ -2010,91 +2382,154 @@ msgstr ""
"gestionnaire de journal. (les messages sous la catégorie awx.anlytics "
"ignorent ce paramètre)"
-#: awx/main/conf.py:508 awx/sso/conf.py:1105
+#: awx/main/conf.py:535 awx/sso/conf.py:1262
msgid "\n"
msgstr "\n"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Sudo"
msgstr "Sudo"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Su"
msgstr "Su"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Pbrun"
msgstr "Pbrun"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Pfexec"
msgstr "Pfexec"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "DZDO"
msgstr "DZDO"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "Pmrun"
msgstr "Pmrun"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "Runas"
msgstr "Runas"
-#: awx/main/fields.py:57
-#, python-format
-msgid "'%s' is not one of ['%s']"
-msgstr "'%s' ne fait pas partie des ['%s']"
+#: awx/main/constants.py:19
+msgid "Enable"
+msgstr "Activer"
-#: awx/main/fields.py:533
+#: awx/main/constants.py:19
+msgid "Doas"
+msgstr "Comme"
+
+#: awx/main/constants.py:21
+msgid "None"
+msgstr "Aucun"
+
+#: awx/main/fields.py:62
+#, python-brace-format
+msgid "'{value}' is not one of ['{allowed_values}']"
+msgstr "'{value}' n'appartient pas aux valeurs ['{allowed_values}']"
+
+#: awx/main/fields.py:421
+#, python-brace-format
+msgid "{type} provided in relative path {path}, expected {expected_type}"
+msgstr ""
+"{type} donné dans le chemin d'accès relatif {path}, {expected_type} attendu"
+
+#: awx/main/fields.py:426
+#, python-brace-format
+msgid "{type} provided, expected {expected_type}"
+msgstr "{type} donné, {expected_type} attendu"
+
+#: awx/main/fields.py:431
+#, python-brace-format
+msgid "Schema validation error in relative path {path} ({error})"
+msgstr ""
+"Erreur de validation de schéma dans le chemin relatif {path} ({error})"
+
+#: awx/main/fields.py:552
+msgid "secret values must be of type string, not {}"
+msgstr "les valeurs secrètes doivent être sous forme de string, et non pas {}"
+
+#: awx/main/fields.py:587
#, python-format
msgid "cannot be set unless \"%s\" is set"
msgstr "ne peut être défini à moins que \"%s\" soit défini"
-#: awx/main/fields.py:549
+#: awx/main/fields.py:603
#, python-format
msgid "required for %s"
msgstr "requis pour %s"
-#: awx/main/fields.py:573
+#: awx/main/fields.py:627
msgid "must be set when SSH key is encrypted."
msgstr "doit être défini lorsque la clé SSH est chiffrée."
-#: awx/main/fields.py:579
+#: awx/main/fields.py:633
msgid "should not be set when SSH key is not encrypted."
msgstr "ne doit pas être défini lorsque la clé SSH n'est pas chiffrée."
-#: awx/main/fields.py:637
+#: awx/main/fields.py:691
msgid "'dependencies' is not supported for custom credentials."
msgstr ""
"les dépendances ne sont pas prises en charge pour les identifiants "
"personnalisés."
-#: awx/main/fields.py:651
+#: awx/main/fields.py:705
msgid "\"tower\" is a reserved field name"
msgstr "\"tower\" est un nom de champ réservé"
-#: awx/main/fields.py:658
+#: awx/main/fields.py:712
#, python-format
msgid "field IDs must be unique (%s)"
msgstr "Les ID de champ doivent être uniques (%s)"
-#: awx/main/fields.py:671
-#, python-format
-msgid "%s not allowed for %s type (%s)"
-msgstr "%s non autorisé pour le type %s (%s)"
+#: awx/main/fields.py:725
+msgid "become_method is a reserved type name"
+msgstr "become_method est un type de nom réservé"
-#: awx/main/fields.py:755
-#, python-format
-msgid "%s uses an undefined field (%s)"
-msgstr "%s utilise un champ non défini (%s)"
+#: awx/main/fields.py:736
+#, python-brace-format
+msgid "{sub_key} not allowed for {element_type} type ({element_id})"
+msgstr "{sub_key} non autorisé pour le type {element_type} ({element_id})"
-#: awx/main/middleware.py:157
+#: awx/main/fields.py:810
+msgid ""
+"Must define unnamed file injector in order to reference `tower.filename`."
+msgstr ""
+"Doit définir l'injecteur de fichier sans nom pour pouvoir référencer « "
+"tower.filename »."
+
+#: awx/main/fields.py:817
+msgid "Cannot directly reference reserved `tower` namespace container."
+msgstr ""
+"Impossible de référencer directement le conteneur d'espace de nommage "
+"réservé « Tower »."
+
+#: awx/main/fields.py:827
+msgid "Must use multi-file syntax when injecting multiple files"
+msgstr ""
+"Doit utiliser la syntaxe multi-fichier lors de l'injection de plusieurs "
+"fichiers."
+
+#: awx/main/fields.py:844
+#, python-brace-format
+msgid "{sub_key} uses an undefined field ({error_msg})"
+msgstr "{sub_key} utilise un champ non défini ({error_msg})"
+
+#: awx/main/fields.py:851
+#, python-brace-format
+msgid ""
+"Syntax error rendering template for {sub_key} inside of {type} ({error_msg})"
+msgstr ""
+"Il y a une erreur de rendu de modèle {sub_key} dans {type} ({error_msg})"
+
+#: awx/main/middleware.py:146
msgid "Formats of all available named urls"
msgstr "Formats de toutes les URL nommées disponibles"
-#: awx/main/middleware.py:158
+#: awx/main/middleware.py:147
msgid ""
"Read-only list of key-value pairs that shows the standard format of all "
"available named URLs."
@@ -2102,15 +2537,15 @@ msgstr ""
"Liste en lecture seule de paires clé/valeur qui affiche le format standard "
"de toutes les URL nommées disponibles."
-#: awx/main/middleware.py:160 awx/main/middleware.py:170
+#: awx/main/middleware.py:149 awx/main/middleware.py:159
msgid "Named URL"
msgstr "URL nommée"
-#: awx/main/middleware.py:167
+#: awx/main/middleware.py:156
msgid "List of all named url graph nodes."
msgstr "Liste de tous les noeuds de graphique des URL nommées."
-#: awx/main/middleware.py:168
+#: awx/main/middleware.py:157
msgid ""
"Read-only list of key-value pairs that exposes named URL graph topology. Use"
" this list to programmatically generate named URLs for resources"
@@ -2119,31 +2554,35 @@ msgstr ""
"graphiques des URL nommées. Utilisez cette liste pour générer via un "
"programme des URL nommées pour les ressources"
-#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:33
+#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:35
msgid "Email"
msgstr "Email"
-#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:34
+#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:36
msgid "Slack"
msgstr "Slack"
-#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:35
+#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:37
msgid "Twilio"
msgstr "Twilio"
-#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:36
+#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:38
msgid "Pagerduty"
msgstr "Pagerduty"
-#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:37
+#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:39
msgid "HipChat"
msgstr "HipChat"
-#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:38
+#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:41
+msgid "Mattermost"
+msgstr "Mattermost"
+
+#: awx/main/migrations/_reencrypt.py:32 awx/main/models/notifications.py:40
msgid "Webhook"
msgstr "Webhook"
-#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:39
+#: awx/main/migrations/_reencrypt.py:33 awx/main/models/notifications.py:43
msgid "IRC"
msgstr "IRC"
@@ -2167,104 +2606,84 @@ msgstr "Entité associée à une autre entité"
msgid "Entity was Disassociated with another Entity"
msgstr "Entité dissociée d'une autre entité"
-#: awx/main/models/ad_hoc_commands.py:100
+#: awx/main/models/ad_hoc_commands.py:95
msgid "No valid inventory."
msgstr "Aucun inventaire valide."
-#: awx/main/models/ad_hoc_commands.py:107
+#: awx/main/models/ad_hoc_commands.py:102
msgid "You must provide a machine / SSH credential."
msgstr "Vous devez fournir des informations d'identification machine / SSH."
-#: awx/main/models/ad_hoc_commands.py:118
-#: awx/main/models/ad_hoc_commands.py:126
+#: awx/main/models/ad_hoc_commands.py:113
+#: awx/main/models/ad_hoc_commands.py:121
msgid "Invalid type for ad hoc command"
msgstr "Type non valide pour la commande ad hoc"
-#: awx/main/models/ad_hoc_commands.py:121
+#: awx/main/models/ad_hoc_commands.py:116
msgid "Unsupported module for ad hoc commands."
msgstr "Module non pris en charge pour les commandes ad hoc."
-#: awx/main/models/ad_hoc_commands.py:129
+#: awx/main/models/ad_hoc_commands.py:124
#, python-format
msgid "No argument passed to %s module."
msgstr "Aucun argument transmis au module %s."
-#: awx/main/models/ad_hoc_commands.py:245 awx/main/models/jobs.py:911
-msgid "Host Failed"
-msgstr "Échec de l'hôte"
-
-#: awx/main/models/ad_hoc_commands.py:246 awx/main/models/jobs.py:912
-msgid "Host OK"
-msgstr "Hôte OK"
-
-#: awx/main/models/ad_hoc_commands.py:247 awx/main/models/jobs.py:915
-msgid "Host Unreachable"
-msgstr "Hôte inaccessible"
-
-#: awx/main/models/ad_hoc_commands.py:252 awx/main/models/jobs.py:914
-msgid "Host Skipped"
-msgstr "Hôte ignoré"
-
-#: awx/main/models/ad_hoc_commands.py:262 awx/main/models/jobs.py:942
-msgid "Debug"
-msgstr "Déboguer"
-
-#: awx/main/models/ad_hoc_commands.py:263 awx/main/models/jobs.py:943
-msgid "Verbose"
-msgstr "Verbeux"
-
-#: awx/main/models/ad_hoc_commands.py:264 awx/main/models/jobs.py:944
-msgid "Deprecated"
-msgstr "Obsolète"
-
-#: awx/main/models/ad_hoc_commands.py:265 awx/main/models/jobs.py:945
-msgid "Warning"
-msgstr "Avertissement"
-
-#: awx/main/models/ad_hoc_commands.py:266 awx/main/models/jobs.py:946
-msgid "System Warning"
-msgstr "Avertissement système"
-
-#: awx/main/models/ad_hoc_commands.py:267 awx/main/models/jobs.py:947
-#: awx/main/models/unified_jobs.py:64
-msgid "Error"
-msgstr "Erreur"
-
-#: awx/main/models/base.py:40 awx/main/models/base.py:46
-#: awx/main/models/base.py:51
+#: awx/main/models/base.py:33 awx/main/models/base.py:39
+#: awx/main/models/base.py:44 awx/main/models/base.py:49
msgid "Run"
msgstr "Exécuter"
-#: awx/main/models/base.py:41 awx/main/models/base.py:47
-#: awx/main/models/base.py:52
+#: awx/main/models/base.py:34 awx/main/models/base.py:40
+#: awx/main/models/base.py:45 awx/main/models/base.py:50
msgid "Check"
msgstr "Vérifier"
-#: awx/main/models/base.py:42
+#: awx/main/models/base.py:35
msgid "Scan"
msgstr "Scanner"
-#: awx/main/models/credential.py:86
+#: awx/main/models/credential/__init__.py:110
msgid "Host"
msgstr "Hôte"
-#: awx/main/models/credential.py:87
+#: awx/main/models/credential/__init__.py:111
msgid "The hostname or IP address to use."
msgstr "Nom d'hôte ou adresse IP à utiliser."
-#: awx/main/models/credential.py:93
+#: awx/main/models/credential/__init__.py:117
+#: awx/main/models/credential/__init__.py:681
+#: awx/main/models/credential/__init__.py:736
+#: awx/main/models/credential/__init__.py:801
+#: awx/main/models/credential/__init__.py:879
+#: awx/main/models/credential/__init__.py:925
+#: awx/main/models/credential/__init__.py:953
+#: awx/main/models/credential/__init__.py:982
+#: awx/main/models/credential/__init__.py:1046
+#: awx/main/models/credential/__init__.py:1087
+#: awx/main/models/credential/__init__.py:1120
+#: awx/main/models/credential/__init__.py:1172
msgid "Username"
msgstr "Nom d'utilisateur"
-#: awx/main/models/credential.py:94
+#: awx/main/models/credential/__init__.py:118
msgid "Username for this credential."
msgstr "Nom d'utilisateur pour ces informations d'identification."
-#: awx/main/models/credential.py:100
+#: awx/main/models/credential/__init__.py:124
+#: awx/main/models/credential/__init__.py:685
+#: awx/main/models/credential/__init__.py:740
+#: awx/main/models/credential/__init__.py:805
+#: awx/main/models/credential/__init__.py:929
+#: awx/main/models/credential/__init__.py:957
+#: awx/main/models/credential/__init__.py:986
+#: awx/main/models/credential/__init__.py:1050
+#: awx/main/models/credential/__init__.py:1091
+#: awx/main/models/credential/__init__.py:1124
+#: awx/main/models/credential/__init__.py:1176
msgid "Password"
msgstr "Mot de passe"
-#: awx/main/models/credential.py:101
+#: awx/main/models/credential/__init__.py:125
msgid ""
"Password for this credential (or \"ASK\" to prompt the user for machine "
"credentials)."
@@ -2272,43 +2691,43 @@ msgstr ""
"Mot de passe pour ces informations d'identification (ou \"ASK\" pour "
"demander à l'utilisateur les informations d'identification de la machine)."
-#: awx/main/models/credential.py:108
+#: awx/main/models/credential/__init__.py:132
msgid "Security Token"
msgstr "Token de sécurité"
-#: awx/main/models/credential.py:109
+#: awx/main/models/credential/__init__.py:133
msgid "Security Token for this credential"
msgstr "Token de sécurité pour ces informations d'identification"
-#: awx/main/models/credential.py:115
+#: awx/main/models/credential/__init__.py:139
msgid "Project"
msgstr "Projet"
-#: awx/main/models/credential.py:116
+#: awx/main/models/credential/__init__.py:140
msgid "The identifier for the project."
msgstr "Identifiant du projet."
-#: awx/main/models/credential.py:122
+#: awx/main/models/credential/__init__.py:146
msgid "Domain"
msgstr "Domaine"
-#: awx/main/models/credential.py:123
+#: awx/main/models/credential/__init__.py:147
msgid "The identifier for the domain."
msgstr "Identifiant du domaine."
-#: awx/main/models/credential.py:128
+#: awx/main/models/credential/__init__.py:152
msgid "SSH private key"
msgstr "Clé privée SSH"
-#: awx/main/models/credential.py:129
+#: awx/main/models/credential/__init__.py:153
msgid "RSA or DSA private key to be used instead of password."
msgstr "Clé privée RSA ou DSA à utiliser au lieu du mot de passe."
-#: awx/main/models/credential.py:135
+#: awx/main/models/credential/__init__.py:159
msgid "SSH key unlock"
msgstr "Déverrouillage de la clé SSH"
-#: awx/main/models/credential.py:136
+#: awx/main/models/credential/__init__.py:160
msgid ""
"Passphrase to unlock SSH private key if encrypted (or \"ASK\" to prompt the "
"user for machine credentials)."
@@ -2317,52 +2736,48 @@ msgstr ""
"chiffrée (ou \"ASK\" pour demander à l'utilisateur les informations "
"d'identification de la machine)."
-#: awx/main/models/credential.py:143
-msgid "None"
-msgstr "Aucun"
-
-#: awx/main/models/credential.py:144
+#: awx/main/models/credential/__init__.py:168
msgid "Privilege escalation method."
msgstr "Méthode d'élévation des privilèges."
-#: awx/main/models/credential.py:150
+#: awx/main/models/credential/__init__.py:174
msgid "Privilege escalation username."
msgstr "Nom d'utilisateur pour l'élévation des privilèges"
-#: awx/main/models/credential.py:156
+#: awx/main/models/credential/__init__.py:180
msgid "Password for privilege escalation method."
msgstr "Mot de passe pour la méthode d'élévation des privilèges."
-#: awx/main/models/credential.py:162
+#: awx/main/models/credential/__init__.py:186
msgid "Vault password (or \"ASK\" to prompt the user)."
msgstr "Mot de passe Vault (ou \"ASK\" pour le demander à l'utilisateur)."
-#: awx/main/models/credential.py:166
+#: awx/main/models/credential/__init__.py:190
msgid "Whether to use the authorize mechanism."
msgstr "Indique s'il faut ou non utiliser le mécanisme d'autorisation."
-#: awx/main/models/credential.py:172
+#: awx/main/models/credential/__init__.py:196
msgid "Password used by the authorize mechanism."
msgstr "Mot de passe utilisé par le mécanisme d'autorisation."
-#: awx/main/models/credential.py:178
+#: awx/main/models/credential/__init__.py:202
msgid "Client Id or Application Id for the credential"
msgstr ""
"ID du client ou de l'application pour les informations d'identification"
-#: awx/main/models/credential.py:184
+#: awx/main/models/credential/__init__.py:208
msgid "Secret Token for this credential"
msgstr "Token secret pour ces informations d'identification"
-#: awx/main/models/credential.py:190
+#: awx/main/models/credential/__init__.py:214
msgid "Subscription identifier for this credential"
msgstr "ID d'abonnement pour ces informations d'identification"
-#: awx/main/models/credential.py:196
+#: awx/main/models/credential/__init__.py:220
msgid "Tenant identifier for this credential"
msgstr "ID de tenant pour ces informations d'identification"
-#: awx/main/models/credential.py:220
+#: awx/main/models/credential/__init__.py:244
msgid ""
"Specify the type of credential you want to create. Refer to the Ansible "
"Tower documentation for details on each type."
@@ -2370,7 +2785,8 @@ msgstr ""
"Spécifiez le type d'information d'identification à créer. Consultez la "
"documentation d’Ansible Tower pour en savoir plus sur chaque type."
-#: awx/main/models/credential.py:234 awx/main/models/credential.py:420
+#: awx/main/models/credential/__init__.py:258
+#: awx/main/models/credential/__init__.py:476
msgid ""
"Enter inputs using either JSON or YAML syntax. Use the radio button to "
"toggle between the two. Refer to the Ansible Tower documentation for example"
@@ -2380,31 +2796,36 @@ msgstr ""
"pour basculer entre les deux. Consultez la documentation d’Ansible Tower "
"pour avoir un exemple de syntaxe."
-#: awx/main/models/credential.py:401
+#: awx/main/models/credential/__init__.py:457
+#: awx/main/models/credential/__init__.py:676
msgid "Machine"
msgstr "Machine"
-#: awx/main/models/credential.py:402
+#: awx/main/models/credential/__init__.py:458
+#: awx/main/models/credential/__init__.py:767
msgid "Vault"
msgstr "Coffre-fort"
-#: awx/main/models/credential.py:403
+#: awx/main/models/credential/__init__.py:459
+#: awx/main/models/credential/__init__.py:796
msgid "Network"
msgstr "Réseau"
-#: awx/main/models/credential.py:404
+#: awx/main/models/credential/__init__.py:460
+#: awx/main/models/credential/__init__.py:731
msgid "Source Control"
msgstr "Contrôle de la source"
-#: awx/main/models/credential.py:405
+#: awx/main/models/credential/__init__.py:461
msgid "Cloud"
msgstr "Cloud"
-#: awx/main/models/credential.py:406
+#: awx/main/models/credential/__init__.py:462
+#: awx/main/models/credential/__init__.py:1082
msgid "Insights"
msgstr "Insights"
-#: awx/main/models/credential.py:427
+#: awx/main/models/credential/__init__.py:483
msgid ""
"Enter injectors using either JSON or YAML syntax. Use the radio button to "
"toggle between the two. Refer to the Ansible Tower documentation for example"
@@ -2414,11 +2835,413 @@ msgstr ""
" pour basculer entre les deux. Consultez la documentation Ansible Tower pour"
" avoir un exemple de syntaxe."
-#: awx/main/models/credential.py:478
+#: awx/main/models/credential/__init__.py:534
#, python-format
msgid "adding %s credential type"
msgstr "ajout type d'identifiants %s"
+#: awx/main/models/credential/__init__.py:691
+#: awx/main/models/credential/__init__.py:810
+msgid "SSH Private Key"
+msgstr "Clé privée SSH"
+
+#: awx/main/models/credential/__init__.py:698
+#: awx/main/models/credential/__init__.py:752
+#: awx/main/models/credential/__init__.py:817
+msgid "Private Key Passphrase"
+msgstr "Phrase de passe pour la clé privée"
+
+#: awx/main/models/credential/__init__.py:704
+msgid "Privilege Escalation Method"
+msgstr "Méthode d'escalade privilégiée"
+
+#: awx/main/models/credential/__init__.py:706
+msgid ""
+"Specify a method for \"become\" operations. This is equivalent to specifying"
+" the --become-method Ansible parameter."
+msgstr ""
+"Spécifiez une méthode pour les opérations « become ». Cela équivaut à "
+"définir le paramètre Ansible --become-method."
+
+#: awx/main/models/credential/__init__.py:711
+msgid "Privilege Escalation Username"
+msgstr "Nom d’utilisateur pour l’élévation des privilèges"
+
+#: awx/main/models/credential/__init__.py:715
+msgid "Privilege Escalation Password"
+msgstr "Mot de passe pour l’élévation des privilèges"
+
+#: awx/main/models/credential/__init__.py:745
+msgid "SCM Private Key"
+msgstr "Clé privée SCM"
+
+#: awx/main/models/credential/__init__.py:772
+msgid "Vault Password"
+msgstr "Mot de passe de l'archivage sécurisé"
+
+#: awx/main/models/credential/__init__.py:778
+msgid "Vault Identifier"
+msgstr "Identifiant Archivage sécurisé"
+
+#: awx/main/models/credential/__init__.py:781
+msgid ""
+"Specify an (optional) Vault ID. This is equivalent to specifying the "
+"--vault-id Ansible parameter for providing multiple Vault passwords. Note: "
+"this feature only works in Ansible 2.4+."
+msgstr ""
+"Spécifiez un ID d'archivage sécurisé (facultatif). Ceci équivaut à spécifier"
+" le paramètre --vault-id d'Ansible pour fournir plusieurs mots de passe "
+"d'archivage sécurisé. Remarque : cette fonctionnalité ne fonctionne que "
+"dans Ansible 2.4+."
+
+#: awx/main/models/credential/__init__.py:822
+msgid "Authorize"
+msgstr "Autoriser"
+
+#: awx/main/models/credential/__init__.py:826
+msgid "Authorize Password"
+msgstr "Mot de passe d’autorisation"
+
+#: awx/main/models/credential/__init__.py:843
+msgid "Amazon Web Services"
+msgstr "Amazon Web Services"
+
+#: awx/main/models/credential/__init__.py:848
+msgid "Access Key"
+msgstr "Clé d’accès"
+
+#: awx/main/models/credential/__init__.py:852
+msgid "Secret Key"
+msgstr "Clé secrète"
+
+#: awx/main/models/credential/__init__.py:857
+msgid "STS Token"
+msgstr "Jeton STS"
+
+#: awx/main/models/credential/__init__.py:860
+msgid ""
+"Security Token Service (STS) is a web service that enables you to request "
+"temporary, limited-privilege credentials for AWS Identity and Access "
+"Management (IAM) users."
+msgstr ""
+"Le service de jeton de sécurité (STS) est un service Web qui permet de "
+"demander des informations d’identification provisoires avec des privilèges "
+"limités pour les utilisateurs d’AWS Identity and Access Management (IAM)."
+
+#: awx/main/models/credential/__init__.py:874 awx/main/models/inventory.py:990
+msgid "OpenStack"
+msgstr "OpenStack"
+
+#: awx/main/models/credential/__init__.py:883
+msgid "Password (API Key)"
+msgstr "Mot de passe (clé API)"
+
+#: awx/main/models/credential/__init__.py:888
+#: awx/main/models/credential/__init__.py:1115
+msgid "Host (Authentication URL)"
+msgstr "Hôte (URL d’authentification)"
+
+#: awx/main/models/credential/__init__.py:890
+msgid ""
+"The host to authenticate with. For example, "
+"https://openstack.business.com/v2.0/"
+msgstr ""
+"Hôte avec lequel s’authentifier. Exemple,\n"
+"https://openstack.business.com/v2.0/"
+
+#: awx/main/models/credential/__init__.py:894
+msgid "Project (Tenant Name)"
+msgstr "Projet (nom du client)"
+
+#: awx/main/models/credential/__init__.py:898
+msgid "Domain Name"
+msgstr "Nom de domaine"
+
+#: awx/main/models/credential/__init__.py:900
+msgid ""
+"OpenStack domains define administrative boundaries. It is only needed for "
+"Keystone v3 authentication URLs. Refer to Ansible Tower documentation for "
+"common scenarios."
+msgstr ""
+"Les domaines OpenStack définissent les limites administratives. Ils sont "
+"nécessaires uniquement pour les URL d’authentification Keystone v3. Voir la "
+"documentation Ansible Tower pour les scénarios courants."
+
+#: awx/main/models/credential/__init__.py:914 awx/main/models/inventory.py:987
+msgid "VMware vCenter"
+msgstr "VMware vCenter"
+
+#: awx/main/models/credential/__init__.py:919
+msgid "VCenter Host"
+msgstr "Hôte vCenter"
+
+#: awx/main/models/credential/__init__.py:921
+msgid ""
+"Enter the hostname or IP address that corresponds to your VMware vCenter."
+msgstr ""
+"Saisir le nom d’hôte ou l’adresse IP qui correspond à votre VMware vCenter."
+
+#: awx/main/models/credential/__init__.py:942 awx/main/models/inventory.py:988
+msgid "Red Hat Satellite 6"
+msgstr "Red Hat Satellite 6"
+
+#: awx/main/models/credential/__init__.py:947
+msgid "Satellite 6 URL"
+msgstr "URL Satellite 6"
+
+#: awx/main/models/credential/__init__.py:949
+msgid ""
+"Enter the URL that corresponds to your Red Hat Satellite 6 server. For "
+"example, https://satellite.example.org"
+msgstr ""
+"Veuillez saisir l’URL qui correspond à votre serveur Red Hat Satellite 6. "
+"Par exemple, https://satellite.example.org"
+
+#: awx/main/models/credential/__init__.py:970 awx/main/models/inventory.py:989
+msgid "Red Hat CloudForms"
+msgstr "Red Hat CloudForms"
+
+#: awx/main/models/credential/__init__.py:975
+msgid "CloudForms URL"
+msgstr "URL CloudForms"
+
+#: awx/main/models/credential/__init__.py:977
+msgid ""
+"Enter the URL for the virtual machine that corresponds to your CloudForm "
+"instance. For example, https://cloudforms.example.org"
+msgstr ""
+"Veuillez saisir l’URL de la machine virtuelle qui correspond à votre "
+"instance de CloudForm. Par exemple, https://cloudforms.example.org"
+
+#: awx/main/models/credential/__init__.py:999 awx/main/models/inventory.py:985
+msgid "Google Compute Engine"
+msgstr "Google Compute Engine"
+
+#: awx/main/models/credential/__init__.py:1004
+msgid "Service Account Email Address"
+msgstr "Adresse électronique du compte de service"
+
+#: awx/main/models/credential/__init__.py:1006
+msgid ""
+"The email address assigned to the Google Compute Engine service account."
+msgstr ""
+"Adresse électronique attribuée au compte de service Google Compute Engine."
+
+#: awx/main/models/credential/__init__.py:1012
+msgid ""
+"The Project ID is the GCE assigned identification. It is often constructed "
+"as three words or two words followed by a three-digit number. Examples: "
+"project-id-000 and another-project-id"
+msgstr ""
+"L’ID du projet est l’identifiant attribué par GCE. Il se compose souvent de "
+"deux ou trois mots suivis d’un nombre à trois chiffres. Exemples : project-"
+"id-000 and another-project-id"
+
+#: awx/main/models/credential/__init__.py:1018
+msgid "RSA Private Key"
+msgstr "Clé privée RSA"
+
+#: awx/main/models/credential/__init__.py:1023
+msgid ""
+"Paste the contents of the PEM file associated with the service account "
+"email."
+msgstr ""
+"Collez le contenu du fichier PEM associé à l’adresse électronique du compte "
+"de service."
+
+#: awx/main/models/credential/__init__.py:1035
+#: awx/main/models/inventory.py:986
+msgid "Microsoft Azure Resource Manager"
+msgstr "Microsoft Azure Resource Manager"
+
+#: awx/main/models/credential/__init__.py:1040
+msgid "Subscription ID"
+msgstr "ID d’abonnement"
+
+#: awx/main/models/credential/__init__.py:1042
+msgid "Subscription ID is an Azure construct, which is mapped to a username."
+msgstr ""
+"L’ID d’abonnement est une construction Azure mappée à un nom d’utilisateur."
+
+#: awx/main/models/credential/__init__.py:1055
+msgid "Client ID"
+msgstr "ID du client"
+
+#: awx/main/models/credential/__init__.py:1064
+msgid "Tenant ID"
+msgstr "ID Tenant"
+
+#: awx/main/models/credential/__init__.py:1068
+msgid "Azure Cloud Environment"
+msgstr "Environnement Cloud Azure"
+
+#: awx/main/models/credential/__init__.py:1070
+msgid ""
+"Environment variable AZURE_CLOUD_ENVIRONMENT when using Azure GovCloud or "
+"Azure stack."
+msgstr ""
+"Variable d'environnement AZURE_CLOUD_ENVIRONMENT avec Azure GovCloud ou une "
+"pile Azure."
+
+#: awx/main/models/credential/__init__.py:1110
+#: awx/main/models/inventory.py:991
+msgid "Red Hat Virtualization"
+msgstr "Red Hat Virtualization"
+
+#: awx/main/models/credential/__init__.py:1117
+msgid "The host to authenticate with."
+msgstr "Hôte avec lequel s’authentifier."
+
+#: awx/main/models/credential/__init__.py:1129
+msgid "CA File"
+msgstr "Fichier CA"
+
+#: awx/main/models/credential/__init__.py:1131
+msgid "Absolute file path to the CA file to use (optional)"
+msgstr "Chemin d'accès absolu vers le fichier CA à utiliser (en option)"
+
+#: awx/main/models/credential/__init__.py:1162
+#: awx/main/models/inventory.py:992
+msgid "Ansible Tower"
+msgstr "Ansible Tower"
+
+#: awx/main/models/credential/__init__.py:1167
+msgid "Ansible Tower Hostname"
+msgstr "Nom d'hôte Ansible Tower"
+
+#: awx/main/models/credential/__init__.py:1169
+msgid "The Ansible Tower base URL to authenticate with."
+msgstr "L'URL basé Ansible Tower avec lequel s'authentifier."
+
+#: awx/main/models/credential/__init__.py:1181
+msgid "Verify SSL"
+msgstr "Vérifier SSL"
+
+#: awx/main/models/events.py:89 awx/main/models/events.py:608
+msgid "Host Failed"
+msgstr "Échec de l'hôte"
+
+#: awx/main/models/events.py:90 awx/main/models/events.py:609
+msgid "Host OK"
+msgstr "Hôte OK"
+
+#: awx/main/models/events.py:91
+msgid "Host Failure"
+msgstr "Échec de l'hôte"
+
+#: awx/main/models/events.py:92 awx/main/models/events.py:615
+msgid "Host Skipped"
+msgstr "Hôte ignoré"
+
+#: awx/main/models/events.py:93 awx/main/models/events.py:610
+msgid "Host Unreachable"
+msgstr "Hôte inaccessible"
+
+#: awx/main/models/events.py:94 awx/main/models/events.py:108
+msgid "No Hosts Remaining"
+msgstr "Aucun hôte restant"
+
+#: awx/main/models/events.py:95
+msgid "Host Polling"
+msgstr "Interrogation de l'hôte"
+
+#: awx/main/models/events.py:96
+msgid "Host Async OK"
+msgstr "Désynchronisation des hôtes OK"
+
+#: awx/main/models/events.py:97
+msgid "Host Async Failure"
+msgstr "Échec de désynchronisation des hôtes"
+
+#: awx/main/models/events.py:98
+msgid "Item OK"
+msgstr "Élément OK"
+
+#: awx/main/models/events.py:99
+msgid "Item Failed"
+msgstr "Échec de l'élément"
+
+#: awx/main/models/events.py:100
+msgid "Item Skipped"
+msgstr "Élément ignoré"
+
+#: awx/main/models/events.py:101
+msgid "Host Retry"
+msgstr "Nouvel essai de l'hôte"
+
+#: awx/main/models/events.py:103
+msgid "File Difference"
+msgstr "Écart entre les fichiers"
+
+#: awx/main/models/events.py:104
+msgid "Playbook Started"
+msgstr "Playbook démarré"
+
+#: awx/main/models/events.py:105
+msgid "Running Handlers"
+msgstr "Descripteurs d'exécution"
+
+#: awx/main/models/events.py:106
+msgid "Including File"
+msgstr "Ajout de fichier"
+
+#: awx/main/models/events.py:107
+msgid "No Hosts Matched"
+msgstr "Aucun hôte correspondant"
+
+#: awx/main/models/events.py:109
+msgid "Task Started"
+msgstr "Tâche démarrée"
+
+#: awx/main/models/events.py:111
+msgid "Variables Prompted"
+msgstr "Variables demandées"
+
+#: awx/main/models/events.py:112
+msgid "Gathering Facts"
+msgstr "Collecte des faits"
+
+#: awx/main/models/events.py:113
+msgid "internal: on Import for Host"
+msgstr "interne : à l'importation pour l'hôte"
+
+#: awx/main/models/events.py:114
+msgid "internal: on Not Import for Host"
+msgstr "interne : à la non-importation pour l'hôte"
+
+#: awx/main/models/events.py:115
+msgid "Play Started"
+msgstr "Scène démarrée"
+
+#: awx/main/models/events.py:116
+msgid "Playbook Complete"
+msgstr "Playbook terminé"
+
+#: awx/main/models/events.py:120 awx/main/models/events.py:625
+msgid "Debug"
+msgstr "Déboguer"
+
+#: awx/main/models/events.py:121 awx/main/models/events.py:626
+msgid "Verbose"
+msgstr "Verbeux"
+
+#: awx/main/models/events.py:122 awx/main/models/events.py:627
+msgid "Deprecated"
+msgstr "Obsolète"
+
+#: awx/main/models/events.py:123 awx/main/models/events.py:628
+msgid "Warning"
+msgstr "Avertissement"
+
+#: awx/main/models/events.py:124 awx/main/models/events.py:629
+msgid "System Warning"
+msgstr "Avertissement système"
+
+#: awx/main/models/events.py:125 awx/main/models/events.py:630
+#: awx/main/models/unified_jobs.py:67
+msgid "Error"
+msgstr "Erreur"
+
#: awx/main/models/fact.py:25
msgid "Host for the facts that the fact scan captured."
msgstr "Hôte pour les faits que le scan de faits a capturés."
@@ -2437,82 +3260,102 @@ msgstr ""
"Structure JSON arbitraire des faits de module capturés au moment de "
"l'horodatage pour un seul hôte."
-#: awx/main/models/ha.py:78
+#: awx/main/models/ha.py:153
msgid "Instances that are members of this InstanceGroup"
msgstr "Instances membres de ce GroupeInstances."
-#: awx/main/models/ha.py:83
+#: awx/main/models/ha.py:158
msgid "Instance Group to remotely control this group."
msgstr "Groupe d'instances pour contrôler ce groupe à distance."
-#: awx/main/models/inventory.py:52
+#: awx/main/models/ha.py:165
+msgid "Percentage of Instances to automatically assign to this group"
+msgstr ""
+"Le pourcentage d'instances qui seront automatiquement assignées à ce groupe"
+
+#: awx/main/models/ha.py:169
+msgid ""
+"Static minimum number of Instances to automatically assign to this group"
+msgstr ""
+"Nombre minimum statique d'instances qui seront automatiquement assignées à "
+"ce groupe."
+
+#: awx/main/models/ha.py:174
+msgid ""
+"List of exact-match Instances that will always be automatically assigned to "
+"this group"
+msgstr ""
+"Liste des cas de concordance exacte qui seront toujours assignés "
+"automatiquement à ce groupe."
+
+#: awx/main/models/inventory.py:61
msgid "Hosts have a direct link to this inventory."
msgstr "Les hôtes ont un lien direct vers cet inventaire."
-#: awx/main/models/inventory.py:53
+#: awx/main/models/inventory.py:62
msgid "Hosts for inventory generated using the host_filter property."
msgstr "Hôtes pour inventaire générés avec la propriété host_filter."
-#: awx/main/models/inventory.py:58
+#: awx/main/models/inventory.py:67
msgid "inventories"
msgstr "inventaires"
-#: awx/main/models/inventory.py:65
+#: awx/main/models/inventory.py:74
msgid "Organization containing this inventory."
msgstr "Organisation contenant cet inventaire."
-#: awx/main/models/inventory.py:72
+#: awx/main/models/inventory.py:81
msgid "Inventory variables in JSON or YAML format."
msgstr "Variables d'inventaire au format JSON ou YAML."
-#: awx/main/models/inventory.py:77
+#: awx/main/models/inventory.py:86
msgid "Flag indicating whether any hosts in this inventory have failed."
msgstr "Marqueur indiquant si les hôtes de cet inventaire ont échoué."
-#: awx/main/models/inventory.py:82
+#: awx/main/models/inventory.py:91
msgid "Total number of hosts in this inventory."
msgstr "Nombre total d'hôtes dans cet inventaire."
-#: awx/main/models/inventory.py:87
+#: awx/main/models/inventory.py:96
msgid "Number of hosts in this inventory with active failures."
msgstr "Nombre d'hôtes dans cet inventaire avec des échecs non résolus."
-#: awx/main/models/inventory.py:92
+#: awx/main/models/inventory.py:101
msgid "Total number of groups in this inventory."
msgstr "Nombre total de groupes dans cet inventaire."
-#: awx/main/models/inventory.py:97
+#: awx/main/models/inventory.py:106
msgid "Number of groups in this inventory with active failures."
msgstr "Nombre de groupes dans cet inventaire avec des échecs non résolus."
-#: awx/main/models/inventory.py:102
+#: awx/main/models/inventory.py:111
msgid ""
"Flag indicating whether this inventory has any external inventory sources."
msgstr ""
"Marqueur indiquant si cet inventaire contient des sources d'inventaire "
"externes."
-#: awx/main/models/inventory.py:107
+#: awx/main/models/inventory.py:116
msgid ""
"Total number of external inventory sources configured within this inventory."
msgstr ""
"Nombre total de sources d'inventaire externes configurées dans cet "
"inventaire."
-#: awx/main/models/inventory.py:112
+#: awx/main/models/inventory.py:121
msgid "Number of external inventory sources in this inventory with failures."
msgstr ""
"Nombre total de sources d'inventaire externes en échec dans cet inventaire."
-#: awx/main/models/inventory.py:119
+#: awx/main/models/inventory.py:128
msgid "Kind of inventory being represented."
msgstr "Genre d'inventaire représenté."
-#: awx/main/models/inventory.py:125
+#: awx/main/models/inventory.py:134
msgid "Filter that will be applied to the hosts of this inventory."
msgstr "Filtre appliqué aux hôtes de cet inventaire."
-#: awx/main/models/inventory.py:152
+#: awx/main/models/inventory.py:161
msgid ""
"Credentials to be used by hosts belonging to this inventory when accessing "
"Red Hat Insights API."
@@ -2520,38 +3363,38 @@ msgstr ""
"Informations d'identification à utiliser par les hôtes appartenant à cet "
"inventaire lors de l'accès à l'API Red Hat Insights ."
-#: awx/main/models/inventory.py:161
+#: awx/main/models/inventory.py:170
msgid "Flag indicating the inventory is being deleted."
msgstr "Marqueur indiquant que cet inventaire est en cours de suppression."
-#: awx/main/models/inventory.py:374
+#: awx/main/models/inventory.py:459
msgid "Assignment not allowed for Smart Inventory"
msgstr "Attribution non autorisée pour un inventaire Smart"
-#: awx/main/models/inventory.py:376 awx/main/models/projects.py:148
+#: awx/main/models/inventory.py:461 awx/main/models/projects.py:159
msgid "Credential kind must be 'insights'."
msgstr "Le genre d'informations d'identification doit être 'insights'."
-#: awx/main/models/inventory.py:443
+#: awx/main/models/inventory.py:546
msgid "Is this host online and available for running jobs?"
msgstr "Cet hôte est-il en ligne et disponible pour exécuter des tâches ?"
-#: awx/main/models/inventory.py:449
+#: awx/main/models/inventory.py:552
msgid ""
"The value used by the remote inventory source to uniquely identify the host"
msgstr ""
"Valeur utilisée par la source d'inventaire distante pour identifier l'hôte "
"de façon unique"
-#: awx/main/models/inventory.py:454
+#: awx/main/models/inventory.py:557
msgid "Host variables in JSON or YAML format."
msgstr "Variables d'hôte au format JSON ou YAML."
-#: awx/main/models/inventory.py:476
+#: awx/main/models/inventory.py:579
msgid "Flag indicating whether the last job failed for this host."
msgstr "Marqueur indiquant si la dernière tâche a échoué pour cet hôte."
-#: awx/main/models/inventory.py:481
+#: awx/main/models/inventory.py:584
msgid ""
"Flag indicating whether this host was created/updated from any external "
"inventory sources."
@@ -2559,55 +3402,55 @@ msgstr ""
"Marqueur indiquant si cet hôte a été créé/mis à jour à partir de sources "
"d'inventaire externes."
-#: awx/main/models/inventory.py:487
+#: awx/main/models/inventory.py:590
msgid "Inventory source(s) that created or modified this host."
msgstr "Sources d'inventaire qui ont créé ou modifié cet hôte."
-#: awx/main/models/inventory.py:492
+#: awx/main/models/inventory.py:595
msgid "Arbitrary JSON structure of most recent ansible_facts, per-host."
msgstr ""
"Structure JSON arbitraire des faits ansible les plus récents, par hôte."
-#: awx/main/models/inventory.py:498
+#: awx/main/models/inventory.py:601
msgid "The date and time ansible_facts was last modified."
msgstr "Date et heure de la dernière modification apportée à ansible_facts."
-#: awx/main/models/inventory.py:505
+#: awx/main/models/inventory.py:608
msgid "Red Hat Insights host unique identifier."
msgstr "Identifiant unique de l'hôte de Red Hat Insights."
-#: awx/main/models/inventory.py:633
+#: awx/main/models/inventory.py:743
msgid "Group variables in JSON or YAML format."
msgstr "Variables de groupe au format JSON ou YAML."
-#: awx/main/models/inventory.py:639
+#: awx/main/models/inventory.py:749
msgid "Hosts associated directly with this group."
msgstr "Hôtes associés directement à ce groupe."
-#: awx/main/models/inventory.py:644
+#: awx/main/models/inventory.py:754
msgid "Total number of hosts directly or indirectly in this group."
msgstr ""
"Nombre total d'hôtes associés directement ou indirectement à ce groupe."
-#: awx/main/models/inventory.py:649
+#: awx/main/models/inventory.py:759
msgid "Flag indicating whether this group has any hosts with active failures."
msgstr ""
"Marqueur indiquant si ce groupe possède ou non des hôtes avec des échecs non"
" résolus."
-#: awx/main/models/inventory.py:654
+#: awx/main/models/inventory.py:764
msgid "Number of hosts in this group with active failures."
msgstr "Nombre d'hôtes dans ce groupe avec des échecs non résolus."
-#: awx/main/models/inventory.py:659
+#: awx/main/models/inventory.py:769
msgid "Total number of child groups contained within this group."
msgstr "Nombre total de groupes enfants compris dans ce groupe."
-#: awx/main/models/inventory.py:664
+#: awx/main/models/inventory.py:774
msgid "Number of child groups within this group that have active failures."
msgstr "Nombre de groupes enfants dans ce groupe avec des échecs non résolus."
-#: awx/main/models/inventory.py:669
+#: awx/main/models/inventory.py:779
msgid ""
"Flag indicating whether this group was created/updated from any external "
"inventory sources."
@@ -2615,68 +3458,36 @@ msgstr ""
"Marqueur indiquant si ce groupe a été créé/mis à jour à partir de sources "
"d'inventaire externes."
-#: awx/main/models/inventory.py:675
+#: awx/main/models/inventory.py:785
msgid "Inventory source(s) that created or modified this group."
msgstr "Sources d'inventaire qui ont créé ou modifié ce groupe."
-#: awx/main/models/inventory.py:865 awx/main/models/projects.py:42
-#: awx/main/models/unified_jobs.py:428
+#: awx/main/models/inventory.py:981 awx/main/models/projects.py:53
+#: awx/main/models/unified_jobs.py:519
msgid "Manual"
msgstr "Manuel"
-#: awx/main/models/inventory.py:866
+#: awx/main/models/inventory.py:982
msgid "File, Directory or Script"
msgstr "Fichier, répertoire ou script"
-#: awx/main/models/inventory.py:867
+#: awx/main/models/inventory.py:983
msgid "Sourced from a Project"
msgstr "Provenance d'un projet"
-#: awx/main/models/inventory.py:868
+#: awx/main/models/inventory.py:984
msgid "Amazon EC2"
msgstr "Amazon EC2"
-#: awx/main/models/inventory.py:869
-msgid "Google Compute Engine"
-msgstr "Google Compute Engine"
-
-#: awx/main/models/inventory.py:870
-msgid "Microsoft Azure Resource Manager"
-msgstr "Microsoft Azure Resource Manager"
-
-#: awx/main/models/inventory.py:871
-msgid "VMware vCenter"
-msgstr "VMware vCenter"
-
-#: awx/main/models/inventory.py:872
-msgid "Red Hat Satellite 6"
-msgstr "Red Hat Satellite 6"
-
-#: awx/main/models/inventory.py:873
-msgid "Red Hat CloudForms"
-msgstr "Red Hat CloudForms"
-
-#: awx/main/models/inventory.py:874
-msgid "OpenStack"
-msgstr "OpenStack"
-
-#: awx/main/models/inventory.py:875
-msgid "oVirt4"
-msgstr "oVirt4"
-
-#: awx/main/models/inventory.py:876
-msgid "Ansible Tower"
-msgstr "Ansible Tower"
-
-#: awx/main/models/inventory.py:877
+#: awx/main/models/inventory.py:993
msgid "Custom Script"
msgstr "Script personnalisé"
-#: awx/main/models/inventory.py:994
+#: awx/main/models/inventory.py:1110
msgid "Inventory source variables in YAML or JSON format."
msgstr "Variables de source d'inventaire au format JSON ou YAML."
-#: awx/main/models/inventory.py:1013
+#: awx/main/models/inventory.py:1121
msgid ""
"Comma-separated list of filter expressions (EC2 only). Hosts are imported "
"when ANY of the filters match."
@@ -2684,75 +3495,79 @@ msgstr ""
"Liste d'expressions de filtre séparées par des virgules (EC2 uniquement). "
"Les hôtes sont importés lorsque l'UN des filtres correspondent."
-#: awx/main/models/inventory.py:1019
+#: awx/main/models/inventory.py:1127
msgid "Limit groups automatically created from inventory source (EC2 only)."
msgstr ""
"Limiter automatiquement les groupes créés à partir de la source d'inventaire"
" (EC2 uniquement)."
-#: awx/main/models/inventory.py:1023
+#: awx/main/models/inventory.py:1131
msgid "Overwrite local groups and hosts from remote inventory source."
msgstr ""
"Écraser les groupes locaux et les hôtes de la source d'inventaire distante."
-#: awx/main/models/inventory.py:1027
+#: awx/main/models/inventory.py:1135
msgid "Overwrite local variables from remote inventory source."
msgstr "Écraser les variables locales de la source d'inventaire distante."
-#: awx/main/models/inventory.py:1032 awx/main/models/jobs.py:160
-#: awx/main/models/projects.py:117
+#: awx/main/models/inventory.py:1140 awx/main/models/jobs.py:140
+#: awx/main/models/projects.py:128
msgid "The amount of time (in seconds) to run before the task is canceled."
msgstr "Délai écoulé (en secondes) avant que la tâche ne soit annulée."
-#: awx/main/models/inventory.py:1065
+#: awx/main/models/inventory.py:1173
msgid "Image ID"
msgstr "ID d'image"
-#: awx/main/models/inventory.py:1066
+#: awx/main/models/inventory.py:1174
msgid "Availability Zone"
msgstr "Zone de disponibilité"
-#: awx/main/models/inventory.py:1067
+#: awx/main/models/inventory.py:1175
msgid "Account"
msgstr "Compte"
-#: awx/main/models/inventory.py:1068
+#: awx/main/models/inventory.py:1176
msgid "Instance ID"
msgstr "ID d'instance"
-#: awx/main/models/inventory.py:1069
+#: awx/main/models/inventory.py:1177
msgid "Instance State"
msgstr "État de l'instance"
-#: awx/main/models/inventory.py:1070
+#: awx/main/models/inventory.py:1178
+msgid "Platform"
+msgstr "Plateforme "
+
+#: awx/main/models/inventory.py:1179
msgid "Instance Type"
msgstr "Type d'instance"
-#: awx/main/models/inventory.py:1071
+#: awx/main/models/inventory.py:1180
msgid "Key Name"
msgstr "Nom de la clé"
-#: awx/main/models/inventory.py:1072
+#: awx/main/models/inventory.py:1181
msgid "Region"
msgstr "Région"
-#: awx/main/models/inventory.py:1073
+#: awx/main/models/inventory.py:1182
msgid "Security Group"
msgstr "Groupe de sécurité"
-#: awx/main/models/inventory.py:1074
+#: awx/main/models/inventory.py:1183
msgid "Tags"
msgstr "Balises"
-#: awx/main/models/inventory.py:1075
+#: awx/main/models/inventory.py:1184
msgid "Tag None"
msgstr "Ne rien baliser"
-#: awx/main/models/inventory.py:1076
+#: awx/main/models/inventory.py:1185
msgid "VPC ID"
msgstr "ID VPC"
-#: awx/main/models/inventory.py:1145
+#: awx/main/models/inventory.py:1253
#, python-format
msgid ""
"Cloud-based inventory sources (such as %s) require credentials for the "
@@ -2761,12 +3576,12 @@ msgstr ""
"Les sources d'inventaire cloud (telles que %s) requièrent des informations "
"d'identification pour le service cloud correspondant."
-#: awx/main/models/inventory.py:1152
+#: awx/main/models/inventory.py:1259
msgid "Credential is required for a cloud source."
msgstr ""
"Les informations d'identification sont requises pour une source cloud."
-#: awx/main/models/inventory.py:1155
+#: awx/main/models/inventory.py:1262
msgid ""
"Credentials of type machine, source control, insights and vault are "
"disallowed for custom inventory sources."
@@ -2775,26 +3590,26 @@ msgstr ""
"archivage sécurisé ne sont pas autorisés par les sources d'inventaire "
"personnalisées."
-#: awx/main/models/inventory.py:1179
+#: awx/main/models/inventory.py:1314
#, python-format
msgid "Invalid %(source)s region: %(region)s"
msgstr "Région %(source)s non valide : %(region)s"
-#: awx/main/models/inventory.py:1203
+#: awx/main/models/inventory.py:1338
#, python-format
msgid "Invalid filter expression: %(filter)s"
msgstr "Expression de filtre non valide : %(filter)s"
-#: awx/main/models/inventory.py:1224
+#: awx/main/models/inventory.py:1359
#, python-format
msgid "Invalid group by choice: %(choice)s"
msgstr "Choix de regroupement non valide : %(choice)s"
-#: awx/main/models/inventory.py:1259
+#: awx/main/models/inventory.py:1394
msgid "Project containing inventory file used as source."
msgstr "Projet contenant le fichier d'inventaire utilisé comme source."
-#: awx/main/models/inventory.py:1407
+#: awx/main/models/inventory.py:1555
#, python-format
msgid ""
"Unable to configure this item for cloud sync. It is already managed by %s."
@@ -2802,7 +3617,7 @@ msgstr ""
"Impossible de configurer cet élément pour la synchronisation dans le cloud. "
"Il est déjà géré par %s."
-#: awx/main/models/inventory.py:1417
+#: awx/main/models/inventory.py:1565
msgid ""
"More than one SCM-based inventory source with update on project update per-"
"inventory not allowed."
@@ -2810,7 +3625,7 @@ msgstr ""
"On n'autorise pas plus d'une source d'inventaire basé SCM avec mise à jour "
"pré-inventaire ou mise à jour projet."
-#: awx/main/models/inventory.py:1424
+#: awx/main/models/inventory.py:1572
msgid ""
"Cannot update SCM-based inventory source on launch if set to update on "
"project update. Instead, configure the corresponding source project to "
@@ -2821,26 +3636,28 @@ msgstr ""
" la place, configurez le projet source correspondant pour qu'il se mette à "
"jour au moment du lancement."
-#: awx/main/models/inventory.py:1430
-msgid "SCM type sources must set `overwrite_vars` to `true`."
-msgstr "Les sources de type SCM doivent définir `overwrite_vars` sur`true`."
+#: awx/main/models/inventory.py:1579
+msgid ""
+"SCM type sources must set `overwrite_vars` to `true` until Ansible 2.5."
+msgstr ""
+"Les sources de type SCM doivent définir les « overwrite_vars » sur « true »."
-#: awx/main/models/inventory.py:1435
+#: awx/main/models/inventory.py:1584
msgid "Cannot set source_path if not SCM type."
msgstr "Impossible de définir chemin_source si pas du type SCM."
-#: awx/main/models/inventory.py:1460
+#: awx/main/models/inventory.py:1615
msgid ""
"Inventory files from this Project Update were used for the inventory update."
msgstr ""
"Les fichiers d'inventaire de cette mise à jour de projet ont été utilisés "
"pour la mise à jour de l'inventaire."
-#: awx/main/models/inventory.py:1573
+#: awx/main/models/inventory.py:1725
msgid "Inventory script contents"
msgstr "Contenus des scripts d'inventaire"
-#: awx/main/models/inventory.py:1578
+#: awx/main/models/inventory.py:1730
msgid "Organization owning this inventory script"
msgstr "Organisation propriétaire de ce script d'inventaire."
@@ -2853,7 +3670,7 @@ msgstr ""
"fichiers basés sur un modèle de l'hôte sont affichées dans la sortie "
"standard out"
-#: awx/main/models/jobs.py:164
+#: awx/main/models/jobs.py:145
msgid ""
"If enabled, Tower will act as an Ansible Fact Cache Plugin; persisting facts"
" at the end of a playbook run to the database and caching facts for use by "
@@ -2863,38 +3680,38 @@ msgstr ""
" ; les faits persistants à la fin d'un playbook s'exécutent vers la base de "
"données et les faits mis en cache pour être utilisés par Ansible."
-#: awx/main/models/jobs.py:173
-msgid "You must provide an SSH credential."
-msgstr "Vous devez fournir des informations d'identification SSH."
-
-#: awx/main/models/jobs.py:181
+#: awx/main/models/jobs.py:163
msgid "You must provide a Vault credential."
msgstr "Vous devez fournir des informations d'identification du coffre-fort."
-#: awx/main/models/jobs.py:317
+#: awx/main/models/jobs.py:308
msgid "Job Template must provide 'inventory' or allow prompting for it."
msgstr ""
"Le modèle de tâche doit fournir un inventaire ou permettre d'en demander un."
-#: awx/main/models/jobs.py:321
-msgid "Job Template must provide 'credential' or allow prompting for it."
+#: awx/main/models/jobs.py:403
+msgid "Field is not configured to prompt on launch."
+msgstr "Le champ n'est pas configuré pour être invité au lancement."
+
+#: awx/main/models/jobs.py:409
+msgid "Saved launch configurations cannot provide passwords needed to start."
msgstr ""
-"Le modèle de tâche doit fournir des informations d'identification ou "
-"permettre d'en demander."
+"Les configurations de lancement sauvegardées ne peuvent pas fournir les mots"
+" de passe nécessaires au démarrage."
-#: awx/main/models/jobs.py:427
-msgid "Cannot override job_type to or from a scan job."
-msgstr "Impossible de remplacer job_type vers ou depuis une tâche de scan."
+#: awx/main/models/jobs.py:417
+msgid "Job Template {} is missing or undefined."
+msgstr "Modèle de Job {} manquant ou non défini."
-#: awx/main/models/jobs.py:493 awx/main/models/projects.py:263
+#: awx/main/models/jobs.py:498 awx/main/models/projects.py:277
msgid "SCM Revision"
msgstr "Révision SCM"
-#: awx/main/models/jobs.py:494
+#: awx/main/models/jobs.py:499
msgid "The SCM Revision from the Project used for this job, if available"
msgstr "Révision SCM du projet utilisé pour cette tâche, le cas échéant"
-#: awx/main/models/jobs.py:502
+#: awx/main/models/jobs.py:507
msgid ""
"The SCM Refresh task used to make sure the playbooks were available for the "
"job run"
@@ -2902,168 +3719,178 @@ msgstr ""
"Activité d'actualisation du SCM qui permet de s'assurer que les playbooks "
"étaient disponibles pour l'exécution de la tâche"
-#: awx/main/models/jobs.py:809
+#: awx/main/models/jobs.py:634
+#, python-brace-format
+msgid "{status_value} is not a valid status option."
+msgstr "{status_value} ne correspond pas à une option de statut valide."
+
+#: awx/main/models/jobs.py:999
msgid "job host summaries"
msgstr "récapitulatifs des hôtes pour la tâche"
-#: awx/main/models/jobs.py:913
-msgid "Host Failure"
-msgstr "Échec de l'hôte"
-
-#: awx/main/models/jobs.py:916 awx/main/models/jobs.py:930
-msgid "No Hosts Remaining"
-msgstr "Aucun hôte restant"
-
-#: awx/main/models/jobs.py:917
-msgid "Host Polling"
-msgstr "Interrogation de l'hôte"
-
-#: awx/main/models/jobs.py:918
-msgid "Host Async OK"
-msgstr "Désynchronisation des hôtes OK"
-
-#: awx/main/models/jobs.py:919
-msgid "Host Async Failure"
-msgstr "Échec de désynchronisation des hôtes"
-
-#: awx/main/models/jobs.py:920
-msgid "Item OK"
-msgstr "Élément OK"
-
-#: awx/main/models/jobs.py:921
-msgid "Item Failed"
-msgstr "Échec de l'élément"
-
-#: awx/main/models/jobs.py:922
-msgid "Item Skipped"
-msgstr "Élément ignoré"
-
-#: awx/main/models/jobs.py:923
-msgid "Host Retry"
-msgstr "Nouvel essai de l'hôte"
-
-#: awx/main/models/jobs.py:925
-msgid "File Difference"
-msgstr "Écart entre les fichiers"
-
-#: awx/main/models/jobs.py:926
-msgid "Playbook Started"
-msgstr "Playbook démarré"
-
-#: awx/main/models/jobs.py:927
-msgid "Running Handlers"
-msgstr "Descripteurs d'exécution"
-
-#: awx/main/models/jobs.py:928
-msgid "Including File"
-msgstr "Ajout de fichier"
-
-#: awx/main/models/jobs.py:929
-msgid "No Hosts Matched"
-msgstr "Aucun hôte correspondant"
-
-#: awx/main/models/jobs.py:931
-msgid "Task Started"
-msgstr "Tâche démarrée"
-
-#: awx/main/models/jobs.py:933
-msgid "Variables Prompted"
-msgstr "Variables demandées"
-
-#: awx/main/models/jobs.py:934
-msgid "Gathering Facts"
-msgstr "Collecte des faits"
-
-#: awx/main/models/jobs.py:935
-msgid "internal: on Import for Host"
-msgstr "interne : à l'importation pour l'hôte"
-
-#: awx/main/models/jobs.py:936
-msgid "internal: on Not Import for Host"
-msgstr "interne : à la non-importation pour l'hôte"
-
-#: awx/main/models/jobs.py:937
-msgid "Play Started"
-msgstr "Scène démarrée"
-
-#: awx/main/models/jobs.py:938
-msgid "Playbook Complete"
-msgstr "Playbook terminé"
-
-#: awx/main/models/jobs.py:1351
+#: awx/main/models/jobs.py:1070
msgid "Remove jobs older than a certain number of days"
msgstr "Supprimer les tâches plus anciennes qu'un certain nombre de jours"
-#: awx/main/models/jobs.py:1352
+#: awx/main/models/jobs.py:1071
msgid "Remove activity stream entries older than a certain number of days"
msgstr ""
"Supprimer les entrées du flux d'activité plus anciennes qu'un certain nombre"
" de jours"
-#: awx/main/models/jobs.py:1353
+#: awx/main/models/jobs.py:1072
msgid "Purge and/or reduce the granularity of system tracking data"
msgstr "Purger et/ou réduire la granularité des données de suivi du système"
+#: awx/main/models/jobs.py:1142
+#, python-brace-format
+msgid "Variables {list_of_keys} are not allowed for system jobs."
+msgstr ""
+"Les variables {list_of_keys} ne sont pas autorisées pour les jobs système."
+
+#: awx/main/models/jobs.py:1157
+msgid "days must be a positive integer."
+msgstr "jours doit être un entier positif."
+
#: awx/main/models/label.py:29
msgid "Organization this label belongs to."
msgstr "Organisation à laquelle appartient ce libellé."
-#: awx/main/models/notifications.py:138 awx/main/models/unified_jobs.py:59
+#: awx/main/models/mixins.py:309
+#, python-brace-format
+msgid ""
+"Variables {list_of_keys} are not allowed on launch. Check the Prompt on "
+"Launch setting on the Job Template to include Extra Variables."
+msgstr ""
+"Les variables {list_of_keys} ne sont pas autorisées au lancement. Vérifiez "
+"le paramètre Invite au lancement sur le Modèle de job pour inclure des "
+"Variables supplémentaires."
+
+#: awx/main/models/mixins.py:440
+msgid "Local absolute file path containing a custom Python virtualenv to use"
+msgstr ""
+"Chemin d'accès au fichier local absolu contenant un virtualenv Python "
+"personnalisé à utiliser"
+
+#: awx/main/models/mixins.py:447
+msgid "{} is not a valid virtualenv in {}"
+msgstr "{} n'est pas un virtualenv dans {}"
+
+#: awx/main/models/notifications.py:42
+msgid "Rocket.Chat"
+msgstr "Rocket.Chat"
+
+#: awx/main/models/notifications.py:142 awx/main/models/unified_jobs.py:62
msgid "Pending"
msgstr "En attente"
-#: awx/main/models/notifications.py:139 awx/main/models/unified_jobs.py:62
+#: awx/main/models/notifications.py:143 awx/main/models/unified_jobs.py:65
msgid "Successful"
msgstr "Réussi"
-#: awx/main/models/notifications.py:140 awx/main/models/unified_jobs.py:63
+#: awx/main/models/notifications.py:144 awx/main/models/unified_jobs.py:66
msgid "Failed"
msgstr "Échec"
-#: awx/main/models/organization.py:132
-msgid "Token not invalidated"
-msgstr "Token non invalidé"
+#: awx/main/models/notifications.py:218
+msgid "status_str must be either succeeded or failed"
+msgstr "status_str doit être une réussite ou un échec"
-#: awx/main/models/organization.py:133
-msgid "Token is expired"
-msgstr "Token arrivé à expiration"
+#: awx/main/models/oauth.py:27
+msgid "application"
+msgstr "application"
-#: awx/main/models/organization.py:134
+#: awx/main/models/oauth.py:32
+msgid "Confidential"
+msgstr "Confidentiel"
+
+#: awx/main/models/oauth.py:33
+msgid "Public"
+msgstr "Public"
+
+#: awx/main/models/oauth.py:41
+msgid "Authorization code"
+msgstr "Code d'autorisation"
+
+#: awx/main/models/oauth.py:42
+msgid "Implicit"
+msgstr "Implicite"
+
+#: awx/main/models/oauth.py:43
+msgid "Resource owner password-based"
+msgstr "Ressource basée mot de passe de propriétaire"
+
+#: awx/main/models/oauth.py:44
+msgid "Client credentials"
+msgstr "Informations d’identification du client"
+
+#: awx/main/models/oauth.py:59
+msgid "Organization containing this application."
+msgstr "Organisation contenant cette application."
+
+#: awx/main/models/oauth.py:68
msgid ""
-"The maximum number of allowed sessions for this user has been exceeded."
+"Used for more stringent verification of access to an application when "
+"creating a token."
msgstr ""
-"Le nombre maximum de sessions autorisées pour cet utilisateur a été dépassé."
+"Utilisé pour une vérification plus rigoureuse de l'accès à une application "
+"lors de la création d'un jeton."
-#: awx/main/models/organization.py:137
-msgid "Invalid token"
-msgstr "Token non valide"
-
-#: awx/main/models/organization.py:155
-msgid "Reason the auth token was invalidated."
+#: awx/main/models/oauth.py:73
+msgid ""
+"Set to Public or Confidential depending on how secure the client device is."
msgstr ""
-"Raison pour laquelle le token d'authentification a été rendu non valide."
+"Défini sur sur Public ou Confidentiel selon le degré de sécurité du "
+"périphérique client."
-#: awx/main/models/organization.py:194
-msgid "Invalid reason specified"
-msgstr "Raison de non validité spécifiée"
+#: awx/main/models/oauth.py:77
+msgid ""
+"Set True to skip authorization step for completely trusted applications."
+msgstr ""
+"Définir sur True pour sauter l'étape d'autorisation pour les applications "
+"totalement fiables."
-#: awx/main/models/projects.py:43
+#: awx/main/models/oauth.py:82
+msgid ""
+"The Grant type the user must use for acquire tokens for this application."
+msgstr ""
+"Le type de permission que l'utilisateur doit utiliser pour acquérir des "
+"jetons pour cette application."
+
+#: awx/main/models/oauth.py:90
+msgid "access token"
+msgstr "jeton d'accès"
+
+#: awx/main/models/oauth.py:98
+msgid "The user representing the token owner"
+msgstr "L'utilisateur représentant le propriétaire du jeton."
+
+#: awx/main/models/oauth.py:113
+msgid ""
+"Allowed scopes, further restricts user's permissions. Must be a simple "
+"space-separated string with allowed scopes ['read', 'write']."
+msgstr ""
+"Limites autorisées, restreint encore plus les permissions de l'utilisateur. "
+"Doit correspondre à une simple chaîne de caractères séparés par des espaces "
+"avec des champs d'application autorisés ('read','write')."
+
+#: awx/main/models/projects.py:54
msgid "Git"
msgstr "Git"
-#: awx/main/models/projects.py:44
+#: awx/main/models/projects.py:55
msgid "Mercurial"
msgstr "Mercurial"
-#: awx/main/models/projects.py:45
+#: awx/main/models/projects.py:56
msgid "Subversion"
msgstr "Subversion"
-#: awx/main/models/projects.py:46
+#: awx/main/models/projects.py:57
msgid "Red Hat Insights"
msgstr "Red Hat Insights"
-#: awx/main/models/projects.py:72
+#: awx/main/models/projects.py:83
msgid ""
"Local path (relative to PROJECTS_ROOT) containing playbooks and related "
"files for this project."
@@ -3071,66 +3898,66 @@ msgstr ""
"Chemin local (relatif à PROJECTS_ROOT) contenant des playbooks et des "
"fichiers associés pour ce projet."
-#: awx/main/models/projects.py:81
+#: awx/main/models/projects.py:92
msgid "SCM Type"
msgstr "Type de SCM"
-#: awx/main/models/projects.py:82
+#: awx/main/models/projects.py:93
msgid "Specifies the source control system used to store the project."
msgstr ""
"Spécifie le système de contrôle des sources utilisé pour stocker le projet."
-#: awx/main/models/projects.py:88
+#: awx/main/models/projects.py:99
msgid "SCM URL"
msgstr "URL du SCM"
-#: awx/main/models/projects.py:89
+#: awx/main/models/projects.py:100
msgid "The location where the project is stored."
msgstr "Emplacement où le projet est stocké."
-#: awx/main/models/projects.py:95
+#: awx/main/models/projects.py:106
msgid "SCM Branch"
msgstr "Branche SCM"
-#: awx/main/models/projects.py:96
+#: awx/main/models/projects.py:107
msgid "Specific branch, tag or commit to checkout."
msgstr "Branche, balise ou validation spécifique à valider."
-#: awx/main/models/projects.py:100
+#: awx/main/models/projects.py:111
msgid "Discard any local changes before syncing the project."
msgstr "Ignorez les modifications locales avant de synchroniser le projet."
-#: awx/main/models/projects.py:104
+#: awx/main/models/projects.py:115
msgid "Delete the project before syncing."
msgstr "Supprimez le projet avant la synchronisation."
-#: awx/main/models/projects.py:133
+#: awx/main/models/projects.py:144
msgid "Invalid SCM URL."
msgstr "URL du SCM incorrecte."
-#: awx/main/models/projects.py:136
+#: awx/main/models/projects.py:147
msgid "SCM URL is required."
msgstr "L'URL du SCM est requise."
-#: awx/main/models/projects.py:144
+#: awx/main/models/projects.py:155
msgid "Insights Credential is required for an Insights Project."
msgstr ""
"Des informations d'identification Insights sont requises pour un projet "
"Insights."
-#: awx/main/models/projects.py:150
+#: awx/main/models/projects.py:161
msgid "Credential kind must be 'scm'."
msgstr "Le type d'informations d'identification doit être 'scm'."
-#: awx/main/models/projects.py:167
+#: awx/main/models/projects.py:178
msgid "Invalid credential."
msgstr "Informations d'identification non valides."
-#: awx/main/models/projects.py:249
+#: awx/main/models/projects.py:263
msgid "Update the project when a job is launched that uses the project."
msgstr "Mettez à jour le projet lorsqu'une tâche qui l'utilise est lancée."
-#: awx/main/models/projects.py:254
+#: awx/main/models/projects.py:268
msgid ""
"The number of seconds after the last project update ran that a newproject "
"update will be launched as a job dependency."
@@ -3138,23 +3965,23 @@ msgstr ""
"Délai écoulé (en secondes) entre la dernière mise à jour du projet et le "
"lancement d'une nouvelle mise à jour en tant que dépendance de la tâche."
-#: awx/main/models/projects.py:264
+#: awx/main/models/projects.py:278
msgid "The last revision fetched by a project update"
msgstr "Dernière révision récupérée par une mise à jour du projet"
-#: awx/main/models/projects.py:271
+#: awx/main/models/projects.py:285
msgid "Playbook Files"
msgstr "Fichiers de playbook"
-#: awx/main/models/projects.py:272
+#: awx/main/models/projects.py:286
msgid "List of playbooks found in the project"
msgstr "Liste des playbooks trouvés dans le projet"
-#: awx/main/models/projects.py:279
+#: awx/main/models/projects.py:293
msgid "Inventory Files"
msgstr "Fichiers d'inventaire"
-#: awx/main/models/projects.py:280
+#: awx/main/models/projects.py:294
msgid ""
"Suggested list of content that could be Ansible inventory in the project"
msgstr ""
@@ -3178,67 +4005,117 @@ msgid "Admin"
msgstr "Admin"
#: awx/main/models/rbac.py:40
+msgid "Project Admin"
+msgstr "Admin Projet"
+
+#: awx/main/models/rbac.py:41
+msgid "Inventory Admin"
+msgstr "Admin Inventaire"
+
+#: awx/main/models/rbac.py:42
+msgid "Credential Admin"
+msgstr "Admin Identifiants"
+
+#: awx/main/models/rbac.py:43
+msgid "Workflow Admin"
+msgstr "Admin Workflow"
+
+#: awx/main/models/rbac.py:44
+msgid "Notification Admin"
+msgstr "Admin Notification"
+
+#: awx/main/models/rbac.py:45
msgid "Auditor"
msgstr "Auditeur"
-#: awx/main/models/rbac.py:41
+#: awx/main/models/rbac.py:46
msgid "Execute"
msgstr "Execution"
-#: awx/main/models/rbac.py:42
+#: awx/main/models/rbac.py:47
msgid "Member"
msgstr "Membre"
-#: awx/main/models/rbac.py:43
+#: awx/main/models/rbac.py:48
msgid "Read"
msgstr "Lecture"
-#: awx/main/models/rbac.py:44
+#: awx/main/models/rbac.py:49
msgid "Update"
msgstr "Mise à jour"
-#: awx/main/models/rbac.py:45
+#: awx/main/models/rbac.py:50
msgid "Use"
msgstr "Utilisation"
-#: awx/main/models/rbac.py:49
+#: awx/main/models/rbac.py:54
msgid "Can manage all aspects of the system"
msgstr "Peut gérer tous les aspects du système"
-#: awx/main/models/rbac.py:50
+#: awx/main/models/rbac.py:55
msgid "Can view all settings on the system"
msgstr "Peut afficher tous les paramètres de configuration du système"
-#: awx/main/models/rbac.py:51
+#: awx/main/models/rbac.py:56
msgid "May run ad hoc commands on an inventory"
msgstr "Peut exécuter des commandes ad hoc sur un inventaire"
-#: awx/main/models/rbac.py:52
+#: awx/main/models/rbac.py:57
#, python-format
msgid "Can manage all aspects of the %s"
msgstr "Peut exécuter tous les aspects de %s"
-#: awx/main/models/rbac.py:53
+#: awx/main/models/rbac.py:58
+#, python-format
+msgid "Can manage all projects of the %s"
+msgstr "Peut gérer tous les projets de %s"
+
+#: awx/main/models/rbac.py:59
+#, python-format
+msgid "Can manage all inventories of the %s"
+msgstr "Peut gérer tous les inventaires de %s"
+
+#: awx/main/models/rbac.py:60
+#, python-format
+msgid "Can manage all credentials of the %s"
+msgstr "Peut gérer tous les identifiants de %s"
+
+#: awx/main/models/rbac.py:61
+#, python-format
+msgid "Can manage all workflows of the %s"
+msgstr "Peut gérer tous les workflows de %s"
+
+#: awx/main/models/rbac.py:62
+#, python-format
+msgid "Can manage all notifications of the %s"
+msgstr "Peut gérer toutes les notifications de %s"
+
+#: awx/main/models/rbac.py:63
#, python-format
msgid "Can view all settings for the %s"
msgstr "Peut afficher tous les paramètres de configuration du %s"
-#: awx/main/models/rbac.py:54
+#: awx/main/models/rbac.py:65
+msgid "May run any executable resources in the organization"
+msgstr ""
+"Peut exécuter n'importe quelle ressource exécutable dans l'organisation"
+
+#: awx/main/models/rbac.py:66
#, python-format
msgid "May run the %s"
msgstr "Peut exécuter %s"
-#: awx/main/models/rbac.py:55
+#: awx/main/models/rbac.py:68
#, python-format
msgid "User is a member of the %s"
msgstr "L'utilisateur est un membre de %s"
-#: awx/main/models/rbac.py:56
+#: awx/main/models/rbac.py:69
#, python-format
msgid "May view settings for the %s"
msgstr "Peut afficher les paramètres de configuration de %s"
-#: awx/main/models/rbac.py:57
+#: awx/main/models/rbac.py:70
msgid ""
"May update project or inventory or group using the configured source update "
"system"
@@ -3246,30 +4123,30 @@ msgstr ""
"Peut mettre un projet, un inventaire, ou un groupe à jour en utilisant le "
"système de mise à jour de la source configuré."
-#: awx/main/models/rbac.py:58
+#: awx/main/models/rbac.py:71
#, python-format
msgid "Can use the %s in a job template"
msgstr "Peut utiliser %s dans un modèle de tâche"
-#: awx/main/models/rbac.py:122
+#: awx/main/models/rbac.py:135
msgid "roles"
msgstr "rôles"
-#: awx/main/models/rbac.py:434
+#: awx/main/models/rbac.py:441
msgid "role_ancestors"
msgstr "role_ancestors"
-#: awx/main/models/schedules.py:71
+#: awx/main/models/schedules.py:79
msgid "Enables processing of this schedule."
msgstr "Active le traitement de ce calendrier."
-#: awx/main/models/schedules.py:77
+#: awx/main/models/schedules.py:85
msgid "The first occurrence of the schedule occurs on or after this time."
msgstr ""
"La première occurrence du calendrier se produit à ce moment précis ou "
"ultérieurement."
-#: awx/main/models/schedules.py:83
+#: awx/main/models/schedules.py:91
msgid ""
"The last occurrence of the schedule occurs before this time, aftewards the "
"schedule expires."
@@ -3277,102 +4154,110 @@ msgstr ""
"La dernière occurrence du calendrier se produit avant ce moment précis. "
"Passé ce délai, le calendrier arrive à expiration."
-#: awx/main/models/schedules.py:87
+#: awx/main/models/schedules.py:95
msgid "A value representing the schedules iCal recurrence rule."
msgstr "Valeur représentant la règle de récurrence iCal des calendriers."
-#: awx/main/models/schedules.py:93
+#: awx/main/models/schedules.py:101
msgid "The next time that the scheduled action will run."
msgstr "La prochaine fois que l'action planifiée s'exécutera."
-#: awx/main/models/schedules.py:109
-msgid "Expected JSON"
-msgstr "JSON attendu"
-
-#: awx/main/models/schedules.py:121
-msgid "days must be a positive integer."
-msgstr "jours doit être un entier positif."
-
-#: awx/main/models/unified_jobs.py:58
+#: awx/main/models/unified_jobs.py:61
msgid "New"
msgstr "Nouveau"
-#: awx/main/models/unified_jobs.py:60
+#: awx/main/models/unified_jobs.py:63
msgid "Waiting"
msgstr "En attente"
-#: awx/main/models/unified_jobs.py:61
+#: awx/main/models/unified_jobs.py:64
msgid "Running"
msgstr "En cours d'exécution"
-#: awx/main/models/unified_jobs.py:65
+#: awx/main/models/unified_jobs.py:68
msgid "Canceled"
msgstr "Annulé"
-#: awx/main/models/unified_jobs.py:69
+#: awx/main/models/unified_jobs.py:72
msgid "Never Updated"
msgstr "Jamais mis à jour"
-#: awx/main/models/unified_jobs.py:73 awx/ui/templates/ui/index.html:67
-#: awx/ui/templates/ui/index.html.py:86
+#: awx/main/models/unified_jobs.py:76
msgid "OK"
msgstr "OK"
-#: awx/main/models/unified_jobs.py:74
+#: awx/main/models/unified_jobs.py:77
msgid "Missing"
msgstr "Manquant"
-#: awx/main/models/unified_jobs.py:78
+#: awx/main/models/unified_jobs.py:81
msgid "No External Source"
msgstr "Aucune source externe"
-#: awx/main/models/unified_jobs.py:85
+#: awx/main/models/unified_jobs.py:88
msgid "Updating"
msgstr "Mise à jour en cours"
-#: awx/main/models/unified_jobs.py:429
+#: awx/main/models/unified_jobs.py:427
+msgid "Field is not allowed on launch."
+msgstr "Champ non autorisé au lancement."
+
+#: awx/main/models/unified_jobs.py:455
+#, python-brace-format
+msgid ""
+"Variables {list_of_keys} provided, but this template cannot accept "
+"variables."
+msgstr ""
+"Variables {list_of_keys} fournies, mais ce modèle ne peut pas accepter de "
+"variables."
+
+#: awx/main/models/unified_jobs.py:520
msgid "Relaunch"
msgstr "Relancer"
-#: awx/main/models/unified_jobs.py:430
+#: awx/main/models/unified_jobs.py:521
msgid "Callback"
msgstr "Rappeler"
-#: awx/main/models/unified_jobs.py:431
+#: awx/main/models/unified_jobs.py:522
msgid "Scheduled"
msgstr "Planifié"
-#: awx/main/models/unified_jobs.py:432
+#: awx/main/models/unified_jobs.py:523
msgid "Dependency"
msgstr "Dépendance"
-#: awx/main/models/unified_jobs.py:433
+#: awx/main/models/unified_jobs.py:524
msgid "Workflow"
msgstr "Workflow"
-#: awx/main/models/unified_jobs.py:434
+#: awx/main/models/unified_jobs.py:525
msgid "Sync"
msgstr "Sync"
-#: awx/main/models/unified_jobs.py:481
+#: awx/main/models/unified_jobs.py:573
msgid "The node the job executed on."
msgstr "Nœud sur lequel la tâche s'est exécutée."
-#: awx/main/models/unified_jobs.py:507
+#: awx/main/models/unified_jobs.py:579
+msgid "The instance that managed the isolated execution environment."
+msgstr ""
+
+#: awx/main/models/unified_jobs.py:605
msgid "The date and time the job was queued for starting."
msgstr ""
"Date et heure auxquelles la tâche a été mise en file d'attente pour le "
"démarrage."
-#: awx/main/models/unified_jobs.py:513
+#: awx/main/models/unified_jobs.py:611
msgid "The date and time the job finished execution."
msgstr "Date et heure de fin d'exécution de la tâche."
-#: awx/main/models/unified_jobs.py:519
+#: awx/main/models/unified_jobs.py:617
msgid "Elapsed time in seconds that the job ran."
msgstr "Délai écoulé (en secondes) pendant lequel la tâche s'est exécutée."
-#: awx/main/models/unified_jobs.py:541
+#: awx/main/models/unified_jobs.py:639
msgid ""
"A status field to indicate the state of the job if it wasn't able to run and"
" capture stdout"
@@ -3380,10 +4265,23 @@ msgstr ""
"Champ d'état indiquant l'état de la tâche si elle n'a pas pu s'exécuter et "
"capturer stdout"
-#: awx/main/models/unified_jobs.py:580
+#: awx/main/models/unified_jobs.py:668
msgid "The Rampart/Instance group the job was run under"
msgstr "Groupe d'instance/Rampart sous lequel la tâche a été exécutée."
+#: awx/main/models/workflow.py:203
+#, python-brace-format
+msgid ""
+"Bad launch configuration starting template {template_pk} as part of workflow {workflow_pk}. Errors:\n"
+"{error_text}"
+msgstr ""
+"Mauvais modèle de départ de configuration du lancement {template_pk} dans le workflow {workflow_pk}. Erreurs :\n"
+"{error_text}"
+
+#: awx/main/models/workflow.py:388
+msgid "Field is not allowed for use in workflows."
+msgstr "Champ non autorisé dans les workflows."
+
#: awx/main/notifications/base.py:17
#: awx/main/notifications/email_backend.py:28
msgid ""
@@ -3393,11 +4291,11 @@ msgstr ""
"{} #{} était à l'état {}, voir les détails sur {}\n"
"\n"
-#: awx/main/notifications/hipchat_backend.py:47
+#: awx/main/notifications/hipchat_backend.py:48
msgid "Error sending messages: {}"
msgstr "Erreur lors de l'envoi de messages : {}"
-#: awx/main/notifications/hipchat_backend.py:49
+#: awx/main/notifications/hipchat_backend.py:50
msgid "Error sending message to hipchat: {}"
msgstr "Erreur lors de l'envoi d'un message à hipchat : {}"
@@ -3405,16 +4303,27 @@ msgstr "Erreur lors de l'envoi d'un message à hipchat : {}"
msgid "Exception connecting to irc server: {}"
msgstr "Exception lors de la connexion au serveur irc : {}"
+#: awx/main/notifications/mattermost_backend.py:48
+#: awx/main/notifications/mattermost_backend.py:50
+msgid "Error sending notification mattermost: {}"
+msgstr "Erreur d'envoi de notification mattermost: {}"
+
#: awx/main/notifications/pagerduty_backend.py:39
msgid "Exception connecting to PagerDuty: {}"
msgstr "Exception lors de la connexion à PagerDuty : {}"
#: awx/main/notifications/pagerduty_backend.py:48
-#: awx/main/notifications/slack_backend.py:52
+#: awx/main/notifications/slack_backend.py:82
+#: awx/main/notifications/slack_backend.py:99
#: awx/main/notifications/twilio_backend.py:46
msgid "Exception sending messages: {}"
msgstr "Exception lors de l'envoi de messages : {}"
+#: awx/main/notifications/rocketchat_backend.py:46
+#: awx/main/notifications/rocketchat_backend.py:49
+msgid "Error sending notification rocket.chat: {}"
+msgstr "Erreur d'envoi de notification rocket.chat: {}"
+
#: awx/main/notifications/twilio_backend.py:36
msgid "Exception connecting to Twilio: {}"
msgstr "Exception lors de la connexion à Twilio : {}"
@@ -3424,7 +4333,7 @@ msgstr "Exception lors de la connexion à Twilio : {}"
msgid "Error sending notification webhook: {}"
msgstr "Erreur lors de l'envoi d'un webhook de notification : {}"
-#: awx/main/scheduler/task_manager.py:197
+#: awx/main/scheduler/task_manager.py:201
msgid ""
"Job spawned from workflow could not start because it was not in the right "
"state or required manual credentials"
@@ -3433,7 +4342,7 @@ msgstr ""
"dans l'état qui convient ou nécessitant des informations d'identification "
"manuelles adéquates."
-#: awx/main/scheduler/task_manager.py:201
+#: awx/main/scheduler/task_manager.py:205
msgid ""
"Job spawned from workflow could not start because it was missing a related "
"resource such as project or inventory"
@@ -3441,91 +4350,109 @@ msgstr ""
"Tâche, lancée à partir du workflow, ne pouvant démarrer, pour cause de "
"ressource manquante, tel un projet ou inventaire"
-#: awx/main/tasks.py:184
+#: awx/main/signals.py:616
+msgid "limit_reached"
+msgstr "limit_reached"
+
+#: awx/main/tasks.py:282
msgid "Ansible Tower host usage over 90%"
msgstr "Utilisation d'hôtes Ansible Tower supérieure à 90 %"
-#: awx/main/tasks.py:189
+#: awx/main/tasks.py:287
msgid "Ansible Tower license will expire soon"
msgstr "La licence Ansible Tower expirera bientôt"
-#: awx/main/tasks.py:318
-msgid "status_str must be either succeeded or failed"
-msgstr "status_str doit être une réussite ou un échec"
+#: awx/main/tasks.py:1335
+msgid "Job could not start because it does not have a valid inventory."
+msgstr "Le job n'a pas pu commencer parce qu'il n'a pas d'inventaire valide."
-#: awx/main/tasks.py:1549
-msgid "Dependent inventory update {} was canceled."
-msgstr "La mise à jour d'inventaire dépendante {} a été annulée."
-
-#: awx/main/utils/common.py:89
+#: awx/main/utils/common.py:97
#, python-format
msgid "Unable to convert \"%s\" to boolean"
msgstr "Impossible de convertir \"%s\" en booléen"
-#: awx/main/utils/common.py:235
+#: awx/main/utils/common.py:254
#, python-format
msgid "Unsupported SCM type \"%s\""
msgstr "Type de SCM \"%s\" non pris en charge"
-#: awx/main/utils/common.py:242 awx/main/utils/common.py:254
-#: awx/main/utils/common.py:273
+#: awx/main/utils/common.py:261 awx/main/utils/common.py:273
+#: awx/main/utils/common.py:292
#, python-format
msgid "Invalid %s URL"
msgstr "URL %s non valide."
-#: awx/main/utils/common.py:244 awx/main/utils/common.py:283
+#: awx/main/utils/common.py:263 awx/main/utils/common.py:302
#, python-format
msgid "Unsupported %s URL"
msgstr "URL %s non prise en charge"
-#: awx/main/utils/common.py:285
+#: awx/main/utils/common.py:304
#, python-format
msgid "Unsupported host \"%s\" for file:// URL"
msgstr "Hôte \"%s\" non pris en charge pour le fichier ://URL"
-#: awx/main/utils/common.py:287
+#: awx/main/utils/common.py:306
#, python-format
msgid "Host is required for %s URL"
msgstr "L'hôte est requis pour l'URL %s"
-#: awx/main/utils/common.py:305
+#: awx/main/utils/common.py:324
#, python-format
msgid "Username must be \"git\" for SSH access to %s."
msgstr "Le nom d'utilisateur doit être \"git\" pour l'accès SSH à %s."
-#: awx/main/utils/common.py:311
+#: awx/main/utils/common.py:330
#, python-format
msgid "Username must be \"hg\" for SSH access to %s."
msgstr "Le nom d'utilisateur doit être \"hg\" pour l'accès SSH à %s."
-#: awx/main/validators.py:60
+#: awx/main/utils/common.py:611
+#, python-brace-format
+msgid "Input type `{data_type}` is not a dictionary"
+msgstr "Le type d'entrée « {data_type} » ne n'est pas un dictionnaire"
+
+#: awx/main/utils/common.py:644
+#, python-brace-format
+msgid "Variables not compatible with JSON standard (error: {json_error})"
+msgstr "Variables non compatibles avec la syntaxe JSON (error: {json_error})"
+
+#: awx/main/utils/common.py:650
+#, python-brace-format
+msgid ""
+"Cannot parse as JSON (error: {json_error}) or YAML (error: {yaml_error})."
+msgstr ""
+"Impossible d'analyser avec JSON (error: {json_error}) ou YAML (error: "
+"{yaml_error})."
+
+#: awx/main/validators.py:67
#, python-format
msgid "Invalid certificate or key: %s..."
msgstr "Certificat ou clé non valide : %r..."
-#: awx/main/validators.py:74
+#: awx/main/validators.py:83
#, python-format
msgid "Invalid private key: unsupported type \"%s\""
msgstr "Clé privée non valide : type \"%s\" non pris en charge"
-#: awx/main/validators.py:78
+#: awx/main/validators.py:87
#, python-format
msgid "Unsupported PEM object type: \"%s\""
msgstr "Type d'objet PEM non pris en charge : \"%s\""
-#: awx/main/validators.py:103
+#: awx/main/validators.py:112
msgid "Invalid base64-encoded data"
msgstr "Données codées en base64 non valides"
-#: awx/main/validators.py:122
+#: awx/main/validators.py:131
msgid "Exactly one private key is required."
msgstr "Une clé privée uniquement est nécessaire."
-#: awx/main/validators.py:124
+#: awx/main/validators.py:133
msgid "At least one private key is required."
msgstr "Une clé privée au moins est nécessaire."
-#: awx/main/validators.py:126
+#: awx/main/validators.py:135
#, python-format
msgid ""
"At least %(min_keys)d private keys are required, only %(key_count)d "
@@ -3534,12 +4461,12 @@ msgstr ""
"%(min_keys)d clés privées au moins sont requises, mais %(key_count)d "
"uniquement ont été fournies."
-#: awx/main/validators.py:129
+#: awx/main/validators.py:138
#, python-format
msgid "Only one private key is allowed, %(key_count)d provided."
msgstr "Une seule clé privée est autorisée, %(key_count)d ont été fournies."
-#: awx/main/validators.py:131
+#: awx/main/validators.py:140
#, python-format
msgid ""
"No more than %(max_keys)d private keys are allowed, %(key_count)d provided."
@@ -3547,15 +4474,15 @@ msgstr ""
"Pas plus de %(max_keys)d clés privées sont autorisées, %(key_count)d ont été"
" fournies."
-#: awx/main/validators.py:136
+#: awx/main/validators.py:145
msgid "Exactly one certificate is required."
msgstr "Un certificat uniquement est nécessaire."
-#: awx/main/validators.py:138
+#: awx/main/validators.py:147
msgid "At least one certificate is required."
msgstr "Un certificat au moins est nécessaire."
-#: awx/main/validators.py:140
+#: awx/main/validators.py:149
#, python-format
msgid ""
"At least %(min_certs)d certificates are required, only %(cert_count)d "
@@ -3564,12 +4491,12 @@ msgstr ""
"%(min_certs)d certificats au moins sont requis, mais %(cert_count)d "
"uniquement ont été fournis."
-#: awx/main/validators.py:143
+#: awx/main/validators.py:152
#, python-format
msgid "Only one certificate is allowed, %(cert_count)d provided."
msgstr "Un seul certificat est autorisé, %(cert_count)d ont été fournis."
-#: awx/main/validators.py:145
+#: awx/main/validators.py:154
#, python-format
msgid ""
"No more than %(max_certs)d certificates are allowed, %(cert_count)d "
@@ -3614,287 +4541,287 @@ msgstr "Erreur serveur"
msgid "A server error has occurred."
msgstr "Une erreur serveur s'est produite."
-#: awx/settings/defaults.py:665
+#: awx/settings/defaults.py:721
msgid "US East (Northern Virginia)"
msgstr "Est des États-Unis (Virginie du Nord)"
-#: awx/settings/defaults.py:666
+#: awx/settings/defaults.py:722
msgid "US East (Ohio)"
msgstr "Est des États-Unis (Ohio)"
-#: awx/settings/defaults.py:667
+#: awx/settings/defaults.py:723
msgid "US West (Oregon)"
msgstr "Ouest des États-Unis (Oregon)"
-#: awx/settings/defaults.py:668
+#: awx/settings/defaults.py:724
msgid "US West (Northern California)"
msgstr "Ouest des États-Unis (Nord de la Californie)"
-#: awx/settings/defaults.py:669
+#: awx/settings/defaults.py:725
msgid "Canada (Central)"
msgstr "Canada (Central)"
-#: awx/settings/defaults.py:670
+#: awx/settings/defaults.py:726
msgid "EU (Frankfurt)"
msgstr "UE (Francfort)"
-#: awx/settings/defaults.py:671
+#: awx/settings/defaults.py:727
msgid "EU (Ireland)"
msgstr "UE (Irlande)"
-#: awx/settings/defaults.py:672
+#: awx/settings/defaults.py:728
msgid "EU (London)"
msgstr "UE (Londres)"
-#: awx/settings/defaults.py:673
+#: awx/settings/defaults.py:729
msgid "Asia Pacific (Singapore)"
msgstr "Asie-Pacifique (Singapour)"
-#: awx/settings/defaults.py:674
+#: awx/settings/defaults.py:730
msgid "Asia Pacific (Sydney)"
msgstr "Asie-Pacifique (Sydney)"
-#: awx/settings/defaults.py:675
+#: awx/settings/defaults.py:731
msgid "Asia Pacific (Tokyo)"
msgstr "Asie-Pacifique (Tokyo)"
-#: awx/settings/defaults.py:676
+#: awx/settings/defaults.py:732
msgid "Asia Pacific (Seoul)"
msgstr "Asie-Pacifique (Séoul)"
-#: awx/settings/defaults.py:677
+#: awx/settings/defaults.py:733
msgid "Asia Pacific (Mumbai)"
msgstr "Asie-Pacifique (Mumbai)"
-#: awx/settings/defaults.py:678
+#: awx/settings/defaults.py:734
msgid "South America (Sao Paulo)"
msgstr "Amérique du Sud (Sao Paulo)"
-#: awx/settings/defaults.py:679
+#: awx/settings/defaults.py:735
msgid "US West (GovCloud)"
msgstr "Ouest des États-Unis (GovCloud)"
-#: awx/settings/defaults.py:680
+#: awx/settings/defaults.py:736
msgid "China (Beijing)"
msgstr "Chine (Pékin)"
-#: awx/settings/defaults.py:729
+#: awx/settings/defaults.py:785
msgid "US East 1 (B)"
msgstr "Est des États-Unis 1 (B)"
-#: awx/settings/defaults.py:730
+#: awx/settings/defaults.py:786
msgid "US East 1 (C)"
msgstr "Est des États-Unis 1 (C)"
-#: awx/settings/defaults.py:731
+#: awx/settings/defaults.py:787
msgid "US East 1 (D)"
msgstr "Est des États-Unis 1 (D)"
-#: awx/settings/defaults.py:732
+#: awx/settings/defaults.py:788
msgid "US East 4 (A)"
msgstr "Est des États-Unis 4 (A)"
-#: awx/settings/defaults.py:733
+#: awx/settings/defaults.py:789
msgid "US East 4 (B)"
msgstr "Est des États-Unis 4 (B)"
-#: awx/settings/defaults.py:734
+#: awx/settings/defaults.py:790
msgid "US East 4 (C)"
msgstr "Est des États-Unis 4 (C)"
-#: awx/settings/defaults.py:735
+#: awx/settings/defaults.py:791
msgid "US Central (A)"
msgstr "Centre des États-Unis (A)"
-#: awx/settings/defaults.py:736
+#: awx/settings/defaults.py:792
msgid "US Central (B)"
msgstr "Centre des États-Unis (B)"
-#: awx/settings/defaults.py:737
+#: awx/settings/defaults.py:793
msgid "US Central (C)"
msgstr "Centre des États-Unis (C)"
-#: awx/settings/defaults.py:738
+#: awx/settings/defaults.py:794
msgid "US Central (F)"
msgstr "Centre des États-Unis (F)"
-#: awx/settings/defaults.py:739
+#: awx/settings/defaults.py:795
msgid "US West (A)"
msgstr "Ouest des États-Unis (A)"
-#: awx/settings/defaults.py:740
+#: awx/settings/defaults.py:796
msgid "US West (B)"
msgstr "Ouest des États-Unis (B)"
-#: awx/settings/defaults.py:741
+#: awx/settings/defaults.py:797
msgid "US West (C)"
msgstr "Ouest des États-Unis (C)"
-#: awx/settings/defaults.py:742
+#: awx/settings/defaults.py:798
msgid "Europe West 1 (B)"
msgstr "Europe de l'Ouest 1 (B)"
-#: awx/settings/defaults.py:743
+#: awx/settings/defaults.py:799
msgid "Europe West 1 (C)"
msgstr "Europe de l'Ouest 1 (C)"
-#: awx/settings/defaults.py:744
+#: awx/settings/defaults.py:800
msgid "Europe West 1 (D)"
msgstr "Europe de l'Ouest 1 (D)"
-#: awx/settings/defaults.py:745
+#: awx/settings/defaults.py:801
msgid "Europe West 2 (A)"
msgstr "Europe de l'Ouest 2 (A)"
-#: awx/settings/defaults.py:746
+#: awx/settings/defaults.py:802
msgid "Europe West 2 (B)"
msgstr "Europe de l'Ouest 2 (B)"
-#: awx/settings/defaults.py:747
+#: awx/settings/defaults.py:803
msgid "Europe West 2 (C)"
msgstr "Europe de l'Ouest 2 (C)"
-#: awx/settings/defaults.py:748
+#: awx/settings/defaults.py:804
msgid "Asia East (A)"
msgstr "Asie de l'Est (A)"
-#: awx/settings/defaults.py:749
+#: awx/settings/defaults.py:805
msgid "Asia East (B)"
msgstr "Asie de l'Est (B)"
-#: awx/settings/defaults.py:750
+#: awx/settings/defaults.py:806
msgid "Asia East (C)"
msgstr "Asie de l'Est (C)"
-#: awx/settings/defaults.py:751
+#: awx/settings/defaults.py:807
msgid "Asia Southeast (A)"
msgstr "Asie du Sud-Est (A)"
-#: awx/settings/defaults.py:752
+#: awx/settings/defaults.py:808
msgid "Asia Southeast (B)"
msgstr "Asie du Sud-Est (B)"
-#: awx/settings/defaults.py:753
+#: awx/settings/defaults.py:809
msgid "Asia Northeast (A)"
msgstr "Asie du Nord-Est (A)"
-#: awx/settings/defaults.py:754
+#: awx/settings/defaults.py:810
msgid "Asia Northeast (B)"
msgstr "Asie du Nord-Est (B)"
-#: awx/settings/defaults.py:755
+#: awx/settings/defaults.py:811
msgid "Asia Northeast (C)"
msgstr "Asie du Nord-Est (C)"
-#: awx/settings/defaults.py:756
+#: awx/settings/defaults.py:812
msgid "Australia Southeast (A)"
msgstr "Sud-est de l'Australie (A)"
-#: awx/settings/defaults.py:757
+#: awx/settings/defaults.py:813
msgid "Australia Southeast (B)"
msgstr "Sud-est de l'Australie (B)"
-#: awx/settings/defaults.py:758
+#: awx/settings/defaults.py:814
msgid "Australia Southeast (C)"
msgstr "Sud-est de l'Australie (C)"
-#: awx/settings/defaults.py:780
+#: awx/settings/defaults.py:836
msgid "US East"
msgstr "Est des États-Unis"
-#: awx/settings/defaults.py:781
+#: awx/settings/defaults.py:837
msgid "US East 2"
msgstr "Est des États-Unis 2"
-#: awx/settings/defaults.py:782
+#: awx/settings/defaults.py:838
msgid "US Central"
msgstr "Centre des États-Unis"
-#: awx/settings/defaults.py:783
+#: awx/settings/defaults.py:839
msgid "US North Central"
msgstr "Centre-Nord des États-Unis"
-#: awx/settings/defaults.py:784
+#: awx/settings/defaults.py:840
msgid "US South Central"
msgstr "Centre-Sud des États-Unis"
-#: awx/settings/defaults.py:785
+#: awx/settings/defaults.py:841
msgid "US West Central"
msgstr "Centre-Ouest des États-Unis"
-#: awx/settings/defaults.py:786
+#: awx/settings/defaults.py:842
msgid "US West"
msgstr "Ouest des États-Unis"
-#: awx/settings/defaults.py:787
+#: awx/settings/defaults.py:843
msgid "US West 2"
msgstr "Ouest des États-Unis 2"
-#: awx/settings/defaults.py:788
+#: awx/settings/defaults.py:844
msgid "Canada East"
msgstr "Est du Canada"
-#: awx/settings/defaults.py:789
+#: awx/settings/defaults.py:845
msgid "Canada Central"
msgstr "Centre du Canada"
-#: awx/settings/defaults.py:790
+#: awx/settings/defaults.py:846
msgid "Brazil South"
msgstr "Sud du Brésil"
-#: awx/settings/defaults.py:791
+#: awx/settings/defaults.py:847
msgid "Europe North"
msgstr "Europe du Nord"
-#: awx/settings/defaults.py:792
+#: awx/settings/defaults.py:848
msgid "Europe West"
msgstr "Europe de l'Ouest"
-#: awx/settings/defaults.py:793
+#: awx/settings/defaults.py:849
msgid "UK West"
msgstr "Ouest du Royaume-Uni"
-#: awx/settings/defaults.py:794
+#: awx/settings/defaults.py:850
msgid "UK South"
msgstr "Sud du Royaume-Uni"
-#: awx/settings/defaults.py:795
+#: awx/settings/defaults.py:851
msgid "Asia East"
msgstr "Asie de l'Est"
-#: awx/settings/defaults.py:796
+#: awx/settings/defaults.py:852
msgid "Asia Southeast"
msgstr "Asie du Sud-Est"
-#: awx/settings/defaults.py:797
+#: awx/settings/defaults.py:853
msgid "Australia East"
msgstr "Est de l'Australie"
-#: awx/settings/defaults.py:798
+#: awx/settings/defaults.py:854
msgid "Australia Southeast"
msgstr "Sud-Est de l'Australie"
-#: awx/settings/defaults.py:799
+#: awx/settings/defaults.py:855
msgid "India West"
msgstr "Ouest de l'Inde"
-#: awx/settings/defaults.py:800
+#: awx/settings/defaults.py:856
msgid "India South"
msgstr "Sud de l'Inde"
-#: awx/settings/defaults.py:801
+#: awx/settings/defaults.py:857
msgid "Japan East"
msgstr "Est du Japon"
-#: awx/settings/defaults.py:802
+#: awx/settings/defaults.py:858
msgid "Japan West"
msgstr "Ouest du Japon"
-#: awx/settings/defaults.py:803
+#: awx/settings/defaults.py:859
msgid "Korea Central"
msgstr "Centre de la Corée"
-#: awx/settings/defaults.py:804
+#: awx/settings/defaults.py:860
msgid "Korea South"
msgstr "Sud de la Corée"
@@ -3907,7 +4834,7 @@ msgid ""
"Mapping to organization admins/users from social auth accounts. This setting\n"
"controls which users are placed into which Tower organizations based on their\n"
"username and email address. Configuration details are available in the Ansible\n"
-"Tower documentation.'"
+"Tower documentation."
msgstr ""
"Mappage avec des administrateurs/utilisateurs d'organisation appartenant à des comptes d'authentification sociale. Ce paramètre\n"
"contrôle les utilisateurs placés dans les organisations Tower en fonction de\n"
@@ -3958,11 +4885,11 @@ msgstr ""
"d'un compte utilisateur avec une adresse électronique correspondante "
"pourront se connecter."
-#: awx/sso/conf.py:137
+#: awx/sso/conf.py:141
msgid "LDAP Server URI"
msgstr "URI du serveur LDAP"
-#: awx/sso/conf.py:138
+#: awx/sso/conf.py:142
msgid ""
"URI to connect to LDAP server, such as \"ldap://ldap.example.com:389\" (non-"
"SSL) or \"ldaps://ldap.example.com:636\" (SSL). Multiple LDAP servers may be"
@@ -3974,19 +4901,20 @@ msgstr ""
" peuvent être définis en les séparant par des espaces ou des virgules. "
"L'authentification LDAP est désactivée si ce paramètre est vide."
-#: awx/sso/conf.py:142 awx/sso/conf.py:158 awx/sso/conf.py:170
-#: awx/sso/conf.py:182 awx/sso/conf.py:198 awx/sso/conf.py:218
-#: awx/sso/conf.py:240 awx/sso/conf.py:255 awx/sso/conf.py:273
-#: awx/sso/conf.py:290 awx/sso/conf.py:307 awx/sso/conf.py:323
-#: awx/sso/conf.py:337 awx/sso/conf.py:354 awx/sso/conf.py:380
+#: awx/sso/conf.py:146 awx/sso/conf.py:162 awx/sso/conf.py:174
+#: awx/sso/conf.py:186 awx/sso/conf.py:202 awx/sso/conf.py:222
+#: awx/sso/conf.py:244 awx/sso/conf.py:259 awx/sso/conf.py:277
+#: awx/sso/conf.py:294 awx/sso/conf.py:306 awx/sso/conf.py:332
+#: awx/sso/conf.py:348 awx/sso/conf.py:362 awx/sso/conf.py:380
+#: awx/sso/conf.py:406
msgid "LDAP"
msgstr "LDAP"
-#: awx/sso/conf.py:154
+#: awx/sso/conf.py:158
msgid "LDAP Bind DN"
msgstr "ND de la liaison LDAP"
-#: awx/sso/conf.py:155
+#: awx/sso/conf.py:159
msgid ""
"DN (Distinguished Name) of user to bind for all search queries. This is the "
"system user account we will use to login to query LDAP for other user "
@@ -3998,27 +4926,27 @@ msgstr ""
"utilisateur. Voir la documentation Ansible Tower pour obtenir des exemples "
"de syntaxe."
-#: awx/sso/conf.py:168
+#: awx/sso/conf.py:172
msgid "LDAP Bind Password"
msgstr "Mot de passe de la liaison LDAP"
-#: awx/sso/conf.py:169
+#: awx/sso/conf.py:173
msgid "Password used to bind LDAP user account."
msgstr "Mot de passe utilisé pour lier le compte utilisateur LDAP."
-#: awx/sso/conf.py:180
+#: awx/sso/conf.py:184
msgid "LDAP Start TLS"
msgstr "LDAP - Lancer TLS"
-#: awx/sso/conf.py:181
+#: awx/sso/conf.py:185
msgid "Whether to enable TLS when the LDAP connection is not using SSL."
msgstr "Pour activer ou non TLS lorsque la connexion LDAP n'utilise pas SSL."
-#: awx/sso/conf.py:191
+#: awx/sso/conf.py:195
msgid "LDAP Connection Options"
msgstr "Options de connexion à LDAP"
-#: awx/sso/conf.py:192
+#: awx/sso/conf.py:196
msgid ""
"Additional options to set for the LDAP connection. LDAP referrals are "
"disabled by default (to prevent certain LDAP queries from hanging with AD). "
@@ -4033,11 +4961,11 @@ msgstr ""
"ldap.org/doc/html/ldap.html#options afin de connaître les options possibles "
"et les valeurs que vous pouvez définir."
-#: awx/sso/conf.py:211
+#: awx/sso/conf.py:215
msgid "LDAP User Search"
msgstr "Recherche d'utilisateurs LDAP"
-#: awx/sso/conf.py:212
+#: awx/sso/conf.py:216
msgid ""
"LDAP search query to find users. Any user that matches the given pattern "
"will be able to login to Tower. The user should also be mapped into a Tower"
@@ -4052,11 +4980,11 @@ msgstr ""
" de recherche doivent être prises en charge, l'utilisation de \"LDAPUnion\" "
"est possible. Se reporter à la documentation Tower pour plus d'informations."
-#: awx/sso/conf.py:234
+#: awx/sso/conf.py:238
msgid "LDAP User DN Template"
msgstr "Modèle de ND pour les utilisateurs LDAP"
-#: awx/sso/conf.py:235
+#: awx/sso/conf.py:239
msgid ""
"Alternative to user search, if user DNs are all of the same format. This "
"approach is more efficient for user lookups than searching if it is usable "
@@ -4069,16 +4997,16 @@ msgstr ""
"organisationnel. Si ce paramètre est défini, sa valeur sera utilisée à la "
"place de AUTH_LDAP_USER_SEARCH."
-#: awx/sso/conf.py:250
+#: awx/sso/conf.py:254
msgid "LDAP User Attribute Map"
msgstr "Mappe des attributs d'utilisateurs LDAP"
-#: awx/sso/conf.py:251
+#: awx/sso/conf.py:255
msgid ""
"Mapping of LDAP user schema to Tower API user attributes. The default "
"setting is valid for ActiveDirectory but users with other LDAP "
"configurations may need to change the values. Refer to the Ansible Tower "
-"documentation for additonal details."
+"documentation for additional details."
msgstr ""
"Mappage du schéma utilisateur LDAP avec les attributs utilisateur d'API "
"Tower. Le paramètre par défaut est valide pour ActiveDirectory, mais les "
@@ -4086,11 +5014,11 @@ msgstr ""
"modifier les valeurs. Voir la documentation Ansible Tower pour obtenir des "
"détails supplémentaires."
-#: awx/sso/conf.py:269
+#: awx/sso/conf.py:273
msgid "LDAP Group Search"
msgstr "Recherche de groupes LDAP"
-#: awx/sso/conf.py:270
+#: awx/sso/conf.py:274
msgid ""
"Users are mapped to organizations based on their membership in LDAP groups. "
"This setting defines the LDAP search query to find groups. Unlike the user "
@@ -4102,25 +5030,35 @@ msgstr ""
"contrairement à la recherche d'utilisateurs LDAP, la recherche des groupes "
"ne prend pas en charge LDAPSearchUnion."
-#: awx/sso/conf.py:286
+#: awx/sso/conf.py:290
msgid "LDAP Group Type"
msgstr "Type de groupe LDAP"
-#: awx/sso/conf.py:287
+#: awx/sso/conf.py:291
msgid ""
"The group type may need to be changed based on the type of the LDAP server."
-" Values are listed at: http://pythonhosted.org/django-auth-ldap/groups.html"
-"#types-of-groups"
+" Values are listed at: https://django-auth-"
+"ldap.readthedocs.io/en/stable/groups.html#types-of-groups"
msgstr ""
"Il convient parfois de modifier le type de groupe en fonction du type de "
-"serveur LDAP. Les valeurs sont répertoriées à l'adresse suivante : "
-"http://pythonhosted.org/django-auth-ldap/groups.html#types-of-groups"
+"serveur LDAP. Les valeurs sont répertoriées à l'adresse suivante : https"
+"://django-auth-ldap.readthedocs.io/en/stable/groups.html#types-of-groups"
-#: awx/sso/conf.py:302
+#: awx/sso/conf.py:304
+msgid "LDAP Group Type Parameters"
+msgstr "Paramètres de types de groupes LDAP"
+
+#: awx/sso/conf.py:305
+msgid "Key value parameters to send the chosen group type init method."
+msgstr ""
+"Paramètres de valeurs-clés pour envoyer la méthode init de type de groupe "
+"sélectionné."
+
+#: awx/sso/conf.py:327
msgid "LDAP Require Group"
msgstr "Groupe LDAP obligatoire"
-#: awx/sso/conf.py:303
+#: awx/sso/conf.py:328
msgid ""
"Group DN required to login. If specified, user must be a member of this "
"group to login via LDAP. If not set, everyone in LDAP that matches the user "
@@ -4132,11 +5070,11 @@ msgstr ""
"recherche d'utilisateurs pourra se connecter via Tower. Un seul groupe est "
"pris en charge."
-#: awx/sso/conf.py:319
+#: awx/sso/conf.py:344
msgid "LDAP Deny Group"
msgstr "Groupe LDAP refusé"
-#: awx/sso/conf.py:320
+#: awx/sso/conf.py:345
msgid ""
"Group DN denied from login. If specified, user will not be allowed to login "
"if a member of this group. Only one deny group is supported."
@@ -4145,11 +5083,11 @@ msgstr ""
" n'est pas autorisé à se connecter s'il est membre de ce groupe. Un seul "
"groupe refusé est pris en charge."
-#: awx/sso/conf.py:333
+#: awx/sso/conf.py:358
msgid "LDAP User Flags By Group"
msgstr "Marqueurs d'utilisateur LDAP par groupe"
-#: awx/sso/conf.py:334
+#: awx/sso/conf.py:359
msgid ""
"Retrieve users from a given group. At this time, superuser and system "
"auditors are the only groups supported. Refer to the Ansible Tower "
@@ -4160,11 +5098,11 @@ msgstr ""
" charge. Voir la documentation Ansible Tower pour obtenir plus "
"d'informations."
-#: awx/sso/conf.py:349
+#: awx/sso/conf.py:375
msgid "LDAP Organization Map"
msgstr "Mappe d'organisations LDAP"
-#: awx/sso/conf.py:350
+#: awx/sso/conf.py:376
msgid ""
"Mapping between organization admins/users and LDAP groups. This controls "
"which users are placed into which Tower organizations relative to their LDAP"
@@ -4177,11 +5115,11 @@ msgstr ""
" Les informations de configuration sont disponibles dans la documentation "
"Ansible Tower."
-#: awx/sso/conf.py:377
+#: awx/sso/conf.py:403
msgid "LDAP Team Map"
msgstr "Mappe d'équipes LDAP"
-#: awx/sso/conf.py:378
+#: awx/sso/conf.py:404
msgid ""
"Mapping between team members (users) and LDAP groups. Configuration details "
"are available in the Ansible Tower documentation."
@@ -4189,11 +5127,11 @@ msgstr ""
"Mappage entre des membres de l'équipe (utilisateurs) et des groupes LDAP. Les informations\n"
" de configuration sont disponibles dans la documentation Ansible Tower."
-#: awx/sso/conf.py:406
+#: awx/sso/conf.py:440
msgid "RADIUS Server"
msgstr "Serveur RADIUS"
-#: awx/sso/conf.py:407
+#: awx/sso/conf.py:441
msgid ""
"Hostname/IP of RADIUS server. RADIUS authentication is disabled if this "
"setting is empty."
@@ -4201,80 +5139,80 @@ msgstr ""
"Nom d'hôte/IP du serveur RADIUS. L'authentification RADIUS est désactivée si"
" ce paramètre est vide."
-#: awx/sso/conf.py:409 awx/sso/conf.py:423 awx/sso/conf.py:435
+#: awx/sso/conf.py:443 awx/sso/conf.py:457 awx/sso/conf.py:469
#: awx/sso/models.py:14
msgid "RADIUS"
msgstr "RADIUS"
-#: awx/sso/conf.py:421
+#: awx/sso/conf.py:455
msgid "RADIUS Port"
msgstr "Port RADIUS"
-#: awx/sso/conf.py:422
+#: awx/sso/conf.py:456
msgid "Port of RADIUS server."
msgstr "Port du serveur RADIUS."
-#: awx/sso/conf.py:433
+#: awx/sso/conf.py:467
msgid "RADIUS Secret"
msgstr "Secret RADIUS"
-#: awx/sso/conf.py:434
+#: awx/sso/conf.py:468
msgid "Shared secret for authenticating to RADIUS server."
msgstr "Secret partagé pour l'authentification sur le serveur RADIUS."
-#: awx/sso/conf.py:450
+#: awx/sso/conf.py:484
msgid "TACACS+ Server"
msgstr "Serveur TACACS+"
-#: awx/sso/conf.py:451
+#: awx/sso/conf.py:485
msgid "Hostname of TACACS+ server."
msgstr "Nom d'hôte du serveur TACACS+"
-#: awx/sso/conf.py:452 awx/sso/conf.py:465 awx/sso/conf.py:478
-#: awx/sso/conf.py:491 awx/sso/conf.py:503 awx/sso/models.py:15
+#: awx/sso/conf.py:486 awx/sso/conf.py:499 awx/sso/conf.py:512
+#: awx/sso/conf.py:525 awx/sso/conf.py:537 awx/sso/models.py:15
msgid "TACACS+"
msgstr "TACACS+"
-#: awx/sso/conf.py:463
+#: awx/sso/conf.py:497
msgid "TACACS+ Port"
msgstr "Port TACACS+"
-#: awx/sso/conf.py:464
+#: awx/sso/conf.py:498
msgid "Port number of TACACS+ server."
msgstr "Numéro de port du serveur TACACS+"
-#: awx/sso/conf.py:476
+#: awx/sso/conf.py:510
msgid "TACACS+ Secret"
msgstr "Secret TACACS+"
-#: awx/sso/conf.py:477
+#: awx/sso/conf.py:511
msgid "Shared secret for authenticating to TACACS+ server."
msgstr "Secret partagé pour l'authentification sur le serveur TACACS+."
-#: awx/sso/conf.py:489
+#: awx/sso/conf.py:523
msgid "TACACS+ Auth Session Timeout"
msgstr "Expiration du délai d'attente d'autorisation de la session TACACS+."
-#: awx/sso/conf.py:490
+#: awx/sso/conf.py:524
msgid "TACACS+ session timeout value in seconds, 0 disables timeout."
msgstr ""
"Valeur du délai d'attente de la session TACACS+ en secondes, 0 désactive le "
"délai d'attente."
-#: awx/sso/conf.py:501
+#: awx/sso/conf.py:535
msgid "TACACS+ Authentication Protocol"
msgstr "Protocole d'autorisation TACACS+"
-#: awx/sso/conf.py:502
+#: awx/sso/conf.py:536
msgid "Choose the authentication protocol used by TACACS+ client."
msgstr ""
"Choisissez le protocole d'authentification utilisé par le client TACACS+."
-#: awx/sso/conf.py:517
+#: awx/sso/conf.py:551
msgid "Google OAuth2 Callback URL"
msgstr "URL de rappel OAuth2 pour Google"
-#: awx/sso/conf.py:518 awx/sso/conf.py:611 awx/sso/conf.py:676
+#: awx/sso/conf.py:552 awx/sso/conf.py:645 awx/sso/conf.py:710
msgid ""
"Provide this URL as the callback URL for your application as part of your "
"registration process. Refer to the Ansible Tower documentation for more "
@@ -4284,33 +5222,33 @@ msgstr ""
"votre processus d'enregistrement. Voir la documentation Ansible Tower pour "
"obtenir plus d'informations."
-#: awx/sso/conf.py:521 awx/sso/conf.py:533 awx/sso/conf.py:545
-#: awx/sso/conf.py:558 awx/sso/conf.py:572 awx/sso/conf.py:584
-#: awx/sso/conf.py:596
+#: awx/sso/conf.py:555 awx/sso/conf.py:567 awx/sso/conf.py:579
+#: awx/sso/conf.py:592 awx/sso/conf.py:606 awx/sso/conf.py:618
+#: awx/sso/conf.py:630
msgid "Google OAuth2"
msgstr "OAuth2 pour Google"
-#: awx/sso/conf.py:531
+#: awx/sso/conf.py:565
msgid "Google OAuth2 Key"
msgstr "Clé OAuth2 pour Google"
-#: awx/sso/conf.py:532
+#: awx/sso/conf.py:566
msgid "The OAuth2 key from your web application."
msgstr "Clé OAuth2 de votre application Web."
-#: awx/sso/conf.py:543
+#: awx/sso/conf.py:577
msgid "Google OAuth2 Secret"
msgstr "Secret OAuth2 pour Google"
-#: awx/sso/conf.py:544
+#: awx/sso/conf.py:578
msgid "The OAuth2 secret from your web application."
msgstr "Secret OAuth2 de votre application Web."
-#: awx/sso/conf.py:555
+#: awx/sso/conf.py:589
msgid "Google OAuth2 Whitelisted Domains"
msgstr "Domaines sur liste blanche OAuth2 pour Google"
-#: awx/sso/conf.py:556
+#: awx/sso/conf.py:590
msgid ""
"Update this setting to restrict the domains who are allowed to login using "
"Google OAuth2."
@@ -4318,11 +5256,11 @@ msgstr ""
"Mettez à jour ce paramètre pour limiter les domaines qui sont autorisés à se"
" connecter à l'aide de l'authentification OAuth2 avec un compte Google."
-#: awx/sso/conf.py:567
+#: awx/sso/conf.py:601
msgid "Google OAuth2 Extra Arguments"
msgstr "Arguments OAuth2 supplémentaires pour Google"
-#: awx/sso/conf.py:568
+#: awx/sso/conf.py:602
msgid ""
"Extra arguments for Google OAuth2 login. You can restrict it to only allow a"
" single domain to authenticate, even if the user is logged in with multple "
@@ -4333,81 +5271,81 @@ msgstr ""
"connecté avec plusieurs comptes Google. Voir la documentation Ansible Tower "
"pour obtenir plus d'informations."
-#: awx/sso/conf.py:582
+#: awx/sso/conf.py:616
msgid "Google OAuth2 Organization Map"
msgstr "Mappe d'organisations OAuth2 pour Google"
-#: awx/sso/conf.py:594
+#: awx/sso/conf.py:628
msgid "Google OAuth2 Team Map"
msgstr "Mappe d'équipes OAuth2 pour Google"
-#: awx/sso/conf.py:610
+#: awx/sso/conf.py:644
msgid "GitHub OAuth2 Callback URL"
msgstr "URL de rappel OAuth2 pour GitHub"
-#: awx/sso/conf.py:614 awx/sso/conf.py:626 awx/sso/conf.py:637
-#: awx/sso/conf.py:649 awx/sso/conf.py:661
+#: awx/sso/conf.py:648 awx/sso/conf.py:660 awx/sso/conf.py:671
+#: awx/sso/conf.py:683 awx/sso/conf.py:695
msgid "GitHub OAuth2"
msgstr "OAuth2 pour GitHub"
-#: awx/sso/conf.py:624
+#: awx/sso/conf.py:658
msgid "GitHub OAuth2 Key"
msgstr "Clé OAuth2 pour GitHub"
-#: awx/sso/conf.py:625
+#: awx/sso/conf.py:659
msgid "The OAuth2 key (Client ID) from your GitHub developer application."
msgstr "Clé OAuth2 (ID client) de votre application de développeur GitHub."
-#: awx/sso/conf.py:635
+#: awx/sso/conf.py:669
msgid "GitHub OAuth2 Secret"
msgstr "Secret OAuth2 pour GitHub"
-#: awx/sso/conf.py:636
+#: awx/sso/conf.py:670
msgid ""
"The OAuth2 secret (Client Secret) from your GitHub developer application."
msgstr ""
"Secret OAuth2 (secret client) de votre application de développeur GitHub."
-#: awx/sso/conf.py:647
+#: awx/sso/conf.py:681
msgid "GitHub OAuth2 Organization Map"
msgstr "Mappe d'organisations OAuth2 pour GitHub"
-#: awx/sso/conf.py:659
+#: awx/sso/conf.py:693
msgid "GitHub OAuth2 Team Map"
msgstr "Mappe d'équipes OAuth2 pour GitHub"
-#: awx/sso/conf.py:675
+#: awx/sso/conf.py:709
msgid "GitHub Organization OAuth2 Callback URL"
msgstr "URL de rappel OAuth2 pour les organisations GitHub"
-#: awx/sso/conf.py:679 awx/sso/conf.py:691 awx/sso/conf.py:702
-#: awx/sso/conf.py:715 awx/sso/conf.py:726 awx/sso/conf.py:738
+#: awx/sso/conf.py:713 awx/sso/conf.py:725 awx/sso/conf.py:736
+#: awx/sso/conf.py:749 awx/sso/conf.py:760 awx/sso/conf.py:772
msgid "GitHub Organization OAuth2"
msgstr "OAuth2 pour les organisations GitHub"
-#: awx/sso/conf.py:689
+#: awx/sso/conf.py:723
msgid "GitHub Organization OAuth2 Key"
msgstr "Clé OAuth2 pour les organisations GitHub"
-#: awx/sso/conf.py:690 awx/sso/conf.py:768
+#: awx/sso/conf.py:724 awx/sso/conf.py:802
msgid "The OAuth2 key (Client ID) from your GitHub organization application."
msgstr "Clé OAuth2 (ID client) de votre application d'organisation GitHub."
-#: awx/sso/conf.py:700
+#: awx/sso/conf.py:734
msgid "GitHub Organization OAuth2 Secret"
msgstr "Secret OAuth2 pour les organisations GitHub"
-#: awx/sso/conf.py:701 awx/sso/conf.py:779
+#: awx/sso/conf.py:735 awx/sso/conf.py:813
msgid ""
"The OAuth2 secret (Client Secret) from your GitHub organization application."
msgstr ""
"Secret OAuth2 (secret client) de votre application d'organisation GitHub."
-#: awx/sso/conf.py:712
+#: awx/sso/conf.py:746
msgid "GitHub Organization Name"
msgstr "Nom de l'organisation GitHub"
-#: awx/sso/conf.py:713
+#: awx/sso/conf.py:747
msgid ""
"The name of your GitHub organization, as used in your organization's URL: "
"https://github.com//."
@@ -4415,19 +5353,19 @@ msgstr ""
"Nom de votre organisation GitHub, tel qu'utilisé dans l'URL de votre "
"organisation : https://github.com//."
-#: awx/sso/conf.py:724
+#: awx/sso/conf.py:758
msgid "GitHub Organization OAuth2 Organization Map"
msgstr "Mappe d'organisations OAuth2 pour les organisations GitHub"
-#: awx/sso/conf.py:736
+#: awx/sso/conf.py:770
msgid "GitHub Organization OAuth2 Team Map"
msgstr "Mappe d'équipes OAuth2 pour les organisations GitHub"
-#: awx/sso/conf.py:752
+#: awx/sso/conf.py:786
msgid "GitHub Team OAuth2 Callback URL"
msgstr "URL de rappel OAuth2 pour les équipes GitHub"
-#: awx/sso/conf.py:753
+#: awx/sso/conf.py:787
msgid ""
"Create an organization-owned application at "
"https://github.com/organizations//settings/applications and obtain "
@@ -4439,24 +5377,24 @@ msgstr ""
" une clé OAuth2 (ID client) et un secret (secret client). Entrez cette URL "
"comme URL de rappel de votre application."
-#: awx/sso/conf.py:757 awx/sso/conf.py:769 awx/sso/conf.py:780
-#: awx/sso/conf.py:793 awx/sso/conf.py:804 awx/sso/conf.py:816
+#: awx/sso/conf.py:791 awx/sso/conf.py:803 awx/sso/conf.py:814
+#: awx/sso/conf.py:827 awx/sso/conf.py:838 awx/sso/conf.py:850
msgid "GitHub Team OAuth2"
msgstr "OAuth2 pour les équipes GitHub"
-#: awx/sso/conf.py:767
+#: awx/sso/conf.py:801
msgid "GitHub Team OAuth2 Key"
msgstr "Clé OAuth2 pour les équipes GitHub"
-#: awx/sso/conf.py:778
+#: awx/sso/conf.py:812
msgid "GitHub Team OAuth2 Secret"
msgstr "Secret OAuth2 pour les équipes GitHub"
-#: awx/sso/conf.py:790
+#: awx/sso/conf.py:824
msgid "GitHub Team ID"
msgstr "ID d'équipe GitHub"
-#: awx/sso/conf.py:791
+#: awx/sso/conf.py:825
msgid ""
"Find the numeric team ID using the Github API: http://fabian-"
"kostadinov.github.io/2015/01/16/how-to-find-a-github-team-id/."
@@ -4464,19 +5402,19 @@ msgstr ""
"Recherchez votre ID d'équipe numérique à l'aide de l'API Github : http"
"://fabian-kostadinov.github.io/2015/01/16/how-to-find-a-github-team-id/."
-#: awx/sso/conf.py:802
+#: awx/sso/conf.py:836
msgid "GitHub Team OAuth2 Organization Map"
msgstr "Mappe d'organisations OAuth2 pour les équipes GitHub"
-#: awx/sso/conf.py:814
+#: awx/sso/conf.py:848
msgid "GitHub Team OAuth2 Team Map"
msgstr "Mappe d'équipes OAuth2 pour les équipes GitHub"
-#: awx/sso/conf.py:830
+#: awx/sso/conf.py:864
msgid "Azure AD OAuth2 Callback URL"
msgstr "URL de rappel OAuth2 pour Azure AD"
-#: awx/sso/conf.py:831
+#: awx/sso/conf.py:865
msgid ""
"Provide this URL as the callback URL for your application as part of your "
"registration process. Refer to the Ansible Tower documentation for more "
@@ -4486,40 +5424,40 @@ msgstr ""
"votre processus d'enregistrement. Voir la documentation Ansible Tower pour "
"plus de détails."
-#: awx/sso/conf.py:834 awx/sso/conf.py:846 awx/sso/conf.py:857
-#: awx/sso/conf.py:869 awx/sso/conf.py:881
+#: awx/sso/conf.py:868 awx/sso/conf.py:880 awx/sso/conf.py:891
+#: awx/sso/conf.py:903 awx/sso/conf.py:915
msgid "Azure AD OAuth2"
msgstr "OAuth2 pour Azure AD"
-#: awx/sso/conf.py:844
+#: awx/sso/conf.py:878
msgid "Azure AD OAuth2 Key"
msgstr "Clé OAuth2 pour Azure AD"
-#: awx/sso/conf.py:845
+#: awx/sso/conf.py:879
msgid "The OAuth2 key (Client ID) from your Azure AD application."
msgstr "Clé OAuth2 (ID client) de votre application Azure AD."
-#: awx/sso/conf.py:855
+#: awx/sso/conf.py:889
msgid "Azure AD OAuth2 Secret"
msgstr "Secret OAuth2 pour Azure AD"
-#: awx/sso/conf.py:856
+#: awx/sso/conf.py:890
msgid "The OAuth2 secret (Client Secret) from your Azure AD application."
msgstr "Secret OAuth2 (secret client) de votre application Azure AD."
-#: awx/sso/conf.py:867
+#: awx/sso/conf.py:901
msgid "Azure AD OAuth2 Organization Map"
msgstr "Mappe d'organisations OAuth2 pour Azure AD"
-#: awx/sso/conf.py:879
+#: awx/sso/conf.py:913
msgid "Azure AD OAuth2 Team Map"
msgstr "Mappe d'équipes OAuth2 pour Azure AD"
-#: awx/sso/conf.py:904
+#: awx/sso/conf.py:938
msgid "SAML Assertion Consumer Service (ACS) URL"
msgstr "URL ACS (Assertion Consumer Service) SAML"
-#: awx/sso/conf.py:905
+#: awx/sso/conf.py:939
msgid ""
"Register Tower as a service provider (SP) with each identity provider (IdP) "
"you have configured. Provide your SP Entity ID and this ACS URL for your "
@@ -4529,18 +5467,20 @@ msgstr ""
"fournisseur d'identité (IdP) configuré. Entrez votre ID d'entité SP et cette"
" URL ACS pour votre application."
-#: awx/sso/conf.py:908 awx/sso/conf.py:922 awx/sso/conf.py:936
-#: awx/sso/conf.py:951 awx/sso/conf.py:965 awx/sso/conf.py:978
-#: awx/sso/conf.py:999 awx/sso/conf.py:1017 awx/sso/conf.py:1036
-#: awx/sso/conf.py:1070 awx/sso/conf.py:1083 awx/sso/models.py:16
+#: awx/sso/conf.py:942 awx/sso/conf.py:956 awx/sso/conf.py:970
+#: awx/sso/conf.py:985 awx/sso/conf.py:999 awx/sso/conf.py:1012
+#: awx/sso/conf.py:1033 awx/sso/conf.py:1051 awx/sso/conf.py:1070
+#: awx/sso/conf.py:1106 awx/sso/conf.py:1138 awx/sso/conf.py:1152
+#: awx/sso/conf.py:1169 awx/sso/conf.py:1182 awx/sso/conf.py:1195
+#: awx/sso/conf.py:1211 awx/sso/models.py:16
msgid "SAML"
msgstr "SAML"
-#: awx/sso/conf.py:919
+#: awx/sso/conf.py:953
msgid "SAML Service Provider Metadata URL"
msgstr "URL de métadonnées du fournisseur de services SAML"
-#: awx/sso/conf.py:920
+#: awx/sso/conf.py:954
msgid ""
"If your identity provider (IdP) allows uploading an XML metadata file, you "
"can download one from this URL."
@@ -4548,11 +5488,11 @@ msgstr ""
"Si votre fournisseur d'identité (IdP) permet de télécharger un fichier de "
"métadonnées XML, vous pouvez le faire à partir de cette URL."
-#: awx/sso/conf.py:932
+#: awx/sso/conf.py:966
msgid "SAML Service Provider Entity ID"
msgstr "ID d'entité du fournisseur de services SAML"
-#: awx/sso/conf.py:933
+#: awx/sso/conf.py:967
msgid ""
"The application-defined unique identifier used as the audience of the SAML "
"service provider (SP) configuration. This is usually the URL for Tower."
@@ -4561,11 +5501,11 @@ msgstr ""
"configuration du fournisseur de services (SP) SAML. Il s'agit généralement "
"de l'URL de Tower."
-#: awx/sso/conf.py:948
+#: awx/sso/conf.py:982
msgid "SAML Service Provider Public Certificate"
msgstr "Certificat public du fournisseur de services SAML"
-#: awx/sso/conf.py:949
+#: awx/sso/conf.py:983
msgid ""
"Create a keypair for Tower to use as a service provider (SP) and include the"
" certificate content here."
@@ -4573,11 +5513,11 @@ msgstr ""
"Créez une paire de clés pour que Tower puisse être utilisé comme fournisseur"
" de services (SP) et entrez le contenu du certificat ici."
-#: awx/sso/conf.py:962
+#: awx/sso/conf.py:996
msgid "SAML Service Provider Private Key"
msgstr "Clé privée du fournisseur de services SAML"
-#: awx/sso/conf.py:963
+#: awx/sso/conf.py:997
msgid ""
"Create a keypair for Tower to use as a service provider (SP) and include the"
" private key content here."
@@ -4585,11 +5525,11 @@ msgstr ""
"Créez une paire de clés pour que Tower puisse être utilisé comme fournisseur"
" de services (SP) et entrez le contenu de la clé privée ici."
-#: awx/sso/conf.py:975
+#: awx/sso/conf.py:1009
msgid "SAML Service Provider Organization Info"
msgstr "Infos organisationnelles du fournisseur de services SAML"
-#: awx/sso/conf.py:976
+#: awx/sso/conf.py:1010
msgid ""
"Provide the URL, display name, and the name of your app. Refer to the "
"Ansible Tower documentation for example syntax."
@@ -4597,11 +5537,11 @@ msgstr ""
"Fournir cette URL, le nom d'affichage, le nom de votre app. Voir la "
"documentation Ansible Tower pour obtenir des exemples de syntaxe."
-#: awx/sso/conf.py:995
+#: awx/sso/conf.py:1029
msgid "SAML Service Provider Technical Contact"
msgstr "Contact technique du fournisseur de services SAML"
-#: awx/sso/conf.py:996
+#: awx/sso/conf.py:1030
msgid ""
"Provide the name and email address of the technical contact for your service"
" provider. Refer to the Ansible Tower documentation for example syntax."
@@ -4610,11 +5550,11 @@ msgstr ""
" de services. Voir la documentation Ansible Tower pour obtenir des exemples "
"de syntaxe."
-#: awx/sso/conf.py:1013
+#: awx/sso/conf.py:1047
msgid "SAML Service Provider Support Contact"
msgstr "Contact support du fournisseur de services SAML"
-#: awx/sso/conf.py:1014
+#: awx/sso/conf.py:1048
msgid ""
"Provide the name and email address of the support contact for your service "
"provider. Refer to the Ansible Tower documentation for example syntax."
@@ -4623,11 +5563,11 @@ msgstr ""
"de services. Voir la documentation Ansible Tower pour obtenir des exemples "
"de syntaxe."
-#: awx/sso/conf.py:1030
+#: awx/sso/conf.py:1064
msgid "SAML Enabled Identity Providers"
msgstr "Fournisseurs d'identité compatibles SAML"
-#: awx/sso/conf.py:1031
+#: awx/sso/conf.py:1065
msgid ""
"Configure the Entity ID, SSO URL and certificate for each identity provider "
"(IdP) in use. Multiple SAML IdPs are supported. Some IdPs may provide user "
@@ -4642,46 +5582,101 @@ msgstr ""
"pour chaque IdP. Voir la documentation Ansible Tower pour obtenir des "
"exemples de syntaxe."
-#: awx/sso/conf.py:1068
+#: awx/sso/conf.py:1102
+msgid "SAML Security Config"
+msgstr "Config de sécurité SAML"
+
+#: awx/sso/conf.py:1103
+msgid ""
+"A dict of key value pairs that are passed to the underlying python-saml "
+"security setting https://github.com/onelogin/python-saml#settings"
+msgstr ""
+"Un dictionnaire de paires de valeurs clés qui sont passées au paramètre de "
+"sécurité saus-jacent python-saml https://github.com/onelogin/python-"
+"saml#settings"
+
+#: awx/sso/conf.py:1135
+msgid "SAML Service Provider extra configuration data"
+msgstr ""
+"Données de configuration supplémentaires du fournisseur du service SAML"
+
+#: awx/sso/conf.py:1136
+msgid ""
+"A dict of key value pairs to be passed to the underlying python-saml Service"
+" Provider configuration setting."
+msgstr ""
+"Un dictionnaire de paires de valeurs clés qui sont passées au paramètre de "
+"configuration sous-jacent du Fournisseur de service python-saml."
+
+#: awx/sso/conf.py:1149
+msgid "SAML IDP to extra_data attribute mapping"
+msgstr "IDP SAM pour la mappage d'attributs extra_data"
+
+#: awx/sso/conf.py:1150
+msgid ""
+"A list of tuples that maps IDP attributes to extra_attributes. Each "
+"attribute will be a list of values, even if only 1 value."
+msgstr ""
+"Liste des tuples qui mappent les attributs IDP en extra_attributes. Chaque "
+"attribut correspondra à une liste de valeurs, même si 1 seule valeur."
+
+#: awx/sso/conf.py:1167
msgid "SAML Organization Map"
msgstr "Mappe d'organisations SAML"
-#: awx/sso/conf.py:1081
+#: awx/sso/conf.py:1180
msgid "SAML Team Map"
msgstr "Mappe d'équipes SAML"
-#: awx/sso/fields.py:123
+#: awx/sso/conf.py:1193
+msgid "SAML Organization Attribute Mapping"
+msgstr "Mappage d'attributs d'organisation SAML"
+
+#: awx/sso/conf.py:1194
+msgid "Used to translate user organization membership into Tower."
+msgstr ""
+"Utilisé pour traduire l'adhésion organisation de l'utilisateur dans Tower."
+
+#: awx/sso/conf.py:1209
+msgid "SAML Team Attribute Mapping"
+msgstr "Mappage d'attributs d'équipe SAML"
+
+#: awx/sso/conf.py:1210
+msgid "Used to translate user team membership into Tower."
+msgstr "Utilisé pour traduire l'adhésion équipe de l'utilisateur dans Tower."
+
+#: awx/sso/fields.py:183
#, python-brace-format
msgid "Invalid connection option(s): {invalid_options}."
msgstr "Option(s) de connexion non valide(s) : {invalid_options}."
-#: awx/sso/fields.py:194
+#: awx/sso/fields.py:266
msgid "Base"
msgstr "Base"
-#: awx/sso/fields.py:195
+#: awx/sso/fields.py:267
msgid "One Level"
msgstr "Un niveau"
-#: awx/sso/fields.py:196
+#: awx/sso/fields.py:268
msgid "Subtree"
msgstr "Sous-arborescence"
-#: awx/sso/fields.py:214
+#: awx/sso/fields.py:286
#, python-brace-format
msgid "Expected a list of three items but got {length} instead."
msgstr ""
"Une liste de trois éléments était attendue, mais {length} a été obtenu à la "
"place."
-#: awx/sso/fields.py:215
+#: awx/sso/fields.py:287
#, python-brace-format
msgid "Expected an instance of LDAPSearch but got {input_type} instead."
msgstr ""
"Une instance de LDAPSearch était attendue, mais {input_type} a été obtenu à "
"la place."
-#: awx/sso/fields.py:251
+#: awx/sso/fields.py:323
#, python-brace-format
msgid ""
"Expected an instance of LDAPSearch or LDAPSearchUnion but got {input_type} "
@@ -4690,92 +5685,83 @@ msgstr ""
"Une instance de LDAPSearch ou de LDAPSearchUnion était attendue, mais "
"{input_type} a été obtenu à la place."
-#: awx/sso/fields.py:289
+#: awx/sso/fields.py:361
#, python-brace-format
msgid "Invalid user attribute(s): {invalid_attrs}."
msgstr "Attribut(s) d'utilisateur non valide(s) : {invalid_attrs}."
-#: awx/sso/fields.py:306
+#: awx/sso/fields.py:378
#, python-brace-format
msgid "Expected an instance of LDAPGroupType but got {input_type} instead."
msgstr ""
"Une instance de LDAPGroupType était attendue, mais {input_type} a été obtenu"
" à la place."
-#: awx/sso/fields.py:334
-#, python-brace-format
-msgid "Invalid user flag: \"{invalid_flag}\"."
-msgstr "Marqueur d'utilisateur non valide : \"{invalid_flag}\"."
-
-#: awx/sso/fields.py:350 awx/sso/fields.py:517
-#, python-brace-format
-msgid ""
-"Expected None, True, False, a string or list of strings but got {input_type}"
-" instead."
-msgstr ""
-"Les valeurs None, True, False, une chaîne ou une liste de chaînes étaient "
-"attendues, mais {input_type} a été obtenu à la place."
-
-#: awx/sso/fields.py:386
-#, python-brace-format
-msgid "Missing key(s): {missing_keys}."
-msgstr "Clé(s) manquante(s) : {missing_keys}."
-
-#: awx/sso/fields.py:387
+#: awx/sso/fields.py:418 awx/sso/fields.py:465
#, python-brace-format
msgid "Invalid key(s): {invalid_keys}."
msgstr "Clé(s) non valide(s) : {invalid_keys}."
-#: awx/sso/fields.py:436 awx/sso/fields.py:553
+#: awx/sso/fields.py:443
+#, python-brace-format
+msgid "Invalid user flag: \"{invalid_flag}\"."
+msgstr "Marqueur d'utilisateur non valide : \"{invalid_flag}\"."
+
+#: awx/sso/fields.py:464
+#, python-brace-format
+msgid "Missing key(s): {missing_keys}."
+msgstr "Clé(s) manquante(s) : {missing_keys}."
+
+#: awx/sso/fields.py:514 awx/sso/fields.py:631
#, python-brace-format
msgid "Invalid key(s) for organization map: {invalid_keys}."
msgstr "Clé(s) non valide(s) pour la mappe d'organisations : {invalid_keys}."
-#: awx/sso/fields.py:454
+#: awx/sso/fields.py:532
#, python-brace-format
msgid "Missing required key for team map: {invalid_keys}."
msgstr "Clé obligatoire manquante pour la mappe d'équipes : {invalid_keys}."
-#: awx/sso/fields.py:455 awx/sso/fields.py:572
+#: awx/sso/fields.py:533 awx/sso/fields.py:650
#, python-brace-format
msgid "Invalid key(s) for team map: {invalid_keys}."
msgstr "Clé(s) non valide(s) pour la mappe d'équipes : {invalid_keys}."
-#: awx/sso/fields.py:571
+#: awx/sso/fields.py:649
#, python-brace-format
msgid "Missing required key for team map: {missing_keys}."
msgstr "Clé obligatoire manquante pour la mappe d'équipes : {missing_keys}."
-#: awx/sso/fields.py:589
+#: awx/sso/fields.py:667
#, python-brace-format
msgid "Missing required key(s) for org info record: {missing_keys}."
msgstr ""
"Clé(s) obligatoire(s) manquante(s) pour l'enregistrement des infos organis. "
": {missing_keys}."
-#: awx/sso/fields.py:602
+#: awx/sso/fields.py:680
#, python-brace-format
msgid "Invalid language code(s) for org info: {invalid_lang_codes}."
msgstr ""
"Code(s) langage non valide(s) pour les infos organis. : "
"{invalid_lang_codes}."
-#: awx/sso/fields.py:621
+#: awx/sso/fields.py:699
#, python-brace-format
msgid "Missing required key(s) for contact: {missing_keys}."
msgstr "Clé(s) obligatoire(s) manquante(s) pour le contact : {missing_keys}."
-#: awx/sso/fields.py:633
+#: awx/sso/fields.py:711
#, python-brace-format
msgid "Missing required key(s) for IdP: {missing_keys}."
msgstr "Clé(s) obligatoire(s) manquante(s) pour l'IdP : {missing_keys}."
-#: awx/sso/pipeline.py:24
+#: awx/sso/pipeline.py:31
#, python-brace-format
msgid "An account cannot be found for {0}"
msgstr "Impossible de trouver un compte pour {0}"
-#: awx/sso/pipeline.py:30
+#: awx/sso/pipeline.py:37
msgid "Your account is inactive"
msgstr "Votre compte est inactif"
@@ -4804,70 +5790,48 @@ msgstr "Le secret TACACS+ ne permet pas l'utilisation de caractères non-ascii"
msgid "AWX"
msgstr "AWX"
-#: awx/templates/rest_framework/api.html:39
+#: awx/templates/rest_framework/api.html:42
msgid "Ansible Tower API Guide"
msgstr "Guide pour les API d'Ansible Tower"
-#: awx/templates/rest_framework/api.html:40
+#: awx/templates/rest_framework/api.html:43
msgid "Back to Ansible Tower"
msgstr "Retour à Ansible Tower"
-#: awx/templates/rest_framework/api.html:41
+#: awx/templates/rest_framework/api.html:44
msgid "Resize"
msgstr "Redimensionner"
+#: awx/templates/rest_framework/base.html:37
+msgid "navbar"
+msgstr "navbar"
+
+#: awx/templates/rest_framework/base.html:75
+msgid "content"
+msgstr "contenu"
+
#: awx/templates/rest_framework/base.html:78
-#: awx/templates/rest_framework/base.html:92
-#, python-format
-msgid "Make a GET request on the %(name)s resource"
-msgstr "Appliquez une requête GET sur la ressource %(name)s"
+msgid "request form"
+msgstr "formulaire de demande"
-#: awx/templates/rest_framework/base.html:80
-msgid "Specify a format for the GET request"
-msgstr "Spécifiez un format pour la requête GET"
-
-#: awx/templates/rest_framework/base.html:86
-#, python-format
-msgid ""
-"Make a GET request on the %(name)s resource with the format set to "
-"`%(format)s`"
-msgstr ""
-"Appliquez une requête GET sur la ressource %(name)s avec un format défini "
-"sur`%(format)s`"
-
-#: awx/templates/rest_framework/base.html:100
-#, python-format
-msgid "Make an OPTIONS request on the %(name)s resource"
-msgstr "Appliquez une requête OPTIONS sur la ressource %(name)s"
-
-#: awx/templates/rest_framework/base.html:106
-#, python-format
-msgid "Make a DELETE request on the %(name)s resource"
-msgstr "Appliquez une requête DELETE sur la ressource %(name)s"
-
-#: awx/templates/rest_framework/base.html:113
+#: awx/templates/rest_framework/base.html:134
msgid "Filters"
msgstr "Filtres"
-#: awx/templates/rest_framework/base.html:172
-#: awx/templates/rest_framework/base.html:186
-#, python-format
-msgid "Make a POST request on the %(name)s resource"
-msgstr "Appliquez une requête POST sur la ressource %(name)s"
+#: awx/templates/rest_framework/base.html:139
+msgid "main content"
+msgstr "informations principales"
-#: awx/templates/rest_framework/base.html:216
-#: awx/templates/rest_framework/base.html:230
-#, python-format
-msgid "Make a PUT request on the %(name)s resource"
-msgstr "Appliquez une requête PUT sur la ressource %(name)s"
+#: awx/templates/rest_framework/base.html:155
+msgid "request info"
+msgstr "informations demandées"
-#: awx/templates/rest_framework/base.html:233
-#, python-format
-msgid "Make a PATCH request on the %(name)s resource"
-msgstr "Appliquez une requête PATCH sur la ressource %(name)s"
+#: awx/templates/rest_framework/base.html:159
+msgid "response info"
+msgstr "Informations répondues"
#: awx/ui/apps.py:9 awx/ui/conf.py:22 awx/ui/conf.py:36 awx/ui/conf.py:51
-#: awx/ui/conf.py:63
+#: awx/ui/conf.py:63 awx/ui/conf.py:73
msgid "UI"
msgstr "IU"
@@ -4923,16 +5887,29 @@ msgstr ""
"Les formats GIF, PNG et JPEG sont supportés."
#: awx/ui/conf.py:60
-msgid "Max Job Events Retreived by UI"
-msgstr "Max Événements de tâches par UI"
+msgid "Max Job Events Retrieved by UI"
+msgstr "Max Événements Job récupérés par l'IU"
#: awx/ui/conf.py:61
msgid ""
-"Maximum number of job events for the UI to retreive within a single request."
+"Maximum number of job events for the UI to retrieve within a single request."
msgstr ""
-"Nombre maximum d'événements de tâches d'UI à extraire pour une requête "
+"Nombre maximum d'événements liés à un Job que l'IU a extrait en une requête "
"unique."
+#: awx/ui/conf.py:70
+msgid "Enable Live Updates in the UI"
+msgstr "Activer les mises à jour live dans l'IU"
+
+#: awx/ui/conf.py:71
+msgid ""
+"If disabled, the page will not refresh when events are received. Reloading "
+"the page will be required to get the latest details."
+msgstr ""
+"Si elle est désactivée, la page ne se rafraîchira pas lorsque des événements"
+" sont reçus. Le rechargement de la page sera nécessaire pour obtenir les "
+"derniers détails."
+
#: awx/ui/fields.py:29
msgid ""
"Invalid format for custom logo. Must be a data URL with a base64-encoded "
@@ -4944,98 +5921,3 @@ msgstr ""
#: awx/ui/fields.py:30
msgid "Invalid base64-encoded data in data URL."
msgstr "Données codées en base64 non valides dans l'URL de données"
-
-#: awx/ui/templates/ui/index.html:31
-msgid ""
-"Your session will expire in 60 seconds, would you like to "
-"continue?"
-msgstr ""
-"Votre session expirera dans 60 secondes, voulez-vous continuer ?"
-
-#: awx/ui/templates/ui/index.html:46
-msgid "CANCEL"
-msgstr "ANNULER"
-
-#: awx/ui/templates/ui/index.html:98
-msgid "Set how many days of data should be retained."
-msgstr ""
-"Définissez le nombre de jours pendant lesquels les données doivent être "
-"conservées."
-
-#: awx/ui/templates/ui/index.html:104
-msgid ""
-"Please enter an integer that is not "
-"negative that is lower than "
-"9999."
-msgstr ""
-"Entrez un entier non négatif et inférieur à 9999."
-
-#: awx/ui/templates/ui/index.html:109
-msgid ""
-"For facts collected older than the time period specified, save one fact scan (snapshot) per time window (frequency). For example, facts older than 30 days are purged, while one weekly fact scan is kept.\n"
-"
\n"
-"
CAUTION: Setting both numerical variables to \"0\" will delete all facts.\n"
-"
\n"
-"
"
-msgstr ""
-"Pour les faits collectés en amont de la période spécifiée, enregistrez un scan des faits (instantané) par fenêtre temporelle (fréquence). Par exemple, les faits antérieurs à 30 jours sont purgés, tandis qu'un scan de faits hebdomadaire est conservé.\n"
-"
\n"
-"
ATTENTION : le paramétrage des deux variables numériques sur \"0\" supprime l'ensemble des faits.\n"
-"
\n"
-"
"
-
-#: awx/ui/templates/ui/index.html:118
-msgid "Select a time period after which to remove old facts"
-msgstr ""
-"Sélectionnez un intervalle de temps après lequel les faits anciens pourront "
-"être supprimés"
-
-#: awx/ui/templates/ui/index.html:132
-msgid ""
-"Please enter an integer that is not "
-"negative that is lower than "
-"9999."
-msgstr ""
-"Entrez un entier non négatif et inférieur à "
-"9999."
-
-#: awx/ui/templates/ui/index.html:137
-msgid "Select a frequency for snapshot retention"
-msgstr "Sélectionnez une fréquence pour la conservation des instantanés"
-
-#: awx/ui/templates/ui/index.html:151
-msgid ""
-"Please enter an integer that is not"
-" negative that is "
-"lower than 9999."
-msgstr ""
-"Entrez un entier non "
-"négatif et "
-"inférieur à 9999."
-
-#: awx/ui/templates/ui/index.html:157
-msgid "working..."
-msgstr "en cours..."
diff --git a/awx/locale/ja/LC_MESSAGES/django.po b/awx/locale/ja/LC_MESSAGES/django.po
index a86ce49b9f..c67a3c7b81 100644
--- a/awx/locale/ja/LC_MESSAGES/django.po
+++ b/awx/locale/ja/LC_MESSAGES/django.po
@@ -1,11 +1,13 @@
# asasaki , 2017. #zanata
# mkim , 2017. #zanata
+# myamamot , 2017. #zanata
+# asasaki , 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-11-30 20:23+0000\n"
-"PO-Revision-Date: 2017-12-03 11:01+0000\n"
+"POT-Creation-Date: 2018-06-14 18:15+0000\n"
+"PO-Revision-Date: 2018-06-14 01:33+0000\n"
"Last-Translator: asasaki \n"
"Language-Team: Japanese\n"
"MIME-Version: 1.0\n"
@@ -13,93 +15,110 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: Zanata 4.3.2\n"
+"X-Generator: Zanata 4.4.3\n"
-#: awx/api/authentication.py:67
-msgid "Invalid token header. No credentials provided."
-msgstr "無効なトークンヘッダーです。認証情報が提供されていません。"
-
-#: awx/api/authentication.py:70
-msgid "Invalid token header. Token string should not contain spaces."
-msgstr "無効なトークンヘッダーです。トークン文字列にはスペースを含めることができません。"
-
-#: awx/api/authentication.py:105
-msgid "User inactive or deleted"
-msgstr "ユーザーが非アクティブか、または削除されています"
-
-#: awx/api/authentication.py:161
-msgid "Invalid task token"
-msgstr "無効なタスクトークン"
-
-#: awx/api/conf.py:12
+#: awx/api/conf.py:15
msgid "Idle Time Force Log Out"
-msgstr "アイドル時間、強制ログアウト"
+msgstr "強制ログアウトまでのアイドル時間"
-#: awx/api/conf.py:13
+#: awx/api/conf.py:16
msgid ""
"Number of seconds that a user is inactive before they will need to login "
"again."
msgstr "ユーザーが再ログインするまでに非アクティブな状態になる秒数です。"
-#: awx/api/conf.py:14 awx/api/conf.py:24 awx/api/conf.py:33 awx/sso/conf.py:85
-#: awx/sso/conf.py:96 awx/sso/conf.py:108 awx/sso/conf.py:123
+#: awx/api/conf.py:17 awx/api/conf.py:26 awx/api/conf.py:34 awx/api/conf.py:47
+#: awx/sso/conf.py:85 awx/sso/conf.py:96 awx/sso/conf.py:108
+#: awx/sso/conf.py:123
msgid "Authentication"
msgstr "認証"
-#: awx/api/conf.py:22
-msgid "Maximum number of simultaneous logins"
-msgstr "同時ログインの最大数"
+#: awx/api/conf.py:24
+msgid "Maximum number of simultaneous logged in sessions"
+msgstr "同時ログインセッションの最大数"
-#: awx/api/conf.py:23
+#: awx/api/conf.py:25
msgid ""
-"Maximum number of simultaneous logins a user may have. To disable enter -1."
-msgstr "ユーザーが実行できる同時ログインの最大数です。無効にするには -1 を入力します。"
+"Maximum number of simultaneous logged in sessions a user may have. To "
+"disable enter -1."
+msgstr "ユーザーが実行できる同時ログインセッションの最大数です。無効にするには -1 を入力します。"
-#: awx/api/conf.py:31
+#: awx/api/conf.py:32
msgid "Enable HTTP Basic Auth"
msgstr "HTTP Basic 認証の有効化"
-#: awx/api/conf.py:32
+#: awx/api/conf.py:33
msgid "Enable HTTP Basic Auth for the API Browser."
msgstr "API ブラウザーの HTTP Basic 認証を有効にします。"
-#: awx/api/filters.py:129
+#: awx/api/conf.py:42
+msgid "OAuth 2 Timeout Settings"
+msgstr "OAuth 2 タイムアウト設定"
+
+#: awx/api/conf.py:43
+msgid ""
+"Dictionary for customizing OAuth 2 timeouts, available items are "
+"`ACCESS_TOKEN_EXPIRE_SECONDS`, the duration of access tokens in the number "
+"of seconds, and `AUTHORIZATION_CODE_EXPIRE_SECONDS`, the duration of "
+"authorization grants in the number of seconds."
+msgstr ""
+"OAuth 2 "
+"タイムアウトをカスタマイズするための辞書です。利用可能な項目は以下の通りです。`ACCESS_TOKEN_EXPIRE_SECONDS`: "
+"アクセストークンの期間 (秒数)。 `AUTHORIZATION_CODE_EXPIRE_SECONDS`: 認証の付与期間 (秒数)。"
+
+#: awx/api/exceptions.py:20
+msgid "Resource is being used by running jobs."
+msgstr "リソースが実行中のジョブで使用されています。"
+
+#: awx/api/fields.py:81
+#, python-brace-format
+msgid "Invalid key names: {invalid_key_names}"
+msgstr "無効なキー名: {invalid_key_names}"
+
+#: awx/api/fields.py:107
+msgid "Credential {} does not exist"
+msgstr "認証情報 {} は存在しません"
+
+#: awx/api/filters.py:96
+msgid "No related model for field {}."
+msgstr "フィールド {} の関連するモデルはありません。"
+
+#: awx/api/filters.py:113
msgid "Filtering on password fields is not allowed."
msgstr "パスワードフィールドでのフィルターは許可されていません。"
-#: awx/api/filters.py:141 awx/api/filters.py:143
+#: awx/api/filters.py:125 awx/api/filters.py:127
#, python-format
msgid "Filtering on %s is not allowed."
msgstr "%s でのフィルターは許可されていません。"
-#: awx/api/filters.py:146
+#: awx/api/filters.py:130
msgid "Loops not allowed in filters, detected on field {}."
msgstr "ループがフィルターで許可されていません。フィールド {} で検出されました。"
-#: awx/api/filters.py:171
+#: awx/api/filters.py:159
+msgid "Query string field name not provided."
+msgstr "クエリー文字列フィールド名は指定されていません。"
+
+#: awx/api/filters.py:186
#, python-brace-format
msgid "Invalid {field_name} id: {field_id}"
msgstr "無効な {field_name} ID: {field_id}"
-#: awx/api/filters.py:302
+#: awx/api/filters.py:319
#, python-format
msgid "cannot filter on kind %s"
msgstr "%s の種類でフィルターできません。"
-#: awx/api/filters.py:409
-#, python-format
-msgid "cannot order by field %s"
-msgstr "フィールド %s で順序付けできません"
-
-#: awx/api/generics.py:550 awx/api/generics.py:612
+#: awx/api/generics.py:620 awx/api/generics.py:682
msgid "\"id\" field must be an integer."
msgstr "「id」フィールドは整数でなければなりません。"
-#: awx/api/generics.py:609
+#: awx/api/generics.py:679
msgid "\"id\" is required to disassociate"
msgstr "関連付けを解除するには 「id」が必要です"
-#: awx/api/generics.py:660
+#: awx/api/generics.py:730
msgid "{} 'id' field is missing."
msgstr "{} 「id」フィールドがありません。"
@@ -139,11 +158,11 @@ msgstr "この {} の作成時のタイムスタンプ。"
msgid "Timestamp when this {} was last modified."
msgstr "この {} の最終変更時のタイムスタンプ。"
-#: awx/api/parsers.py:64
+#: awx/api/parsers.py:33
msgid "JSON parse error - not a JSON object"
msgstr "JSON パースエラー: JSON オブジェクトでありません"
-#: awx/api/parsers.py:67
+#: awx/api/parsers.py:36
#, python-format
msgid ""
"JSON parse error - %s\n"
@@ -152,402 +171,535 @@ msgstr ""
"JSON パースエラー: %s\n"
"考えられる原因: 末尾のコンマ。"
-#: awx/api/serializers.py:268
+#: awx/api/serializers.py:153
+msgid ""
+"The original object is already named {}, a copy from it cannot have the same"
+" name."
+msgstr "元のオブジェクトにはすでに {} という名前があり、このコピーに同じ名前を使用することはできません。"
+
+#: awx/api/serializers.py:295
msgid "Playbook Run"
msgstr "Playbook 実行"
-#: awx/api/serializers.py:269
+#: awx/api/serializers.py:296
msgid "Command"
msgstr "コマンド"
-#: awx/api/serializers.py:270 awx/main/models/unified_jobs.py:435
+#: awx/api/serializers.py:297 awx/main/models/unified_jobs.py:526
msgid "SCM Update"
msgstr "SCM 更新"
-#: awx/api/serializers.py:271
+#: awx/api/serializers.py:298
msgid "Inventory Sync"
msgstr "インベントリーの同期"
-#: awx/api/serializers.py:272
+#: awx/api/serializers.py:299
msgid "Management Job"
msgstr "管理ジョブ"
-#: awx/api/serializers.py:273
+#: awx/api/serializers.py:300
msgid "Workflow Job"
msgstr "ワークフロージョブ"
-#: awx/api/serializers.py:274
+#: awx/api/serializers.py:301
msgid "Workflow Template"
msgstr "ワークフローテンプレート"
-#: awx/api/serializers.py:701 awx/api/serializers.py:759 awx/api/views.py:4365
-#, python-format
-msgid ""
-"Standard Output too large to display (%(text_size)d bytes), only download "
-"supported for sizes over %(supported_size)d bytes"
+#: awx/api/serializers.py:302
+msgid "Job Template"
msgstr ""
-"標準出力が大きすぎて表示できません (%(text_size)d バイト)。サイズが %(supported_size)d "
-"バイトを超える場合はダウンロードのみがサポートされます。"
-#: awx/api/serializers.py:774
+#: awx/api/serializers.py:697
+msgid ""
+"Indicates whether all of the events generated by this unified job have been "
+"saved to the database."
+msgstr "この統一されたジョブで生成されるイベントすべてがデータベースに保存されているかどうかを示します。"
+
+#: awx/api/serializers.py:854
msgid "Write-only field used to change the password."
msgstr "パスワードを変更するために使用される書き込み専用フィールド。"
-#: awx/api/serializers.py:776
+#: awx/api/serializers.py:856
msgid "Set if the account is managed by an external service"
msgstr "アカウントが外部サービスで管理される場合に設定されます"
-#: awx/api/serializers.py:800
+#: awx/api/serializers.py:880
msgid "Password required for new User."
msgstr "新規ユーザーのパスワードを入力してください。"
-#: awx/api/serializers.py:886
+#: awx/api/serializers.py:971
#, python-format
msgid "Unable to change %s on user managed by LDAP."
msgstr "LDAP で管理されたユーザーの %s を変更できません。"
-#: awx/api/serializers.py:1050
+#: awx/api/serializers.py:1057
+msgid "Must be a simple space-separated string with allowed scopes {}."
+msgstr "許可されたスコープ {} のある単純なスペースで区切られた文字列でなければなりません。"
+
+#: awx/api/serializers.py:1151
+msgid "Authorization Grant Type"
+msgstr ""
+
+#: awx/api/serializers.py:1153 awx/main/models/credential/__init__.py:1059
+msgid "Client Secret"
+msgstr "クライアントシークレット"
+
+#: awx/api/serializers.py:1156
+msgid "Client Type"
+msgstr ""
+
+#: awx/api/serializers.py:1159
+msgid "Redirect URIs"
+msgstr ""
+
+#: awx/api/serializers.py:1162
+msgid "Skip Authorization"
+msgstr ""
+
+#: awx/api/serializers.py:1264
+msgid "This path is already being used by another manual project."
+msgstr "このパスは別の手動プロジェクトですでに使用されています。"
+
+#: awx/api/serializers.py:1290
+msgid "This field has been deprecated and will be removed in a future release"
+msgstr "このフィールドは非推奨となり、今後のリリースで削除されます。"
+
+#: awx/api/serializers.py:1349
msgid "Organization is missing"
msgstr "組織がありません"
-#: awx/api/serializers.py:1054
+#: awx/api/serializers.py:1353
msgid "Update options must be set to false for manual projects."
msgstr "手動プロジェクトについては更新オプションを false に設定する必要があります。"
-#: awx/api/serializers.py:1060
+#: awx/api/serializers.py:1359
msgid "Array of playbooks available within this project."
msgstr "このプロジェクト内で利用可能な一連の Playbook。"
-#: awx/api/serializers.py:1079
+#: awx/api/serializers.py:1378
msgid ""
"Array of inventory files and directories available within this project, not "
"comprehensive."
msgstr "このプロジェクト内で利用可能な一連のインベントリーファイルおよびディレクトリー (包括的な一覧ではありません)。"
-#: awx/api/serializers.py:1201
+#: awx/api/serializers.py:1426 awx/api/serializers.py:3194
+msgid "A count of hosts uniquely assigned to each status."
+msgstr ""
+
+#: awx/api/serializers.py:1429 awx/api/serializers.py:3197
+msgid "A count of all plays and tasks for the job run."
+msgstr ""
+
+#: awx/api/serializers.py:1554
msgid "Smart inventories must specify host_filter"
msgstr "スマートインベントリーは host_filter を指定する必要があります"
-#: awx/api/serializers.py:1303
+#: awx/api/serializers.py:1658
#, python-format
msgid "Invalid port specification: %s"
msgstr "無効なポート指定: %s"
-#: awx/api/serializers.py:1314
+#: awx/api/serializers.py:1669
msgid "Cannot create Host for Smart Inventory"
msgstr "スマートインベントリーのホストを作成できません"
-#: awx/api/serializers.py:1336 awx/api/serializers.py:3321
-#: awx/api/serializers.py:3406 awx/main/validators.py:198
-msgid "Must be valid JSON or YAML."
-msgstr "有効な JSON または YAML である必要があります。"
-
-#: awx/api/serializers.py:1432
+#: awx/api/serializers.py:1781
msgid "Invalid group name."
msgstr "無効なグループ名。"
-#: awx/api/serializers.py:1437
+#: awx/api/serializers.py:1786
msgid "Cannot create Group for Smart Inventory"
msgstr "スマートインベントリーのグループを作成できません"
-#: awx/api/serializers.py:1509
+#: awx/api/serializers.py:1861
msgid ""
"Script must begin with a hashbang sequence: i.e.... #!/usr/bin/env python"
msgstr "スクリプトは hashbang シーケンスで開始する必要があります (例: .... #!/usr/bin/env python)"
-#: awx/api/serializers.py:1555
+#: awx/api/serializers.py:1910
msgid "`{}` is a prohibited environment variable"
msgstr "`{}` は禁止されている環境変数です"
-#: awx/api/serializers.py:1566
+#: awx/api/serializers.py:1921
msgid "If 'source' is 'custom', 'source_script' must be provided."
msgstr "「source」が「custom」である場合、「source_script」を指定する必要があります。"
-#: awx/api/serializers.py:1572
+#: awx/api/serializers.py:1927
msgid "Must provide an inventory."
msgstr "インベントリーを指定する必要があります。"
-#: awx/api/serializers.py:1576
+#: awx/api/serializers.py:1931
msgid ""
"The 'source_script' does not belong to the same organization as the "
"inventory."
msgstr "「source_script」はインベントリーと同じ組織に属しません。"
-#: awx/api/serializers.py:1578
+#: awx/api/serializers.py:1933
msgid "'source_script' doesn't exist."
msgstr "「source_script」は存在しません。"
-#: awx/api/serializers.py:1602
+#: awx/api/serializers.py:1967
msgid "Automatic group relationship, will be removed in 3.3"
msgstr "自動的なグループ関係は 3.3 で削除されます"
-#: awx/api/serializers.py:1679
+#: awx/api/serializers.py:2053
msgid "Cannot use manual project for SCM-based inventory."
msgstr "SCM ベースのインベントリーの手動プロジェクトを使用できません。"
-#: awx/api/serializers.py:1685
+#: awx/api/serializers.py:2059
msgid ""
"Manual inventory sources are created automatically when a group is created "
"in the v1 API."
msgstr "手動のインベントリーソースは、グループが v1 API で作成される際に自動作成されます。"
-#: awx/api/serializers.py:1690
+#: awx/api/serializers.py:2064
msgid "Setting not compatible with existing schedules."
msgstr "設定は既存スケジュールとの互換性がありません。"
-#: awx/api/serializers.py:1695
+#: awx/api/serializers.py:2069
msgid "Cannot create Inventory Source for Smart Inventory"
msgstr "スマートインベントリーのインベントリーソースを作成できません"
-#: awx/api/serializers.py:1709
+#: awx/api/serializers.py:2120
#, python-format
msgid "Cannot set %s if not SCM type."
msgstr "SCM タイプでない場合 %s を設定できません。"
-#: awx/api/serializers.py:1950
+#: awx/api/serializers.py:2388
msgid "Modifications not allowed for managed credential types"
msgstr "管理されている認証情報タイプで変更は許可されません"
-#: awx/api/serializers.py:1955
+#: awx/api/serializers.py:2393
msgid ""
"Modifications to inputs are not allowed for credential types that are in use"
msgstr "入力への変更は使用中の認証情報タイプで許可されません"
-#: awx/api/serializers.py:1961
+#: awx/api/serializers.py:2399
#, python-format
msgid "Must be 'cloud' or 'net', not %s"
msgstr "「cloud」または「net」にする必要があります (%s ではない)"
-#: awx/api/serializers.py:1967
+#: awx/api/serializers.py:2405
msgid "'ask_at_runtime' is not supported for custom credentials."
msgstr "「ask_at_runtime」はカスタム認証情報ではサポートされません。"
-#: awx/api/serializers.py:2140
+#: awx/api/serializers.py:2585
#, python-format
msgid "\"%s\" is not a valid choice"
msgstr "「%s」は有効な選択ではありません"
-#: awx/api/serializers.py:2159
-#, python-format
-msgid "'%s' is not a valid field for %s"
-msgstr "「%s」は %s の有効なフィールドではありません"
+#: awx/api/serializers.py:2604
+#, python-brace-format
+msgid "'{field_name}' is not a valid field for {credential_type_name}"
+msgstr "'{field_name}' は {credential_type_name} の有効なフィールドではありません"
-#: awx/api/serializers.py:2180
+#: awx/api/serializers.py:2625
msgid ""
"You cannot change the credential type of the credential, as it may break the"
" functionality of the resources using it."
msgstr "認証情報の認証情報タイプを変更することはできません。これにより、認証情報を使用するリソースの機能が中断する可能性があるためです。"
-#: awx/api/serializers.py:2191
+#: awx/api/serializers.py:2637
msgid ""
"Write-only field used to add user to owner role. If provided, do not give "
"either team or organization. Only valid for creation."
msgstr ""
"ユーザーを所有者ロールに追加するために使用される書き込み専用フィールドです。提供されている場合は、チームまたは組織のいずれも指定しないでください。作成時にのみ有効です。"
-#: awx/api/serializers.py:2196
+#: awx/api/serializers.py:2642
msgid ""
"Write-only field used to add team to owner role. If provided, do not give "
"either user or organization. Only valid for creation."
msgstr ""
"チームを所有者ロールに追加するために使用される書き込み専用フィールドです。提供されている場合は、ユーザーまたは組織のいずれも指定しないでください。作成時にのみ有効です。"
-#: awx/api/serializers.py:2201
+#: awx/api/serializers.py:2647
msgid ""
"Inherit permissions from organization roles. If provided on creation, do not"
" give either user or team."
msgstr "組織ロールからパーミッションを継承します。作成時に提供される場合は、ユーザーまたはチームのいずれも指定しないでください。"
-#: awx/api/serializers.py:2217
+#: awx/api/serializers.py:2663
msgid "Missing 'user', 'team', or 'organization'."
msgstr "「user」、「team」、または「organization」がありません。"
-#: awx/api/serializers.py:2257
+#: awx/api/serializers.py:2703
msgid ""
"Credential organization must be set and match before assigning to a team"
msgstr "認証情報の組織が設定され、一致している状態でチームに割り当てる必要があります。"
-#: awx/api/serializers.py:2424
+#: awx/api/serializers.py:2904
msgid "You must provide a cloud credential."
msgstr "クラウド認証情報を指定する必要があります。"
-#: awx/api/serializers.py:2425
+#: awx/api/serializers.py:2905
msgid "You must provide a network credential."
msgstr "ネットワーク認証情報を指定する必要があります。"
-#: awx/api/serializers.py:2441
+#: awx/api/serializers.py:2906 awx/main/models/jobs.py:155
+msgid "You must provide an SSH credential."
+msgstr "SSH 認証情報を指定する必要があります。"
+
+#: awx/api/serializers.py:2907
+msgid "You must provide a vault credential."
+msgstr "Vault 認証情報を指定する必要があります。"
+
+#: awx/api/serializers.py:2926
msgid "This field is required."
msgstr "このフィールドは必須です。"
-#: awx/api/serializers.py:2443 awx/api/serializers.py:2445
+#: awx/api/serializers.py:2928 awx/api/serializers.py:2930
msgid "Playbook not found for project."
msgstr "プロジェクトの Playbook が見つかりません。"
-#: awx/api/serializers.py:2447
+#: awx/api/serializers.py:2932
msgid "Must select playbook for project."
msgstr "プロジェクトの Playbook を選択してください。"
-#: awx/api/serializers.py:2522
+#: awx/api/serializers.py:3013
+msgid "Cannot enable provisioning callback without an inventory set."
+msgstr "インベントリー設定なしにプロビジョニングコールバックを有効にすることはできません。"
+
+#: awx/api/serializers.py:3016
msgid "Must either set a default value or ask to prompt on launch."
msgstr "起動時にプロントを出すには、デフォルト値を設定するか、またはプロンプトを出すよう指定する必要があります。"
-#: awx/api/serializers.py:2524 awx/main/models/jobs.py:326
+#: awx/api/serializers.py:3018 awx/main/models/jobs.py:310
msgid "Job types 'run' and 'check' must have assigned a project."
msgstr "ジョブタイプ「run」および「check」によりプロジェクトが割り当てられている必要があります。"
-#: awx/api/serializers.py:2611
+#: awx/api/serializers.py:3134
msgid "Invalid job template."
msgstr "無効なジョブテンプレート。"
-#: awx/api/serializers.py:2708
-msgid "Neither credential nor vault credential provided."
-msgstr "認証情報および Vault 認証情報のいずれも指定されていません。"
+#: awx/api/serializers.py:3249
+msgid "No change to job limit"
+msgstr "ジョブ制限に変更はありません"
-#: awx/api/serializers.py:2711
+#: awx/api/serializers.py:3250
+msgid "All failed and unreachable hosts"
+msgstr "失敗している、到達できないすべてのホスト"
+
+#: awx/api/serializers.py:3265
+msgid "Missing passwords needed to start: {}"
+msgstr "起動に必要なパスワードが見つかりません: {}"
+
+#: awx/api/serializers.py:3284
+msgid "Relaunch by host status not available until job finishes running."
+msgstr "ホストのステータス別の再起動はジョブが実行を終了するまで利用できません。"
+
+#: awx/api/serializers.py:3298
msgid "Job Template Project is missing or undefined."
msgstr "ジョブテンプレートプロジェクトが見つからないか、または定義されていません。"
-#: awx/api/serializers.py:2713
+#: awx/api/serializers.py:3300
msgid "Job Template Inventory is missing or undefined."
msgstr "ジョブテンプレートインベントリーが見つからないか、または定義されていません。"
-#: awx/api/serializers.py:2782 awx/main/tasks.py:2186
+#: awx/api/serializers.py:3338
+msgid ""
+"Unknown, job may have been ran before launch configurations were saved."
+msgstr "不明です。ジョブは起動設定が保存される前に実行された可能性があります。"
+
+#: awx/api/serializers.py:3405 awx/main/tasks.py:2268
msgid "{} are prohibited from use in ad hoc commands."
msgstr "{} の使用はアドホックコマンドで禁止されています。"
-#: awx/api/serializers.py:3008
-#, python-format
-msgid "%(job_type)s is not a valid job type. The choices are %(choices)s."
-msgstr "%(job_type)s は有効なジョブタイプではありません。%(choices)s を選択できます。"
+#: awx/api/serializers.py:3474 awx/api/views.py:4843
+#, python-brace-format
+msgid ""
+"Standard Output too large to display ({text_size} bytes), only download "
+"supported for sizes over {supported_size} bytes."
+msgstr ""
+"標準出力が大きすぎて表示できません ({text_size} バイト)。サイズが {supported_size} "
+"バイトを超える場合はダウンロードのみがサポートされます。"
-#: awx/api/serializers.py:3013
-msgid "Workflow job template is missing during creation."
-msgstr "ワークフロージョブテンプレートが作成時に見つかりません。"
+#: awx/api/serializers.py:3671
+msgid "Provided variable {} has no database value to replace with."
+msgstr "指定された変数 {} には置き換えるデータベースの値がありません。"
-#: awx/api/serializers.py:3018
+#: awx/api/serializers.py:3747
#, python-format
msgid "Cannot nest a %s inside a WorkflowJobTemplate"
msgstr "ワークフロージョブテンプレート内に %s をネストできません"
-#: awx/api/serializers.py:3291
-#, python-format
-msgid "Job Template '%s' is missing or undefined."
-msgstr "ジョブテンプレート「%s」が見つからない、または定義されていません。"
+#: awx/api/serializers.py:3754 awx/api/views.py:783
+msgid "Related template is not configured to accept credentials on launch."
+msgstr "関連するテンプレートは起動時に認証情報を受け入れるよう設定されていません。"
-#: awx/api/serializers.py:3294
+#: awx/api/serializers.py:4211
msgid "The inventory associated with this Job Template is being deleted."
msgstr "このジョブテンプレートに関連付けられているインベントリーが削除されています。"
-#: awx/api/serializers.py:3335 awx/api/views.py:3023
-#, python-format
-msgid "Cannot assign multiple %s credentials."
-msgstr "複数の %s 認証情報を割り当てることができません。"
+#: awx/api/serializers.py:4213
+msgid "The provided inventory is being deleted."
+msgstr "指定されたインベントリーが削除されています。"
-#: awx/api/serializers.py:3337 awx/api/views.py:3026
-msgid "Extra credentials must be network or cloud."
-msgstr "追加の認証情報はネットワークまたはクラウドにする必要があります。"
+#: awx/api/serializers.py:4221
+msgid "Cannot assign multiple {} credentials."
+msgstr "複数の {} 認証情報を割り当てることができません。"
-#: awx/api/serializers.py:3474
+#: awx/api/serializers.py:4234
+msgid ""
+"Removing {} credential at launch time without replacement is not supported. "
+"Provided list lacked credential(s): {}."
+msgstr "置き換えなしで起動時に {} 認証情報を削除することはサポートされていません。指定された一覧には認証情報がありません: {}"
+
+#: awx/api/serializers.py:4360
msgid ""
"Missing required fields for Notification Configuration: notification_type"
msgstr "通知設定の必須フィールドがありません: notification_type"
-#: awx/api/serializers.py:3497
+#: awx/api/serializers.py:4383
msgid "No values specified for field '{}'"
msgstr "フィールド '{}' に値が指定されていません"
-#: awx/api/serializers.py:3502
+#: awx/api/serializers.py:4388
msgid "Missing required fields for Notification Configuration: {}."
msgstr "通知設定の必須フィールドがありません: {}。"
-#: awx/api/serializers.py:3505
+#: awx/api/serializers.py:4391
msgid "Configuration field '{}' incorrect type, expected {}."
msgstr "設定フィールド '{}' のタイプが正しくありません。{} が予期されました。"
-#: awx/api/serializers.py:3558
-msgid "Inventory Source must be a cloud resource."
-msgstr "インベントリーソースはクラウドリソースでなければなりません。"
-
-#: awx/api/serializers.py:3560
-msgid "Manual Project cannot have a schedule set."
-msgstr "手動プロジェクトにはスケジュールを設定できません。"
-
-#: awx/api/serializers.py:3563
+#: awx/api/serializers.py:4453
msgid ""
-"Inventory sources with `update_on_project_update` cannot be scheduled. "
-"Schedule its source project `{}` instead."
-msgstr ""
-"「update_on_project_update」が設定されたインベントリーソースはスケジュールできません。代わりのそのソースプロジェクト「{}」 "
-"をスケジュールします。"
+"Valid DTSTART required in rrule. Value should start with: "
+"DTSTART:YYYYMMDDTHHMMSSZ"
+msgstr "有効な DTSTART が rrule で必要です。値は DTSTART:YYYYMMDDTHHMMSSZ で開始する必要があります。"
-#: awx/api/serializers.py:3582
-msgid "Projects and inventory updates cannot accept extra variables."
-msgstr "プロジェクトおよびインベントリーの更新は追加変数を受け入れません。"
-
-#: awx/api/serializers.py:3604
+#: awx/api/serializers.py:4455
msgid ""
-"DTSTART required in rrule. Value should match: DTSTART:YYYYMMDDTHHMMSSZ"
-msgstr "DTSTART が rrule で必要です。値は、DSTART:YYYYMMDDTHHMMSSZ に一致する必要があります。"
+"DTSTART cannot be a naive datetime. Specify ;TZINFO= or YYYYMMDDTHHMMSSZZ."
+msgstr "DTSTART をネイティブの日時にすることができません。;TZINFO= or YYYYMMDDTHHMMSSZZ を指定します。"
-#: awx/api/serializers.py:3606
+#: awx/api/serializers.py:4457
msgid "Multiple DTSTART is not supported."
msgstr "複数の DTSTART はサポートされません。"
-#: awx/api/serializers.py:3608
-msgid "RRULE require in rrule."
+#: awx/api/serializers.py:4459
+msgid "RRULE required in rrule."
msgstr "RRULE が rrule で必要です。"
-#: awx/api/serializers.py:3610
+#: awx/api/serializers.py:4461
msgid "Multiple RRULE is not supported."
msgstr "複数の RRULE はサポートされません。"
-#: awx/api/serializers.py:3612
+#: awx/api/serializers.py:4463
msgid "INTERVAL required in rrule."
msgstr "INTERVAL が rrule で必要です。"
-#: awx/api/serializers.py:3614
-msgid "TZID is not supported."
-msgstr "TZID はサポートされません。"
-
-#: awx/api/serializers.py:3616
+#: awx/api/serializers.py:4465
msgid "SECONDLY is not supported."
msgstr "SECONDLY はサポートされません。"
-#: awx/api/serializers.py:3618
+#: awx/api/serializers.py:4467
msgid "Multiple BYMONTHDAYs not supported."
msgstr "複数の BYMONTHDAY はサポートされません。"
-#: awx/api/serializers.py:3620
+#: awx/api/serializers.py:4469
msgid "Multiple BYMONTHs not supported."
msgstr "複数の BYMONTH はサポートされません。"
-#: awx/api/serializers.py:3622
+#: awx/api/serializers.py:4471
msgid "BYDAY with numeric prefix not supported."
msgstr "数字の接頭辞のある BYDAY はサポートされません。"
-#: awx/api/serializers.py:3624
+#: awx/api/serializers.py:4473
msgid "BYYEARDAY not supported."
msgstr "BYYEARDAY はサポートされません。"
-#: awx/api/serializers.py:3626
+#: awx/api/serializers.py:4475
msgid "BYWEEKNO not supported."
msgstr "BYWEEKNO はサポートされません。"
-#: awx/api/serializers.py:3630
+#: awx/api/serializers.py:4477
+msgid "RRULE may not contain both COUNT and UNTIL"
+msgstr "RRULE には COUNT と UNTIL の両方を含めることができません"
+
+#: awx/api/serializers.py:4481
msgid "COUNT > 999 is unsupported."
msgstr "COUNT > 999 はサポートされません。"
-#: awx/api/serializers.py:3634
-msgid "rrule parsing failed validation."
-msgstr "rrule の構文解析で検証に失敗しました。"
+#: awx/api/serializers.py:4485
+msgid "rrule parsing failed validation: {}"
+msgstr "rrule の構文解析で検証に失敗しました: {}"
-#: awx/api/serializers.py:3760
+#: awx/api/serializers.py:4526
+msgid "Inventory Source must be a cloud resource."
+msgstr "インベントリーソースはクラウドリソースでなければなりません。"
+
+#: awx/api/serializers.py:4528
+msgid "Manual Project cannot have a schedule set."
+msgstr "手動プロジェクトにはスケジュールを設定できません。"
+
+#: awx/api/serializers.py:4541
+msgid ""
+"Count of jobs in the running or waiting state that are targeted for this "
+"instance"
+msgstr "このインスタンスにターゲット設定されている実行中または待機状態のジョブの数"
+
+#: awx/api/serializers.py:4546
+msgid "Count of all jobs that target this instance"
+msgstr ""
+
+#: awx/api/serializers.py:4579
+msgid ""
+"Count of jobs in the running or waiting state that are targeted for this "
+"instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4584
+msgid "Count of all jobs that target this instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4592
+msgid "Policy Instance Percentage"
+msgstr ""
+
+#: awx/api/serializers.py:4593
+msgid ""
+"Minimum percentage of all instances that will be automatically assigned to "
+"this group when new instances come online."
+msgstr "新規インスタンスがオンライン状態になるとこのグループに自動的に割り当てられるすべてのインスタンスの最小パーセンテージです。"
+
+#: awx/api/serializers.py:4598
+msgid "Policy Instance Minimum"
+msgstr ""
+
+#: awx/api/serializers.py:4599
+msgid ""
+"Static minimum number of Instances that will be automatically assign to this"
+" group when new instances come online."
+msgstr "新規インスタンスがオンライン状態になるとこのグループに自動的に割り当てられるインスタンスの静的な最小数です。"
+
+#: awx/api/serializers.py:4604
+msgid "Policy Instance List"
+msgstr ""
+
+#: awx/api/serializers.py:4605
+msgid "List of exact-match Instances that will be assigned to this group"
+msgstr "このグループに割り当てられる完全一致のインスタンスの一覧"
+
+#: awx/api/serializers.py:4627
+msgid "Duplicate entry {}."
+msgstr "重複するエントリー {}。"
+
+#: awx/api/serializers.py:4629
+msgid "{} is not a valid hostname of an existing instance."
+msgstr "{} は既存インスタンスの有効なホスト名ではありません。"
+
+#: awx/api/serializers.py:4634
+msgid "tower instance group name may not be changed."
+msgstr "tower インスタンスグループ名は変更できません。"
+
+#: awx/api/serializers.py:4704
msgid ""
"A summary of the new and changed values when an object is created, updated, "
"or deleted"
msgstr "オブジェクトの作成、更新または削除時の新規値および変更された値の概要"
-#: awx/api/serializers.py:3762
+#: awx/api/serializers.py:4706
msgid ""
"For create, update, and delete events this is the object type that was "
"affected. For associate and disassociate events this is the object type "
@@ -556,7 +708,7 @@ msgstr ""
"作成、更新、および削除イベントの場合、これは影響を受けたオブジェクトタイプになります。関連付けおよび関連付け解除イベントの場合、これは object2 "
"に関連付けられたか、またはその関連付けが解除されたオブジェクトタイプになります。"
-#: awx/api/serializers.py:3765
+#: awx/api/serializers.py:4709
msgid ""
"Unpopulated for create, update, and delete events. For associate and "
"disassociate events this is the object type that object1 is being associated"
@@ -565,253 +717,332 @@ msgstr ""
"作成、更新、および削除イベントの場合は設定されません。関連付けおよび関連付け解除イベントの場合、これは object1 "
"が関連付けられるオブジェクトタイプになります。"
-#: awx/api/serializers.py:3768
+#: awx/api/serializers.py:4712
msgid "The action taken with respect to the given object(s)."
msgstr "指定されたオブジェクトについて実行されたアクション。"
-#: awx/api/serializers.py:3885
-msgid "Unable to login with provided credentials."
-msgstr "提供される認証情報でログインできません。"
-
-#: awx/api/serializers.py:3887
-msgid "Must include \"username\" and \"password\"."
-msgstr "「username」および「password」を含める必要があります。"
-
-#: awx/api/views.py:108
+#: awx/api/views.py:118
msgid "Your license does not allow use of the activity stream."
msgstr "お使いのライセンスではアクティビティーストリームを使用できません。"
-#: awx/api/views.py:118
+#: awx/api/views.py:128
msgid "Your license does not permit use of system tracking."
msgstr "お使いのライセンスではシステムトラッキングを使用できません。"
-#: awx/api/views.py:128
+#: awx/api/views.py:138
msgid "Your license does not allow use of workflows."
msgstr "お使いのライセンスではワークフローを使用できません。"
-#: awx/api/views.py:142
+#: awx/api/views.py:152
msgid "Cannot delete job resource when associated workflow job is running."
msgstr "関連付けられたワークフロージョブが実行中の場合、ジョブリソースを削除できません。"
-#: awx/api/views.py:146
+#: awx/api/views.py:157
msgid "Cannot delete running job resource."
msgstr "実行中のジョブリソースを削除できません。"
-#: awx/api/views.py:155 awx/templates/rest_framework/api.html:28
+#: awx/api/views.py:162
+msgid "Job has not finished processing events."
+msgstr "ジョブはイベント処理を終了していません。"
+
+#: awx/api/views.py:221
+msgid "Related job {} is still processing events."
+msgstr "関連するジョブ {} は依然としてイベントを処理しています。"
+
+#: awx/api/views.py:228 awx/templates/rest_framework/api.html:28
msgid "REST API"
msgstr "REST API"
-#: awx/api/views.py:164 awx/templates/rest_framework/api.html:4
+#: awx/api/views.py:238 awx/templates/rest_framework/api.html:4
msgid "AWX REST API"
msgstr "AWX REST API"
-#: awx/api/views.py:226
+#: awx/api/views.py:252
+msgid "API OAuth 2 Authorization Root"
+msgstr "API OAuth 2 認証ルート"
+
+#: awx/api/views.py:317
msgid "Version 1"
msgstr "バージョン 1"
-#: awx/api/views.py:230
+#: awx/api/views.py:321
msgid "Version 2"
msgstr "バージョン 2"
-#: awx/api/views.py:241
+#: awx/api/views.py:330
msgid "Ping"
msgstr "Ping"
-#: awx/api/views.py:272 awx/conf/apps.py:12
+#: awx/api/views.py:361 awx/conf/apps.py:10
msgid "Configuration"
msgstr "設定"
-#: awx/api/views.py:325
+#: awx/api/views.py:418
msgid "Invalid license data"
msgstr "無効なライセンスデータ"
-#: awx/api/views.py:327
+#: awx/api/views.py:420
msgid "Missing 'eula_accepted' property"
msgstr "'eula_accepted' プロパティーがありません"
-#: awx/api/views.py:331
+#: awx/api/views.py:424
msgid "'eula_accepted' value is invalid"
msgstr "'eula_accepted' 値は無効です。"
-#: awx/api/views.py:334
+#: awx/api/views.py:427
msgid "'eula_accepted' must be True"
msgstr "'eula_accepted' は True でなければなりません"
-#: awx/api/views.py:341
+#: awx/api/views.py:434
msgid "Invalid JSON"
msgstr "無効な JSON"
-#: awx/api/views.py:349
+#: awx/api/views.py:442
msgid "Invalid License"
msgstr "無効なライセンス"
-#: awx/api/views.py:359
+#: awx/api/views.py:452
msgid "Invalid license"
msgstr "無効なライセンス"
-#: awx/api/views.py:367
+#: awx/api/views.py:460
#, python-format
msgid "Failed to remove license (%s)"
msgstr "ライセンスの削除に失敗しました (%s)"
-#: awx/api/views.py:372
+#: awx/api/views.py:465
msgid "Dashboard"
msgstr "ダッシュボード"
-#: awx/api/views.py:471
+#: awx/api/views.py:564
msgid "Dashboard Jobs Graphs"
msgstr "ダッシュボードのジョブグラフ"
-#: awx/api/views.py:507
+#: awx/api/views.py:600
#, python-format
msgid "Unknown period \"%s\""
msgstr "不明な期間 \"%s\""
-#: awx/api/views.py:521
+#: awx/api/views.py:614
msgid "Instances"
msgstr "インスタンス"
-#: awx/api/views.py:529
+#: awx/api/views.py:622
msgid "Instance Detail"
msgstr "インスタンスの詳細"
-#: awx/api/views.py:537
-msgid "Instance Running Jobs"
-msgstr "ジョブを実行しているインスタンス"
+#: awx/api/views.py:643
+msgid "Instance Jobs"
+msgstr "インスタンスジョブ"
-#: awx/api/views.py:552
+#: awx/api/views.py:657
msgid "Instance's Instance Groups"
msgstr "インスタンスのインスタンスグループ"
-#: awx/api/views.py:562
+#: awx/api/views.py:666
msgid "Instance Groups"
msgstr "インスタンスグループ"
-#: awx/api/views.py:570
+#: awx/api/views.py:674
msgid "Instance Group Detail"
msgstr "インスタンスグループの詳細"
-#: awx/api/views.py:578
+#: awx/api/views.py:682
+msgid "Isolated Groups can not be removed from the API"
+msgstr "分離されたグループは API から削除できません"
+
+#: awx/api/views.py:684
+msgid ""
+"Instance Groups acting as a controller for an Isolated Group can not be "
+"removed from the API"
+msgstr "分離されたグループのコントローラーとして動作するインスタンスグループは API から削除できません"
+
+#: awx/api/views.py:690
msgid "Instance Group Running Jobs"
msgstr "ジョブを実行しているインスタンスグループ"
-#: awx/api/views.py:588
+#: awx/api/views.py:699
msgid "Instance Group's Instances"
msgstr "インスタンスグループのインスタンス"
-#: awx/api/views.py:598
+#: awx/api/views.py:709
msgid "Schedules"
msgstr "スケジュール"
-#: awx/api/views.py:617
+#: awx/api/views.py:723
+msgid "Schedule Recurrence Rule Preview"
+msgstr "繰り返しルールプレビューのスケジュール"
+
+#: awx/api/views.py:770
+msgid "Cannot assign credential when related template is null."
+msgstr "関連するテンプレートが null の場合は認証情報を割り当てることができません。"
+
+#: awx/api/views.py:775
+msgid "Related template cannot accept {} on launch."
+msgstr "関連するテンプレートは起動時に {} を受け入れません。"
+
+#: awx/api/views.py:777
+msgid ""
+"Credential that requires user input on launch cannot be used in saved launch"
+" configuration."
+msgstr "起動時にユーザー入力を必要とする認証情報は保存された起動設定で使用できません。"
+
+#: awx/api/views.py:785
+#, python-brace-format
+msgid ""
+"This launch configuration already provides a {credential_type} credential."
+msgstr "この起動設定は {credential_type} 認証情報をすでに指定しています。"
+
+#: awx/api/views.py:788
+#, python-brace-format
+msgid "Related template already uses {credential_type} credential."
+msgstr "関連するテンプレートは {credential_type} 認証情報をすでに使用しています。"
+
+#: awx/api/views.py:806
msgid "Schedule Jobs List"
msgstr "スケジュールジョブの一覧"
-#: awx/api/views.py:843
+#: awx/api/views.py:961
msgid "Your license only permits a single organization to exist."
msgstr "お使いのライセンスでは、単一組織のみの存在が許可されます。"
-#: awx/api/views.py:1079 awx/api/views.py:4666
+#: awx/api/views.py:1193 awx/api/views.py:5056
msgid "You cannot assign an Organization role as a child role for a Team."
msgstr "組織ロールをチームの子ロールとして割り当てることができません。"
-#: awx/api/views.py:1083 awx/api/views.py:4680
+#: awx/api/views.py:1197 awx/api/views.py:5070
msgid "You cannot grant system-level permissions to a team."
msgstr "システムレベルのパーミッションをチームに付与できません。"
-#: awx/api/views.py:1090 awx/api/views.py:4672
+#: awx/api/views.py:1204 awx/api/views.py:5062
msgid ""
"You cannot grant credential access to a team when the Organization field "
"isn't set, or belongs to a different organization"
msgstr "組織フィールドが設定されていないか、または別の組織に属する場合に認証情報のアクセス権をチームに付与できません"
-#: awx/api/views.py:1180
-msgid "Cannot delete project."
-msgstr "プロジェクトを削除できません。"
-
-#: awx/api/views.py:1215
+#: awx/api/views.py:1318
msgid "Project Schedules"
msgstr "プロジェクトのスケジュール"
-#: awx/api/views.py:1227
+#: awx/api/views.py:1329
msgid "Project SCM Inventory Sources"
msgstr "プロジェクト SCM のインベントリーソース"
-#: awx/api/views.py:1354
+#: awx/api/views.py:1430
+msgid "Project Update Events List"
+msgstr "プロジェクト更新イベント一覧"
+
+#: awx/api/views.py:1444
+msgid "System Job Events List"
+msgstr "システムジョブイベント一覧"
+
+#: awx/api/views.py:1458
+msgid "Inventory Update Events List"
+msgstr "インベントリー更新イベント一覧"
+
+#: awx/api/views.py:1492
msgid "Project Update SCM Inventory Updates"
msgstr "プロジェクト更新 SCM のインベントリー更新"
-#: awx/api/views.py:1409
+#: awx/api/views.py:1551
msgid "Me"
msgstr "自分"
-#: awx/api/views.py:1453 awx/api/views.py:4623
-msgid "You may not perform any action with your own admin_role."
-msgstr "独自の admin_role でアクションを実行することはできません。"
+#: awx/api/views.py:1559
+msgid "OAuth 2 Applications"
+msgstr "OAuth 2 アプリケーション"
-#: awx/api/views.py:1459 awx/api/views.py:4627
-msgid "You may not change the membership of a users admin_role"
-msgstr "ユーザーの admin_role のメンバーシップを変更することはできません"
+#: awx/api/views.py:1568
+msgid "OAuth 2 Application Detail"
+msgstr "OAuth 2 アプリケーションの詳細"
-#: awx/api/views.py:1464 awx/api/views.py:4632
+#: awx/api/views.py:1577
+msgid "OAuth 2 Application Tokens"
+msgstr "OAuth 2 アプリケーショントークン"
+
+#: awx/api/views.py:1599
+msgid "OAuth2 Tokens"
+msgstr "OAuth2 トークン"
+
+#: awx/api/views.py:1608
+msgid "OAuth2 User Tokens"
+msgstr "OAuth2 ユーザートークン"
+
+#: awx/api/views.py:1620
+msgid "OAuth2 User Authorized Access Tokens"
+msgstr "OAuth2 ユーザー認可アクセストークン"
+
+#: awx/api/views.py:1635
+msgid "Organization OAuth2 Applications"
+msgstr "組織 OAuth2 アプリケーション"
+
+#: awx/api/views.py:1647
+msgid "OAuth2 Personal Access Tokens"
+msgstr "OAuth2 パーソナルアクセストークン"
+
+#: awx/api/views.py:1662
+msgid "OAuth Token Detail"
+msgstr "OAuth トークンの詳細"
+
+#: awx/api/views.py:1722 awx/api/views.py:5023
msgid ""
"You cannot grant credential access to a user not in the credentials' "
"organization"
msgstr "認証情報の組織に属さないユーザーに認証情報のアクセス権を付与することはできません"
-#: awx/api/views.py:1468 awx/api/views.py:4636
+#: awx/api/views.py:1726 awx/api/views.py:5027
msgid "You cannot grant private credential access to another user"
msgstr "非公開の認証情報のアクセス権を別のユーザーに付与することはできません"
-#: awx/api/views.py:1566
+#: awx/api/views.py:1824
#, python-format
msgid "Cannot change %s."
msgstr "%s を変更できません。"
-#: awx/api/views.py:1572
+#: awx/api/views.py:1830
msgid "Cannot delete user."
msgstr "ユーザーを削除できません。"
-#: awx/api/views.py:1601
+#: awx/api/views.py:1854
msgid "Deletion not allowed for managed credential types"
msgstr "管理されている認証情報タイプで削除は許可されません"
-#: awx/api/views.py:1603
+#: awx/api/views.py:1856
msgid "Credential types that are in use cannot be deleted"
msgstr "使用中の認証情報タイプを削除できません"
-#: awx/api/views.py:1781
+#: awx/api/views.py:2031
msgid "Cannot delete inventory script."
msgstr "インベントリースクリプトを削除できません。"
-#: awx/api/views.py:1866
+#: awx/api/views.py:2122
#, python-brace-format
msgid "{0}"
msgstr "{0}"
-#: awx/api/views.py:2101
+#: awx/api/views.py:2353
msgid "Fact not found."
msgstr "ファクトが見つかりませんでした。"
-#: awx/api/views.py:2125
+#: awx/api/views.py:2375
msgid "SSLError while trying to connect to {}"
msgstr "{} への接続試行中に SSL エラーが発生しました"
-#: awx/api/views.py:2127
+#: awx/api/views.py:2377
msgid "Request to {} timed out."
msgstr "{} の要求がタイムアウトになりました。"
-#: awx/api/views.py:2129
-msgid "Unkown exception {} while trying to GET {}"
+#: awx/api/views.py:2379
+msgid "Unknown exception {} while trying to GET {}"
msgstr "GET {} の試行中に不明の例外 {} が発生しました"
-#: awx/api/views.py:2132
+#: awx/api/views.py:2382
msgid ""
"Unauthorized access. Please check your Insights Credential username and "
"password."
msgstr "不正アクセスです。Insights 認証情報のユーザー名およびパスワードを確認してください。"
-#: awx/api/views.py:2134
+#: awx/api/views.py:2385
msgid ""
"Failed to gather reports and maintenance plans from Insights API at URL {}. "
"Server responded with {} status code and message {}"
@@ -819,210 +1050,252 @@ msgstr ""
"URL {} で Insights API からのレポートおよびメンテナンス計画を収集できませんでした。サーバーが {} "
"ステータスコードおよびメッセージ {} を出して応答しました。"
-#: awx/api/views.py:2140
+#: awx/api/views.py:2392
msgid "Expected JSON response from Insights but instead got {}"
msgstr "Insights からの JSON 応答を予想していましたが、代わりに {} を取得しました。"
-#: awx/api/views.py:2147
+#: awx/api/views.py:2399
msgid "This host is not recognized as an Insights host."
msgstr "このホストは Insights ホストとして認識されていません。"
-#: awx/api/views.py:2152
+#: awx/api/views.py:2404
msgid "The Insights Credential for \"{}\" was not found."
msgstr "\"{}\" の Insights 認証情報が見つかりませんでした。"
-#: awx/api/views.py:2221
+#: awx/api/views.py:2472
msgid "Cyclical Group association."
msgstr "循環的なグループの関連付け"
-#: awx/api/views.py:2499
+#: awx/api/views.py:2686
msgid "Inventory Source List"
msgstr "インベントリーソース一覧"
-#: awx/api/views.py:2512
+#: awx/api/views.py:2698
msgid "Inventory Sources Update"
msgstr "インベントリーソースの更新"
-#: awx/api/views.py:2542
+#: awx/api/views.py:2731
msgid "Could not start because `can_update` returned False"
msgstr "`can_update` が False を返したので開始できませんでした"
-#: awx/api/views.py:2550
+#: awx/api/views.py:2739
msgid "No inventory sources to update."
msgstr "更新するインベントリーソースがありません。"
-#: awx/api/views.py:2582
-msgid "Cannot delete inventory source."
-msgstr "インベントリーソースを削除できません。"
-
-#: awx/api/views.py:2590
+#: awx/api/views.py:2768
msgid "Inventory Source Schedules"
msgstr "インベントリーソースのスケジュール"
-#: awx/api/views.py:2620
+#: awx/api/views.py:2796
msgid "Notification Templates can only be assigned when source is one of {}."
msgstr "ソースが {} のいずれかである場合、通知テンプレートのみを割り当てることができます。"
#: awx/api/views.py:2851
+msgid "Vault credentials are not yet supported for inventory sources."
+msgstr "Vault 認証情報はインベントリーソースではまだサポートされていません。"
+
+#: awx/api/views.py:2856
+msgid "Source already has cloud credential assigned."
+msgstr "ソースにはクラウド認証情報がすでに割り当てられています。"
+
+#: awx/api/views.py:3016
+msgid ""
+"'credentials' cannot be used in combination with 'credential', "
+"'vault_credential', or 'extra_credentials'."
+msgstr ""
+"'credentials' は 'credential'、'vault_credential'、または 'extra_credentials' "
+"との組み合わせで使用できません。"
+
+#: awx/api/views.py:3128
msgid "Job Template Schedules"
msgstr "ジョブテンプレートスケジュール"
-#: awx/api/views.py:2871 awx/api/views.py:2882
+#: awx/api/views.py:3146 awx/api/views.py:3157
msgid "Your license does not allow adding surveys."
msgstr "お使いのライセンスでは Survey を追加できません。"
-#: awx/api/views.py:2889
-msgid "'name' missing from survey spec."
-msgstr "Survey の指定に「name」がありません。"
+#: awx/api/views.py:3176
+msgid "Field '{}' is missing from survey spec."
+msgstr "Survey の指定にフィールド '{}' がありません。"
-#: awx/api/views.py:2891
-msgid "'description' missing from survey spec."
-msgstr "Survey の指定に「description」がありません。"
+#: awx/api/views.py:3178
+msgid "Expected {} for field '{}', received {} type."
+msgstr "フィールド '{}' の予期される {}。{} タイプを受信しました。"
-#: awx/api/views.py:2893
-msgid "'spec' missing from survey spec."
-msgstr "Survey の指定に「spec」がありません。"
-
-#: awx/api/views.py:2895
-msgid "'spec' must be a list of items."
-msgstr "「spec」は項目の一覧にする必要があります。"
-
-#: awx/api/views.py:2897
+#: awx/api/views.py:3182
msgid "'spec' doesn't contain any items."
msgstr "「spec」には項目が含まれません。"
-#: awx/api/views.py:2903
+#: awx/api/views.py:3191
#, python-format
msgid "Survey question %s is not a json object."
msgstr "Survey の質問 %s は json オブジェクトではありません。"
-#: awx/api/views.py:2905
+#: awx/api/views.py:3193
#, python-format
msgid "'type' missing from survey question %s."
msgstr "Survey の質問 %s に「type」がありません。"
-#: awx/api/views.py:2907
+#: awx/api/views.py:3195
#, python-format
msgid "'question_name' missing from survey question %s."
msgstr "Survey の質問 %s に「question_name」がありません。"
-#: awx/api/views.py:2909
+#: awx/api/views.py:3197
#, python-format
msgid "'variable' missing from survey question %s."
msgstr "Survey の質問 %s に「variable」がありません。"
-#: awx/api/views.py:2911
+#: awx/api/views.py:3199
#, python-format
msgid "'variable' '%(item)s' duplicated in survey question %(survey)s."
msgstr "Survey の質問%(survey)s で「variable」の「%(item)s」が重複しています。"
-#: awx/api/views.py:2916
+#: awx/api/views.py:3204
#, python-format
msgid "'required' missing from survey question %s."
msgstr "Survey の質問 %s に「required」がありません。"
-#: awx/api/views.py:2921
+#: awx/api/views.py:3209
#, python-brace-format
msgid ""
"Value {question_default} for '{variable_name}' expected to be a string."
msgstr "'{variable_name}' の値 {question_default} は文字列であることが予想されます。"
-#: awx/api/views.py:2928
+#: awx/api/views.py:3219
#, python-brace-format
msgid ""
-"$encrypted$ is reserved keyword for password questions and may not be used "
-"as a default for '{variable_name}' in survey question {question_position}."
+"$encrypted$ is a reserved keyword for password question defaults, survey "
+"question {question_position} is type {question_type}."
msgstr ""
-"$encrypted$ はパスワードの質問の予約されたキーワードで、Survey の質問 {question_position} では "
-"'{variable_name}' のデフォルトとして使用できません。"
+"$encrypted$ はパスワードの質問のデフォルトの予約されたキーワードで、Survey の質問 {question_position} はタイプ "
+"{question_type} です。"
-#: awx/api/views.py:3049
+#: awx/api/views.py:3235
+#, python-brace-format
+msgid ""
+"$encrypted$ is a reserved keyword, may not be used for new default in "
+"position {question_position}."
+msgstr "$encrypted$ は予約されたキーワードで、位置 {question_position} の新規デフォルトに使用できません。"
+
+#: awx/api/views.py:3309
+#, python-brace-format
+msgid "Cannot assign multiple {credential_type} credentials."
+msgstr "複数の {credential_type} 認証情報を割り当てることができません。"
+
+#: awx/api/views.py:3327
+msgid "Extra credentials must be network or cloud."
+msgstr "追加の認証情報はネットワークまたはクラウドにする必要があります。"
+
+#: awx/api/views.py:3349
msgid "Maximum number of labels for {} reached."
msgstr "{} のラベルの最大数に達しました。"
-#: awx/api/views.py:3170
+#: awx/api/views.py:3472
msgid "No matching host could be found!"
msgstr "一致するホストが見つかりませんでした!"
-#: awx/api/views.py:3173
+#: awx/api/views.py:3475
msgid "Multiple hosts matched the request!"
msgstr "複数のホストが要求に一致しました!"
-#: awx/api/views.py:3178
+#: awx/api/views.py:3480
msgid "Cannot start automatically, user input required!"
msgstr "自動的に開始できません。ユーザー入力が必要です!"
-#: awx/api/views.py:3185
+#: awx/api/views.py:3487
msgid "Host callback job already pending."
msgstr "ホストのコールバックジョブがすでに保留中です。"
-#: awx/api/views.py:3199
+#: awx/api/views.py:3502 awx/api/views.py:4284
msgid "Error starting job!"
msgstr "ジョブの開始時にエラーが発生しました!"
-#: awx/api/views.py:3306
+#: awx/api/views.py:3622
#, python-brace-format
msgid "Cannot associate {0} when {1} have been associated."
msgstr "{1} が関連付けられている場合に {0} を関連付けることはできません。"
-#: awx/api/views.py:3331
+#: awx/api/views.py:3647
msgid "Multiple parent relationship not allowed."
msgstr "複数の親関係は許可されません。"
-#: awx/api/views.py:3336
+#: awx/api/views.py:3652
msgid "Cycle detected."
msgstr "サイクルが検出されました。"
-#: awx/api/views.py:3540
+#: awx/api/views.py:3850
msgid "Workflow Job Template Schedules"
msgstr "ワークフロージョブテンプレートのスケジュール"
-#: awx/api/views.py:3685 awx/api/views.py:4268
+#: awx/api/views.py:3986 awx/api/views.py:4690
msgid "Superuser privileges needed."
msgstr "スーパーユーザー権限が必要です。"
-#: awx/api/views.py:3717
+#: awx/api/views.py:4018
msgid "System Job Template Schedules"
msgstr "システムジョブテンプレートのスケジュール"
-#: awx/api/views.py:3780
+#: awx/api/views.py:4076
msgid "POST not allowed for Job launching in version 2 of the api"
msgstr "POST は API のバージョン 2 でのジョブの起動では許可されません"
-#: awx/api/views.py:3942
+#: awx/api/views.py:4100 awx/api/views.py:4106
+msgid "PUT not allowed for Job Details in version 2 of the API"
+msgstr ""
+
+#: awx/api/views.py:4267
+#, python-brace-format
+msgid "Wait until job finishes before retrying on {status_value} hosts."
+msgstr "ジョブの終了を待機してから {status_value} ホストで再試行します。"
+
+#: awx/api/views.py:4272
+#, python-brace-format
+msgid "Cannot retry on {status_value} hosts, playbook stats not available."
+msgstr "Playbook 統計を利用できないため、{status_value} ホストで再試行できません。"
+
+#: awx/api/views.py:4277
+#, python-brace-format
+msgid "Cannot relaunch because previous job had 0 {status_value} hosts."
+msgstr "直前のジョブにあるのが 0 {status_value} ホストであるため、再起動できません。"
+
+#: awx/api/views.py:4306
+msgid "Cannot create schedule because job requires credential passwords."
+msgstr "ジョブには認証情報パスワードが必要なため、スケジュールを削除できません。"
+
+#: awx/api/views.py:4311
+msgid "Cannot create schedule because job was launched by legacy method."
+msgstr "ジョブがレガシー方式で起動したため、スケジュールを作成できません。"
+
+#: awx/api/views.py:4313
+msgid "Cannot create schedule because a related resource is missing."
+msgstr "関連するリソースがないため、スケジュールを作成できません。"
+
+#: awx/api/views.py:4368
msgid "Job Host Summaries List"
msgstr "ジョブホスト概要一覧"
-#: awx/api/views.py:3989
+#: awx/api/views.py:4417
msgid "Job Event Children List"
msgstr "ジョブイベント子一覧"
-#: awx/api/views.py:3998
+#: awx/api/views.py:4427
msgid "Job Event Hosts List"
msgstr "ジョブイベントホスト一覧"
-#: awx/api/views.py:4008
+#: awx/api/views.py:4436
msgid "Job Events List"
msgstr "ジョブイベント一覧"
-#: awx/api/views.py:4222
+#: awx/api/views.py:4647
msgid "Ad Hoc Command Events List"
msgstr "アドホックコマンドイベント一覧"
-#: awx/api/views.py:4437
-msgid "Error generating stdout download file: {}"
-msgstr "stdout ダウンロードファイルの生成中にエラーが発生しました: {}"
-
-#: awx/api/views.py:4450
-#, python-format
-msgid "Error generating stdout download file: %s"
-msgstr "stdout ダウンロードファイルの生成中にエラーが発生しました: %s"
-
-#: awx/api/views.py:4495
+#: awx/api/views.py:4889
msgid "Delete not allowed while there are pending notifications"
msgstr "保留中の通知がある場合に削除は許可されません"
-#: awx/api/views.py:4502
+#: awx/api/views.py:4897
msgid "Notification Template Test"
msgstr "通知テンプレートテスト"
@@ -1174,19 +1447,32 @@ msgstr "設定例"
msgid "Example setting which can be different for each user."
msgstr "ユーザーごとに異なる設定例"
-#: awx/conf/conf.py:95 awx/conf/registry.py:85 awx/conf/views.py:56
+#: awx/conf/conf.py:95 awx/conf/registry.py:85 awx/conf/views.py:55
msgid "User"
msgstr "ユーザー"
-#: awx/conf/fields.py:63
+#: awx/conf/fields.py:60 awx/sso/fields.py:595
+#, python-brace-format
+msgid ""
+"Expected None, True, False, a string or list of strings but got {input_type}"
+" instead."
+msgstr "None、True、False、文字列または文字列の一覧が予期されましたが、{input_type} が取得されました。"
+
+#: awx/conf/fields.py:104
msgid "Enter a valid URL"
msgstr "無効な URL の入力"
-#: awx/conf/fields.py:95
+#: awx/conf/fields.py:136
#, python-brace-format
msgid "\"{input}\" is not a valid string."
msgstr "\"{input}\" は有効な文字列ではありません。"
+#: awx/conf/fields.py:151
+#, python-brace-format
+msgid ""
+"Expected a list of tuples of max length 2 but got {input_type} instead."
+msgstr "最大の長さが 2 のタプルの一覧が予想されましたが、代わりに {input_type} を取得しました。"
+
#: awx/conf/license.py:22
msgid "Your Tower license does not allow that."
msgstr "お使いの Tower ライセンスではこれを許可しません。"
@@ -1278,9 +1564,9 @@ msgstr "この値は設定ファイルに手動で設定されました。"
#: awx/conf/tests/unit/test_settings.py:411
#: awx/conf/tests/unit/test_settings.py:430
#: awx/conf/tests/unit/test_settings.py:466 awx/main/conf.py:22
-#: awx/main/conf.py:32 awx/main/conf.py:42 awx/main/conf.py:51
-#: awx/main/conf.py:63 awx/main/conf.py:81 awx/main/conf.py:96
-#: awx/main/conf.py:121
+#: awx/main/conf.py:32 awx/main/conf.py:43 awx/main/conf.py:53
+#: awx/main/conf.py:62 awx/main/conf.py:74 awx/main/conf.py:87
+#: awx/main/conf.py:100 awx/main/conf.py:125
msgid "System"
msgstr "システム"
@@ -1292,103 +1578,108 @@ msgstr "システム"
msgid "OtherSystem"
msgstr "他のシステム"
-#: awx/conf/views.py:48
+#: awx/conf/views.py:47
msgid "Setting Categories"
msgstr "設定カテゴリー"
-#: awx/conf/views.py:73
+#: awx/conf/views.py:71
msgid "Setting Detail"
msgstr "設定の詳細"
-#: awx/conf/views.py:168
+#: awx/conf/views.py:166
msgid "Logging Connectivity Test"
msgstr "ロギング接続テスト"
-#: awx/main/access.py:44
-msgid "Resource is being used by running jobs."
-msgstr "リソースが実行中のジョブで使用されています。"
+#: awx/main/access.py:57
+#, python-format
+msgid "Required related field %s for permission check."
+msgstr "パーミッションチェックに必要な関連フィールド %s です。"
-#: awx/main/access.py:237
+#: awx/main/access.py:73
#, python-format
msgid "Bad data found in related field %s."
msgstr "関連フィールド %s に不正データが見つかりました。"
-#: awx/main/access.py:281
+#: awx/main/access.py:293
msgid "License is missing."
msgstr "ライセンスが見つかりません。"
-#: awx/main/access.py:283
+#: awx/main/access.py:295
msgid "License has expired."
msgstr "ライセンスの有効期限が切れました。"
-#: awx/main/access.py:291
+#: awx/main/access.py:303
#, python-format
msgid "License count of %s instances has been reached."
msgstr "%s インスタンスのライセンス数に達しました。"
-#: awx/main/access.py:293
+#: awx/main/access.py:305
#, python-format
msgid "License count of %s instances has been exceeded."
msgstr "%s インスタンスのライセンス数を超えました。"
-#: awx/main/access.py:295
+#: awx/main/access.py:307
msgid "Host count exceeds available instances."
msgstr "ホスト数が利用可能なインスタンスの上限を上回っています。"
-#: awx/main/access.py:299
+#: awx/main/access.py:311
#, python-format
msgid "Feature %s is not enabled in the active license."
msgstr "機能 %s はアクティブなライセンスで有効にされていません。"
-#: awx/main/access.py:301
+#: awx/main/access.py:313
msgid "Features not found in active license."
msgstr "各種機能はアクティブなライセンスにありません。"
-#: awx/main/access.py:707
+#: awx/main/access.py:818
msgid "Unable to change inventory on a host."
msgstr "ホストのインベントリーを変更できません。"
-#: awx/main/access.py:724 awx/main/access.py:769
+#: awx/main/access.py:835 awx/main/access.py:880
msgid "Cannot associate two items from different inventories."
msgstr "異なるインベントリーの 2 つの項目を関連付けることはできません。"
-#: awx/main/access.py:757
+#: awx/main/access.py:868
msgid "Unable to change inventory on a group."
msgstr "グループのインベントリーを変更できません。"
-#: awx/main/access.py:1017
+#: awx/main/access.py:1129
msgid "Unable to change organization on a team."
msgstr "チームの組織を変更できません。"
-#: awx/main/access.py:1030
+#: awx/main/access.py:1146
msgid "The {} role cannot be assigned to a team"
msgstr "{} ロールをチームに割り当てることができません"
-#: awx/main/access.py:1032
+#: awx/main/access.py:1148
msgid "The admin_role for a User cannot be assigned to a team"
msgstr "ユーザーの admin_role をチームに割り当てることができません"
-#: awx/main/access.py:1479
+#: awx/main/access.py:1502 awx/main/access.py:1936
+msgid "Job was launched with prompts provided by another user."
+msgstr "ジョブは別のユーザーによって提供されるプロンプトで起動されています。"
+
+#: awx/main/access.py:1522
msgid "Job has been orphaned from its job template."
msgstr "ジョブはジョブテンプレートから孤立しています。"
-#: awx/main/access.py:1481
-msgid "You do not have execute permission to related job template."
-msgstr "関連するジョブテンプレートに対する実行パーミッションがありません。"
+#: awx/main/access.py:1524
+msgid "Job was launched with unknown prompted fields."
+msgstr "ジョブは不明のプロンプトが出されたフィールドで起動されています。"
-#: awx/main/access.py:1484
+#: awx/main/access.py:1526
msgid "Job was launched with prompted fields."
-msgstr "ジョブはプロンプトされたフィールドで起動されています。"
+msgstr "ジョブはプロンプトが出されたフィールドで起動されています。"
-#: awx/main/access.py:1486
+#: awx/main/access.py:1528
msgid " Organization level permissions required."
msgstr "組織レベルのパーミッションが必要です。"
-#: awx/main/access.py:1488
+#: awx/main/access.py:1530
msgid " You do not have permission to related resources."
msgstr "関連リソースに対するパーミッションがありません。"
-#: awx/main/access.py:1833
+#: awx/main/access.py:1950
msgid ""
"You do not have permission to the workflow job resources required for "
"relaunch."
@@ -1422,112 +1713,142 @@ msgstr "組織管理者に表示されるすべてのユーザー"
#: awx/main/conf.py:41
msgid ""
-"Controls whether any Organization Admin can view all users, even those not "
-"associated with their Organization."
-msgstr "組織管理者が、それぞれの組織に関連付けられていないすべてのユーザーを閲覧できるかどうかを制御します。"
+"Controls whether any Organization Admin can view all users and teams, even "
+"those not associated with their Organization."
+msgstr ""
-#: awx/main/conf.py:49
+#: awx/main/conf.py:50
+msgid "Organization Admins Can Manage Users and Teams"
+msgstr "組織管理者はユーザーおよびチームを管理できます"
+
+#: awx/main/conf.py:51
+msgid ""
+"Controls whether any Organization Admin has the privileges to create and "
+"manage users and teams. You may want to disable this ability if you are "
+"using an LDAP or SAML integration."
+msgstr ""
+"組織管理者がユーザーおよびチームを作成し、管理する権限を持つようにするかどうかを制御します。LDAP または SAML "
+"統合を使用している場合はこの機能を無効にする必要がある場合があります。"
+
+#: awx/main/conf.py:60
msgid "Enable Administrator Alerts"
msgstr "管理者アラートの有効化"
-#: awx/main/conf.py:50
+#: awx/main/conf.py:61
msgid "Email Admin users for system events that may require attention."
msgstr "管理者ユーザーに対し、注意が必要になる可能性のあるシステムイベントについてのメールを送信します。"
-#: awx/main/conf.py:60
+#: awx/main/conf.py:71
msgid "Base URL of the Tower host"
msgstr "Tower ホストのベース URL"
-#: awx/main/conf.py:61
+#: awx/main/conf.py:72
msgid ""
"This setting is used by services like notifications to render a valid url to"
" the Tower host."
msgstr "この設定は、有効な URL を Tower ホストにレンダリングする通知などのサービスで使用されます。"
-#: awx/main/conf.py:70
+#: awx/main/conf.py:81
msgid "Remote Host Headers"
msgstr "リモートホストヘッダー"
-#: awx/main/conf.py:71
+#: awx/main/conf.py:82
msgid ""
-"HTTP headers and meta keys to search to determine remote host name or IP. Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if behind a reverse proxy.\n"
-"\n"
-"Note: The headers will be searched in order and the first found remote host name or IP will be used.\n"
-"\n"
-"In the below example 8.8.8.7 would be the chosen IP address.\n"
-"X-Forwarded-For: 8.8.8.7, 192.168.2.1, 127.0.0.1\n"
-"Host: 127.0.0.1\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR', 'REMOTE_HOST']"
+"HTTP headers and meta keys to search to determine remote host name or IP. "
+"Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if "
+"behind a reverse proxy. See the \"Proxy Support\" section of the "
+"Adminstrator guide for more details."
msgstr ""
-"リモートホスト名または IP を判別するために検索する HTTP ヘッダーおよびメタキーです。リバースプロキシーの後ろの場合は、\"HTTP_X_FORWARDED_FOR\" のように項目をこの一覧に追加します。\n"
-"\n"
-"注: ヘッダーが順番に検索され、最初に検出されるリモートホスト名または IP が使用されます。\n"
-"\n"
-"以下の例では、8.8.8.7 が選択された IP アドレスになります。\n"
-"X-Forwarded-For: 8.8.8.7, 192.168.2.1, 127.0.0.1\n"
-"Host: 127.0.0.1\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR', 'REMOTE_HOST']"
-#: awx/main/conf.py:88
+#: awx/main/conf.py:94
msgid "Proxy IP Whitelist"
msgstr "プロキシー IP ホワイトリスト"
-#: awx/main/conf.py:89
+#: awx/main/conf.py:95
msgid ""
-"If Tower is behind a reverse proxy/load balancer, use this setting to whitelist the proxy IP addresses from which Tower should trust custom REMOTE_HOST_HEADERS header values\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', ''REMOTE_ADDR', 'REMOTE_HOST']\n"
-"PROXY_IP_WHITELIST = ['10.0.1.100', '10.0.1.101']\n"
-"If this setting is an empty list (the default), the headers specified by REMOTE_HOST_HEADERS will be trusted unconditionally')"
+"If Tower is behind a reverse proxy/load balancer, use this setting to "
+"whitelist the proxy IP addresses from which Tower should trust custom "
+"REMOTE_HOST_HEADERS header values. If this setting is an empty list (the "
+"default), the headers specified by REMOTE_HOST_HEADERS will be trusted "
+"unconditionally')"
msgstr ""
-"Tower がリバースプロキシー/ロードバランサーの背後にある場合、この設定を使用し、Tower がカスタム REMOTE_HOST_HEADERS ヘッダーの値\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR'、''REMOTE_ADDR', 'REMOTE_HOST']\n"
-"PROXY_IP_WHITELIST = ['10.0.1.100', '10.0.1.101'] を信用するのに使用するプロキシー IP アドレスをホワイトリスト化します。\n"
-"この設定が空のリスト (デフォルト) の場合、REMOTE_HOST_HEADERS で指定されるヘッダーは条件なしに信用されます')"
+"Tower がリバースプロキシー/ロードバランサーの背後にある場合、この設定を使用し、Tower がカスタム REMOTE_HOST_HEADERS "
+"ヘッダーの値を信頼するのに使用するプロキシー IP アドレスをホワイトリスト化します。この設定が空のリスト (デフォルト) "
+"の場合、REMOTE_HOST_HEADERS で指定されるヘッダーは条件なしに信頼されます')"
-#: awx/main/conf.py:117
+#: awx/main/conf.py:121
msgid "License"
msgstr "ライセンス"
-#: awx/main/conf.py:118
+#: awx/main/conf.py:122
msgid ""
"The license controls which features and functionality are enabled. Use "
"/api/v1/config/ to update or change the license."
msgstr ""
"ライセンスによって、有効にされる特長および機能が制御されます。ライセンスを更新または変更するには、/api/v1/config/ を使用します。"
-#: awx/main/conf.py:128
+#: awx/main/conf.py:132
msgid "Ansible Modules Allowed for Ad Hoc Jobs"
msgstr "アドホックジョブで許可される Ansible モジュール"
-#: awx/main/conf.py:129
+#: awx/main/conf.py:133
msgid "List of modules allowed to be used by ad-hoc jobs."
msgstr "アドホックジョブで使用できるモジュール一覧。"
-#: awx/main/conf.py:130 awx/main/conf.py:140 awx/main/conf.py:151
-#: awx/main/conf.py:161 awx/main/conf.py:171 awx/main/conf.py:181
-#: awx/main/conf.py:192 awx/main/conf.py:204 awx/main/conf.py:216
-#: awx/main/conf.py:229 awx/main/conf.py:241 awx/main/conf.py:251
-#: awx/main/conf.py:262 awx/main/conf.py:272 awx/main/conf.py:282
-#: awx/main/conf.py:292 awx/main/conf.py:304 awx/main/conf.py:316
-#: awx/main/conf.py:328 awx/main/conf.py:341
+#: awx/main/conf.py:134 awx/main/conf.py:156 awx/main/conf.py:165
+#: awx/main/conf.py:176 awx/main/conf.py:186 awx/main/conf.py:196
+#: awx/main/conf.py:206 awx/main/conf.py:217 awx/main/conf.py:229
+#: awx/main/conf.py:241 awx/main/conf.py:254 awx/main/conf.py:266
+#: awx/main/conf.py:276 awx/main/conf.py:287 awx/main/conf.py:298
+#: awx/main/conf.py:308 awx/main/conf.py:318 awx/main/conf.py:330
+#: awx/main/conf.py:342 awx/main/conf.py:354 awx/main/conf.py:368
msgid "Jobs"
msgstr "ジョブ"
-#: awx/main/conf.py:138
+#: awx/main/conf.py:143
+msgid "Always"
+msgstr "常時"
+
+#: awx/main/conf.py:144
+msgid "Never"
+msgstr "なし"
+
+#: awx/main/conf.py:145
+msgid "Only On Job Template Definitions"
+msgstr "ジョブテンプレートの定義のみ"
+
+#: awx/main/conf.py:148
+msgid "When can extra variables contain Jinja templates?"
+msgstr "いつ追加変数に Jinja テンプレートが含まれるか?"
+
+#: awx/main/conf.py:150
+msgid ""
+"Ansible allows variable substitution via the Jinja2 templating language for "
+"--extra-vars. This poses a potential security risk where Tower users with "
+"the ability to specify extra vars at job launch time can use Jinja2 "
+"templates to run arbitrary Python. It is recommended that this value be set"
+" to \"template\" or \"never\"."
+msgstr ""
+"Ansible は Jinja2 テンプレート言語を使用した --extra-vars "
+"の変数置き換えを許可します。これにより、ジョブの起動時に追加変数を指定できる Tower ユーザーが Jinja2 テンプレートを使用して任意の "
+"Python "
+"を実行できるようになるためセキュリティー上のリスクが生じます。この値は「template」または「never」に設定することをお勧めします。"
+
+#: awx/main/conf.py:163
msgid "Enable job isolation"
msgstr "ジョブの分離の有効化"
-#: awx/main/conf.py:139
+#: awx/main/conf.py:164
msgid ""
"Isolates an Ansible job from protected parts of the system to prevent "
"exposing sensitive information."
msgstr "機密情報の公開を防ぐためにシステムの保護された部分から Ansible ジョブを分離します。"
-#: awx/main/conf.py:147
+#: awx/main/conf.py:172
msgid "Job execution path"
msgstr "ジョブの実行パス"
-#: awx/main/conf.py:148
+#: awx/main/conf.py:173
msgid ""
"The directory in which Tower will create new temporary directories for job "
"execution and isolation (such as credential files and custom inventory "
@@ -1536,40 +1857,40 @@ msgstr ""
"Tower がジョブの実行および分離用に新規の一時ディレクトリーを作成するディレクトリーです "
"(認証情報ファイルおよびカスタムインベントリースクリプトなど)。"
-#: awx/main/conf.py:159
+#: awx/main/conf.py:184
msgid "Paths to hide from isolated jobs"
-msgstr "分離されたジョブの非表示にするパス"
+msgstr "分離されたジョブには公開しないパス"
-#: awx/main/conf.py:160
+#: awx/main/conf.py:185
msgid ""
"Additional paths to hide from isolated processes. Enter one path per line."
-msgstr "分離されたプロセスから非表示にする追加パスです。1 行に 1 つのパスを入力します。"
+msgstr "分離されたプロセスには公開しないその他のパスです。1 行に 1 つのパスを入力します。"
-#: awx/main/conf.py:169
+#: awx/main/conf.py:194
msgid "Paths to expose to isolated jobs"
-msgstr "分離されたジョブの公開するパス"
+msgstr "分離されたジョブに公開するパス"
-#: awx/main/conf.py:170
+#: awx/main/conf.py:195
msgid ""
"Whitelist of paths that would otherwise be hidden to expose to isolated "
"jobs. Enter one path per line."
msgstr "分離されたジョブに公開するために非表示にされるパスのホワイトリストです。1 行に 1 つのパスを入力します。"
-#: awx/main/conf.py:179
+#: awx/main/conf.py:204
msgid "Isolated status check interval"
msgstr "分離されたステータスチェックの間隔"
-#: awx/main/conf.py:180
+#: awx/main/conf.py:205
msgid ""
"The number of seconds to sleep between status checks for jobs running on "
"isolated instances."
msgstr "分離されたインスタンスで実行されるジョブに対するステータスチェック間にスリープ状態になる期間の秒数。"
-#: awx/main/conf.py:189
+#: awx/main/conf.py:214
msgid "Isolated launch timeout"
msgstr "分離された起動のタイムアウト"
-#: awx/main/conf.py:190
+#: awx/main/conf.py:215
msgid ""
"The timeout (in seconds) for launching jobs on isolated instances. This "
"includes the time needed to copy source control files (playbooks) to the "
@@ -1578,11 +1899,11 @@ msgstr ""
"分離されたインスタンスでジョブを起動する際のタイムアウト (秒数)。これにはソースコントロールファイル (Playbook) "
"を分離されたインスタンスにコピーするために必要な時間が含まれます。"
-#: awx/main/conf.py:201
+#: awx/main/conf.py:226
msgid "Isolated connection timeout"
msgstr "分離された接続のタイムアウト"
-#: awx/main/conf.py:202
+#: awx/main/conf.py:227
msgid ""
"Ansible SSH connection timeout (in seconds) to use when communicating with "
"isolated instances. Value should be substantially greater than expected "
@@ -1591,11 +1912,11 @@ msgstr ""
"分離されたインスタンスと通信する際に使用される Ansible SSH 接続のタイムアウト (秒数) "
"です。値は予想されるネットワークの待ち時間よりも大幅に大きな値になるはずです。"
-#: awx/main/conf.py:212
+#: awx/main/conf.py:237
msgid "Generate RSA keys for isolated instances"
msgstr "分離されたインスタンスの RSA 鍵の生成"
-#: awx/main/conf.py:213
+#: awx/main/conf.py:238
msgid ""
"If set, a random RSA key will be generated and distributed to isolated "
"instances. To disable this behavior and manage authentication for isolated "
@@ -1604,39 +1925,39 @@ msgstr ""
"設定されている場合、RSA 鍵が生成され、分離されたインスタンスに配布されます。この動作を無効にし、Tower "
"の外部にある分離されたインスタンスの認証を管理するには、この設定を無効にします。"
-#: awx/main/conf.py:227 awx/main/conf.py:228
+#: awx/main/conf.py:252 awx/main/conf.py:253
msgid "The RSA private key for SSH traffic to isolated instances"
msgstr "分離されたインスタンスへの SSH トラフィック用の RSA 秘密鍵"
-#: awx/main/conf.py:239 awx/main/conf.py:240
+#: awx/main/conf.py:264 awx/main/conf.py:265
msgid "The RSA public key for SSH traffic to isolated instances"
msgstr "分離されたインスタンスへの SSH トラフィック用の RSA 公開鍵"
-#: awx/main/conf.py:249
+#: awx/main/conf.py:274
msgid "Extra Environment Variables"
msgstr "追加の環境変数"
-#: awx/main/conf.py:250
+#: awx/main/conf.py:275
msgid ""
"Additional environment variables set for playbook runs, inventory updates, "
"project updates, and notification sending."
msgstr "Playbook 実行、インベントリー更新、プロジェクト更新および通知の送信に設定される追加の環境変数。"
-#: awx/main/conf.py:260
+#: awx/main/conf.py:285
msgid "Standard Output Maximum Display Size"
msgstr "標準出力の最大表示サイズ"
-#: awx/main/conf.py:261
+#: awx/main/conf.py:286
msgid ""
"Maximum Size of Standard Output in bytes to display before requiring the "
"output be downloaded."
msgstr "出力のダウンロードを要求する前に表示される標準出力の最大サイズ (バイト単位)。"
-#: awx/main/conf.py:270
+#: awx/main/conf.py:295
msgid "Job Event Standard Output Maximum Display Size"
msgstr "ジョブイベントの標準出力の最大表示サイズ"
-#: awx/main/conf.py:271
+#: awx/main/conf.py:297
msgid ""
"Maximum Size of Standard Output in bytes to display for a single job or ad "
"hoc command event. `stdout` will end with `…` when truncated."
@@ -1644,31 +1965,31 @@ msgstr ""
"単一ジョブまたはアドホックコマンドイベントについて表示される標準出力の最大サイズ (バイト単位)。`stdout` は切り捨てが実行されると `…` "
"で終了します。"
-#: awx/main/conf.py:280
+#: awx/main/conf.py:306
msgid "Maximum Scheduled Jobs"
msgstr "スケジュール済みジョブの最大数"
-#: awx/main/conf.py:281
+#: awx/main/conf.py:307
msgid ""
"Maximum number of the same job template that can be waiting to run when "
"launching from a schedule before no more are created."
msgstr "スケジュールからの起動時に実行を待機している同じジョブテンプレートの最大数です (これ以上作成されることはありません)。"
-#: awx/main/conf.py:290
+#: awx/main/conf.py:316
msgid "Ansible Callback Plugins"
msgstr "Ansible コールバックプラグイン"
-#: awx/main/conf.py:291
+#: awx/main/conf.py:317
msgid ""
"List of paths to search for extra callback plugins to be used when running "
"jobs. Enter one path per line."
msgstr "ジョブの実行時に使用される追加のコールバックプラグインを検索する際のパスの一覧です。1 行に 1 つのパスを入力します。"
-#: awx/main/conf.py:301
+#: awx/main/conf.py:327
msgid "Default Job Timeout"
msgstr "デフォルトのジョブタイムアウト"
-#: awx/main/conf.py:302
+#: awx/main/conf.py:328
msgid ""
"Maximum time in seconds to allow jobs to run. Use value of 0 to indicate "
"that no timeout should be imposed. A timeout set on an individual job "
@@ -1677,11 +1998,11 @@ msgstr ""
"ジョブの実行可能な最大時間 (秒数) です。値 0 "
"が使用されている場合はタイムアウトを設定できないことを示します。個別のジョブテンプレートに設定されるタイムアウトはこれを上書きします。"
-#: awx/main/conf.py:313
+#: awx/main/conf.py:339
msgid "Default Inventory Update Timeout"
msgstr "デフォルトのインベントリー更新タイムアウト"
-#: awx/main/conf.py:314
+#: awx/main/conf.py:340
msgid ""
"Maximum time in seconds to allow inventory updates to run. Use value of 0 to"
" indicate that no timeout should be imposed. A timeout set on an individual "
@@ -1690,11 +2011,11 @@ msgstr ""
"インベントリー更新の実行可能な最大時間 (秒数)。値 0 "
"が設定されている場合はタイムアウトを設定できないことを示します。個別のインベントリーソースに設定されるタイムアウトはこれを上書きします。"
-#: awx/main/conf.py:325
+#: awx/main/conf.py:351
msgid "Default Project Update Timeout"
msgstr "デフォルトのプロジェクト更新タイムアウト"
-#: awx/main/conf.py:326
+#: awx/main/conf.py:352
msgid ""
"Maximum time in seconds to allow project updates to run. Use value of 0 to "
"indicate that no timeout should be imposed. A timeout set on an individual "
@@ -1703,76 +2024,78 @@ msgstr ""
"プロジェクト更新の実行可能な最大時間 (秒数)。値 0 "
"が設定されている場合はタイムアウトを設定できないことを示します。個別のプロジェクトに設定されるタイムアウトはこれを上書きします。"
-#: awx/main/conf.py:337
+#: awx/main/conf.py:363
msgid "Per-Host Ansible Fact Cache Timeout"
msgstr "ホストあたりの Ansible ファクトキャッシュのタイムアウト"
-#: awx/main/conf.py:338
+#: awx/main/conf.py:364
msgid ""
"Maximum time, in seconds, that stored Ansible facts are considered valid "
"since the last time they were modified. Only valid, non-stale, facts will be"
" accessible by a playbook. Note, this does not influence the deletion of "
-"ansible_facts from the database."
+"ansible_facts from the database. Use a value of 0 to indicate that no "
+"timeout should be imposed."
msgstr ""
"保存される Ansible ファクトが最後に変更されてから有効とみなされる最大時間 (秒数) です。有効な新規のファクトのみが Playbook "
-"でアクセスできます。ansible_facts のデータベースからの削除はこれによる影響を受けません。"
+"でアクセスできます。ansible_facts のデータベースからの削除はこれによる影響を受けません。タイムアウトが設定されないことを示すには 0 "
+"の値を使用します。"
-#: awx/main/conf.py:350
+#: awx/main/conf.py:377
msgid "Logging Aggregator"
msgstr "ログアグリゲーター"
-#: awx/main/conf.py:351
+#: awx/main/conf.py:378
msgid "Hostname/IP where external logs will be sent to."
msgstr "外部ログの送信先のホスト名/IP"
-#: awx/main/conf.py:352 awx/main/conf.py:363 awx/main/conf.py:375
-#: awx/main/conf.py:385 awx/main/conf.py:397 awx/main/conf.py:412
-#: awx/main/conf.py:424 awx/main/conf.py:433 awx/main/conf.py:443
-#: awx/main/conf.py:453 awx/main/conf.py:464 awx/main/conf.py:476
-#: awx/main/conf.py:489
+#: awx/main/conf.py:379 awx/main/conf.py:390 awx/main/conf.py:402
+#: awx/main/conf.py:412 awx/main/conf.py:424 awx/main/conf.py:439
+#: awx/main/conf.py:451 awx/main/conf.py:460 awx/main/conf.py:470
+#: awx/main/conf.py:480 awx/main/conf.py:491 awx/main/conf.py:503
+#: awx/main/conf.py:516
msgid "Logging"
msgstr "ロギング"
-#: awx/main/conf.py:360
+#: awx/main/conf.py:387
msgid "Logging Aggregator Port"
msgstr "ログアグリゲーターポート"
-#: awx/main/conf.py:361
+#: awx/main/conf.py:388
msgid ""
"Port on Logging Aggregator to send logs to (if required and not provided in "
"Logging Aggregator)."
msgstr "ログの送信先のログアグリゲーターのポート (必要な場合。ログアグリゲーターでは指定されません)。"
-#: awx/main/conf.py:373
+#: awx/main/conf.py:400
msgid "Logging Aggregator Type"
msgstr "ログアグリゲーターのタイプ"
-#: awx/main/conf.py:374
+#: awx/main/conf.py:401
msgid "Format messages for the chosen log aggregator."
msgstr "選択されたログアグリゲーターのメッセージのフォーマット。"
-#: awx/main/conf.py:383
+#: awx/main/conf.py:410
msgid "Logging Aggregator Username"
msgstr "ログアグリゲーターのユーザー名"
-#: awx/main/conf.py:384
+#: awx/main/conf.py:411
msgid "Username for external log aggregator (if required)."
msgstr "外部ログアグリゲーターのユーザー名 (必要な場合)。"
-#: awx/main/conf.py:395
+#: awx/main/conf.py:422
msgid "Logging Aggregator Password/Token"
msgstr "ログアグリゲーターのパスワード/トークン"
-#: awx/main/conf.py:396
+#: awx/main/conf.py:423
msgid ""
"Password or authentication token for external log aggregator (if required)."
msgstr "外部ログアグリゲーターのパスワードまたは認証トークン (必要な場合)。"
-#: awx/main/conf.py:405
+#: awx/main/conf.py:432
msgid "Loggers Sending Data to Log Aggregator Form"
msgstr "ログアグリゲーターフォームにデータを送信するロガー"
-#: awx/main/conf.py:406
+#: awx/main/conf.py:433
msgid ""
"List of loggers that will send HTTP logs to the collector, these can include any or all of: \n"
"awx - service logs\n"
@@ -1786,59 +2109,59 @@ msgstr ""
"job_events - Ansible ジョブイベントからのコールバックデータ\n"
"system_tracking - スキャンジョブから生成されるファクト"
-#: awx/main/conf.py:419
+#: awx/main/conf.py:446
msgid "Log System Tracking Facts Individually"
msgstr "ログシステムによるファクトの個別トラッキング"
-#: awx/main/conf.py:420
+#: awx/main/conf.py:447
msgid ""
-"If set, system tracking facts will be sent for each package, service, "
-"orother item found in a scan, allowing for greater search query granularity."
-" If unset, facts will be sent as a single dictionary, allowing for greater "
+"If set, system tracking facts will be sent for each package, service, or "
+"other item found in a scan, allowing for greater search query granularity. "
+"If unset, facts will be sent as a single dictionary, allowing for greater "
"efficiency in fact processing."
msgstr ""
-"設定されている場合、スキャンで見つかる各パッケージ、サービスその他の項目についてのサービスシステムトラッキングのファクトが送信され、検索クエリーの詳細度が上がります。設定されていない場合、ファクトは単一辞書として送信され、ファクトの処理の効率が上がります。"
+"設定されている場合、スキャンで見つかる各パッケージ、サービスその他の項目についてのシステムトラッキングのファクトが送信され、検索クエリーの詳細度が上がります。設定されていない場合、ファクトは単一辞書として送信され、ファクトの処理の効率が上がります。"
-#: awx/main/conf.py:431
+#: awx/main/conf.py:458
msgid "Enable External Logging"
msgstr "外部ログの有効化"
-#: awx/main/conf.py:432
+#: awx/main/conf.py:459
msgid "Enable sending logs to external log aggregator."
msgstr "外部ログアグリゲーターへのログ送信の有効化"
-#: awx/main/conf.py:441
+#: awx/main/conf.py:468
msgid "Cluster-wide Tower unique identifier."
msgstr "クラスター全体での Tower 固有識別子。"
-#: awx/main/conf.py:442
+#: awx/main/conf.py:469
msgid "Useful to uniquely identify Tower instances."
msgstr "Tower インスタンスを一意に識別するのに役立ちます。"
-#: awx/main/conf.py:451
+#: awx/main/conf.py:478
msgid "Logging Aggregator Protocol"
msgstr "ログアグリゲーターのプロトコル"
-#: awx/main/conf.py:452
+#: awx/main/conf.py:479
msgid "Protocol used to communicate with log aggregator."
msgstr "ログアグリゲーターとの通信に使用されるプロトコルです。"
-#: awx/main/conf.py:460
+#: awx/main/conf.py:487
msgid "TCP Connection Timeout"
msgstr "TCP 接続のタイムアウト"
-#: awx/main/conf.py:461
+#: awx/main/conf.py:488
msgid ""
"Number of seconds for a TCP connection to external log aggregator to "
"timeout. Applies to HTTPS and TCP log aggregator protocols."
msgstr ""
"外部ログアグリゲーターへの TCP 接続がタイムアウトする秒数です。HTTPS および TCP ログアグリゲータープロトコルに適用されます。"
-#: awx/main/conf.py:471
+#: awx/main/conf.py:498
msgid "Enable/disable HTTPS certificate verification"
msgstr "HTTPS 証明書の検証を有効化/無効化"
-#: awx/main/conf.py:472
+#: awx/main/conf.py:499
msgid ""
"Flag to control enable/disable of certificate verification when "
"LOG_AGGREGATOR_PROTOCOL is \"https\". If enabled, Tower's log handler will "
@@ -1849,11 +2172,11 @@ msgstr ""
"が「https」の場合の証明書の検証の有効化/無効化を制御するフラグです。有効にされている場合、Tower "
"のログハンドラーは接続を確立する前に外部ログアグリゲーターによって送信される証明書を検証します。"
-#: awx/main/conf.py:484
+#: awx/main/conf.py:511
msgid "Logging Aggregator Level Threshold"
msgstr "ログアグリゲーターレベルのしきい値"
-#: awx/main/conf.py:485
+#: awx/main/conf.py:512
msgid ""
"Level threshold used by log handler. Severities from lowest to highest are "
"DEBUG, INFO, WARNING, ERROR, CRITICAL. Messages less severe than the "
@@ -1864,103 +2187,157 @@ msgstr ""
"になります。しきい値より重大度の低いメッセージはログハンドラーによって無視されます (カテゴリー awx.anlytics "
"の下にあるメッセージはこの設定を無視します)。"
-#: awx/main/conf.py:508 awx/sso/conf.py:1105
+#: awx/main/conf.py:535 awx/sso/conf.py:1262
msgid "\n"
msgstr "\n"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Sudo"
msgstr "Sudo"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Su"
msgstr "Su"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Pbrun"
msgstr "Pbrun"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Pfexec"
msgstr "Pfexec"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "DZDO"
msgstr "DZDO"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "Pmrun"
msgstr "Pmrun"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "Runas"
msgstr "Runas"
-#: awx/main/fields.py:57
-#, python-format
-msgid "'%s' is not one of ['%s']"
-msgstr "'%s' は ['%s'] のいずれでもありません。"
+#: awx/main/constants.py:19
+msgid "Enable"
+msgstr "有効化"
-#: awx/main/fields.py:533
+#: awx/main/constants.py:19
+msgid "Doas"
+msgstr "Doas"
+
+#: awx/main/constants.py:21
+msgid "None"
+msgstr "なし"
+
+#: awx/main/fields.py:62
+#, python-brace-format
+msgid "'{value}' is not one of ['{allowed_values}']"
+msgstr "'{value}' は ['{allowed_values}'] のいずれでもありません"
+
+#: awx/main/fields.py:421
+#, python-brace-format
+msgid "{type} provided in relative path {path}, expected {expected_type}"
+msgstr "相対パス {path} で指定される {type} です。{expected_type} が予想されます。"
+
+#: awx/main/fields.py:426
+#, python-brace-format
+msgid "{type} provided, expected {expected_type}"
+msgstr "{type} が指定されます。{expected_type} が予想されます。"
+
+#: awx/main/fields.py:431
+#, python-brace-format
+msgid "Schema validation error in relative path {path} ({error})"
+msgstr "相対パス {path} でスキーマの検証エラーが生じました ({error})"
+
+#: awx/main/fields.py:552
+msgid "secret values must be of type string, not {}"
+msgstr "シークレットの値は文字列型にする必要があります ({}ではない)"
+
+#: awx/main/fields.py:587
#, python-format
msgid "cannot be set unless \"%s\" is set"
msgstr "\"%s\" が設定されていない場合は設定できません"
-#: awx/main/fields.py:549
+#: awx/main/fields.py:603
#, python-format
msgid "required for %s"
msgstr "%s に必須です"
-#: awx/main/fields.py:573
+#: awx/main/fields.py:627
msgid "must be set when SSH key is encrypted."
msgstr "SSH キーが暗号化されている場合に設定する必要があります。"
-#: awx/main/fields.py:579
+#: awx/main/fields.py:633
msgid "should not be set when SSH key is not encrypted."
msgstr "SSH キーが暗号化されていない場合は設定できません。"
-#: awx/main/fields.py:637
+#: awx/main/fields.py:691
msgid "'dependencies' is not supported for custom credentials."
msgstr "「dependencies (依存関係)」はカスタム認証情報の場合にはサポートされません。"
-#: awx/main/fields.py:651
+#: awx/main/fields.py:705
msgid "\"tower\" is a reserved field name"
msgstr "「tower」は予約されたフィールド名です"
-#: awx/main/fields.py:658
+#: awx/main/fields.py:712
#, python-format
msgid "field IDs must be unique (%s)"
msgstr "フィールド ID は固有でなければなりません (%s)"
-#: awx/main/fields.py:671
-#, python-format
-msgid "%s not allowed for %s type (%s)"
-msgstr "%s は %s タイプに許可されません (%s)"
+#: awx/main/fields.py:725
+msgid "become_method is a reserved type name"
+msgstr "become_method は予約された型名です。"
-#: awx/main/fields.py:755
-#, python-format
-msgid "%s uses an undefined field (%s)"
-msgstr "%s は未定義のフィールドを使用します (%s)"
+#: awx/main/fields.py:736
+#, python-brace-format
+msgid "{sub_key} not allowed for {element_type} type ({element_id})"
+msgstr "{sub_key} は {element_type} 型の ({element_id}) には許可されません"
-#: awx/main/middleware.py:157
+#: awx/main/fields.py:810
+msgid ""
+"Must define unnamed file injector in order to reference `tower.filename`."
+msgstr "`tower.filename`を参照するために名前が設定されていないファイルインジェクターを定義する必要があります。"
+
+#: awx/main/fields.py:817
+msgid "Cannot directly reference reserved `tower` namespace container."
+msgstr "予約された `tower` 名前空間コンテナーを直接参照することができません。"
+
+#: awx/main/fields.py:827
+msgid "Must use multi-file syntax when injecting multiple files"
+msgstr "複数ファイルの挿入時に複数ファイル構文を使用する必要があります。"
+
+#: awx/main/fields.py:844
+#, python-brace-format
+msgid "{sub_key} uses an undefined field ({error_msg})"
+msgstr "{sub_key} は未定義フィールド ({error_msg}) を使用します。"
+
+#: awx/main/fields.py:851
+#, python-brace-format
+msgid ""
+"Syntax error rendering template for {sub_key} inside of {type} ({error_msg})"
+msgstr "{type} 内で {sub_key} のテンプレートのレンダリング中に構文エラーが発生しました({error_msg}) "
+
+#: awx/main/middleware.py:146
msgid "Formats of all available named urls"
msgstr "利用可能なすべての名前付き url の形式"
-#: awx/main/middleware.py:158
+#: awx/main/middleware.py:147
msgid ""
"Read-only list of key-value pairs that shows the standard format of all "
"available named URLs."
msgstr "名前付き URL を持つ利用可能なすべての標準形式を表示するキーと値のペアの読み取り専用リストです。"
-#: awx/main/middleware.py:160 awx/main/middleware.py:170
+#: awx/main/middleware.py:149 awx/main/middleware.py:159
msgid "Named URL"
msgstr "名前付き URL"
-#: awx/main/middleware.py:167
+#: awx/main/middleware.py:156
msgid "List of all named url graph nodes."
msgstr "すべての名前付き URL グラフノードの一覧です。"
-#: awx/main/middleware.py:168
+#: awx/main/middleware.py:157
msgid ""
"Read-only list of key-value pairs that exposes named URL graph topology. Use"
" this list to programmatically generate named URLs for resources"
@@ -1968,31 +2345,35 @@ msgstr ""
"名前付き URL グラフトポロジーを公開するキーと値のペアの読み取り専用一覧です。この一覧を使用してリソースの名前付き URL "
"をプログラムで生成します。"
-#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:33
+#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:35
msgid "Email"
msgstr "メール"
-#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:34
+#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:36
msgid "Slack"
msgstr "Slack"
-#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:35
+#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:37
msgid "Twilio"
msgstr "Twilio"
-#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:36
+#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:38
msgid "Pagerduty"
msgstr "Pagerduty"
-#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:37
+#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:39
msgid "HipChat"
msgstr "HipChat"
-#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:38
+#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:41
+msgid "Mattermost"
+msgstr "Mattermost"
+
+#: awx/main/migrations/_reencrypt.py:32 awx/main/models/notifications.py:40
msgid "Webhook"
msgstr "Webhook"
-#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:39
+#: awx/main/migrations/_reencrypt.py:33 awx/main/models/notifications.py:43
msgid "IRC"
msgstr "IRC"
@@ -2016,204 +2397,181 @@ msgstr "エンティティーの別のエンティティーへの関連付け"
msgid "Entity was Disassociated with another Entity"
msgstr "エンティティーの別のエンティティーとの関連付けの解除"
-#: awx/main/models/ad_hoc_commands.py:100
+#: awx/main/models/ad_hoc_commands.py:95
msgid "No valid inventory."
msgstr "有効なインベントリーはありません。"
-#: awx/main/models/ad_hoc_commands.py:107
+#: awx/main/models/ad_hoc_commands.py:102
msgid "You must provide a machine / SSH credential."
msgstr "マシン/SSH 認証情報を入力してください。"
-#: awx/main/models/ad_hoc_commands.py:118
-#: awx/main/models/ad_hoc_commands.py:126
+#: awx/main/models/ad_hoc_commands.py:113
+#: awx/main/models/ad_hoc_commands.py:121
msgid "Invalid type for ad hoc command"
msgstr "アドホックコマンドの無効なタイプ"
-#: awx/main/models/ad_hoc_commands.py:121
+#: awx/main/models/ad_hoc_commands.py:116
msgid "Unsupported module for ad hoc commands."
msgstr "アドホックコマンドのサポートされていないモジュール。"
-#: awx/main/models/ad_hoc_commands.py:129
+#: awx/main/models/ad_hoc_commands.py:124
#, python-format
msgid "No argument passed to %s module."
msgstr "%s モジュールに渡される引数はありません。"
-#: awx/main/models/ad_hoc_commands.py:245 awx/main/models/jobs.py:911
-msgid "Host Failed"
-msgstr "ホストの失敗"
-
-#: awx/main/models/ad_hoc_commands.py:246 awx/main/models/jobs.py:912
-msgid "Host OK"
-msgstr "ホスト OK"
-
-#: awx/main/models/ad_hoc_commands.py:247 awx/main/models/jobs.py:915
-msgid "Host Unreachable"
-msgstr "ホストに到達できません"
-
-#: awx/main/models/ad_hoc_commands.py:252 awx/main/models/jobs.py:914
-msgid "Host Skipped"
-msgstr "ホストがスキップされました"
-
-#: awx/main/models/ad_hoc_commands.py:262 awx/main/models/jobs.py:942
-msgid "Debug"
-msgstr "デバッグ"
-
-#: awx/main/models/ad_hoc_commands.py:263 awx/main/models/jobs.py:943
-msgid "Verbose"
-msgstr "詳細"
-
-#: awx/main/models/ad_hoc_commands.py:264 awx/main/models/jobs.py:944
-msgid "Deprecated"
-msgstr "非推奨"
-
-#: awx/main/models/ad_hoc_commands.py:265 awx/main/models/jobs.py:945
-msgid "Warning"
-msgstr "警告"
-
-#: awx/main/models/ad_hoc_commands.py:266 awx/main/models/jobs.py:946
-msgid "System Warning"
-msgstr "システム警告"
-
-#: awx/main/models/ad_hoc_commands.py:267 awx/main/models/jobs.py:947
-#: awx/main/models/unified_jobs.py:64
-msgid "Error"
-msgstr "エラー"
-
-#: awx/main/models/base.py:40 awx/main/models/base.py:46
-#: awx/main/models/base.py:51
+#: awx/main/models/base.py:33 awx/main/models/base.py:39
+#: awx/main/models/base.py:44 awx/main/models/base.py:49
msgid "Run"
msgstr "実行"
-#: awx/main/models/base.py:41 awx/main/models/base.py:47
-#: awx/main/models/base.py:52
+#: awx/main/models/base.py:34 awx/main/models/base.py:40
+#: awx/main/models/base.py:45 awx/main/models/base.py:50
msgid "Check"
msgstr "チェック"
-#: awx/main/models/base.py:42
+#: awx/main/models/base.py:35
msgid "Scan"
msgstr "スキャン"
-#: awx/main/models/credential.py:86
+#: awx/main/models/credential/__init__.py:110
msgid "Host"
msgstr "ホスト"
-#: awx/main/models/credential.py:87
+#: awx/main/models/credential/__init__.py:111
msgid "The hostname or IP address to use."
msgstr "使用するホスト名または IP アドレス。"
-#: awx/main/models/credential.py:93
+#: awx/main/models/credential/__init__.py:117
+#: awx/main/models/credential/__init__.py:681
+#: awx/main/models/credential/__init__.py:736
+#: awx/main/models/credential/__init__.py:801
+#: awx/main/models/credential/__init__.py:879
+#: awx/main/models/credential/__init__.py:925
+#: awx/main/models/credential/__init__.py:953
+#: awx/main/models/credential/__init__.py:982
+#: awx/main/models/credential/__init__.py:1046
+#: awx/main/models/credential/__init__.py:1087
+#: awx/main/models/credential/__init__.py:1120
+#: awx/main/models/credential/__init__.py:1172
msgid "Username"
msgstr "ユーザー名"
-#: awx/main/models/credential.py:94
+#: awx/main/models/credential/__init__.py:118
msgid "Username for this credential."
msgstr "この認証情報のユーザー名。"
-#: awx/main/models/credential.py:100
+#: awx/main/models/credential/__init__.py:124
+#: awx/main/models/credential/__init__.py:685
+#: awx/main/models/credential/__init__.py:740
+#: awx/main/models/credential/__init__.py:805
+#: awx/main/models/credential/__init__.py:929
+#: awx/main/models/credential/__init__.py:957
+#: awx/main/models/credential/__init__.py:986
+#: awx/main/models/credential/__init__.py:1050
+#: awx/main/models/credential/__init__.py:1091
+#: awx/main/models/credential/__init__.py:1124
+#: awx/main/models/credential/__init__.py:1176
msgid "Password"
msgstr "パスワード"
-#: awx/main/models/credential.py:101
+#: awx/main/models/credential/__init__.py:125
msgid ""
"Password for this credential (or \"ASK\" to prompt the user for machine "
"credentials)."
msgstr "この認証情報のパスワード (またはマシンの認証情報を求めるプロンプトを出すには 「ASK」)。"
-#: awx/main/models/credential.py:108
+#: awx/main/models/credential/__init__.py:132
msgid "Security Token"
msgstr "セキュリティートークン"
-#: awx/main/models/credential.py:109
+#: awx/main/models/credential/__init__.py:133
msgid "Security Token for this credential"
msgstr "この認証情報のセキュリティートークン"
-#: awx/main/models/credential.py:115
+#: awx/main/models/credential/__init__.py:139
msgid "Project"
msgstr "プロジェクト"
-#: awx/main/models/credential.py:116
+#: awx/main/models/credential/__init__.py:140
msgid "The identifier for the project."
msgstr "プロジェクトの識別子。"
-#: awx/main/models/credential.py:122
+#: awx/main/models/credential/__init__.py:146
msgid "Domain"
msgstr "ドメイン"
-#: awx/main/models/credential.py:123
+#: awx/main/models/credential/__init__.py:147
msgid "The identifier for the domain."
msgstr "ドメインの識別子。"
-#: awx/main/models/credential.py:128
+#: awx/main/models/credential/__init__.py:152
msgid "SSH private key"
msgstr "SSH 秘密鍵"
-#: awx/main/models/credential.py:129
+#: awx/main/models/credential/__init__.py:153
msgid "RSA or DSA private key to be used instead of password."
msgstr "パスワードの代わりに使用される RSA または DSA 秘密鍵。"
-#: awx/main/models/credential.py:135
+#: awx/main/models/credential/__init__.py:159
msgid "SSH key unlock"
msgstr "SSH キーのロック解除"
-#: awx/main/models/credential.py:136
+#: awx/main/models/credential/__init__.py:160
msgid ""
"Passphrase to unlock SSH private key if encrypted (or \"ASK\" to prompt the "
"user for machine credentials)."
msgstr ""
"暗号化されている場合は SSH 秘密鍵のロックを解除するためのパスフレーズ (またはマシンの認証情報を求めるプロンプトを出すには「ASK」)。"
-#: awx/main/models/credential.py:143
-msgid "None"
-msgstr "なし"
-
-#: awx/main/models/credential.py:144
+#: awx/main/models/credential/__init__.py:168
msgid "Privilege escalation method."
msgstr "権限昇格メソッド。"
-#: awx/main/models/credential.py:150
+#: awx/main/models/credential/__init__.py:174
msgid "Privilege escalation username."
msgstr "権限昇格ユーザー名。"
-#: awx/main/models/credential.py:156
+#: awx/main/models/credential/__init__.py:180
msgid "Password for privilege escalation method."
msgstr "権限昇格メソッドのパスワード。"
-#: awx/main/models/credential.py:162
+#: awx/main/models/credential/__init__.py:186
msgid "Vault password (or \"ASK\" to prompt the user)."
msgstr "Vault パスワード (またはユーザーにプロンプトを出すには「ASK」)。"
-#: awx/main/models/credential.py:166
+#: awx/main/models/credential/__init__.py:190
msgid "Whether to use the authorize mechanism."
msgstr "認証メカニズムを使用するかどうか。"
-#: awx/main/models/credential.py:172
+#: awx/main/models/credential/__init__.py:196
msgid "Password used by the authorize mechanism."
msgstr "認証メカニズムで使用されるパスワード。"
-#: awx/main/models/credential.py:178
+#: awx/main/models/credential/__init__.py:202
msgid "Client Id or Application Id for the credential"
msgstr "認証情報のクライアント ID またはアプリケーション ID"
-#: awx/main/models/credential.py:184
+#: awx/main/models/credential/__init__.py:208
msgid "Secret Token for this credential"
msgstr "この認証情報のシークレットトークン"
-#: awx/main/models/credential.py:190
+#: awx/main/models/credential/__init__.py:214
msgid "Subscription identifier for this credential"
msgstr "この認証情報のサブスクリプション識別子"
-#: awx/main/models/credential.py:196
+#: awx/main/models/credential/__init__.py:220
msgid "Tenant identifier for this credential"
msgstr "この認証情報のテナント識別子"
-#: awx/main/models/credential.py:220
+#: awx/main/models/credential/__init__.py:244
msgid ""
"Specify the type of credential you want to create. Refer to the Ansible "
"Tower documentation for details on each type."
msgstr ""
"作成する必要のある証明書のタイプを指定します。それぞれのタイプの詳細については、Ansible Tower ドキュメントを参照してください。"
-#: awx/main/models/credential.py:234 awx/main/models/credential.py:420
+#: awx/main/models/credential/__init__.py:258
+#: awx/main/models/credential/__init__.py:476
msgid ""
"Enter inputs using either JSON or YAML syntax. Use the radio button to "
"toggle between the two. Refer to the Ansible Tower documentation for example"
@@ -2222,31 +2580,36 @@ msgstr ""
"JSON または YAML 構文のいずれかを使用して入力を行います。ラジオボタンを使用してこれらの間で切り替えを行います。構文のサンプルについては "
"Ansible Tower ドキュメントを参照してください。"
-#: awx/main/models/credential.py:401
+#: awx/main/models/credential/__init__.py:457
+#: awx/main/models/credential/__init__.py:676
msgid "Machine"
msgstr "マシン"
-#: awx/main/models/credential.py:402
+#: awx/main/models/credential/__init__.py:458
+#: awx/main/models/credential/__init__.py:767
msgid "Vault"
msgstr "Vault"
-#: awx/main/models/credential.py:403
+#: awx/main/models/credential/__init__.py:459
+#: awx/main/models/credential/__init__.py:796
msgid "Network"
msgstr "ネットワーク"
-#: awx/main/models/credential.py:404
+#: awx/main/models/credential/__init__.py:460
+#: awx/main/models/credential/__init__.py:731
msgid "Source Control"
msgstr "ソースコントロール"
-#: awx/main/models/credential.py:405
+#: awx/main/models/credential/__init__.py:461
msgid "Cloud"
msgstr "クラウド"
-#: awx/main/models/credential.py:406
+#: awx/main/models/credential/__init__.py:462
+#: awx/main/models/credential/__init__.py:1082
msgid "Insights"
msgstr "Insights"
-#: awx/main/models/credential.py:427
+#: awx/main/models/credential/__init__.py:483
msgid ""
"Enter injectors using either JSON or YAML syntax. Use the radio button to "
"toggle between the two. Refer to the Ansible Tower documentation for example"
@@ -2256,11 +2619,396 @@ msgstr ""
"構文のいずれかを使用してインジェクターを入力します。ラジオボタンを使用してこれらの間で切り替えを行います。構文のサンプルについては Ansible "
"Tower ドキュメントを参照してください。"
-#: awx/main/models/credential.py:478
+#: awx/main/models/credential/__init__.py:534
#, python-format
msgid "adding %s credential type"
msgstr "%s 認証情報タイプの追加"
+#: awx/main/models/credential/__init__.py:691
+#: awx/main/models/credential/__init__.py:810
+msgid "SSH Private Key"
+msgstr "SSH 秘密鍵"
+
+#: awx/main/models/credential/__init__.py:698
+#: awx/main/models/credential/__init__.py:752
+#: awx/main/models/credential/__init__.py:817
+msgid "Private Key Passphrase"
+msgstr "秘密鍵のパスフレーズ"
+
+#: awx/main/models/credential/__init__.py:704
+msgid "Privilege Escalation Method"
+msgstr "権限昇格方法"
+
+#: awx/main/models/credential/__init__.py:706
+msgid ""
+"Specify a method for \"become\" operations. This is equivalent to specifying"
+" the --become-method Ansible parameter."
+msgstr "「become」操作の方式を指定します。これは --become-method Ansible パラメーターを指定することに相当します。"
+
+#: awx/main/models/credential/__init__.py:711
+msgid "Privilege Escalation Username"
+msgstr "権限昇格ユーザー名"
+
+#: awx/main/models/credential/__init__.py:715
+msgid "Privilege Escalation Password"
+msgstr "権限昇格パスワード"
+
+#: awx/main/models/credential/__init__.py:745
+msgid "SCM Private Key"
+msgstr "SCM 秘密鍵"
+
+#: awx/main/models/credential/__init__.py:772
+msgid "Vault Password"
+msgstr "Vault パスワード"
+
+#: awx/main/models/credential/__init__.py:778
+msgid "Vault Identifier"
+msgstr "Vault ID"
+
+#: awx/main/models/credential/__init__.py:781
+msgid ""
+"Specify an (optional) Vault ID. This is equivalent to specifying the "
+"--vault-id Ansible parameter for providing multiple Vault passwords. Note: "
+"this feature only works in Ansible 2.4+."
+msgstr ""
+"(オプションの) Vault ID を指定します。これは、複数の Vault パスワードを指定するために --vault-id Ansible "
+"パラメーターを指定することに相当します。注: この機能は Ansible 2.4+ でのみ機能します。"
+
+#: awx/main/models/credential/__init__.py:822
+msgid "Authorize"
+msgstr "認証"
+
+#: awx/main/models/credential/__init__.py:826
+msgid "Authorize Password"
+msgstr "認証パスワード"
+
+#: awx/main/models/credential/__init__.py:843
+msgid "Amazon Web Services"
+msgstr "Amazon Web Services"
+
+#: awx/main/models/credential/__init__.py:848
+msgid "Access Key"
+msgstr "アクセスキー"
+
+#: awx/main/models/credential/__init__.py:852
+msgid "Secret Key"
+msgstr "シークレットキー"
+
+#: awx/main/models/credential/__init__.py:857
+msgid "STS Token"
+msgstr "STS トークン"
+
+#: awx/main/models/credential/__init__.py:860
+msgid ""
+"Security Token Service (STS) is a web service that enables you to request "
+"temporary, limited-privilege credentials for AWS Identity and Access "
+"Management (IAM) users."
+msgstr ""
+"セキュリティートークンサービス (STS) は、AWS Identity and Access Management (IAM) "
+"ユーザーの一時的な、権限の制限された認証情報を要求できる web サービスです。"
+
+#: awx/main/models/credential/__init__.py:874 awx/main/models/inventory.py:990
+msgid "OpenStack"
+msgstr "OpenStack"
+
+#: awx/main/models/credential/__init__.py:883
+msgid "Password (API Key)"
+msgstr "パスワード (API キー)"
+
+#: awx/main/models/credential/__init__.py:888
+#: awx/main/models/credential/__init__.py:1115
+msgid "Host (Authentication URL)"
+msgstr "ホスト (認証 URL)"
+
+#: awx/main/models/credential/__init__.py:890
+msgid ""
+"The host to authenticate with. For example, "
+"https://openstack.business.com/v2.0/"
+msgstr "認証に使用するホスト。例: https://openstack.business.com/v2.0/"
+
+#: awx/main/models/credential/__init__.py:894
+msgid "Project (Tenant Name)"
+msgstr "プロジェクト (テナント名)"
+
+#: awx/main/models/credential/__init__.py:898
+msgid "Domain Name"
+msgstr "ドメイン名"
+
+#: awx/main/models/credential/__init__.py:900
+msgid ""
+"OpenStack domains define administrative boundaries. It is only needed for "
+"Keystone v3 authentication URLs. Refer to Ansible Tower documentation for "
+"common scenarios."
+msgstr ""
+"OpenStack ドメインは管理上の境界を定義します。これは Keystone v3 認証 URL にのみ必要です。共通するシナリオについては "
+"Ansible Tower ドキュメントを参照してください。"
+
+#: awx/main/models/credential/__init__.py:914 awx/main/models/inventory.py:987
+msgid "VMware vCenter"
+msgstr "VMware vCenter"
+
+#: awx/main/models/credential/__init__.py:919
+msgid "VCenter Host"
+msgstr "vCenter ホスト"
+
+#: awx/main/models/credential/__init__.py:921
+msgid ""
+"Enter the hostname or IP address that corresponds to your VMware vCenter."
+msgstr "VMware vCenter に対応するホスト名または IP アドレスを入力します。"
+
+#: awx/main/models/credential/__init__.py:942 awx/main/models/inventory.py:988
+msgid "Red Hat Satellite 6"
+msgstr "Red Hat Satellite 6"
+
+#: awx/main/models/credential/__init__.py:947
+msgid "Satellite 6 URL"
+msgstr "Satellite 6 URL"
+
+#: awx/main/models/credential/__init__.py:949
+msgid ""
+"Enter the URL that corresponds to your Red Hat Satellite 6 server. For "
+"example, https://satellite.example.org"
+msgstr ""
+"Red Hat Satellite 6 Server に対応する URL を入力します (例: "
+"https://satellite.example.org)。"
+
+#: awx/main/models/credential/__init__.py:970 awx/main/models/inventory.py:989
+msgid "Red Hat CloudForms"
+msgstr "Red Hat CloudForms"
+
+#: awx/main/models/credential/__init__.py:975
+msgid "CloudForms URL"
+msgstr "CloudForms URL"
+
+#: awx/main/models/credential/__init__.py:977
+msgid ""
+"Enter the URL for the virtual machine that corresponds to your CloudForm "
+"instance. For example, https://cloudforms.example.org"
+msgstr ""
+"CloudForms インスタンスに対応する仮想マシンの URL を入力します (例: https://cloudforms.example.org)。"
+
+#: awx/main/models/credential/__init__.py:999 awx/main/models/inventory.py:985
+msgid "Google Compute Engine"
+msgstr "Google Compute Engine"
+
+#: awx/main/models/credential/__init__.py:1004
+msgid "Service Account Email Address"
+msgstr "サービスアカウントのメールアドレス"
+
+#: awx/main/models/credential/__init__.py:1006
+msgid ""
+"The email address assigned to the Google Compute Engine service account."
+msgstr "Google Compute Engine サービスアカウントに割り当てられたメールアドレス。"
+
+#: awx/main/models/credential/__init__.py:1012
+msgid ""
+"The Project ID is the GCE assigned identification. It is often constructed "
+"as three words or two words followed by a three-digit number. Examples: "
+"project-id-000 and another-project-id"
+msgstr ""
+"プロジェクト ID は GCE によって割り当てられる識別情報です。これは 3 語か、または 2 語とそれに続く 3 "
+"桁の数字のいずれかで構成されます。例: project-id-000、another-project-id"
+
+#: awx/main/models/credential/__init__.py:1018
+msgid "RSA Private Key"
+msgstr "RSA 秘密鍵"
+
+#: awx/main/models/credential/__init__.py:1023
+msgid ""
+"Paste the contents of the PEM file associated with the service account "
+"email."
+msgstr "サービスアカウントメールに関連付けられた PEM ファイルの内容を貼り付けます。"
+
+#: awx/main/models/credential/__init__.py:1035
+#: awx/main/models/inventory.py:986
+msgid "Microsoft Azure Resource Manager"
+msgstr "Microsoft Azure Resource Manager"
+
+#: awx/main/models/credential/__init__.py:1040
+msgid "Subscription ID"
+msgstr "サブスクリプション ID"
+
+#: awx/main/models/credential/__init__.py:1042
+msgid "Subscription ID is an Azure construct, which is mapped to a username."
+msgstr "サブスクリプション ID は、ユーザー名にマップされる Azure コンストラクトです。"
+
+#: awx/main/models/credential/__init__.py:1055
+msgid "Client ID"
+msgstr "クライアント ID"
+
+#: awx/main/models/credential/__init__.py:1064
+msgid "Tenant ID"
+msgstr "テナント ID"
+
+#: awx/main/models/credential/__init__.py:1068
+msgid "Azure Cloud Environment"
+msgstr "Azure クラウド環境"
+
+#: awx/main/models/credential/__init__.py:1070
+msgid ""
+"Environment variable AZURE_CLOUD_ENVIRONMENT when using Azure GovCloud or "
+"Azure stack."
+msgstr "Azure GovCloud または Azure スタック使用時の環境変数 AZURE_CLOUD_ENVIRONMENT。"
+
+#: awx/main/models/credential/__init__.py:1110
+#: awx/main/models/inventory.py:991
+msgid "Red Hat Virtualization"
+msgstr "Red Hat Virtualization"
+
+#: awx/main/models/credential/__init__.py:1117
+msgid "The host to authenticate with."
+msgstr "認証に使用するホスト。"
+
+#: awx/main/models/credential/__init__.py:1129
+msgid "CA File"
+msgstr "CA ファイル"
+
+#: awx/main/models/credential/__init__.py:1131
+msgid "Absolute file path to the CA file to use (optional)"
+msgstr "使用する CA ファイルへの絶対ファイルパス (オプション)"
+
+#: awx/main/models/credential/__init__.py:1162
+#: awx/main/models/inventory.py:992
+msgid "Ansible Tower"
+msgstr "Ansible Tower"
+
+#: awx/main/models/credential/__init__.py:1167
+msgid "Ansible Tower Hostname"
+msgstr "Ansible Tower ホスト名"
+
+#: awx/main/models/credential/__init__.py:1169
+msgid "The Ansible Tower base URL to authenticate with."
+msgstr "認証で使用する Ansible Tower ベース URL。"
+
+#: awx/main/models/credential/__init__.py:1181
+msgid "Verify SSL"
+msgstr "SSL の検証"
+
+#: awx/main/models/events.py:89 awx/main/models/events.py:608
+msgid "Host Failed"
+msgstr "ホストの失敗"
+
+#: awx/main/models/events.py:90 awx/main/models/events.py:609
+msgid "Host OK"
+msgstr "ホスト OK"
+
+#: awx/main/models/events.py:91
+msgid "Host Failure"
+msgstr "ホストの失敗"
+
+#: awx/main/models/events.py:92 awx/main/models/events.py:615
+msgid "Host Skipped"
+msgstr "ホストがスキップされました"
+
+#: awx/main/models/events.py:93 awx/main/models/events.py:610
+msgid "Host Unreachable"
+msgstr "ホストに到達できません"
+
+#: awx/main/models/events.py:94 awx/main/models/events.py:108
+msgid "No Hosts Remaining"
+msgstr "残りのホストがありません"
+
+#: awx/main/models/events.py:95
+msgid "Host Polling"
+msgstr "ホストのポーリング"
+
+#: awx/main/models/events.py:96
+msgid "Host Async OK"
+msgstr "ホストの非同期 OK"
+
+#: awx/main/models/events.py:97
+msgid "Host Async Failure"
+msgstr "ホストの非同期失敗"
+
+#: awx/main/models/events.py:98
+msgid "Item OK"
+msgstr "項目 OK"
+
+#: awx/main/models/events.py:99
+msgid "Item Failed"
+msgstr "項目の失敗"
+
+#: awx/main/models/events.py:100
+msgid "Item Skipped"
+msgstr "項目のスキップ"
+
+#: awx/main/models/events.py:101
+msgid "Host Retry"
+msgstr "ホストの再試行"
+
+#: awx/main/models/events.py:103
+msgid "File Difference"
+msgstr "ファイルの相違点"
+
+#: awx/main/models/events.py:104
+msgid "Playbook Started"
+msgstr "Playbook の開始"
+
+#: awx/main/models/events.py:105
+msgid "Running Handlers"
+msgstr "実行中のハンドラー"
+
+#: awx/main/models/events.py:106
+msgid "Including File"
+msgstr "組み込みファイル"
+
+#: awx/main/models/events.py:107
+msgid "No Hosts Matched"
+msgstr "一致するホストがありません"
+
+#: awx/main/models/events.py:109
+msgid "Task Started"
+msgstr "タスクの開始"
+
+#: awx/main/models/events.py:111
+msgid "Variables Prompted"
+msgstr "変数のプロモート"
+
+#: awx/main/models/events.py:112
+msgid "Gathering Facts"
+msgstr "ファクトの収集"
+
+#: awx/main/models/events.py:113
+msgid "internal: on Import for Host"
+msgstr "内部: ホストのインポート時"
+
+#: awx/main/models/events.py:114
+msgid "internal: on Not Import for Host"
+msgstr "内部: ホストの非インポート時"
+
+#: awx/main/models/events.py:115
+msgid "Play Started"
+msgstr "プレイの開始"
+
+#: awx/main/models/events.py:116
+msgid "Playbook Complete"
+msgstr "Playbook の完了"
+
+#: awx/main/models/events.py:120 awx/main/models/events.py:625
+msgid "Debug"
+msgstr "デバッグ"
+
+#: awx/main/models/events.py:121 awx/main/models/events.py:626
+msgid "Verbose"
+msgstr "詳細"
+
+#: awx/main/models/events.py:122 awx/main/models/events.py:627
+msgid "Deprecated"
+msgstr "非推奨"
+
+#: awx/main/models/events.py:123 awx/main/models/events.py:628
+msgid "Warning"
+msgstr "警告"
+
+#: awx/main/models/events.py:124 awx/main/models/events.py:629
+msgid "System Warning"
+msgstr "システム警告"
+
+#: awx/main/models/events.py:125 awx/main/models/events.py:630
+#: awx/main/models/unified_jobs.py:67
+msgid "Error"
+msgstr "エラー"
+
#: awx/main/models/fact.py:25
msgid "Host for the facts that the fact scan captured."
msgstr "ファクトスキャンがキャプチャーしたファクトのホスト。"
@@ -2275,348 +3023,335 @@ msgid ""
"host."
msgstr "単一ホストのタイムスタンプでキャプチャーされるモジュールファクトの任意の JSON 構造。"
-#: awx/main/models/ha.py:78
+#: awx/main/models/ha.py:153
msgid "Instances that are members of this InstanceGroup"
msgstr "このインスタンスグループのメンバーであるインスタンス"
-#: awx/main/models/ha.py:83
+#: awx/main/models/ha.py:158
msgid "Instance Group to remotely control this group."
msgstr "このグループをリモートで制御するためのインスタンスグループ"
-#: awx/main/models/inventory.py:52
+#: awx/main/models/ha.py:165
+msgid "Percentage of Instances to automatically assign to this group"
+msgstr "このグループに自動的に割り当てるインスタンスのパーセンテージ"
+
+#: awx/main/models/ha.py:169
+msgid ""
+"Static minimum number of Instances to automatically assign to this group"
+msgstr "このグループに自動的に割り当てるインスタンスの静的な最小数。"
+
+#: awx/main/models/ha.py:174
+msgid ""
+"List of exact-match Instances that will always be automatically assigned to "
+"this group"
+msgstr "このグループに常に自動的に割り当てられる完全一致のインスタンスの一覧"
+
+#: awx/main/models/inventory.py:61
msgid "Hosts have a direct link to this inventory."
msgstr "ホストにはこのインベントリーへの直接のリンクがあります。"
-#: awx/main/models/inventory.py:53
+#: awx/main/models/inventory.py:62
msgid "Hosts for inventory generated using the host_filter property."
msgstr "host_filter プロパティーを使用して生成されたインベントリーのホスト。"
-#: awx/main/models/inventory.py:58
+#: awx/main/models/inventory.py:67
msgid "inventories"
msgstr "インベントリー"
-#: awx/main/models/inventory.py:65
+#: awx/main/models/inventory.py:74
msgid "Organization containing this inventory."
msgstr "このインベントリーを含む組織。"
-#: awx/main/models/inventory.py:72
+#: awx/main/models/inventory.py:81
msgid "Inventory variables in JSON or YAML format."
msgstr "JSON または YAML 形式のインベントリー変数。"
-#: awx/main/models/inventory.py:77
+#: awx/main/models/inventory.py:86
msgid "Flag indicating whether any hosts in this inventory have failed."
msgstr "このインベントリーのホストが失敗したかどうかを示すフラグ。"
-#: awx/main/models/inventory.py:82
+#: awx/main/models/inventory.py:91
msgid "Total number of hosts in this inventory."
msgstr "このインべントリー内のホストの合計数。"
-#: awx/main/models/inventory.py:87
+#: awx/main/models/inventory.py:96
msgid "Number of hosts in this inventory with active failures."
msgstr "アクティブなエラーのあるこのインベントリー内のホストの数。"
-#: awx/main/models/inventory.py:92
+#: awx/main/models/inventory.py:101
msgid "Total number of groups in this inventory."
msgstr "このインべントリー内のグループの合計数。"
-#: awx/main/models/inventory.py:97
+#: awx/main/models/inventory.py:106
msgid "Number of groups in this inventory with active failures."
msgstr "アクティブなエラーのあるこのインベントリー内のグループの数。"
-#: awx/main/models/inventory.py:102
+#: awx/main/models/inventory.py:111
msgid ""
"Flag indicating whether this inventory has any external inventory sources."
msgstr "このインベントリーに外部のインベントリーソースがあるかどうかを示すフラグ。"
-#: awx/main/models/inventory.py:107
+#: awx/main/models/inventory.py:116
msgid ""
"Total number of external inventory sources configured within this inventory."
msgstr "このインベントリー内で設定される外部インベントリーソースの合計数。"
-#: awx/main/models/inventory.py:112
+#: awx/main/models/inventory.py:121
msgid "Number of external inventory sources in this inventory with failures."
msgstr "エラーのあるこのインベントリー内の外部インベントリーソースの数。"
-#: awx/main/models/inventory.py:119
+#: awx/main/models/inventory.py:128
msgid "Kind of inventory being represented."
msgstr "表示されているインベントリーの種類。"
-#: awx/main/models/inventory.py:125
+#: awx/main/models/inventory.py:134
msgid "Filter that will be applied to the hosts of this inventory."
msgstr "このインべントリーのホストに適用されるフィルター。"
-#: awx/main/models/inventory.py:152
+#: awx/main/models/inventory.py:161
msgid ""
"Credentials to be used by hosts belonging to this inventory when accessing "
"Red Hat Insights API."
msgstr "Red Hat Insights API へのアクセス時にこのインベントリーに属するホストによって使用される認証情報。"
-#: awx/main/models/inventory.py:161
+#: awx/main/models/inventory.py:170
msgid "Flag indicating the inventory is being deleted."
msgstr "このインベントリーが削除されていることを示すフラグ。"
-#: awx/main/models/inventory.py:374
+#: awx/main/models/inventory.py:459
msgid "Assignment not allowed for Smart Inventory"
msgstr "割り当てはスマートインベントリーでは許可されません"
-#: awx/main/models/inventory.py:376 awx/main/models/projects.py:148
+#: awx/main/models/inventory.py:461 awx/main/models/projects.py:159
msgid "Credential kind must be 'insights'."
msgstr "認証情報の種類は「insights」である必要があります。"
-#: awx/main/models/inventory.py:443
+#: awx/main/models/inventory.py:546
msgid "Is this host online and available for running jobs?"
msgstr "このホストはオンラインで、ジョブを実行するために利用できますか?"
-#: awx/main/models/inventory.py:449
+#: awx/main/models/inventory.py:552
msgid ""
"The value used by the remote inventory source to uniquely identify the host"
msgstr "ホストを一意に識別するためにリモートインベントリーソースで使用される値"
-#: awx/main/models/inventory.py:454
+#: awx/main/models/inventory.py:557
msgid "Host variables in JSON or YAML format."
msgstr "JSON または YAML 形式のホスト変数。"
-#: awx/main/models/inventory.py:476
+#: awx/main/models/inventory.py:579
msgid "Flag indicating whether the last job failed for this host."
msgstr "このホストの最後のジョブが失敗したかどうかを示すフラグ。"
-#: awx/main/models/inventory.py:481
+#: awx/main/models/inventory.py:584
msgid ""
"Flag indicating whether this host was created/updated from any external "
"inventory sources."
msgstr "このホストが外部インベントリーソースから作成/更新されたかどうかを示すフラグ。"
-#: awx/main/models/inventory.py:487
+#: awx/main/models/inventory.py:590
msgid "Inventory source(s) that created or modified this host."
msgstr "このホストを作成または変更したインベントリーソース。"
-#: awx/main/models/inventory.py:492
+#: awx/main/models/inventory.py:595
msgid "Arbitrary JSON structure of most recent ansible_facts, per-host."
msgstr "ホスト別の最新 ansible_facts の任意の JSON 構造。"
-#: awx/main/models/inventory.py:498
+#: awx/main/models/inventory.py:601
msgid "The date and time ansible_facts was last modified."
msgstr "ansible_facts の最終変更日時。"
-#: awx/main/models/inventory.py:505
+#: awx/main/models/inventory.py:608
msgid "Red Hat Insights host unique identifier."
msgstr "Red Hat Insights ホスト固有 ID。"
-#: awx/main/models/inventory.py:633
+#: awx/main/models/inventory.py:743
msgid "Group variables in JSON or YAML format."
msgstr "JSON または YAML 形式のグループ変数。"
-#: awx/main/models/inventory.py:639
+#: awx/main/models/inventory.py:749
msgid "Hosts associated directly with this group."
msgstr "このグループに直接関連付けられたホスト。"
-#: awx/main/models/inventory.py:644
+#: awx/main/models/inventory.py:754
msgid "Total number of hosts directly or indirectly in this group."
msgstr "このグループに直接的または間接的に属するホストの合計数。"
-#: awx/main/models/inventory.py:649
+#: awx/main/models/inventory.py:759
msgid "Flag indicating whether this group has any hosts with active failures."
msgstr "このグループにアクティブなエラーのあるホストがあるかどうかを示すフラグ。"
-#: awx/main/models/inventory.py:654
+#: awx/main/models/inventory.py:764
msgid "Number of hosts in this group with active failures."
msgstr "アクティブなエラーのあるこのグループ内のホストの数。"
-#: awx/main/models/inventory.py:659
+#: awx/main/models/inventory.py:769
msgid "Total number of child groups contained within this group."
msgstr "このグループに含まれる子グループの合計数。"
-#: awx/main/models/inventory.py:664
+#: awx/main/models/inventory.py:774
msgid "Number of child groups within this group that have active failures."
msgstr "アクティブなエラーのあるこのグループ内の子グループの数。"
-#: awx/main/models/inventory.py:669
+#: awx/main/models/inventory.py:779
msgid ""
"Flag indicating whether this group was created/updated from any external "
"inventory sources."
msgstr "このグループが外部インベントリーソースから作成/更新されたかどうかを示すフラグ。"
-#: awx/main/models/inventory.py:675
+#: awx/main/models/inventory.py:785
msgid "Inventory source(s) that created or modified this group."
msgstr "このグループを作成または変更したインベントリーソース。"
-#: awx/main/models/inventory.py:865 awx/main/models/projects.py:42
-#: awx/main/models/unified_jobs.py:428
+#: awx/main/models/inventory.py:981 awx/main/models/projects.py:53
+#: awx/main/models/unified_jobs.py:519
msgid "Manual"
msgstr "手動"
-#: awx/main/models/inventory.py:866
+#: awx/main/models/inventory.py:982
msgid "File, Directory or Script"
msgstr "ファイル、ディレクトリーまたはスクリプト"
-#: awx/main/models/inventory.py:867
+#: awx/main/models/inventory.py:983
msgid "Sourced from a Project"
msgstr "ソース: プロジェクト"
-#: awx/main/models/inventory.py:868
+#: awx/main/models/inventory.py:984
msgid "Amazon EC2"
msgstr "Amazon EC2"
-#: awx/main/models/inventory.py:869
-msgid "Google Compute Engine"
-msgstr "Google Compute Engine"
-
-#: awx/main/models/inventory.py:870
-msgid "Microsoft Azure Resource Manager"
-msgstr "Microsoft Azure Resource Manager"
-
-#: awx/main/models/inventory.py:871
-msgid "VMware vCenter"
-msgstr "VMware vCenter"
-
-#: awx/main/models/inventory.py:872
-msgid "Red Hat Satellite 6"
-msgstr "Red Hat Satellite 6"
-
-#: awx/main/models/inventory.py:873
-msgid "Red Hat CloudForms"
-msgstr "Red Hat CloudForms"
-
-#: awx/main/models/inventory.py:874
-msgid "OpenStack"
-msgstr "OpenStack"
-
-#: awx/main/models/inventory.py:875
-msgid "oVirt4"
-msgstr "oVirt4"
-
-#: awx/main/models/inventory.py:876
-msgid "Ansible Tower"
-msgstr "Ansible Tower"
-
-#: awx/main/models/inventory.py:877
+#: awx/main/models/inventory.py:993
msgid "Custom Script"
msgstr "カスタムスクリプト"
-#: awx/main/models/inventory.py:994
+#: awx/main/models/inventory.py:1110
msgid "Inventory source variables in YAML or JSON format."
msgstr "YAML または JSON 形式のインベントリーソース変数。"
-#: awx/main/models/inventory.py:1013
+#: awx/main/models/inventory.py:1121
msgid ""
"Comma-separated list of filter expressions (EC2 only). Hosts are imported "
"when ANY of the filters match."
msgstr "カンマ区切りのフィルター式の一覧 (EC2 のみ) です。ホストは、フィルターのいずれかが一致する場合にインポートされます。"
-#: awx/main/models/inventory.py:1019
+#: awx/main/models/inventory.py:1127
msgid "Limit groups automatically created from inventory source (EC2 only)."
msgstr "インベントリーソースから自動的に作成されるグループを制限します (EC2 のみ)。"
-#: awx/main/models/inventory.py:1023
+#: awx/main/models/inventory.py:1131
msgid "Overwrite local groups and hosts from remote inventory source."
msgstr "リモートインベントリーソースからのローカルグループおよびホストを上書きします。"
-#: awx/main/models/inventory.py:1027
+#: awx/main/models/inventory.py:1135
msgid "Overwrite local variables from remote inventory source."
msgstr "リモートインベントリーソースからのローカル変数を上書きします。"
-#: awx/main/models/inventory.py:1032 awx/main/models/jobs.py:160
-#: awx/main/models/projects.py:117
+#: awx/main/models/inventory.py:1140 awx/main/models/jobs.py:140
+#: awx/main/models/projects.py:128
msgid "The amount of time (in seconds) to run before the task is canceled."
msgstr "タスクが取り消される前の実行時間 (秒数)。"
-#: awx/main/models/inventory.py:1065
+#: awx/main/models/inventory.py:1173
msgid "Image ID"
msgstr "イメージ ID"
-#: awx/main/models/inventory.py:1066
+#: awx/main/models/inventory.py:1174
msgid "Availability Zone"
msgstr "アベイラビリティーゾーン"
-#: awx/main/models/inventory.py:1067
+#: awx/main/models/inventory.py:1175
msgid "Account"
msgstr "アカウント"
-#: awx/main/models/inventory.py:1068
+#: awx/main/models/inventory.py:1176
msgid "Instance ID"
msgstr "インスタンス ID"
-#: awx/main/models/inventory.py:1069
+#: awx/main/models/inventory.py:1177
msgid "Instance State"
msgstr "インスタンスの状態"
-#: awx/main/models/inventory.py:1070
+#: awx/main/models/inventory.py:1178
+msgid "Platform"
+msgstr "プラットフォーム"
+
+#: awx/main/models/inventory.py:1179
msgid "Instance Type"
msgstr "インスタンスタイプ"
-#: awx/main/models/inventory.py:1071
+#: awx/main/models/inventory.py:1180
msgid "Key Name"
msgstr "キー名"
-#: awx/main/models/inventory.py:1072
+#: awx/main/models/inventory.py:1181
msgid "Region"
msgstr "リージョン"
-#: awx/main/models/inventory.py:1073
+#: awx/main/models/inventory.py:1182
msgid "Security Group"
msgstr "セキュリティーグループ"
-#: awx/main/models/inventory.py:1074
+#: awx/main/models/inventory.py:1183
msgid "Tags"
msgstr "タグ"
-#: awx/main/models/inventory.py:1075
+#: awx/main/models/inventory.py:1184
msgid "Tag None"
msgstr "タグ None"
-#: awx/main/models/inventory.py:1076
+#: awx/main/models/inventory.py:1185
msgid "VPC ID"
msgstr "VPC ID"
-#: awx/main/models/inventory.py:1145
+#: awx/main/models/inventory.py:1253
#, python-format
msgid ""
"Cloud-based inventory sources (such as %s) require credentials for the "
"matching cloud service."
msgstr "クラウドベースのインベントリーソース (%s など) には一致するクラウドサービスの認証情報が必要です。"
-#: awx/main/models/inventory.py:1152
+#: awx/main/models/inventory.py:1259
msgid "Credential is required for a cloud source."
msgstr "認証情報がクラウドソースに必要です。"
-#: awx/main/models/inventory.py:1155
+#: awx/main/models/inventory.py:1262
msgid ""
"Credentials of type machine, source control, insights and vault are "
"disallowed for custom inventory sources."
msgstr "タイプがマシン、ソースコントロール、Insights および Vault の認証情報はカスタムインベントリーソースには許可されません。"
-#: awx/main/models/inventory.py:1179
+#: awx/main/models/inventory.py:1314
#, python-format
msgid "Invalid %(source)s region: %(region)s"
msgstr "無効な %(source)s リージョン: %(region)s"
-#: awx/main/models/inventory.py:1203
+#: awx/main/models/inventory.py:1338
#, python-format
msgid "Invalid filter expression: %(filter)s"
msgstr "無効なフィルター式: %(filter)s"
-#: awx/main/models/inventory.py:1224
+#: awx/main/models/inventory.py:1359
#, python-format
msgid "Invalid group by choice: %(choice)s"
msgstr "無効なグループ (選択による): %(choice)s"
-#: awx/main/models/inventory.py:1259
+#: awx/main/models/inventory.py:1394
msgid "Project containing inventory file used as source."
msgstr "ソースとして使用されるインベントリーファイルが含まれるプロジェクト。"
-#: awx/main/models/inventory.py:1407
+#: awx/main/models/inventory.py:1555
#, python-format
msgid ""
"Unable to configure this item for cloud sync. It is already managed by %s."
msgstr "クラウド同期用にこの項目を設定できません。すでに %s によって管理されています。"
-#: awx/main/models/inventory.py:1417
+#: awx/main/models/inventory.py:1565
msgid ""
"More than one SCM-based inventory source with update on project update per-"
"inventory not allowed."
msgstr "複数の SCM ベースのインベントリーソースについて、インベントリー別のプロジェクト更新時の更新は許可されません。"
-#: awx/main/models/inventory.py:1424
+#: awx/main/models/inventory.py:1572
msgid ""
"Cannot update SCM-based inventory source on launch if set to update on "
"project update. Instead, configure the corresponding source project to "
@@ -2625,24 +3360,25 @@ msgstr ""
"プロジェクト更新時の更新に設定している場合、SCM "
"ベースのインベントリーソースを更新できません。その代わりに起動時に更新するように対応するソースプロジェクトを設定します。"
-#: awx/main/models/inventory.py:1430
-msgid "SCM type sources must set `overwrite_vars` to `true`."
-msgstr "SCM タイプソースは「overwrite_vars」を「true」に設定する必要があります。"
+#: awx/main/models/inventory.py:1579
+msgid ""
+"SCM type sources must set `overwrite_vars` to `true` until Ansible 2.5."
+msgstr "SCM タイプソースは「overwrite_vars」を「true」に設定する必要があります (Ansible 2.5 まで)。"
-#: awx/main/models/inventory.py:1435
+#: awx/main/models/inventory.py:1584
msgid "Cannot set source_path if not SCM type."
msgstr "SCM タイプでない場合 source_path を設定できません。"
-#: awx/main/models/inventory.py:1460
+#: awx/main/models/inventory.py:1615
msgid ""
"Inventory files from this Project Update were used for the inventory update."
msgstr "このプロジェクト更新のインベントリーファイルがインベントリー更新に使用されました。"
-#: awx/main/models/inventory.py:1573
+#: awx/main/models/inventory.py:1725
msgid "Inventory script contents"
msgstr "インベントリースクリプトの内容"
-#: awx/main/models/inventory.py:1578
+#: awx/main/models/inventory.py:1730
msgid "Organization owning this inventory script"
msgstr "このインベントリースクリプトを所有する組織"
@@ -2652,7 +3388,7 @@ msgid ""
"shown in the standard output"
msgstr "有効にされている場合、ホストのテンプレート化されたファイルに追加されるテキストの変更が標準出力に表示されます。"
-#: awx/main/models/jobs.py:164
+#: awx/main/models/jobs.py:145
msgid ""
"If enabled, Tower will act as an Ansible Fact Cache Plugin; persisting facts"
" at the end of a playbook run to the database and caching facts for use by "
@@ -2661,282 +3397,280 @@ msgstr ""
"有効にされている場合、 Tower は Ansible ファクトキャッシュプラグインとして機能します。データベースに対する Playbook "
"実行の終了時にファクトが保持され、 Ansible で使用できるようにキャッシュされます。"
-#: awx/main/models/jobs.py:173
-msgid "You must provide an SSH credential."
-msgstr "SSH 認証情報を指定する必要があります。"
-
-#: awx/main/models/jobs.py:181
+#: awx/main/models/jobs.py:163
msgid "You must provide a Vault credential."
msgstr "Vault 認証情報を指定する必要があります。"
-#: awx/main/models/jobs.py:317
+#: awx/main/models/jobs.py:308
msgid "Job Template must provide 'inventory' or allow prompting for it."
msgstr "ジョブテンプレートは「inventory」を指定するか、このプロンプトを許可する必要があります。"
-#: awx/main/models/jobs.py:321
-msgid "Job Template must provide 'credential' or allow prompting for it."
-msgstr "ジョブテンプレートは「credential」を指定するか、このプロンプトを許可する必要があります。"
+#: awx/main/models/jobs.py:403
+msgid "Field is not configured to prompt on launch."
+msgstr "フィールドは起動時にプロンプトを出すよう設定されていません。"
-#: awx/main/models/jobs.py:427
-msgid "Cannot override job_type to or from a scan job."
-msgstr "スキャンジョブから/への job_type を上書きを実行できません。"
+#: awx/main/models/jobs.py:409
+msgid "Saved launch configurations cannot provide passwords needed to start."
+msgstr "保存された起動設定は、開始に必要なパスワードを提供しません。"
-#: awx/main/models/jobs.py:493 awx/main/models/projects.py:263
+#: awx/main/models/jobs.py:417
+msgid "Job Template {} is missing or undefined."
+msgstr "ジョブテンプレート {} が見つからないか、または定義されていません。"
+
+#: awx/main/models/jobs.py:498 awx/main/models/projects.py:277
msgid "SCM Revision"
msgstr "SCM リビジョン"
-#: awx/main/models/jobs.py:494
+#: awx/main/models/jobs.py:499
msgid "The SCM Revision from the Project used for this job, if available"
msgstr "このジョブに使用されるプロジェクトからの SCM リビジョン (ある場合)"
-#: awx/main/models/jobs.py:502
+#: awx/main/models/jobs.py:507
msgid ""
"The SCM Refresh task used to make sure the playbooks were available for the "
"job run"
msgstr "SCM 更新タスクは、Playbook がジョブの実行で利用可能であったことを確認するために使用されます"
-#: awx/main/models/jobs.py:809
+#: awx/main/models/jobs.py:634
+#, python-brace-format
+msgid "{status_value} is not a valid status option."
+msgstr "{status_value} は有効なステータスオプションではありません。"
+
+#: awx/main/models/jobs.py:999
msgid "job host summaries"
msgstr "ジョブホストの概要"
-#: awx/main/models/jobs.py:913
-msgid "Host Failure"
-msgstr "ホストの失敗"
-
-#: awx/main/models/jobs.py:916 awx/main/models/jobs.py:930
-msgid "No Hosts Remaining"
-msgstr "残りのホストがありません"
-
-#: awx/main/models/jobs.py:917
-msgid "Host Polling"
-msgstr "ホストのポーリング"
-
-#: awx/main/models/jobs.py:918
-msgid "Host Async OK"
-msgstr "ホストの非同期 OK"
-
-#: awx/main/models/jobs.py:919
-msgid "Host Async Failure"
-msgstr "ホストの非同期失敗"
-
-#: awx/main/models/jobs.py:920
-msgid "Item OK"
-msgstr "項目 OK"
-
-#: awx/main/models/jobs.py:921
-msgid "Item Failed"
-msgstr "項目の失敗"
-
-#: awx/main/models/jobs.py:922
-msgid "Item Skipped"
-msgstr "項目のスキップ"
-
-#: awx/main/models/jobs.py:923
-msgid "Host Retry"
-msgstr "ホストの再試行"
-
-#: awx/main/models/jobs.py:925
-msgid "File Difference"
-msgstr "ファイルの相違点"
-
-#: awx/main/models/jobs.py:926
-msgid "Playbook Started"
-msgstr "Playbook の開始"
-
-#: awx/main/models/jobs.py:927
-msgid "Running Handlers"
-msgstr "実行中のハンドラー"
-
-#: awx/main/models/jobs.py:928
-msgid "Including File"
-msgstr "組み込みファイル"
-
-#: awx/main/models/jobs.py:929
-msgid "No Hosts Matched"
-msgstr "一致するホストがありません"
-
-#: awx/main/models/jobs.py:931
-msgid "Task Started"
-msgstr "タスクの開始"
-
-#: awx/main/models/jobs.py:933
-msgid "Variables Prompted"
-msgstr "変数のプロモート"
-
-#: awx/main/models/jobs.py:934
-msgid "Gathering Facts"
-msgstr "ファクトの収集"
-
-#: awx/main/models/jobs.py:935
-msgid "internal: on Import for Host"
-msgstr "内部: ホストのインポート時"
-
-#: awx/main/models/jobs.py:936
-msgid "internal: on Not Import for Host"
-msgstr "内部: ホストの非インポート時"
-
-#: awx/main/models/jobs.py:937
-msgid "Play Started"
-msgstr "プレイの開始"
-
-#: awx/main/models/jobs.py:938
-msgid "Playbook Complete"
-msgstr "Playbook の完了"
-
-#: awx/main/models/jobs.py:1351
+#: awx/main/models/jobs.py:1070
msgid "Remove jobs older than a certain number of days"
msgstr "特定の日数より前のジョブを削除"
-#: awx/main/models/jobs.py:1352
+#: awx/main/models/jobs.py:1071
msgid "Remove activity stream entries older than a certain number of days"
msgstr "特定の日数より前のアクティビティーストリームのエントリーを削除"
-#: awx/main/models/jobs.py:1353
+#: awx/main/models/jobs.py:1072
msgid "Purge and/or reduce the granularity of system tracking data"
msgstr "システムトラッキングデータの詳細度の削除/削減"
+#: awx/main/models/jobs.py:1142
+#, python-brace-format
+msgid "Variables {list_of_keys} are not allowed for system jobs."
+msgstr "変数 {list_of_keys} はシステムジョブに許可されていません。"
+
+#: awx/main/models/jobs.py:1157
+msgid "days must be a positive integer."
+msgstr "日数は正の整数である必要があります。"
+
#: awx/main/models/label.py:29
msgid "Organization this label belongs to."
msgstr "このラベルが属する組織。"
-#: awx/main/models/notifications.py:138 awx/main/models/unified_jobs.py:59
+#: awx/main/models/mixins.py:309
+#, python-brace-format
+msgid ""
+"Variables {list_of_keys} are not allowed on launch. Check the Prompt on "
+"Launch setting on the Job Template to include Extra Variables."
+msgstr ""
+"変数 {list_of_keys} は起動時に許可されていません。ジョブテンプレートで起動時のプロンプト設定を確認し、追加変数を組み込みます。"
+
+#: awx/main/models/mixins.py:440
+msgid "Local absolute file path containing a custom Python virtualenv to use"
+msgstr "使用するカスタム Python virtualenv を含むローカルの絶対ファイルパス"
+
+#: awx/main/models/mixins.py:447
+msgid "{} is not a valid virtualenv in {}"
+msgstr "{}は{}の有効な virtualenv ではありません"
+
+#: awx/main/models/notifications.py:42
+msgid "Rocket.Chat"
+msgstr "Rocket.Chat"
+
+#: awx/main/models/notifications.py:142 awx/main/models/unified_jobs.py:62
msgid "Pending"
msgstr "保留中"
-#: awx/main/models/notifications.py:139 awx/main/models/unified_jobs.py:62
+#: awx/main/models/notifications.py:143 awx/main/models/unified_jobs.py:65
msgid "Successful"
msgstr "成功"
-#: awx/main/models/notifications.py:140 awx/main/models/unified_jobs.py:63
+#: awx/main/models/notifications.py:144 awx/main/models/unified_jobs.py:66
msgid "Failed"
msgstr "失敗"
-#: awx/main/models/organization.py:132
-msgid "Token not invalidated"
-msgstr "トークンが無効にされませんでした"
+#: awx/main/models/notifications.py:218
+msgid "status_str must be either succeeded or failed"
+msgstr "status_str は成功または失敗のいずれかである必要があります"
-#: awx/main/models/organization.py:133
-msgid "Token is expired"
-msgstr "トークンは期限切れです"
+#: awx/main/models/oauth.py:27
+msgid "application"
+msgstr "アプリケーション"
-#: awx/main/models/organization.py:134
+#: awx/main/models/oauth.py:32
+msgid "Confidential"
+msgstr "機密"
+
+#: awx/main/models/oauth.py:33
+msgid "Public"
+msgstr "公開"
+
+#: awx/main/models/oauth.py:41
+msgid "Authorization code"
+msgstr "認証コード"
+
+#: awx/main/models/oauth.py:42
+msgid "Implicit"
+msgstr "暗黙的"
+
+#: awx/main/models/oauth.py:43
+msgid "Resource owner password-based"
+msgstr "リソース所有者のパスワードベース"
+
+#: awx/main/models/oauth.py:44
+msgid "Client credentials"
+msgstr "クライアント認証情報"
+
+#: awx/main/models/oauth.py:59
+msgid "Organization containing this application."
+msgstr "このアプリケーションを含む組織。"
+
+#: awx/main/models/oauth.py:68
msgid ""
-"The maximum number of allowed sessions for this user has been exceeded."
-msgstr "このユーザーに許可される最大セッション数を超えました。"
+"Used for more stringent verification of access to an application when "
+"creating a token."
+msgstr "トークン作成時のアプリケーションへのアクセスのより厳しい検証に使用されます。"
-#: awx/main/models/organization.py:137
-msgid "Invalid token"
-msgstr "無効なトークン"
+#: awx/main/models/oauth.py:73
+msgid ""
+"Set to Public or Confidential depending on how secure the client device is."
+msgstr "クライアントデバイスのセキュリティーレベルに応じて「公開」または「機密」に設定します。"
-#: awx/main/models/organization.py:155
-msgid "Reason the auth token was invalidated."
-msgstr "認証トークンが無効にされた理由。"
+#: awx/main/models/oauth.py:77
+msgid ""
+"Set True to skip authorization step for completely trusted applications."
+msgstr "完全に信頼されたアプリケーションの認証手順をスキップするには「True」を設定します。"
-#: awx/main/models/organization.py:194
-msgid "Invalid reason specified"
-msgstr "無効な理由が特定されました"
+#: awx/main/models/oauth.py:82
+msgid ""
+"The Grant type the user must use for acquire tokens for this application."
+msgstr "ユーザーがこのアプリケーションのトークンを取得するために使用する必要のある付与タイプです。"
-#: awx/main/models/projects.py:43
+#: awx/main/models/oauth.py:90
+msgid "access token"
+msgstr "アクセストークン"
+
+#: awx/main/models/oauth.py:98
+msgid "The user representing the token owner"
+msgstr "トークンの所有者を表すユーザー"
+
+#: awx/main/models/oauth.py:113
+msgid ""
+"Allowed scopes, further restricts user's permissions. Must be a simple "
+"space-separated string with allowed scopes ['read', 'write']."
+msgstr ""
+"許可されたスコープで、ユーザーのパーミッションをさらに制限します。許可されたスコープ ['read', 'write'] "
+"のある単純なスペースで区切られた文字列でなければなりません。"
+
+#: awx/main/models/projects.py:54
msgid "Git"
msgstr "Git"
-#: awx/main/models/projects.py:44
+#: awx/main/models/projects.py:55
msgid "Mercurial"
msgstr "Mercurial"
-#: awx/main/models/projects.py:45
+#: awx/main/models/projects.py:56
msgid "Subversion"
msgstr "Subversion"
-#: awx/main/models/projects.py:46
+#: awx/main/models/projects.py:57
msgid "Red Hat Insights"
msgstr "Red Hat Insights"
-#: awx/main/models/projects.py:72
+#: awx/main/models/projects.py:83
msgid ""
"Local path (relative to PROJECTS_ROOT) containing playbooks and related "
"files for this project."
msgstr "このプロジェクトの Playbook および関連するファイルを含むローカルパス (PROJECTS_ROOT との相対)。"
-#: awx/main/models/projects.py:81
+#: awx/main/models/projects.py:92
msgid "SCM Type"
msgstr "SCM タイプ"
-#: awx/main/models/projects.py:82
+#: awx/main/models/projects.py:93
msgid "Specifies the source control system used to store the project."
msgstr "プロジェクトを保存するために使用されるソースコントロールシステムを指定します。"
-#: awx/main/models/projects.py:88
+#: awx/main/models/projects.py:99
msgid "SCM URL"
msgstr "SCM URL"
-#: awx/main/models/projects.py:89
+#: awx/main/models/projects.py:100
msgid "The location where the project is stored."
msgstr "プロジェクトが保存される場所。"
-#: awx/main/models/projects.py:95
+#: awx/main/models/projects.py:106
msgid "SCM Branch"
msgstr "SCM ブランチ"
-#: awx/main/models/projects.py:96
+#: awx/main/models/projects.py:107
msgid "Specific branch, tag or commit to checkout."
msgstr "チェックアウトする特定のブランチ、タグまたはコミット。"
-#: awx/main/models/projects.py:100
+#: awx/main/models/projects.py:111
msgid "Discard any local changes before syncing the project."
msgstr "ローカル変更を破棄してからプロジェクトを同期します。"
-#: awx/main/models/projects.py:104
+#: awx/main/models/projects.py:115
msgid "Delete the project before syncing."
msgstr "プロジェクトを削除してから同期します。"
-#: awx/main/models/projects.py:133
+#: awx/main/models/projects.py:144
msgid "Invalid SCM URL."
msgstr "無効な SCM URL。"
-#: awx/main/models/projects.py:136
+#: awx/main/models/projects.py:147
msgid "SCM URL is required."
msgstr "SCM URL が必要です。"
-#: awx/main/models/projects.py:144
+#: awx/main/models/projects.py:155
msgid "Insights Credential is required for an Insights Project."
msgstr "Insights 認証情報が Insights プロジェクトに必要です。"
-#: awx/main/models/projects.py:150
+#: awx/main/models/projects.py:161
msgid "Credential kind must be 'scm'."
msgstr "認証情報の種類は 'scm' にする必要があります。"
-#: awx/main/models/projects.py:167
+#: awx/main/models/projects.py:178
msgid "Invalid credential."
msgstr "無効な認証情報。"
-#: awx/main/models/projects.py:249
+#: awx/main/models/projects.py:263
msgid "Update the project when a job is launched that uses the project."
msgstr "プロジェクトを使用するジョブの起動時にプロジェクトを更新します。"
-#: awx/main/models/projects.py:254
+#: awx/main/models/projects.py:268
msgid ""
"The number of seconds after the last project update ran that a newproject "
"update will be launched as a job dependency."
msgstr "新規プロジェクトの更新がジョブの依存関係として起動される最終プロジェクト更新後の秒数。"
-#: awx/main/models/projects.py:264
+#: awx/main/models/projects.py:278
msgid "The last revision fetched by a project update"
msgstr "プロジェクト更新で取得される最新リビジョン"
-#: awx/main/models/projects.py:271
+#: awx/main/models/projects.py:285
msgid "Playbook Files"
msgstr "Playbook ファイル"
-#: awx/main/models/projects.py:272
+#: awx/main/models/projects.py:286
msgid "List of playbooks found in the project"
msgstr "プロジェクトにある Playbook の一覧"
-#: awx/main/models/projects.py:279
+#: awx/main/models/projects.py:293
msgid "Inventory Files"
msgstr "インベントリーファイル"
-#: awx/main/models/projects.py:280
+#: awx/main/models/projects.py:294
msgid ""
"Suggested list of content that could be Ansible inventory in the project"
msgstr "プロジェクト内の Ansible インベントリーの可能性のあるコンテンツの一覧"
@@ -2958,202 +3692,270 @@ msgid "Admin"
msgstr "管理者"
#: awx/main/models/rbac.py:40
+msgid "Project Admin"
+msgstr "プロジェクト管理者"
+
+#: awx/main/models/rbac.py:41
+msgid "Inventory Admin"
+msgstr "インベントリー管理者"
+
+#: awx/main/models/rbac.py:42
+msgid "Credential Admin"
+msgstr "認証情報管理者"
+
+#: awx/main/models/rbac.py:43
+msgid "Workflow Admin"
+msgstr "ワークフロー管理者"
+
+#: awx/main/models/rbac.py:44
+msgid "Notification Admin"
+msgstr "通知管理者"
+
+#: awx/main/models/rbac.py:45
msgid "Auditor"
msgstr "監査者"
-#: awx/main/models/rbac.py:41
+#: awx/main/models/rbac.py:46
msgid "Execute"
msgstr "実行"
-#: awx/main/models/rbac.py:42
+#: awx/main/models/rbac.py:47
msgid "Member"
msgstr "メンバー"
-#: awx/main/models/rbac.py:43
+#: awx/main/models/rbac.py:48
msgid "Read"
msgstr "読み込み"
-#: awx/main/models/rbac.py:44
+#: awx/main/models/rbac.py:49
msgid "Update"
msgstr "更新"
-#: awx/main/models/rbac.py:45
+#: awx/main/models/rbac.py:50
msgid "Use"
msgstr "使用"
-#: awx/main/models/rbac.py:49
+#: awx/main/models/rbac.py:54
msgid "Can manage all aspects of the system"
msgstr "システムのすべての側面を管理可能"
-#: awx/main/models/rbac.py:50
+#: awx/main/models/rbac.py:55
msgid "Can view all settings on the system"
msgstr "システムのすべての設定を表示可能"
-#: awx/main/models/rbac.py:51
+#: awx/main/models/rbac.py:56
msgid "May run ad hoc commands on an inventory"
msgstr "インベントリーでアドホックコマンドを実行可能"
-#: awx/main/models/rbac.py:52
+#: awx/main/models/rbac.py:57
#, python-format
msgid "Can manage all aspects of the %s"
msgstr "%s のすべての側面を管理可能"
-#: awx/main/models/rbac.py:53
+#: awx/main/models/rbac.py:58
+#, python-format
+msgid "Can manage all projects of the %s"
+msgstr "%s のすべてのプロジェクトを管理可能"
+
+#: awx/main/models/rbac.py:59
+#, python-format
+msgid "Can manage all inventories of the %s"
+msgstr "%s のすべてのインベントリーを管理可能"
+
+#: awx/main/models/rbac.py:60
+#, python-format
+msgid "Can manage all credentials of the %s"
+msgstr "%s のすべての認証情報を管理可能"
+
+#: awx/main/models/rbac.py:61
+#, python-format
+msgid "Can manage all workflows of the %s"
+msgstr "%s のすべてのワークフローを管理可能"
+
+#: awx/main/models/rbac.py:62
+#, python-format
+msgid "Can manage all notifications of the %s"
+msgstr "%s のすべての通知を管理可能"
+
+#: awx/main/models/rbac.py:63
#, python-format
msgid "Can view all settings for the %s"
msgstr "%s のすべての設定を表示可能"
-#: awx/main/models/rbac.py:54
+#: awx/main/models/rbac.py:65
+msgid "May run any executable resources in the organization"
+msgstr "組織で実行可能なリソースを実行できます"
+
+#: awx/main/models/rbac.py:66
#, python-format
msgid "May run the %s"
msgstr "%s を実行可能"
-#: awx/main/models/rbac.py:55
+#: awx/main/models/rbac.py:68
#, python-format
msgid "User is a member of the %s"
msgstr "ユーザーは %s のメンバーです"
-#: awx/main/models/rbac.py:56
+#: awx/main/models/rbac.py:69
#, python-format
msgid "May view settings for the %s"
msgstr "%s の設定を表示可能"
-#: awx/main/models/rbac.py:57
+#: awx/main/models/rbac.py:70
msgid ""
"May update project or inventory or group using the configured source update "
"system"
msgstr "設定済みのソース更新システムを使用してプロジェクト、インベントリーまたはグループを更新可能"
-#: awx/main/models/rbac.py:58
+#: awx/main/models/rbac.py:71
#, python-format
msgid "Can use the %s in a job template"
msgstr "ジョブテンプレートで %s を使用可能"
-#: awx/main/models/rbac.py:122
+#: awx/main/models/rbac.py:135
msgid "roles"
msgstr "ロール"
-#: awx/main/models/rbac.py:434
+#: awx/main/models/rbac.py:441
msgid "role_ancestors"
msgstr "role_ancestors"
-#: awx/main/models/schedules.py:71
+#: awx/main/models/schedules.py:79
msgid "Enables processing of this schedule."
msgstr "このスケジュールの処理を有効にします。"
-#: awx/main/models/schedules.py:77
+#: awx/main/models/schedules.py:85
msgid "The first occurrence of the schedule occurs on or after this time."
msgstr "スケジュールの最初のオカレンスはこの時間またはこの時間の後に生じます。"
-#: awx/main/models/schedules.py:83
+#: awx/main/models/schedules.py:91
msgid ""
"The last occurrence of the schedule occurs before this time, aftewards the "
"schedule expires."
msgstr "スケジュールの最後のオカレンスはこの時間の前に生じます。その後スケジュールが期限切れになります。"
-#: awx/main/models/schedules.py:87
+#: awx/main/models/schedules.py:95
msgid "A value representing the schedules iCal recurrence rule."
msgstr "スケジュールの iCal 繰り返しルールを表す値。"
-#: awx/main/models/schedules.py:93
+#: awx/main/models/schedules.py:101
msgid "The next time that the scheduled action will run."
msgstr "スケジュールされたアクションが次に実行される時間。"
-#: awx/main/models/schedules.py:109
-msgid "Expected JSON"
-msgstr "予想される JSON"
-
-#: awx/main/models/schedules.py:121
-msgid "days must be a positive integer."
-msgstr "日数は正の整数である必要があります。"
-
-#: awx/main/models/unified_jobs.py:58
+#: awx/main/models/unified_jobs.py:61
msgid "New"
msgstr "新規"
-#: awx/main/models/unified_jobs.py:60
+#: awx/main/models/unified_jobs.py:63
msgid "Waiting"
msgstr "待機中"
-#: awx/main/models/unified_jobs.py:61
+#: awx/main/models/unified_jobs.py:64
msgid "Running"
msgstr "実行中"
-#: awx/main/models/unified_jobs.py:65
+#: awx/main/models/unified_jobs.py:68
msgid "Canceled"
msgstr "取り消し"
-#: awx/main/models/unified_jobs.py:69
+#: awx/main/models/unified_jobs.py:72
msgid "Never Updated"
msgstr "未更新"
-#: awx/main/models/unified_jobs.py:73 awx/ui/templates/ui/index.html:67
-#: awx/ui/templates/ui/index.html.py:86
+#: awx/main/models/unified_jobs.py:76
msgid "OK"
msgstr "OK"
-#: awx/main/models/unified_jobs.py:74
+#: awx/main/models/unified_jobs.py:77
msgid "Missing"
msgstr "不明"
-#: awx/main/models/unified_jobs.py:78
+#: awx/main/models/unified_jobs.py:81
msgid "No External Source"
msgstr "外部ソースがありません"
-#: awx/main/models/unified_jobs.py:85
+#: awx/main/models/unified_jobs.py:88
msgid "Updating"
msgstr "更新中"
-#: awx/main/models/unified_jobs.py:429
+#: awx/main/models/unified_jobs.py:427
+msgid "Field is not allowed on launch."
+msgstr "フィールドは起動時に許可されません。"
+
+#: awx/main/models/unified_jobs.py:455
+#, python-brace-format
+msgid ""
+"Variables {list_of_keys} provided, but this template cannot accept "
+"variables."
+msgstr "変数 {list_of_keys} が指定されますが、このテンプレートは変数を受け入れません。"
+
+#: awx/main/models/unified_jobs.py:520
msgid "Relaunch"
msgstr "再起動"
-#: awx/main/models/unified_jobs.py:430
+#: awx/main/models/unified_jobs.py:521
msgid "Callback"
msgstr "コールバック"
-#: awx/main/models/unified_jobs.py:431
+#: awx/main/models/unified_jobs.py:522
msgid "Scheduled"
msgstr "スケジュール済み"
-#: awx/main/models/unified_jobs.py:432
+#: awx/main/models/unified_jobs.py:523
msgid "Dependency"
msgstr "依存関係"
-#: awx/main/models/unified_jobs.py:433
+#: awx/main/models/unified_jobs.py:524
msgid "Workflow"
msgstr "ワークフロー"
-#: awx/main/models/unified_jobs.py:434
+#: awx/main/models/unified_jobs.py:525
msgid "Sync"
msgstr "同期"
-#: awx/main/models/unified_jobs.py:481
+#: awx/main/models/unified_jobs.py:573
msgid "The node the job executed on."
msgstr "ジョブが実行されるノード。"
-#: awx/main/models/unified_jobs.py:507
+#: awx/main/models/unified_jobs.py:579
+msgid "The instance that managed the isolated execution environment."
+msgstr ""
+
+#: awx/main/models/unified_jobs.py:605
msgid "The date and time the job was queued for starting."
msgstr "ジョブが開始のために待機した日時。"
-#: awx/main/models/unified_jobs.py:513
+#: awx/main/models/unified_jobs.py:611
msgid "The date and time the job finished execution."
msgstr "ジョブが実行を完了した日時。"
-#: awx/main/models/unified_jobs.py:519
+#: awx/main/models/unified_jobs.py:617
msgid "Elapsed time in seconds that the job ran."
msgstr "ジョブ実行の経過時間 (秒単位)"
-#: awx/main/models/unified_jobs.py:541
+#: awx/main/models/unified_jobs.py:639
msgid ""
"A status field to indicate the state of the job if it wasn't able to run and"
" capture stdout"
msgstr "stdout の実行およびキャプチャーを実行できない場合のジョブの状態を示すための状態フィールド"
-#: awx/main/models/unified_jobs.py:580
+#: awx/main/models/unified_jobs.py:668
msgid "The Rampart/Instance group the job was run under"
msgstr "ジョブが実行された Rampart/インスタンスグループ"
+#: awx/main/models/workflow.py:203
+#, python-brace-format
+msgid ""
+"Bad launch configuration starting template {template_pk} as part of workflow {workflow_pk}. Errors:\n"
+"{error_text}"
+msgstr ""
+"{workflow_pk} の一部としてテンプレート {template_pk} を起動する起動設定が正しくありません。エラー:\n"
+"{error_text}"
+
+#: awx/main/models/workflow.py:388
+msgid "Field is not allowed for use in workflows."
+msgstr "フィールドはワークフローでの使用に許可されません。"
+
#: awx/main/notifications/base.py:17
#: awx/main/notifications/email_backend.py:28
msgid ""
@@ -3163,11 +3965,11 @@ msgstr ""
"{} #{} のステータスは {} です。詳細を {} で確認してください。\n"
"\n"
-#: awx/main/notifications/hipchat_backend.py:47
+#: awx/main/notifications/hipchat_backend.py:48
msgid "Error sending messages: {}"
msgstr "メッセージの送信時のエラー: {}"
-#: awx/main/notifications/hipchat_backend.py:49
+#: awx/main/notifications/hipchat_backend.py:50
msgid "Error sending message to hipchat: {}"
msgstr "メッセージの hipchat への送信時のエラー: {}"
@@ -3175,16 +3977,27 @@ msgstr "メッセージの hipchat への送信時のエラー: {}"
msgid "Exception connecting to irc server: {}"
msgstr "irc サーバーへの接続時の例外: {}"
+#: awx/main/notifications/mattermost_backend.py:48
+#: awx/main/notifications/mattermost_backend.py:50
+msgid "Error sending notification mattermost: {}"
+msgstr "通知 mattermost の送信時のエラー: {}"
+
#: awx/main/notifications/pagerduty_backend.py:39
msgid "Exception connecting to PagerDuty: {}"
msgstr "PagerDuty への接続時の例外: {}"
#: awx/main/notifications/pagerduty_backend.py:48
-#: awx/main/notifications/slack_backend.py:52
+#: awx/main/notifications/slack_backend.py:82
+#: awx/main/notifications/slack_backend.py:99
#: awx/main/notifications/twilio_backend.py:46
msgid "Exception sending messages: {}"
msgstr "メッセージの送信時の例外: {}"
+#: awx/main/notifications/rocketchat_backend.py:46
+#: awx/main/notifications/rocketchat_backend.py:49
+msgid "Error sending notification rocket.chat: {}"
+msgstr "通知 rocket.chat 送信時のエラー: {}"
+
#: awx/main/notifications/twilio_backend.py:36
msgid "Exception connecting to Twilio: {}"
msgstr "Twilio への接続時の例外: {}"
@@ -3194,141 +4007,157 @@ msgstr "Twilio への接続時の例外: {}"
msgid "Error sending notification webhook: {}"
msgstr "通知 webhook の送信時のエラー: {}"
-#: awx/main/scheduler/task_manager.py:197
+#: awx/main/scheduler/task_manager.py:201
msgid ""
"Job spawned from workflow could not start because it was not in the right "
"state or required manual credentials"
msgstr "ワークフローから起動されるジョブは、正常な状態にないか、または手動の認証が必要であるために開始できませんでした"
-#: awx/main/scheduler/task_manager.py:201
+#: awx/main/scheduler/task_manager.py:205
msgid ""
"Job spawned from workflow could not start because it was missing a related "
"resource such as project or inventory"
msgstr "ワークフローから起動されるジョブは、プロジェクトまたはインベントリーなどの関連するリソースがないために開始できませんでした"
-#: awx/main/tasks.py:184
+#: awx/main/signals.py:616
+msgid "limit_reached"
+msgstr "limit_reached"
+
+#: awx/main/tasks.py:282
msgid "Ansible Tower host usage over 90%"
msgstr "Ansible Tower ホストの使用率が 90% を超えました"
-#: awx/main/tasks.py:189
+#: awx/main/tasks.py:287
msgid "Ansible Tower license will expire soon"
msgstr "Ansible Tower ライセンスがまもなく期限切れになります"
-#: awx/main/tasks.py:318
-msgid "status_str must be either succeeded or failed"
-msgstr "status_str は成功または失敗のいずれかである必要があります"
+#: awx/main/tasks.py:1335
+msgid "Job could not start because it does not have a valid inventory."
+msgstr "ジョブは有効なインベントリーがないために開始できませんでした。"
-#: awx/main/tasks.py:1549
-msgid "Dependent inventory update {} was canceled."
-msgstr "依存するインベントリーの更新 {} が取り消されました。"
-
-#: awx/main/utils/common.py:89
+#: awx/main/utils/common.py:97
#, python-format
msgid "Unable to convert \"%s\" to boolean"
msgstr "\"%s\" をブール値に変換できません"
-#: awx/main/utils/common.py:235
+#: awx/main/utils/common.py:254
#, python-format
msgid "Unsupported SCM type \"%s\""
msgstr "サポートされない SCM タイプ \"%s\""
-#: awx/main/utils/common.py:242 awx/main/utils/common.py:254
-#: awx/main/utils/common.py:273
+#: awx/main/utils/common.py:261 awx/main/utils/common.py:273
+#: awx/main/utils/common.py:292
#, python-format
msgid "Invalid %s URL"
msgstr "無効な %s URL"
-#: awx/main/utils/common.py:244 awx/main/utils/common.py:283
+#: awx/main/utils/common.py:263 awx/main/utils/common.py:302
#, python-format
msgid "Unsupported %s URL"
msgstr "サポートされていない %s URL"
-#: awx/main/utils/common.py:285
+#: awx/main/utils/common.py:304
#, python-format
msgid "Unsupported host \"%s\" for file:// URL"
msgstr "ファイル:// URL のサポートされていないホスト \"%s\" "
-#: awx/main/utils/common.py:287
+#: awx/main/utils/common.py:306
#, python-format
msgid "Host is required for %s URL"
msgstr "%s URL にはホストが必要です"
-#: awx/main/utils/common.py:305
+#: awx/main/utils/common.py:324
#, python-format
msgid "Username must be \"git\" for SSH access to %s."
msgstr "%s への SSH アクセスではユーザー名を \"git\" にする必要があります。"
-#: awx/main/utils/common.py:311
+#: awx/main/utils/common.py:330
#, python-format
msgid "Username must be \"hg\" for SSH access to %s."
msgstr "%s への SSH アクセスではユーザー名を \"hg\" にする必要があります。"
-#: awx/main/validators.py:60
+#: awx/main/utils/common.py:611
+#, python-brace-format
+msgid "Input type `{data_type}` is not a dictionary"
+msgstr "入力タイプ `{data_type}` は辞書ではありません"
+
+#: awx/main/utils/common.py:644
+#, python-brace-format
+msgid "Variables not compatible with JSON standard (error: {json_error})"
+msgstr "変数には JSON 標準との互換性がありません (エラー: {json_error})"
+
+#: awx/main/utils/common.py:650
+#, python-brace-format
+msgid ""
+"Cannot parse as JSON (error: {json_error}) or YAML (error: {yaml_error})."
+msgstr "JSON (エラー: {json_error}) または YAML (エラー: {yaml_error}) として解析できません。"
+
+#: awx/main/validators.py:67
#, python-format
msgid "Invalid certificate or key: %s..."
msgstr "無効な証明書またはキー: %s..."
-#: awx/main/validators.py:74
+#: awx/main/validators.py:83
#, python-format
msgid "Invalid private key: unsupported type \"%s\""
msgstr "無効な秘密鍵: サポートされていないタイプ \"%s\""
-#: awx/main/validators.py:78
+#: awx/main/validators.py:87
#, python-format
msgid "Unsupported PEM object type: \"%s\""
msgstr "サポートされていない PEM オブジェクトタイプ: \"%s\""
-#: awx/main/validators.py:103
+#: awx/main/validators.py:112
msgid "Invalid base64-encoded data"
msgstr "無効な base64 エンコードされたデータ"
-#: awx/main/validators.py:122
+#: awx/main/validators.py:131
msgid "Exactly one private key is required."
msgstr "秘密鍵が 1 つのみ必要です。"
-#: awx/main/validators.py:124
+#: awx/main/validators.py:133
msgid "At least one private key is required."
msgstr "1 つ以上の秘密鍵が必要です。"
-#: awx/main/validators.py:126
+#: awx/main/validators.py:135
#, python-format
msgid ""
"At least %(min_keys)d private keys are required, only %(key_count)d "
"provided."
msgstr "%(min_keys)d 以上の秘密鍵が必要です。提供数: %(key_count)d のみ。"
-#: awx/main/validators.py:129
+#: awx/main/validators.py:138
#, python-format
msgid "Only one private key is allowed, %(key_count)d provided."
msgstr "秘密鍵が 1 つのみ許可されます。提供数: %(key_count)d"
-#: awx/main/validators.py:131
+#: awx/main/validators.py:140
#, python-format
msgid ""
"No more than %(max_keys)d private keys are allowed, %(key_count)d provided."
msgstr "%(max_keys)d を超える秘密鍵は許可されません。提供数: %(key_count)d "
-#: awx/main/validators.py:136
+#: awx/main/validators.py:145
msgid "Exactly one certificate is required."
msgstr "証明書が 1 つのみ必要です。"
-#: awx/main/validators.py:138
+#: awx/main/validators.py:147
msgid "At least one certificate is required."
msgstr "1 つ以上の証明書が必要です。"
-#: awx/main/validators.py:140
+#: awx/main/validators.py:149
#, python-format
msgid ""
"At least %(min_certs)d certificates are required, only %(cert_count)d "
"provided."
msgstr "%(min_certs)d 以上の証明書が必要です。提供数: %(cert_count)d のみ。"
-#: awx/main/validators.py:143
+#: awx/main/validators.py:152
#, python-format
msgid "Only one certificate is allowed, %(cert_count)d provided."
msgstr "証明書が 1 つのみ許可されます。提供数: %(cert_count)d"
-#: awx/main/validators.py:145
+#: awx/main/validators.py:154
#, python-format
msgid ""
"No more than %(max_certs)d certificates are allowed, %(cert_count)d "
@@ -3371,287 +4200,287 @@ msgstr "サーバーエラー"
msgid "A server error has occurred."
msgstr "サーバーエラーが発生しました。"
-#: awx/settings/defaults.py:665
+#: awx/settings/defaults.py:721
msgid "US East (Northern Virginia)"
msgstr "米国東部 (バージニア北部)"
-#: awx/settings/defaults.py:666
+#: awx/settings/defaults.py:722
msgid "US East (Ohio)"
msgstr "米国東部 (オハイオ)"
-#: awx/settings/defaults.py:667
+#: awx/settings/defaults.py:723
msgid "US West (Oregon)"
msgstr "米国西部 (オレゴン)"
-#: awx/settings/defaults.py:668
+#: awx/settings/defaults.py:724
msgid "US West (Northern California)"
msgstr "米国西部 (北カリフォルニア)"
-#: awx/settings/defaults.py:669
+#: awx/settings/defaults.py:725
msgid "Canada (Central)"
msgstr "カナダ (中部)"
-#: awx/settings/defaults.py:670
+#: awx/settings/defaults.py:726
msgid "EU (Frankfurt)"
msgstr "EU (フランクフルト)"
-#: awx/settings/defaults.py:671
+#: awx/settings/defaults.py:727
msgid "EU (Ireland)"
msgstr "EU (アイルランド)"
-#: awx/settings/defaults.py:672
+#: awx/settings/defaults.py:728
msgid "EU (London)"
msgstr "EU (ロンドン)"
-#: awx/settings/defaults.py:673
+#: awx/settings/defaults.py:729
msgid "Asia Pacific (Singapore)"
msgstr "アジア太平洋 (シンガポール)"
-#: awx/settings/defaults.py:674
+#: awx/settings/defaults.py:730
msgid "Asia Pacific (Sydney)"
msgstr "アジア太平洋 (シドニー)"
-#: awx/settings/defaults.py:675
+#: awx/settings/defaults.py:731
msgid "Asia Pacific (Tokyo)"
msgstr "アジア太平洋 (東京)"
-#: awx/settings/defaults.py:676
+#: awx/settings/defaults.py:732
msgid "Asia Pacific (Seoul)"
msgstr "アジア太平洋 (ソウル)"
-#: awx/settings/defaults.py:677
+#: awx/settings/defaults.py:733
msgid "Asia Pacific (Mumbai)"
msgstr "アジア太平洋 (ムンバイ)"
-#: awx/settings/defaults.py:678
+#: awx/settings/defaults.py:734
msgid "South America (Sao Paulo)"
msgstr "南アメリカ (サンパウロ)"
-#: awx/settings/defaults.py:679
+#: awx/settings/defaults.py:735
msgid "US West (GovCloud)"
msgstr "米国西部 (GovCloud)"
-#: awx/settings/defaults.py:680
+#: awx/settings/defaults.py:736
msgid "China (Beijing)"
msgstr "中国 (北京)"
-#: awx/settings/defaults.py:729
+#: awx/settings/defaults.py:785
msgid "US East 1 (B)"
msgstr "米国東部 1 (B)"
-#: awx/settings/defaults.py:730
+#: awx/settings/defaults.py:786
msgid "US East 1 (C)"
msgstr "米国東部 1 (C)"
-#: awx/settings/defaults.py:731
+#: awx/settings/defaults.py:787
msgid "US East 1 (D)"
msgstr "米国東部 1 (D)"
-#: awx/settings/defaults.py:732
+#: awx/settings/defaults.py:788
msgid "US East 4 (A)"
msgstr "米国東部 4 (A)"
-#: awx/settings/defaults.py:733
+#: awx/settings/defaults.py:789
msgid "US East 4 (B)"
msgstr "米国東部 4 (B)"
-#: awx/settings/defaults.py:734
+#: awx/settings/defaults.py:790
msgid "US East 4 (C)"
msgstr "米国東部 4 (C)"
-#: awx/settings/defaults.py:735
+#: awx/settings/defaults.py:791
msgid "US Central (A)"
msgstr "米国中部 (A)"
-#: awx/settings/defaults.py:736
+#: awx/settings/defaults.py:792
msgid "US Central (B)"
msgstr "米国中部 (B)"
-#: awx/settings/defaults.py:737
+#: awx/settings/defaults.py:793
msgid "US Central (C)"
msgstr "米国中部 (C)"
-#: awx/settings/defaults.py:738
+#: awx/settings/defaults.py:794
msgid "US Central (F)"
msgstr "米国中部 (F)"
-#: awx/settings/defaults.py:739
+#: awx/settings/defaults.py:795
msgid "US West (A)"
msgstr "米国西部 (A)"
-#: awx/settings/defaults.py:740
+#: awx/settings/defaults.py:796
msgid "US West (B)"
msgstr "米国西部 (B)"
-#: awx/settings/defaults.py:741
+#: awx/settings/defaults.py:797
msgid "US West (C)"
msgstr "米国西部 (C)"
-#: awx/settings/defaults.py:742
+#: awx/settings/defaults.py:798
msgid "Europe West 1 (B)"
msgstr "欧州西部 1 (B)"
-#: awx/settings/defaults.py:743
+#: awx/settings/defaults.py:799
msgid "Europe West 1 (C)"
msgstr "欧州西部 1 (C)"
-#: awx/settings/defaults.py:744
+#: awx/settings/defaults.py:800
msgid "Europe West 1 (D)"
msgstr "欧州西部 1 (D)"
-#: awx/settings/defaults.py:745
+#: awx/settings/defaults.py:801
msgid "Europe West 2 (A)"
msgstr "欧州西部 2 (A)"
-#: awx/settings/defaults.py:746
+#: awx/settings/defaults.py:802
msgid "Europe West 2 (B)"
msgstr "欧州西部 2 (B)"
-#: awx/settings/defaults.py:747
+#: awx/settings/defaults.py:803
msgid "Europe West 2 (C)"
msgstr "欧州西部 2 (C)"
-#: awx/settings/defaults.py:748
+#: awx/settings/defaults.py:804
msgid "Asia East (A)"
msgstr "アジア東部 (A)"
-#: awx/settings/defaults.py:749
+#: awx/settings/defaults.py:805
msgid "Asia East (B)"
msgstr "アジア東部 (B)"
-#: awx/settings/defaults.py:750
+#: awx/settings/defaults.py:806
msgid "Asia East (C)"
msgstr "アジア東部 (C)"
-#: awx/settings/defaults.py:751
+#: awx/settings/defaults.py:807
msgid "Asia Southeast (A)"
msgstr "アジア南東部 (A)"
-#: awx/settings/defaults.py:752
+#: awx/settings/defaults.py:808
msgid "Asia Southeast (B)"
msgstr "アジア南東部 (B)"
-#: awx/settings/defaults.py:753
+#: awx/settings/defaults.py:809
msgid "Asia Northeast (A)"
msgstr "アジア北東部 (A)"
-#: awx/settings/defaults.py:754
+#: awx/settings/defaults.py:810
msgid "Asia Northeast (B)"
msgstr "アジア北東部 (B)"
-#: awx/settings/defaults.py:755
+#: awx/settings/defaults.py:811
msgid "Asia Northeast (C)"
msgstr "アジア北東部 (C)"
-#: awx/settings/defaults.py:756
+#: awx/settings/defaults.py:812
msgid "Australia Southeast (A)"
msgstr "オーストラリア南東部 (A)"
-#: awx/settings/defaults.py:757
+#: awx/settings/defaults.py:813
msgid "Australia Southeast (B)"
msgstr "オーストラリア南東部 (B)"
-#: awx/settings/defaults.py:758
+#: awx/settings/defaults.py:814
msgid "Australia Southeast (C)"
msgstr "オーストラリア南東部 (C)"
-#: awx/settings/defaults.py:780
+#: awx/settings/defaults.py:836
msgid "US East"
msgstr "米国東部"
-#: awx/settings/defaults.py:781
+#: awx/settings/defaults.py:837
msgid "US East 2"
msgstr "米国東部 2"
-#: awx/settings/defaults.py:782
+#: awx/settings/defaults.py:838
msgid "US Central"
msgstr "米国中部"
-#: awx/settings/defaults.py:783
+#: awx/settings/defaults.py:839
msgid "US North Central"
msgstr "米国中北部"
-#: awx/settings/defaults.py:784
+#: awx/settings/defaults.py:840
msgid "US South Central"
msgstr "米国中南部"
-#: awx/settings/defaults.py:785
+#: awx/settings/defaults.py:841
msgid "US West Central"
msgstr "米国中西部"
-#: awx/settings/defaults.py:786
+#: awx/settings/defaults.py:842
msgid "US West"
msgstr "米国西部"
-#: awx/settings/defaults.py:787
+#: awx/settings/defaults.py:843
msgid "US West 2"
msgstr "米国西部 2"
-#: awx/settings/defaults.py:788
+#: awx/settings/defaults.py:844
msgid "Canada East"
msgstr "カナダ東部"
-#: awx/settings/defaults.py:789
+#: awx/settings/defaults.py:845
msgid "Canada Central"
msgstr "カナダ中部"
-#: awx/settings/defaults.py:790
+#: awx/settings/defaults.py:846
msgid "Brazil South"
msgstr "ブラジル南部"
-#: awx/settings/defaults.py:791
+#: awx/settings/defaults.py:847
msgid "Europe North"
msgstr "欧州北部"
-#: awx/settings/defaults.py:792
+#: awx/settings/defaults.py:848
msgid "Europe West"
msgstr "欧州西部"
-#: awx/settings/defaults.py:793
+#: awx/settings/defaults.py:849
msgid "UK West"
msgstr "英国西部"
-#: awx/settings/defaults.py:794
+#: awx/settings/defaults.py:850
msgid "UK South"
msgstr "英国南部"
-#: awx/settings/defaults.py:795
+#: awx/settings/defaults.py:851
msgid "Asia East"
msgstr "アジア東部"
-#: awx/settings/defaults.py:796
+#: awx/settings/defaults.py:852
msgid "Asia Southeast"
msgstr "アジア南東部"
-#: awx/settings/defaults.py:797
+#: awx/settings/defaults.py:853
msgid "Australia East"
msgstr "オーストラリア東部"
-#: awx/settings/defaults.py:798
+#: awx/settings/defaults.py:854
msgid "Australia Southeast"
msgstr "オーストラリア南東部 "
-#: awx/settings/defaults.py:799
+#: awx/settings/defaults.py:855
msgid "India West"
msgstr "インド西部"
-#: awx/settings/defaults.py:800
+#: awx/settings/defaults.py:856
msgid "India South"
msgstr "インド南部"
-#: awx/settings/defaults.py:801
+#: awx/settings/defaults.py:857
msgid "Japan East"
msgstr "日本東部"
-#: awx/settings/defaults.py:802
+#: awx/settings/defaults.py:858
msgid "Japan West"
msgstr "日本西部"
-#: awx/settings/defaults.py:803
+#: awx/settings/defaults.py:859
msgid "Korea Central"
msgstr "韓国中部"
-#: awx/settings/defaults.py:804
+#: awx/settings/defaults.py:860
msgid "Korea South"
msgstr "韓国南部"
@@ -3664,7 +4493,7 @@ msgid ""
"Mapping to organization admins/users from social auth accounts. This setting\n"
"controls which users are placed into which Tower organizations based on their\n"
"username and email address. Configuration details are available in the Ansible\n"
-"Tower documentation.'"
+"Tower documentation."
msgstr ""
"ソーシャル認証アカウントから組織管理者/ユーザーへのマッピングです。この設定は、ユーザー名およびメールアドレスに基づいてどのユーザーをどの Tower "
"組織に配置するかを管理します。設定の詳細については、Ansible Tower ドキュメントを参照してください。"
@@ -3707,11 +4536,11 @@ msgstr ""
"空リスト "
"`[]`に設定される場合、この設定により新規ユーザーアカウントは作成できなくなります。ソーシャル認証を使ってログインしたことのあるユーザーまたは一致するメールアドレスのユーザーアカウントを持つユーザーのみがログインできます。"
-#: awx/sso/conf.py:137
+#: awx/sso/conf.py:141
msgid "LDAP Server URI"
msgstr "LDAP サーバー URI"
-#: awx/sso/conf.py:138
+#: awx/sso/conf.py:142
msgid ""
"URI to connect to LDAP server, such as \"ldap://ldap.example.com:389\" (non-"
"SSL) or \"ldaps://ldap.example.com:636\" (SSL). Multiple LDAP servers may be"
@@ -3722,19 +4551,20 @@ msgstr ""
" (SSL) などの LDAP サーバーに接続する URI です。複数の LDAP サーバーをスペースまたはカンマで区切って指定できます。LDAP "
"認証は、このパラメーターが空の場合は無効になります。"
-#: awx/sso/conf.py:142 awx/sso/conf.py:158 awx/sso/conf.py:170
-#: awx/sso/conf.py:182 awx/sso/conf.py:198 awx/sso/conf.py:218
-#: awx/sso/conf.py:240 awx/sso/conf.py:255 awx/sso/conf.py:273
-#: awx/sso/conf.py:290 awx/sso/conf.py:307 awx/sso/conf.py:323
-#: awx/sso/conf.py:337 awx/sso/conf.py:354 awx/sso/conf.py:380
+#: awx/sso/conf.py:146 awx/sso/conf.py:162 awx/sso/conf.py:174
+#: awx/sso/conf.py:186 awx/sso/conf.py:202 awx/sso/conf.py:222
+#: awx/sso/conf.py:244 awx/sso/conf.py:259 awx/sso/conf.py:277
+#: awx/sso/conf.py:294 awx/sso/conf.py:306 awx/sso/conf.py:332
+#: awx/sso/conf.py:348 awx/sso/conf.py:362 awx/sso/conf.py:380
+#: awx/sso/conf.py:406
msgid "LDAP"
msgstr "LDAP"
-#: awx/sso/conf.py:154
+#: awx/sso/conf.py:158
msgid "LDAP Bind DN"
msgstr "LDAP バインド DN"
-#: awx/sso/conf.py:155
+#: awx/sso/conf.py:159
msgid ""
"DN (Distinguished Name) of user to bind for all search queries. This is the "
"system user account we will use to login to query LDAP for other user "
@@ -3743,27 +4573,27 @@ msgstr ""
"すべての検索クエリーについてバインドするユーザーの DN (識別名) です。これは、他のユーザー情報についての LDAP "
"クエリー実行時のログインに使用するシステムユーザーアカウントです。構文のサンプルについては Ansible Tower ドキュメントを参照してください。"
-#: awx/sso/conf.py:168
+#: awx/sso/conf.py:172
msgid "LDAP Bind Password"
msgstr "LDAP バインドパスワード"
-#: awx/sso/conf.py:169
+#: awx/sso/conf.py:173
msgid "Password used to bind LDAP user account."
msgstr "LDAP ユーザーアカウントをバインドするために使用されるパスワード。"
-#: awx/sso/conf.py:180
+#: awx/sso/conf.py:184
msgid "LDAP Start TLS"
msgstr "LDAP Start TLS"
-#: awx/sso/conf.py:181
+#: awx/sso/conf.py:185
msgid "Whether to enable TLS when the LDAP connection is not using SSL."
msgstr "LDAP 接続が SSL を使用していない場合に TLS を有効にするかどうか。"
-#: awx/sso/conf.py:191
+#: awx/sso/conf.py:195
msgid "LDAP Connection Options"
msgstr "LDAP 接続オプション"
-#: awx/sso/conf.py:192
+#: awx/sso/conf.py:196
msgid ""
"Additional options to set for the LDAP connection. LDAP referrals are "
"disabled by default (to prevent certain LDAP queries from hanging with AD). "
@@ -3776,11 +4606,11 @@ msgstr ""
"\"OPT_REFERRALS\")。可能なオプションおよび設定できる値については、https://www.python-"
"ldap.org/doc/html/ldap.html#options を参照してください。"
-#: awx/sso/conf.py:211
+#: awx/sso/conf.py:215
msgid "LDAP User Search"
msgstr "LDAP ユーザー検索"
-#: awx/sso/conf.py:212
+#: awx/sso/conf.py:216
msgid ""
"LDAP search query to find users. Any user that matches the given pattern "
"will be able to login to Tower. The user should also be mapped into a Tower"
@@ -3793,11 +4623,11 @@ msgstr ""
"設定で定義)。複数の検索クエリーをサポートする必要がある場合、\"LDAPUnion\" を使用できます。詳細は、Tower "
"ドキュメントを参照してください。"
-#: awx/sso/conf.py:234
+#: awx/sso/conf.py:238
msgid "LDAP User DN Template"
msgstr "LDAP ユーザー DN テンプレート"
-#: awx/sso/conf.py:235
+#: awx/sso/conf.py:239
msgid ""
"Alternative to user search, if user DNs are all of the same format. This "
"approach is more efficient for user lookups than searching if it is usable "
@@ -3808,26 +4638,26 @@ msgstr ""
"の形式がすべて同じである場合のユーザー検索の代替法になります。この方法は、組織の環境で使用可能であるかどうかを検索する場合よりも効率的なユーザー検索方法になります。この設定に値がある場合、それが"
" AUTH_LDAP_USER_SEARCH の代わりに使用されます。"
-#: awx/sso/conf.py:250
+#: awx/sso/conf.py:254
msgid "LDAP User Attribute Map"
msgstr "LDAP ユーザー属性マップ"
-#: awx/sso/conf.py:251
+#: awx/sso/conf.py:255
msgid ""
"Mapping of LDAP user schema to Tower API user attributes. The default "
"setting is valid for ActiveDirectory but users with other LDAP "
"configurations may need to change the values. Refer to the Ansible Tower "
-"documentation for additonal details."
+"documentation for additional details."
msgstr ""
"LDAP ユーザースキーマの Tower API ユーザー属性へのマッピングです 。デフォルト設定は ActiveDirectory で有効ですが、他の"
" LDAP 設定を持つユーザーは値を変更する必要が生じる場合があります。追加の詳細情報については、Ansible Tower "
"ドキュメントを参照してください。"
-#: awx/sso/conf.py:269
+#: awx/sso/conf.py:273
msgid "LDAP Group Search"
msgstr "LDAP グループ検索"
-#: awx/sso/conf.py:270
+#: awx/sso/conf.py:274
msgid ""
"Users are mapped to organizations based on their membership in LDAP groups. "
"This setting defines the LDAP search query to find groups. Unlike the user "
@@ -3836,24 +4666,32 @@ msgstr ""
"ユーザーは LDAP グループのメンバーシップに基づいて組織にマップされます。この設定は、グループを検索できるように LDAP "
"検索クエリーを定義します。ユーザー検索とは異なり、グループ検索は LDAPSearchUnion をサポートしません。"
-#: awx/sso/conf.py:286
+#: awx/sso/conf.py:290
msgid "LDAP Group Type"
msgstr "LDAP グループタイプ"
-#: awx/sso/conf.py:287
+#: awx/sso/conf.py:291
msgid ""
"The group type may need to be changed based on the type of the LDAP server."
-" Values are listed at: http://pythonhosted.org/django-auth-ldap/groups.html"
-"#types-of-groups"
+" Values are listed at: https://django-auth-"
+"ldap.readthedocs.io/en/stable/groups.html#types-of-groups"
msgstr ""
-"グループタイプは LDAP サーバーのタイプに基づいて変更する必要がある場合があります。値は以下に記載されています: "
-"http://pythonhosted.org/django-auth-ldap/groups.html#types-of-groups"
+"グループタイプは LDAP サーバーのタイプに基づいて変更する必要がある場合があります。値は以下に記載されています: https://django-"
+"auth-ldap.readthedocs.io/en/stable/groups.html#types-of-groups"
-#: awx/sso/conf.py:302
+#: awx/sso/conf.py:304
+msgid "LDAP Group Type Parameters"
+msgstr "LDAP グループタイプパラメーター"
+
+#: awx/sso/conf.py:305
+msgid "Key value parameters to send the chosen group type init method."
+msgstr "選択されたグループタイプの init メソッドを送信するためのキー値パラメーター。"
+
+#: awx/sso/conf.py:327
msgid "LDAP Require Group"
msgstr "LDAP 要求グループ"
-#: awx/sso/conf.py:303
+#: awx/sso/conf.py:328
msgid ""
"Group DN required to login. If specified, user must be a member of this "
"group to login via LDAP. If not set, everyone in LDAP that matches the user "
@@ -3863,11 +4701,11 @@ msgstr ""
"経由でログインするにはユーザーはこのグループのメンバーである必要があります。設定されていない場合は、ユーザー検索に一致する LDAP "
"のすべてのユーザーが Tower 経由でログインできます。1つの要求グループのみがサポートされます。"
-#: awx/sso/conf.py:319
+#: awx/sso/conf.py:344
msgid "LDAP Deny Group"
msgstr "LDAP 拒否グループ"
-#: awx/sso/conf.py:320
+#: awx/sso/conf.py:345
msgid ""
"Group DN denied from login. If specified, user will not be allowed to login "
"if a member of this group. Only one deny group is supported."
@@ -3875,11 +4713,11 @@ msgstr ""
"グループ DN がログインで拒否されます。指定されている場合、ユーザーはこのグループのメンバーの場合にログインできません。1 "
"つの拒否グループのみがサポートされます。"
-#: awx/sso/conf.py:333
+#: awx/sso/conf.py:358
msgid "LDAP User Flags By Group"
msgstr "LDAP ユーザーフラグ (グループ別)"
-#: awx/sso/conf.py:334
+#: awx/sso/conf.py:359
msgid ""
"Retrieve users from a given group. At this time, superuser and system "
"auditors are the only groups supported. Refer to the Ansible Tower "
@@ -3888,11 +4726,11 @@ msgstr ""
"指定されたグループからユーザーを検索します。この場合、サポートされるグループは、スーパーユーザーおよびシステム監査者のみになります。詳細は、Ansible"
" Tower ドキュメントを参照してください。"
-#: awx/sso/conf.py:349
+#: awx/sso/conf.py:375
msgid "LDAP Organization Map"
msgstr "LDAP 組織マップ"
-#: awx/sso/conf.py:350
+#: awx/sso/conf.py:376
msgid ""
"Mapping between organization admins/users and LDAP groups. This controls "
"which users are placed into which Tower organizations relative to their LDAP"
@@ -3902,11 +4740,11 @@ msgstr ""
"組織管理者/ユーザーと LDAP グループ間のマッピングです。この設定は、LDAP グループのメンバーシップに基づいてどのユーザーをどの Tower "
"組織に配置するかを管理します。設定の詳細については、Ansible Tower ドキュメントを参照してください。"
-#: awx/sso/conf.py:377
+#: awx/sso/conf.py:403
msgid "LDAP Team Map"
msgstr "LDAP チームマップ"
-#: awx/sso/conf.py:378
+#: awx/sso/conf.py:404
msgid ""
"Mapping between team members (users) and LDAP groups. Configuration details "
"are available in the Ansible Tower documentation."
@@ -3914,87 +4752,87 @@ msgstr ""
"チームメンバー (ユーザー) と LDAP グループ間のマッピングです。設定の詳細については、Ansible Tower "
"ドキュメントを参照してください。"
-#: awx/sso/conf.py:406
+#: awx/sso/conf.py:440
msgid "RADIUS Server"
msgstr "RADIUS サーバー"
-#: awx/sso/conf.py:407
+#: awx/sso/conf.py:441
msgid ""
"Hostname/IP of RADIUS server. RADIUS authentication is disabled if this "
"setting is empty."
msgstr "RADIUS サーバーのホスト名/IP です。この設定が空の場合は RADIUS 認証は無効にされます。"
-#: awx/sso/conf.py:409 awx/sso/conf.py:423 awx/sso/conf.py:435
+#: awx/sso/conf.py:443 awx/sso/conf.py:457 awx/sso/conf.py:469
#: awx/sso/models.py:14
msgid "RADIUS"
msgstr "RADIUS"
-#: awx/sso/conf.py:421
+#: awx/sso/conf.py:455
msgid "RADIUS Port"
msgstr "RADIUS ポート"
-#: awx/sso/conf.py:422
+#: awx/sso/conf.py:456
msgid "Port of RADIUS server."
msgstr "RADIUS サーバーのポート。"
-#: awx/sso/conf.py:433
+#: awx/sso/conf.py:467
msgid "RADIUS Secret"
msgstr "RADIUS シークレット"
-#: awx/sso/conf.py:434
+#: awx/sso/conf.py:468
msgid "Shared secret for authenticating to RADIUS server."
msgstr "RADIUS サーバーに対して認証するための共有シークレット。"
-#: awx/sso/conf.py:450
+#: awx/sso/conf.py:484
msgid "TACACS+ Server"
msgstr "TACACS+ サーバー"
-#: awx/sso/conf.py:451
+#: awx/sso/conf.py:485
msgid "Hostname of TACACS+ server."
msgstr "TACACS+ サーバーのホスト名。"
-#: awx/sso/conf.py:452 awx/sso/conf.py:465 awx/sso/conf.py:478
-#: awx/sso/conf.py:491 awx/sso/conf.py:503 awx/sso/models.py:15
+#: awx/sso/conf.py:486 awx/sso/conf.py:499 awx/sso/conf.py:512
+#: awx/sso/conf.py:525 awx/sso/conf.py:537 awx/sso/models.py:15
msgid "TACACS+"
msgstr "TACACS+"
-#: awx/sso/conf.py:463
+#: awx/sso/conf.py:497
msgid "TACACS+ Port"
msgstr "TACACS+ ポート"
-#: awx/sso/conf.py:464
+#: awx/sso/conf.py:498
msgid "Port number of TACACS+ server."
msgstr "TACACS+ サーバーのポート番号。"
-#: awx/sso/conf.py:476
+#: awx/sso/conf.py:510
msgid "TACACS+ Secret"
msgstr "TACACS+ シークレット"
-#: awx/sso/conf.py:477
+#: awx/sso/conf.py:511
msgid "Shared secret for authenticating to TACACS+ server."
msgstr "TACACS+ サーバーに対して認証するための共有シークレット。"
-#: awx/sso/conf.py:489
+#: awx/sso/conf.py:523
msgid "TACACS+ Auth Session Timeout"
msgstr "TACACS+ 認証セッションタイムアウト"
-#: awx/sso/conf.py:490
+#: awx/sso/conf.py:524
msgid "TACACS+ session timeout value in seconds, 0 disables timeout."
msgstr "TACACS+ セッションのタイムアウト値 (秒数) です。0 はタイムアウトを無効にします。"
-#: awx/sso/conf.py:501
+#: awx/sso/conf.py:535
msgid "TACACS+ Authentication Protocol"
msgstr "TACACS+ 認証プロトコル"
-#: awx/sso/conf.py:502
+#: awx/sso/conf.py:536
msgid "Choose the authentication protocol used by TACACS+ client."
msgstr "TACACS+ クライアントによって使用される認証プロトコルを選択します。"
-#: awx/sso/conf.py:517
+#: awx/sso/conf.py:551
msgid "Google OAuth2 Callback URL"
msgstr "Google OAuth2 コールバック URL"
-#: awx/sso/conf.py:518 awx/sso/conf.py:611 awx/sso/conf.py:676
+#: awx/sso/conf.py:552 awx/sso/conf.py:645 awx/sso/conf.py:710
msgid ""
"Provide this URL as the callback URL for your application as part of your "
"registration process. Refer to the Ansible Tower documentation for more "
@@ -4003,43 +4841,43 @@ msgstr ""
"登録プロセスの一環として、この URL をアプリケーションのコールバック URL として指定します。詳細については、Ansible Tower "
"ドキュメントを参照してください。"
-#: awx/sso/conf.py:521 awx/sso/conf.py:533 awx/sso/conf.py:545
-#: awx/sso/conf.py:558 awx/sso/conf.py:572 awx/sso/conf.py:584
-#: awx/sso/conf.py:596
+#: awx/sso/conf.py:555 awx/sso/conf.py:567 awx/sso/conf.py:579
+#: awx/sso/conf.py:592 awx/sso/conf.py:606 awx/sso/conf.py:618
+#: awx/sso/conf.py:630
msgid "Google OAuth2"
msgstr "Google OAuth2"
-#: awx/sso/conf.py:531
+#: awx/sso/conf.py:565
msgid "Google OAuth2 Key"
msgstr "Google OAuth2 キー"
-#: awx/sso/conf.py:532
+#: awx/sso/conf.py:566
msgid "The OAuth2 key from your web application."
msgstr "web アプリケーションの OAuth2 キー "
-#: awx/sso/conf.py:543
+#: awx/sso/conf.py:577
msgid "Google OAuth2 Secret"
msgstr "Google OAuth2 シークレット"
-#: awx/sso/conf.py:544
+#: awx/sso/conf.py:578
msgid "The OAuth2 secret from your web application."
msgstr "web アプリケーションの OAuth2 シークレット"
-#: awx/sso/conf.py:555
+#: awx/sso/conf.py:589
msgid "Google OAuth2 Whitelisted Domains"
msgstr "Google OAuth2 ホワイトリストドメイン"
-#: awx/sso/conf.py:556
+#: awx/sso/conf.py:590
msgid ""
"Update this setting to restrict the domains who are allowed to login using "
"Google OAuth2."
msgstr "この設定を更新し、Google OAuth2 を使用してログインできるドメインを制限します。"
-#: awx/sso/conf.py:567
+#: awx/sso/conf.py:601
msgid "Google OAuth2 Extra Arguments"
msgstr "Google OAuth2 追加引数"
-#: awx/sso/conf.py:568
+#: awx/sso/conf.py:602
msgid ""
"Extra arguments for Google OAuth2 login. You can restrict it to only allow a"
" single domain to authenticate, even if the user is logged in with multple "
@@ -4049,97 +4887,97 @@ msgstr ""
"アカウントでログインしている場合でも、単一ドメインの認証のみを許可するように制限できます。詳細については、Ansible Tower "
"ドキュメントを参照してください。"
-#: awx/sso/conf.py:582
+#: awx/sso/conf.py:616
msgid "Google OAuth2 Organization Map"
msgstr "Google OAuth2 組織マップ"
-#: awx/sso/conf.py:594
+#: awx/sso/conf.py:628
msgid "Google OAuth2 Team Map"
msgstr "Google OAuth2 チームマップ"
-#: awx/sso/conf.py:610
+#: awx/sso/conf.py:644
msgid "GitHub OAuth2 Callback URL"
msgstr "GitHub OAuth2 コールバック URL"
-#: awx/sso/conf.py:614 awx/sso/conf.py:626 awx/sso/conf.py:637
-#: awx/sso/conf.py:649 awx/sso/conf.py:661
+#: awx/sso/conf.py:648 awx/sso/conf.py:660 awx/sso/conf.py:671
+#: awx/sso/conf.py:683 awx/sso/conf.py:695
msgid "GitHub OAuth2"
msgstr "GitHub OAuth2"
-#: awx/sso/conf.py:624
+#: awx/sso/conf.py:658
msgid "GitHub OAuth2 Key"
msgstr "GitHub OAuth2 キー"
-#: awx/sso/conf.py:625
+#: awx/sso/conf.py:659
msgid "The OAuth2 key (Client ID) from your GitHub developer application."
msgstr "GitHub 開発者アプリケーションからの OAuth2 キー (クライアント ID)。"
-#: awx/sso/conf.py:635
+#: awx/sso/conf.py:669
msgid "GitHub OAuth2 Secret"
msgstr "GitHub OAuth2 シークレット"
-#: awx/sso/conf.py:636
+#: awx/sso/conf.py:670
msgid ""
"The OAuth2 secret (Client Secret) from your GitHub developer application."
msgstr "GitHub 開発者アプリケーションからの OAuth2 シークレット (クライアントシークレット)。"
-#: awx/sso/conf.py:647
+#: awx/sso/conf.py:681
msgid "GitHub OAuth2 Organization Map"
msgstr "GitHub OAuth2 組織マップ"
-#: awx/sso/conf.py:659
+#: awx/sso/conf.py:693
msgid "GitHub OAuth2 Team Map"
msgstr "GitHub OAuth2 チームマップ"
-#: awx/sso/conf.py:675
+#: awx/sso/conf.py:709
msgid "GitHub Organization OAuth2 Callback URL"
msgstr "GitHub 組織 OAuth2 コールバック URL"
-#: awx/sso/conf.py:679 awx/sso/conf.py:691 awx/sso/conf.py:702
-#: awx/sso/conf.py:715 awx/sso/conf.py:726 awx/sso/conf.py:738
+#: awx/sso/conf.py:713 awx/sso/conf.py:725 awx/sso/conf.py:736
+#: awx/sso/conf.py:749 awx/sso/conf.py:760 awx/sso/conf.py:772
msgid "GitHub Organization OAuth2"
msgstr "GitHub 組織 OAuth2"
-#: awx/sso/conf.py:689
+#: awx/sso/conf.py:723
msgid "GitHub Organization OAuth2 Key"
msgstr "GitHub 組織 OAuth2 キー"
-#: awx/sso/conf.py:690 awx/sso/conf.py:768
+#: awx/sso/conf.py:724 awx/sso/conf.py:802
msgid "The OAuth2 key (Client ID) from your GitHub organization application."
msgstr "GitHub 組織アプリケーションからの OAuth2 キー (クライアント ID)。"
-#: awx/sso/conf.py:700
+#: awx/sso/conf.py:734
msgid "GitHub Organization OAuth2 Secret"
msgstr "GitHub 組織 OAuth2 シークレット"
-#: awx/sso/conf.py:701 awx/sso/conf.py:779
+#: awx/sso/conf.py:735 awx/sso/conf.py:813
msgid ""
"The OAuth2 secret (Client Secret) from your GitHub organization application."
msgstr "GitHub 組織アプリケーションからの OAuth2 シークレット (クライアントシークレット)。"
-#: awx/sso/conf.py:712
+#: awx/sso/conf.py:746
msgid "GitHub Organization Name"
msgstr "GitHub 組織名"
-#: awx/sso/conf.py:713
+#: awx/sso/conf.py:747
msgid ""
"The name of your GitHub organization, as used in your organization's URL: "
"https://github.com//."
msgstr "GitHub 組織の名前で、組織の URL (https://github.com//) で使用されます。"
-#: awx/sso/conf.py:724
+#: awx/sso/conf.py:758
msgid "GitHub Organization OAuth2 Organization Map"
msgstr "GitHub 組織 OAuth2 組織マップ"
-#: awx/sso/conf.py:736
+#: awx/sso/conf.py:770
msgid "GitHub Organization OAuth2 Team Map"
msgstr "GitHub 組織 OAuth2 チームマップ"
-#: awx/sso/conf.py:752
+#: awx/sso/conf.py:786
msgid "GitHub Team OAuth2 Callback URL"
msgstr "GitHub チーム OAuth2 コールバック URL"
-#: awx/sso/conf.py:753
+#: awx/sso/conf.py:787
msgid ""
"Create an organization-owned application at "
"https://github.com/organizations//settings/applications and obtain "
@@ -4151,24 +4989,24 @@ msgstr ""
" キー (クライアント ID) およびシークレット (クライアントシークレット) を取得します。この URL をアプリケーションのコールバック URL "
"として指定します。"
-#: awx/sso/conf.py:757 awx/sso/conf.py:769 awx/sso/conf.py:780
-#: awx/sso/conf.py:793 awx/sso/conf.py:804 awx/sso/conf.py:816
+#: awx/sso/conf.py:791 awx/sso/conf.py:803 awx/sso/conf.py:814
+#: awx/sso/conf.py:827 awx/sso/conf.py:838 awx/sso/conf.py:850
msgid "GitHub Team OAuth2"
msgstr "GitHub チーム OAuth2"
-#: awx/sso/conf.py:767
+#: awx/sso/conf.py:801
msgid "GitHub Team OAuth2 Key"
msgstr "GitHub チーム OAuth2 キー"
-#: awx/sso/conf.py:778
+#: awx/sso/conf.py:812
msgid "GitHub Team OAuth2 Secret"
msgstr "GitHub チーム OAuth2 シークレット"
-#: awx/sso/conf.py:790
+#: awx/sso/conf.py:824
msgid "GitHub Team ID"
msgstr "GitHub チーム ID"
-#: awx/sso/conf.py:791
+#: awx/sso/conf.py:825
msgid ""
"Find the numeric team ID using the Github API: http://fabian-"
"kostadinov.github.io/2015/01/16/how-to-find-a-github-team-id/."
@@ -4176,19 +5014,19 @@ msgstr ""
"Github API を使用して数値のチーム ID を検索します: http://fabian-"
"kostadinov.github.io/2015/01/16/how-to-find-a-github-team-id/"
-#: awx/sso/conf.py:802
+#: awx/sso/conf.py:836
msgid "GitHub Team OAuth2 Organization Map"
msgstr "GitHub チーム OAuth2 組織マップ"
-#: awx/sso/conf.py:814
+#: awx/sso/conf.py:848
msgid "GitHub Team OAuth2 Team Map"
msgstr "GitHub チーム OAuth2 チームマップ"
-#: awx/sso/conf.py:830
+#: awx/sso/conf.py:864
msgid "Azure AD OAuth2 Callback URL"
msgstr "Azure AD OAuth2 コールバック URL"
-#: awx/sso/conf.py:831
+#: awx/sso/conf.py:865
msgid ""
"Provide this URL as the callback URL for your application as part of your "
"registration process. Refer to the Ansible Tower documentation for more "
@@ -4197,40 +5035,40 @@ msgstr ""
"登録プロセスの一環として、この URL をアプリケーションのコールバック URL として指定します。詳細については、Ansible Tower "
"ドキュメントを参照してください。"
-#: awx/sso/conf.py:834 awx/sso/conf.py:846 awx/sso/conf.py:857
-#: awx/sso/conf.py:869 awx/sso/conf.py:881
+#: awx/sso/conf.py:868 awx/sso/conf.py:880 awx/sso/conf.py:891
+#: awx/sso/conf.py:903 awx/sso/conf.py:915
msgid "Azure AD OAuth2"
msgstr "Azure AD OAuth2"
-#: awx/sso/conf.py:844
+#: awx/sso/conf.py:878
msgid "Azure AD OAuth2 Key"
msgstr "Azure AD OAuth2 キー"
-#: awx/sso/conf.py:845
+#: awx/sso/conf.py:879
msgid "The OAuth2 key (Client ID) from your Azure AD application."
msgstr "Azure AD アプリケーションからの OAuth2 キー (クライアント ID)。"
-#: awx/sso/conf.py:855
+#: awx/sso/conf.py:889
msgid "Azure AD OAuth2 Secret"
msgstr "Azure AD OAuth2 シークレット"
-#: awx/sso/conf.py:856
+#: awx/sso/conf.py:890
msgid "The OAuth2 secret (Client Secret) from your Azure AD application."
msgstr "Azure AD アプリケーションからの OAuth2 シークレット (クライアントシークレット)。"
-#: awx/sso/conf.py:867
+#: awx/sso/conf.py:901
msgid "Azure AD OAuth2 Organization Map"
msgstr "Azure AD OAuth2 組織マップ"
-#: awx/sso/conf.py:879
+#: awx/sso/conf.py:913
msgid "Azure AD OAuth2 Team Map"
msgstr "Azure AD OAuth2 チームマップ"
-#: awx/sso/conf.py:904
+#: awx/sso/conf.py:938
msgid "SAML Assertion Consumer Service (ACS) URL"
msgstr "SAML アサーションコンシューマー サービス (ACS) URL"
-#: awx/sso/conf.py:905
+#: awx/sso/conf.py:939
msgid ""
"Register Tower as a service provider (SP) with each identity provider (IdP) "
"you have configured. Provide your SP Entity ID and this ACS URL for your "
@@ -4239,29 +5077,31 @@ msgstr ""
"設定済みの各アイデンティティープロバイダー (IdP) で Tower をサービスプロバイダー (SP) として登録します。SP エンティティー ID "
"およびアプリケーションのこの ACS URL を指定します。"
-#: awx/sso/conf.py:908 awx/sso/conf.py:922 awx/sso/conf.py:936
-#: awx/sso/conf.py:951 awx/sso/conf.py:965 awx/sso/conf.py:978
-#: awx/sso/conf.py:999 awx/sso/conf.py:1017 awx/sso/conf.py:1036
-#: awx/sso/conf.py:1070 awx/sso/conf.py:1083 awx/sso/models.py:16
+#: awx/sso/conf.py:942 awx/sso/conf.py:956 awx/sso/conf.py:970
+#: awx/sso/conf.py:985 awx/sso/conf.py:999 awx/sso/conf.py:1012
+#: awx/sso/conf.py:1033 awx/sso/conf.py:1051 awx/sso/conf.py:1070
+#: awx/sso/conf.py:1106 awx/sso/conf.py:1138 awx/sso/conf.py:1152
+#: awx/sso/conf.py:1169 awx/sso/conf.py:1182 awx/sso/conf.py:1195
+#: awx/sso/conf.py:1211 awx/sso/models.py:16
msgid "SAML"
msgstr "SAML"
-#: awx/sso/conf.py:919
+#: awx/sso/conf.py:953
msgid "SAML Service Provider Metadata URL"
msgstr "SAML サービスプロバイダーメタデータ URL"
-#: awx/sso/conf.py:920
+#: awx/sso/conf.py:954
msgid ""
"If your identity provider (IdP) allows uploading an XML metadata file, you "
"can download one from this URL."
msgstr ""
"アイデンティティープロバイダー (IdP) が XML メタデータファイルのアップロードを許可する場合、この URL からダウンロードできます。"
-#: awx/sso/conf.py:932
+#: awx/sso/conf.py:966
msgid "SAML Service Provider Entity ID"
msgstr "SAML サービスプロバイダーエンティティー ID"
-#: awx/sso/conf.py:933
+#: awx/sso/conf.py:967
msgid ""
"The application-defined unique identifier used as the audience of the SAML "
"service provider (SP) configuration. This is usually the URL for Tower."
@@ -4269,42 +5109,42 @@ msgstr ""
"SAML サービスプロバイダー (SP) 設定の対象として使用されるアプリケーションで定義される固有識別子です。通常これは Tower の URL "
"になります。"
-#: awx/sso/conf.py:948
+#: awx/sso/conf.py:982
msgid "SAML Service Provider Public Certificate"
msgstr "SAML サービスプロバイダーの公開証明書"
-#: awx/sso/conf.py:949
+#: awx/sso/conf.py:983
msgid ""
"Create a keypair for Tower to use as a service provider (SP) and include the"
" certificate content here."
msgstr "サービスプロバイダー (SP) として使用するための Tower のキーペアを作成し、ここに証明書の内容を組み込みます。"
-#: awx/sso/conf.py:962
+#: awx/sso/conf.py:996
msgid "SAML Service Provider Private Key"
msgstr "SAML サービスプロバイダーの秘密鍵|"
-#: awx/sso/conf.py:963
+#: awx/sso/conf.py:997
msgid ""
"Create a keypair for Tower to use as a service provider (SP) and include the"
" private key content here."
msgstr "サービスプロバイダー (SP) として使用するための Tower のキーペアを作成し、ここに秘密鍵の内容を組み込みます。"
-#: awx/sso/conf.py:975
+#: awx/sso/conf.py:1009
msgid "SAML Service Provider Organization Info"
msgstr "SAML サービスプロバイダーの組織情報"
-#: awx/sso/conf.py:976
+#: awx/sso/conf.py:1010
msgid ""
"Provide the URL, display name, and the name of your app. Refer to the "
"Ansible Tower documentation for example syntax."
msgstr ""
"アプリケーションの URL、表示名、および名前を指定します。構文のサンプルについては Ansible Tower ドキュメントを参照してください。"
-#: awx/sso/conf.py:995
+#: awx/sso/conf.py:1029
msgid "SAML Service Provider Technical Contact"
msgstr "SAML サービスプロバイダーテクニカルサポートの問い合わせ先"
-#: awx/sso/conf.py:996
+#: awx/sso/conf.py:1030
msgid ""
"Provide the name and email address of the technical contact for your service"
" provider. Refer to the Ansible Tower documentation for example syntax."
@@ -4312,11 +5152,11 @@ msgstr ""
"サービスプロバイダーのテクニカルサポート担当の名前およびメールアドレスを指定します。構文のサンプルについては Ansible Tower "
"ドキュメントを参照してください。"
-#: awx/sso/conf.py:1013
+#: awx/sso/conf.py:1047
msgid "SAML Service Provider Support Contact"
msgstr "SAML サービスプロバイダーサポートの問い合わせ先"
-#: awx/sso/conf.py:1014
+#: awx/sso/conf.py:1048
msgid ""
"Provide the name and email address of the support contact for your service "
"provider. Refer to the Ansible Tower documentation for example syntax."
@@ -4324,11 +5164,11 @@ msgstr ""
"サービスプロバイダーのサポート担当の名前およびメールアドレスを指定します。構文のサンプルについては Ansible Tower "
"ドキュメントを参照してください。"
-#: awx/sso/conf.py:1030
+#: awx/sso/conf.py:1064
msgid "SAML Enabled Identity Providers"
msgstr "SAML で有効にされたアイデンティティープロバイダー"
-#: awx/sso/conf.py:1031
+#: awx/sso/conf.py:1065
msgid ""
"Configure the Entity ID, SSO URL and certificate for each identity provider "
"(IdP) in use. Multiple SAML IdPs are supported. Some IdPs may provide user "
@@ -4340,42 +5180,90 @@ msgstr ""
" IdP がサポートされます。一部の IdP はデフォルト OID とは異なる属性名を使用してユーザーデータを提供することがあります。それぞれの IdP"
" について属性名が上書きされる可能性があります。追加の詳細および構文については、Ansible ドキュメントを参照してください。"
-#: awx/sso/conf.py:1068
+#: awx/sso/conf.py:1102
+msgid "SAML Security Config"
+msgstr "SAML セキュリティー設定"
+
+#: awx/sso/conf.py:1103
+msgid ""
+"A dict of key value pairs that are passed to the underlying python-saml "
+"security setting https://github.com/onelogin/python-saml#settings"
+msgstr ""
+"基礎となる python-saml セキュリティー設定に渡されるキー値ペアの辞書: https://github.com/onelogin"
+"/python-saml#settings"
+
+#: awx/sso/conf.py:1135
+msgid "SAML Service Provider extra configuration data"
+msgstr "SAML サービスプロバイダーの追加設定データ"
+
+#: awx/sso/conf.py:1136
+msgid ""
+"A dict of key value pairs to be passed to the underlying python-saml Service"
+" Provider configuration setting."
+msgstr "基礎となる python-saml サービスプロバイダー設定に渡されるキー値ペアの辞書。"
+
+#: awx/sso/conf.py:1149
+msgid "SAML IDP to extra_data attribute mapping"
+msgstr "SAML IDP の extra_data 属性へのマッピング"
+
+#: awx/sso/conf.py:1150
+msgid ""
+"A list of tuples that maps IDP attributes to extra_attributes. Each "
+"attribute will be a list of values, even if only 1 value."
+msgstr "IDP 属性を extra_attributes にマップするタプルの一覧です。各属性は 1 つの値のみの場合も値の一覧となります。"
+
+#: awx/sso/conf.py:1167
msgid "SAML Organization Map"
msgstr "SAML 組織マップ"
-#: awx/sso/conf.py:1081
+#: awx/sso/conf.py:1180
msgid "SAML Team Map"
msgstr "SAML チームマップ"
-#: awx/sso/fields.py:123
+#: awx/sso/conf.py:1193
+msgid "SAML Organization Attribute Mapping"
+msgstr "SAML 組織属性マッピング"
+
+#: awx/sso/conf.py:1194
+msgid "Used to translate user organization membership into Tower."
+msgstr "ユーザー組織メンバーシップを Tower に変換するために使用されます。"
+
+#: awx/sso/conf.py:1209
+msgid "SAML Team Attribute Mapping"
+msgstr "SAML チーム属性マッピング"
+
+#: awx/sso/conf.py:1210
+msgid "Used to translate user team membership into Tower."
+msgstr "ユーザーチームメンバーシップを Tower に変換するために使用されます。"
+
+#: awx/sso/fields.py:183
#, python-brace-format
msgid "Invalid connection option(s): {invalid_options}."
msgstr "無効な接続オプション: {invalid_options}"
-#: awx/sso/fields.py:194
+#: awx/sso/fields.py:266
msgid "Base"
msgstr "ベース"
-#: awx/sso/fields.py:195
+#: awx/sso/fields.py:267
msgid "One Level"
msgstr "1 レベル"
-#: awx/sso/fields.py:196
+#: awx/sso/fields.py:268
msgid "Subtree"
msgstr "サブツリー"
-#: awx/sso/fields.py:214
+#: awx/sso/fields.py:286
#, python-brace-format
msgid "Expected a list of three items but got {length} instead."
msgstr "3 つの項目の一覧が予期されましが、{length} が取得されました。"
-#: awx/sso/fields.py:215
+#: awx/sso/fields.py:287
#, python-brace-format
msgid "Expected an instance of LDAPSearch but got {input_type} instead."
msgstr "LDAPSearch のインスタンスが予期されましたが、{input_type} が取得されました。"
-#: awx/sso/fields.py:251
+#: awx/sso/fields.py:323
#, python-brace-format
msgid ""
"Expected an instance of LDAPSearch or LDAPSearchUnion but got {input_type} "
@@ -4383,84 +5271,77 @@ msgid ""
msgstr ""
"LDAPSearch または LDAPSearchUnion のインスタンスが予期されましたが、{input_type} が取得されました。"
-#: awx/sso/fields.py:289
+#: awx/sso/fields.py:361
#, python-brace-format
msgid "Invalid user attribute(s): {invalid_attrs}."
msgstr "無効なユーザー属性: {invalid_attrs}"
-#: awx/sso/fields.py:306
+#: awx/sso/fields.py:378
#, python-brace-format
msgid "Expected an instance of LDAPGroupType but got {input_type} instead."
msgstr "LDAPGroupType のインスタンスが予期されましたが、{input_type} が取得されました。"
-#: awx/sso/fields.py:334
-#, python-brace-format
-msgid "Invalid user flag: \"{invalid_flag}\"."
-msgstr "無効なユーザーフラグ: \"{invalid_flag}\""
-
-#: awx/sso/fields.py:350 awx/sso/fields.py:517
-#, python-brace-format
-msgid ""
-"Expected None, True, False, a string or list of strings but got {input_type}"
-" instead."
-msgstr "None、True、False、文字列または文字列の一覧が予期されましたが、{input_type} が取得されました。"
-
-#: awx/sso/fields.py:386
-#, python-brace-format
-msgid "Missing key(s): {missing_keys}."
-msgstr "キーがありません: {missing_keys}"
-
-#: awx/sso/fields.py:387
+#: awx/sso/fields.py:418 awx/sso/fields.py:465
#, python-brace-format
msgid "Invalid key(s): {invalid_keys}."
msgstr "無効なキー: {invalid_keys}"
-#: awx/sso/fields.py:436 awx/sso/fields.py:553
+#: awx/sso/fields.py:443
+#, python-brace-format
+msgid "Invalid user flag: \"{invalid_flag}\"."
+msgstr "無効なユーザーフラグ: \"{invalid_flag}\""
+
+#: awx/sso/fields.py:464
+#, python-brace-format
+msgid "Missing key(s): {missing_keys}."
+msgstr "キーがありません: {missing_keys}"
+
+#: awx/sso/fields.py:514 awx/sso/fields.py:631
#, python-brace-format
msgid "Invalid key(s) for organization map: {invalid_keys}."
msgstr "組織マップの無効なキー: {invalid_keys}"
-#: awx/sso/fields.py:454
+#: awx/sso/fields.py:532
#, python-brace-format
msgid "Missing required key for team map: {invalid_keys}."
msgstr "チームマップの必要なキーがありません: {invalid_keys}"
-#: awx/sso/fields.py:455 awx/sso/fields.py:572
+#: awx/sso/fields.py:533 awx/sso/fields.py:650
#, python-brace-format
msgid "Invalid key(s) for team map: {invalid_keys}."
msgstr "チームマップの無効なキー: {invalid_keys}"
-#: awx/sso/fields.py:571
+#: awx/sso/fields.py:649
#, python-brace-format
msgid "Missing required key for team map: {missing_keys}."
msgstr "チームマップで必要なキーがありません: {missing_keys}"
-#: awx/sso/fields.py:589
+#: awx/sso/fields.py:667
#, python-brace-format
msgid "Missing required key(s) for org info record: {missing_keys}."
msgstr "組織情報レコードで必要なキーがありません: {missing_keys}"
-#: awx/sso/fields.py:602
+#: awx/sso/fields.py:680
#, python-brace-format
msgid "Invalid language code(s) for org info: {invalid_lang_codes}."
msgstr "組織情報の無効な言語コード: {invalid_lang_codes}"
-#: awx/sso/fields.py:621
+#: awx/sso/fields.py:699
#, python-brace-format
msgid "Missing required key(s) for contact: {missing_keys}."
msgstr "問い合わせ先の必要なキーがありません: {missing_keys}"
-#: awx/sso/fields.py:633
+#: awx/sso/fields.py:711
#, python-brace-format
msgid "Missing required key(s) for IdP: {missing_keys}."
msgstr "IdP で必要なキーがありません: {missing_keys}"
-#: awx/sso/pipeline.py:24
+#: awx/sso/pipeline.py:31
#, python-brace-format
msgid "An account cannot be found for {0}"
msgstr "{0} のアカウントが見つかりません"
-#: awx/sso/pipeline.py:30
+#: awx/sso/pipeline.py:37
msgid "Your account is inactive"
msgstr "アカウントが非アクティブです"
@@ -4487,68 +5368,48 @@ msgstr "TACACS+ シークレットは ASCII 以外の文字を許可しません
msgid "AWX"
msgstr "AWX"
-#: awx/templates/rest_framework/api.html:39
+#: awx/templates/rest_framework/api.html:42
msgid "Ansible Tower API Guide"
msgstr "Ansible Tower API ガイド"
-#: awx/templates/rest_framework/api.html:40
+#: awx/templates/rest_framework/api.html:43
msgid "Back to Ansible Tower"
msgstr "Ansible Tower に戻る"
-#: awx/templates/rest_framework/api.html:41
+#: awx/templates/rest_framework/api.html:44
msgid "Resize"
msgstr "サイズの変更"
+#: awx/templates/rest_framework/base.html:37
+msgid "navbar"
+msgstr "ナビゲーションバー"
+
+#: awx/templates/rest_framework/base.html:75
+msgid "content"
+msgstr "コンテンツ"
+
#: awx/templates/rest_framework/base.html:78
-#: awx/templates/rest_framework/base.html:92
-#, python-format
-msgid "Make a GET request on the %(name)s resource"
-msgstr "%(name)s リソースでの GET 要求"
+msgid "request form"
+msgstr "要求フォーム"
-#: awx/templates/rest_framework/base.html:80
-msgid "Specify a format for the GET request"
-msgstr "GET 要求の形式を指定"
-
-#: awx/templates/rest_framework/base.html:86
-#, python-format
-msgid ""
-"Make a GET request on the %(name)s resource with the format set to "
-"`%(format)s`"
-msgstr "形式が `%(format)s` に設定された状態での %(name)s リソースでの GET 要求"
-
-#: awx/templates/rest_framework/base.html:100
-#, python-format
-msgid "Make an OPTIONS request on the %(name)s resource"
-msgstr "%(name)s リソースでの OPTIONS 要求"
-
-#: awx/templates/rest_framework/base.html:106
-#, python-format
-msgid "Make a DELETE request on the %(name)s resource"
-msgstr "%(name)s リソースでの DELETE 要求"
-
-#: awx/templates/rest_framework/base.html:113
+#: awx/templates/rest_framework/base.html:134
msgid "Filters"
msgstr "フィルター"
-#: awx/templates/rest_framework/base.html:172
-#: awx/templates/rest_framework/base.html:186
-#, python-format
-msgid "Make a POST request on the %(name)s resource"
-msgstr "%(name)s リソースでの POST 要求"
+#: awx/templates/rest_framework/base.html:139
+msgid "main content"
+msgstr "主な内容"
-#: awx/templates/rest_framework/base.html:216
-#: awx/templates/rest_framework/base.html:230
-#, python-format
-msgid "Make a PUT request on the %(name)s resource"
-msgstr "%(name)s リソースでの PUT 要求"
+#: awx/templates/rest_framework/base.html:155
+msgid "request info"
+msgstr "要求情報"
-#: awx/templates/rest_framework/base.html:233
-#, python-format
-msgid "Make a PATCH request on the %(name)s resource"
-msgstr "%(name)s リソースでの PATCH 要求"
+#: awx/templates/rest_framework/base.html:159
+msgid "response info"
+msgstr "応答情報"
#: awx/ui/apps.py:9 awx/ui/conf.py:22 awx/ui/conf.py:36 awx/ui/conf.py:51
-#: awx/ui/conf.py:63
+#: awx/ui/conf.py:63 awx/ui/conf.py:73
msgid "UI"
msgstr "UI"
@@ -4600,14 +5461,24 @@ msgstr ""
"および JPEG 形式がサポートされます。"
#: awx/ui/conf.py:60
-msgid "Max Job Events Retreived by UI"
+msgid "Max Job Events Retrieved by UI"
msgstr "UI で検索される最大ジョブイベント"
#: awx/ui/conf.py:61
msgid ""
-"Maximum number of job events for the UI to retreive within a single request."
+"Maximum number of job events for the UI to retrieve within a single request."
msgstr "単一要求内で検索される UI についての最大ジョブイベント数。"
+#: awx/ui/conf.py:70
+msgid "Enable Live Updates in the UI"
+msgstr "UI でのライブ更新の有効化"
+
+#: awx/ui/conf.py:71
+msgid ""
+"If disabled, the page will not refresh when events are received. Reloading "
+"the page will be required to get the latest details."
+msgstr "無効にされている場合、ページはイベントの受信時に更新されません。最新情報の詳細を取得するには、ページをリロードする必要があります。"
+
#: awx/ui/fields.py:29
msgid ""
"Invalid format for custom logo. Must be a data URL with a base64-encoded "
@@ -4618,93 +5489,3 @@ msgstr ""
#: awx/ui/fields.py:30
msgid "Invalid base64-encoded data in data URL."
msgstr "データ URL の無効な base64 エンコードされたデータ。"
-
-#: awx/ui/templates/ui/index.html:31
-msgid ""
-"Your session will expire in 60 seconds, would you like to "
-"continue?"
-msgstr ""
-"セッションは 60 秒後に期限切れになります。続行しますか?"
-
-#: awx/ui/templates/ui/index.html:46
-msgid "CANCEL"
-msgstr "取り消し"
-
-#: awx/ui/templates/ui/index.html:98
-msgid "Set how many days of data should be retained."
-msgstr "データの保持日数を設定します。"
-
-#: awx/ui/templates/ui/index.html:104
-msgid ""
-"Please enter an integer that is not "
-"negative that is lower than "
-"9999."
-msgstr ""
-"負でない 9999 "
-"より値の小さい整数を入力してください。"
-
-#: awx/ui/templates/ui/index.html:109
-msgid ""
-"For facts collected older than the time period specified, save one fact scan (snapshot) per time window (frequency). For example, facts older than 30 days are purged, while one weekly fact scan is kept.\n"
-"
\n"
-"
CAUTION: Setting both numerical variables to \"0\" will delete all facts.\n"
-"
\n"
-"
"
-msgstr ""
-"指定された期間の前に収集されたファクトについては、時間枠 (頻度) ごとに 1 つのファクトスキャン (スナップショット) を保存します。たとえば、30 日間の前のファクトは削除され、1 つの週次ファクトは保持されます。\n"
-"
\n"
-"
注意: どちらの数値変数も「0」に設定すると、すべてのファクトが削除されます。\n"
-"
\n"
-"
"
-
-#: awx/ui/templates/ui/index.html:118
-msgid "Select a time period after which to remove old facts"
-msgstr "古いファクトを削除するまでの期間を選択"
-
-#: awx/ui/templates/ui/index.html:132
-msgid ""
-"Please enter an integer that is not "
-"negative that is lower than "
-"9999."
-msgstr ""
-"負でない 9999 "
-"より値の小さい整数を入力してください。"
-
-#: awx/ui/templates/ui/index.html:137
-msgid "Select a frequency for snapshot retention"
-msgstr "スナップショットの保持頻度を選択"
-
-#: awx/ui/templates/ui/index.html:151
-msgid ""
-"Please enter an integer that is not"
-" negative that is "
-"lower than 9999."
-msgstr ""
-"負でない 9999 "
-"よりも値の小さい整数を入力してください。"
-
-#: awx/ui/templates/ui/index.html:157
-msgid "working..."
-msgstr "実行中..."
diff --git a/awx/locale/nl/LC_MESSAGES/django.po b/awx/locale/nl/LC_MESSAGES/django.po
index 24b5ca542b..6157aa4a7d 100644
--- a/awx/locale/nl/LC_MESSAGES/django.po
+++ b/awx/locale/nl/LC_MESSAGES/django.po
@@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-11-30 20:23+0000\n"
-"PO-Revision-Date: 2017-12-06 02:18+0000\n"
+"POT-Creation-Date: 2018-06-14 18:15+0000\n"
+"PO-Revision-Date: 2017-12-06 02:17+0000\n"
"Last-Translator: helena \n"
"Language-Team: Dutch\n"
"MIME-Version: 1.0\n"
@@ -14,29 +14,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"X-Generator: Zanata 4.3.2\n"
+"X-Generator: Zanata 4.4.3\n"
-#: awx/api/authentication.py:67
-msgid "Invalid token header. No credentials provided."
-msgstr "Ongeldige tokenheader. Geen referenties verschaft."
-
-#: awx/api/authentication.py:70
-msgid "Invalid token header. Token string should not contain spaces."
-msgstr "Ongeldige tokenheader. De tokentekenreeks kan geen spaties bevatten."
-
-#: awx/api/authentication.py:105
-msgid "User inactive or deleted"
-msgstr "De gebruiker is niet actief of is verwijderd"
-
-#: awx/api/authentication.py:161
-msgid "Invalid task token"
-msgstr "Ongeldig taaktoken"
-
-#: awx/api/conf.py:12
+#: awx/api/conf.py:15
msgid "Idle Time Force Log Out"
msgstr "Niet-actieve tijd voor forceren van afmelding"
-#: awx/api/conf.py:13
+#: awx/api/conf.py:16
msgid ""
"Number of seconds that a user is inactive before they will need to login "
"again."
@@ -44,67 +28,95 @@ msgstr ""
"Maximumaantal seconden dat een gebruiker niet-actief is voordat deze zich "
"opnieuw moet aanmelden."
-#: awx/api/conf.py:14 awx/api/conf.py:24 awx/api/conf.py:33 awx/sso/conf.py:85
-#: awx/sso/conf.py:96 awx/sso/conf.py:108 awx/sso/conf.py:123
+#: awx/api/conf.py:17 awx/api/conf.py:26 awx/api/conf.py:34 awx/api/conf.py:47
+#: awx/sso/conf.py:85 awx/sso/conf.py:96 awx/sso/conf.py:108
+#: awx/sso/conf.py:123
msgid "Authentication"
msgstr "Authenticatie"
-#: awx/api/conf.py:22
-msgid "Maximum number of simultaneous logins"
-msgstr "Maximumaantal gelijktijdige aanmeldingen"
-
-#: awx/api/conf.py:23
-msgid ""
-"Maximum number of simultaneous logins a user may have. To disable enter -1."
+#: awx/api/conf.py:24
+msgid "Maximum number of simultaneous logged in sessions"
msgstr ""
-"Maximumaantal gelijktijdige aanmeldingen dat een gebruiker kan hebben. Voer "
-"-1 in om dit uit te schakelen."
-#: awx/api/conf.py:31
+#: awx/api/conf.py:25
+msgid ""
+"Maximum number of simultaneous logged in sessions a user may have. To "
+"disable enter -1."
+msgstr ""
+
+#: awx/api/conf.py:32
msgid "Enable HTTP Basic Auth"
msgstr "HTTP-basisauthenticatie inschakelen"
-#: awx/api/conf.py:32
+#: awx/api/conf.py:33
msgid "Enable HTTP Basic Auth for the API Browser."
msgstr "Schakel HTTP-basisauthenticatie voor de API-browser in."
-#: awx/api/filters.py:129
+#: awx/api/conf.py:42
+msgid "OAuth 2 Timeout Settings"
+msgstr ""
+
+#: awx/api/conf.py:43
+msgid ""
+"Dictionary for customizing OAuth 2 timeouts, available items are "
+"`ACCESS_TOKEN_EXPIRE_SECONDS`, the duration of access tokens in the number "
+"of seconds, and `AUTHORIZATION_CODE_EXPIRE_SECONDS`, the duration of "
+"authorization grants in the number of seconds."
+msgstr ""
+
+#: awx/api/exceptions.py:20
+msgid "Resource is being used by running jobs."
+msgstr "Bron wordt gebruikt om taken uit te voeren."
+
+#: awx/api/fields.py:81
+#, python-brace-format
+msgid "Invalid key names: {invalid_key_names}"
+msgstr ""
+
+#: awx/api/fields.py:107
+msgid "Credential {} does not exist"
+msgstr ""
+
+#: awx/api/filters.py:96
+msgid "No related model for field {}."
+msgstr ""
+
+#: awx/api/filters.py:113
msgid "Filtering on password fields is not allowed."
msgstr "Filteren op wachtwoordvelden is niet toegestaan."
-#: awx/api/filters.py:141 awx/api/filters.py:143
+#: awx/api/filters.py:125 awx/api/filters.py:127
#, python-format
msgid "Filtering on %s is not allowed."
msgstr "Filteren op %s is niet toegestaan."
-#: awx/api/filters.py:146
+#: awx/api/filters.py:130
msgid "Loops not allowed in filters, detected on field {}."
msgstr "Lussen zijn niet toegestaan in filters, gedetecteerd in veld {}."
-#: awx/api/filters.py:171
+#: awx/api/filters.py:159
+msgid "Query string field name not provided."
+msgstr ""
+
+#: awx/api/filters.py:186
#, python-brace-format
msgid "Invalid {field_name} id: {field_id}"
msgstr "Ongeldig {field_name} id: {field_id}"
-#: awx/api/filters.py:302
+#: awx/api/filters.py:319
#, python-format
msgid "cannot filter on kind %s"
msgstr "kan niet filteren op soort %s"
-#: awx/api/filters.py:409
-#, python-format
-msgid "cannot order by field %s"
-msgstr "Kan niet ordenen op veld %s"
-
-#: awx/api/generics.py:550 awx/api/generics.py:612
+#: awx/api/generics.py:620 awx/api/generics.py:682
msgid "\"id\" field must be an integer."
msgstr "'Id'-veld moet een geheel getal zijn."
-#: awx/api/generics.py:609
+#: awx/api/generics.py:679
msgid "\"id\" is required to disassociate"
msgstr "'id' is vereist om los te koppelen"
-#: awx/api/generics.py:660
+#: awx/api/generics.py:730
msgid "{} 'id' field is missing."
msgstr "{} 'id'-veld ontbreekt."
@@ -144,11 +156,11 @@ msgstr "Tijdstempel toen dit {} werd gemaakt."
msgid "Timestamp when this {} was last modified."
msgstr "Tijdstempel van de laatste wijziging van dit {}."
-#: awx/api/parsers.py:64
+#: awx/api/parsers.py:33
msgid "JSON parse error - not a JSON object"
msgstr "JSON-parseerfout - is geen JSON-object"
-#: awx/api/parsers.py:67
+#: awx/api/parsers.py:36
#, python-format
msgid ""
"JSON parse error - %s\n"
@@ -157,76 +169,114 @@ msgstr ""
"JSON-parseerfout - %s\n"
"Mogelijke oorzaak: navolgende komma."
-#: awx/api/serializers.py:268
+#: awx/api/serializers.py:153
+msgid ""
+"The original object is already named {}, a copy from it cannot have the same"
+" name."
+msgstr ""
+
+#: awx/api/serializers.py:295
msgid "Playbook Run"
msgstr "Draaiboek uitvoering"
-#: awx/api/serializers.py:269
+#: awx/api/serializers.py:296
msgid "Command"
msgstr "Opdracht"
-#: awx/api/serializers.py:270 awx/main/models/unified_jobs.py:435
+#: awx/api/serializers.py:297 awx/main/models/unified_jobs.py:526
msgid "SCM Update"
msgstr "SCM-update"
-#: awx/api/serializers.py:271
+#: awx/api/serializers.py:298
msgid "Inventory Sync"
msgstr "Inventarissynchronisatie"
-#: awx/api/serializers.py:272
+#: awx/api/serializers.py:299
msgid "Management Job"
msgstr "Beheertaak"
-#: awx/api/serializers.py:273
+#: awx/api/serializers.py:300
msgid "Workflow Job"
msgstr "Workflowtaak"
-#: awx/api/serializers.py:274
+#: awx/api/serializers.py:301
msgid "Workflow Template"
msgstr "Workflowsjabloon"
-#: awx/api/serializers.py:701 awx/api/serializers.py:759 awx/api/views.py:4365
-#, python-format
-msgid ""
-"Standard Output too large to display (%(text_size)d bytes), only download "
-"supported for sizes over %(supported_size)d bytes"
+#: awx/api/serializers.py:302
+msgid "Job Template"
msgstr ""
-"De standaardoutput is te groot om weer te geven (%(text_size)d bytes), "
-"alleen download ondersteund voor groottes van meer dan %(supported_size)d "
-"bytes"
-#: awx/api/serializers.py:774
+#: awx/api/serializers.py:697
+msgid ""
+"Indicates whether all of the events generated by this unified job have been "
+"saved to the database."
+msgstr ""
+
+#: awx/api/serializers.py:854
msgid "Write-only field used to change the password."
msgstr "Een alleen-schrijven-veld is gebruikt om het wachtwoord te wijzigen."
-#: awx/api/serializers.py:776
+#: awx/api/serializers.py:856
msgid "Set if the account is managed by an external service"
msgstr "Instellen als de account wordt beheerd door een externe service"
-#: awx/api/serializers.py:800
+#: awx/api/serializers.py:880
msgid "Password required for new User."
msgstr "Wachtwoord vereist voor een nieuwe gebruiker."
-#: awx/api/serializers.py:886
+#: awx/api/serializers.py:971
#, python-format
msgid "Unable to change %s on user managed by LDAP."
msgstr "Kan %s niet wijzigen voor gebruiker die wordt beheerd met LDAP."
-#: awx/api/serializers.py:1050
+#: awx/api/serializers.py:1057
+msgid "Must be a simple space-separated string with allowed scopes {}."
+msgstr ""
+
+#: awx/api/serializers.py:1151
+msgid "Authorization Grant Type"
+msgstr ""
+
+#: awx/api/serializers.py:1153 awx/main/models/credential/__init__.py:1059
+msgid "Client Secret"
+msgstr ""
+
+#: awx/api/serializers.py:1156
+msgid "Client Type"
+msgstr ""
+
+#: awx/api/serializers.py:1159
+msgid "Redirect URIs"
+msgstr ""
+
+#: awx/api/serializers.py:1162
+msgid "Skip Authorization"
+msgstr ""
+
+#: awx/api/serializers.py:1264
+msgid "This path is already being used by another manual project."
+msgstr ""
+
+#: awx/api/serializers.py:1290
+msgid "This field has been deprecated and will be removed in a future release"
+msgstr ""
+
+#: awx/api/serializers.py:1349
msgid "Organization is missing"
msgstr "Organisatie ontbreekt"
-#: awx/api/serializers.py:1054
+#: awx/api/serializers.py:1353
msgid "Update options must be set to false for manual projects."
msgstr ""
"De update-opties moeten voor handmatige projecten worden ingesteld op "
"onwaar."
-#: awx/api/serializers.py:1060
+#: awx/api/serializers.py:1359
msgid "Array of playbooks available within this project."
msgstr "Er is binnen dit project een draaiboekenmatrix beschikbaar."
-#: awx/api/serializers.py:1079
+#: awx/api/serializers.py:1378
msgid ""
"Array of inventory files and directories available within this project, not "
"comprehensive."
@@ -234,72 +284,75 @@ msgstr ""
"Er is binnen dit project een niet-volledige matrix met "
"inventarisatiebestanden en -mappen beschikbaar."
-#: awx/api/serializers.py:1201
+#: awx/api/serializers.py:1426 awx/api/serializers.py:3194
+msgid "A count of hosts uniquely assigned to each status."
+msgstr ""
+
+#: awx/api/serializers.py:1429 awx/api/serializers.py:3197
+msgid "A count of all plays and tasks for the job run."
+msgstr ""
+
+#: awx/api/serializers.py:1554
msgid "Smart inventories must specify host_filter"
msgstr "Smart-inventaris moet hostfilter specificeren"
-#: awx/api/serializers.py:1303
+#: awx/api/serializers.py:1658
#, python-format
msgid "Invalid port specification: %s"
msgstr "Ongeldige poortspecificatie: %s"
-#: awx/api/serializers.py:1314
+#: awx/api/serializers.py:1669
msgid "Cannot create Host for Smart Inventory"
msgstr "Kan geen host aanmaken voor Smart-inventaris"
-#: awx/api/serializers.py:1336 awx/api/serializers.py:3321
-#: awx/api/serializers.py:3406 awx/main/validators.py:198
-msgid "Must be valid JSON or YAML."
-msgstr "Moet geldig JSON of YAML zijn."
-
-#: awx/api/serializers.py:1432
+#: awx/api/serializers.py:1781
msgid "Invalid group name."
msgstr "Ongeldige groepsnaam."
-#: awx/api/serializers.py:1437
+#: awx/api/serializers.py:1786
msgid "Cannot create Group for Smart Inventory"
msgstr "Kan geen groep aanmaken voor Smart-inventaris"
-#: awx/api/serializers.py:1509
+#: awx/api/serializers.py:1861
msgid ""
"Script must begin with a hashbang sequence: i.e.... #!/usr/bin/env python"
msgstr ""
"Script moet beginnen met een hashbang-reeks, bijvoorbeeld ... #!/usr/bin/env"
" python"
-#: awx/api/serializers.py:1555
+#: awx/api/serializers.py:1910
msgid "`{}` is a prohibited environment variable"
msgstr "`{}` is niet toegestaan als omgevingsvariabele"
-#: awx/api/serializers.py:1566
+#: awx/api/serializers.py:1921
msgid "If 'source' is 'custom', 'source_script' must be provided."
msgstr "Als 'bron' 'aangepast' is, moet 'source_script' worden geleverd."
-#: awx/api/serializers.py:1572
+#: awx/api/serializers.py:1927
msgid "Must provide an inventory."
msgstr "Moet een inventaris verschaffen."
-#: awx/api/serializers.py:1576
+#: awx/api/serializers.py:1931
msgid ""
"The 'source_script' does not belong to the same organization as the "
"inventory."
msgstr ""
"Het 'source_script' behoort niet tot dezelfde categorie als de inventaris."
-#: awx/api/serializers.py:1578
+#: awx/api/serializers.py:1933
msgid "'source_script' doesn't exist."
msgstr "'source_script' bestaat niet."
-#: awx/api/serializers.py:1602
+#: awx/api/serializers.py:1967
msgid "Automatic group relationship, will be removed in 3.3"
msgstr "Automatische groepsrelatie, wordt verwijderd in 3.3"
-#: awx/api/serializers.py:1679
+#: awx/api/serializers.py:2053
msgid "Cannot use manual project for SCM-based inventory."
msgstr ""
"Kan geen handmatig project gebruiken voor een SCM-gebaseerde inventaris."
-#: awx/api/serializers.py:1685
+#: awx/api/serializers.py:2059
msgid ""
"Manual inventory sources are created automatically when a group is created "
"in the v1 API."
@@ -307,50 +360,50 @@ msgstr ""
"Handmatige inventarisbronnen worden automatisch gemaakt wanneer er een groep"
" wordt gemaakt in de v1 API."
-#: awx/api/serializers.py:1690
+#: awx/api/serializers.py:2064
msgid "Setting not compatible with existing schedules."
msgstr "Instelling is niet compatibel met bestaande schema's."
-#: awx/api/serializers.py:1695
+#: awx/api/serializers.py:2069
msgid "Cannot create Inventory Source for Smart Inventory"
msgstr "Kan geen inventarisbron aanmaken voor Smart-inventaris"
-#: awx/api/serializers.py:1709
+#: awx/api/serializers.py:2120
#, python-format
msgid "Cannot set %s if not SCM type."
msgstr "Kan %s niet instellen als het geen SCM-type is."
-#: awx/api/serializers.py:1950
+#: awx/api/serializers.py:2388
msgid "Modifications not allowed for managed credential types"
msgstr "Wijzigingen zijn niet toegestaan voor beheerde referentietypen"
-#: awx/api/serializers.py:1955
+#: awx/api/serializers.py:2393
msgid ""
"Modifications to inputs are not allowed for credential types that are in use"
msgstr ""
"Wijzigingen in inputs zijn niet toegestaan voor referentietypen die in "
"gebruik zijn"
-#: awx/api/serializers.py:1961
+#: awx/api/serializers.py:2399
#, python-format
msgid "Must be 'cloud' or 'net', not %s"
msgstr "Moet 'cloud' of 'net' zijn, niet %s"
-#: awx/api/serializers.py:1967
+#: awx/api/serializers.py:2405
msgid "'ask_at_runtime' is not supported for custom credentials."
msgstr "'ask_at_runtime' wordt niet ondersteund voor aangepaste referenties."
-#: awx/api/serializers.py:2140
+#: awx/api/serializers.py:2585
#, python-format
msgid "\"%s\" is not a valid choice"
msgstr "\"%s\" is geen geldige keuze"
-#: awx/api/serializers.py:2159
-#, python-format
-msgid "'%s' is not a valid field for %s"
-msgstr "'%s' is geen geldig veld voor %s"
+#: awx/api/serializers.py:2604
+#, python-brace-format
+msgid "'{field_name}' is not a valid field for {credential_type_name}"
+msgstr ""
-#: awx/api/serializers.py:2180
+#: awx/api/serializers.py:2625
msgid ""
"You cannot change the credential type of the credential, as it may break the"
" functionality of the resources using it."
@@ -358,7 +411,7 @@ msgstr ""
"U kunt het soort toegangsgegevens niet wijzigen, omdat dan de bronnen die "
"deze gebruiken niet langer werken."
-#: awx/api/serializers.py:2191
+#: awx/api/serializers.py:2637
msgid ""
"Write-only field used to add user to owner role. If provided, do not give "
"either team or organization. Only valid for creation."
@@ -367,7 +420,7 @@ msgstr ""
"de eigenaarrol. Indien verschaft, geef geen team of organisatie op. Alleen "
"geldig voor maken."
-#: awx/api/serializers.py:2196
+#: awx/api/serializers.py:2642
msgid ""
"Write-only field used to add team to owner role. If provided, do not give "
"either user or organization. Only valid for creation."
@@ -376,7 +429,7 @@ msgstr ""
"te voegen. Indien verschaft, geef geen gebruiker of organisatie op. Alleen "
"geldig voor maken."
-#: awx/api/serializers.py:2201
+#: awx/api/serializers.py:2647
msgid ""
"Inherit permissions from organization roles. If provided on creation, do not"
" give either user or team."
@@ -384,200 +437,286 @@ msgstr ""
"Neem machtigingen over van organisatierollen. Indien verschaft bij maken, "
"geef geen gebruiker of team op."
-#: awx/api/serializers.py:2217
+#: awx/api/serializers.py:2663
msgid "Missing 'user', 'team', or 'organization'."
msgstr "'gebruiker', 'team' of 'organisatie' ontbreekt."
-#: awx/api/serializers.py:2257
+#: awx/api/serializers.py:2703
msgid ""
"Credential organization must be set and match before assigning to a team"
msgstr ""
"Referentieorganisatie moet worden ingesteld en moet overeenkomen vóór "
"toewijzing aan een team"
-#: awx/api/serializers.py:2424
+#: awx/api/serializers.py:2904
msgid "You must provide a cloud credential."
msgstr "U moet een cloudreferentie opgeven."
-#: awx/api/serializers.py:2425
+#: awx/api/serializers.py:2905
msgid "You must provide a network credential."
msgstr "U moet een netwerkreferentie opgeven."
-#: awx/api/serializers.py:2441
+#: awx/api/serializers.py:2906 awx/main/models/jobs.py:155
+msgid "You must provide an SSH credential."
+msgstr "U moet een SSH-referentie opgeven."
+
+#: awx/api/serializers.py:2907
+msgid "You must provide a vault credential."
+msgstr ""
+
+#: awx/api/serializers.py:2926
msgid "This field is required."
msgstr "Dit veld is vereist."
-#: awx/api/serializers.py:2443 awx/api/serializers.py:2445
+#: awx/api/serializers.py:2928 awx/api/serializers.py:2930
msgid "Playbook not found for project."
msgstr "Draaiboek is niet gevonden voor project."
-#: awx/api/serializers.py:2447
+#: awx/api/serializers.py:2932
msgid "Must select playbook for project."
msgstr "Moet een draaiboek selecteren voor het project."
-#: awx/api/serializers.py:2522
+#: awx/api/serializers.py:3013
+msgid "Cannot enable provisioning callback without an inventory set."
+msgstr ""
+
+#: awx/api/serializers.py:3016
msgid "Must either set a default value or ask to prompt on launch."
msgstr ""
"Moet een standaardwaarde instellen of hierom laten vragen bij het opstarten."
-#: awx/api/serializers.py:2524 awx/main/models/jobs.py:326
+#: awx/api/serializers.py:3018 awx/main/models/jobs.py:310
msgid "Job types 'run' and 'check' must have assigned a project."
msgstr ""
"Aan de taaktypen 'uitvoeren' en 'controleren' moet een project zijn "
"toegewezen."
-#: awx/api/serializers.py:2611
+#: awx/api/serializers.py:3134
msgid "Invalid job template."
msgstr "Ongeldige taaksjabloon."
-#: awx/api/serializers.py:2708
-msgid "Neither credential nor vault credential provided."
-msgstr "Geen toegangsgegevens of toegangsgegevens voor de kluis ingevoerd."
+#: awx/api/serializers.py:3249
+msgid "No change to job limit"
+msgstr ""
-#: awx/api/serializers.py:2711
+#: awx/api/serializers.py:3250
+msgid "All failed and unreachable hosts"
+msgstr ""
+
+#: awx/api/serializers.py:3265
+msgid "Missing passwords needed to start: {}"
+msgstr ""
+
+#: awx/api/serializers.py:3284
+msgid "Relaunch by host status not available until job finishes running."
+msgstr ""
+
+#: awx/api/serializers.py:3298
msgid "Job Template Project is missing or undefined."
msgstr "Het taaksjabloonproject ontbreekt of is niet gedefinieerd."
-#: awx/api/serializers.py:2713
+#: awx/api/serializers.py:3300
msgid "Job Template Inventory is missing or undefined."
msgstr "De taaksjablooninventaris ontbreekt of is niet gedefinieerd."
-#: awx/api/serializers.py:2782 awx/main/tasks.py:2186
+#: awx/api/serializers.py:3338
+msgid ""
+"Unknown, job may have been ran before launch configurations were saved."
+msgstr ""
+
+#: awx/api/serializers.py:3405 awx/main/tasks.py:2268
msgid "{} are prohibited from use in ad hoc commands."
msgstr "{} kunnen niet worden gebruikt in ad-hocopdrachten."
-#: awx/api/serializers.py:3008
-#, python-format
-msgid "%(job_type)s is not a valid job type. The choices are %(choices)s."
-msgstr "%(job_type)s is geen geldig taaktype. De keuzes zijn %(choices)s."
+#: awx/api/serializers.py:3474 awx/api/views.py:4843
+#, python-brace-format
+msgid ""
+"Standard Output too large to display ({text_size} bytes), only download "
+"supported for sizes over {supported_size} bytes."
+msgstr ""
-#: awx/api/serializers.py:3013
-msgid "Workflow job template is missing during creation."
-msgstr "De taaksjabloon voor de workflow ontbreekt tijdens het maken."
+#: awx/api/serializers.py:3671
+msgid "Provided variable {} has no database value to replace with."
+msgstr ""
-#: awx/api/serializers.py:3018
+#: awx/api/serializers.py:3747
#, python-format
msgid "Cannot nest a %s inside a WorkflowJobTemplate"
msgstr "Kan geen a %s nesten in een WorkflowJobTemplate"
-#: awx/api/serializers.py:3291
-#, python-format
-msgid "Job Template '%s' is missing or undefined."
-msgstr "Taaksjabloon '%s' ontbreekt of is niet gedefinieerd."
+#: awx/api/serializers.py:3754 awx/api/views.py:783
+msgid "Related template is not configured to accept credentials on launch."
+msgstr ""
-#: awx/api/serializers.py:3294
+#: awx/api/serializers.py:4211
msgid "The inventory associated with this Job Template is being deleted."
msgstr "De aan deze taaksjabloon gekoppelde inventaris wordt verwijderd."
-#: awx/api/serializers.py:3335 awx/api/views.py:3023
-#, python-format
-msgid "Cannot assign multiple %s credentials."
-msgstr "Kan niet meerdere referenties voor %s toewijzen."
+#: awx/api/serializers.py:4213
+msgid "The provided inventory is being deleted."
+msgstr ""
-#: awx/api/serializers.py:3337 awx/api/views.py:3026
-msgid "Extra credentials must be network or cloud."
-msgstr "Extra referenties moeten netwerk of cloud zijn."
+#: awx/api/serializers.py:4221
+msgid "Cannot assign multiple {} credentials."
+msgstr ""
-#: awx/api/serializers.py:3474
+#: awx/api/serializers.py:4234
+msgid ""
+"Removing {} credential at launch time without replacement is not supported. "
+"Provided list lacked credential(s): {}."
+msgstr ""
+
+#: awx/api/serializers.py:4360
msgid ""
"Missing required fields for Notification Configuration: notification_type"
msgstr ""
"Ontbrekende vereiste velden voor kennisgevingsconfiguratie: "
"notification_type"
-#: awx/api/serializers.py:3497
+#: awx/api/serializers.py:4383
msgid "No values specified for field '{}'"
msgstr "Geen waarden opgegeven voor veld '{}'"
-#: awx/api/serializers.py:3502
+#: awx/api/serializers.py:4388
msgid "Missing required fields for Notification Configuration: {}."
msgstr "Ontbrekende vereiste velden voor kennisgevingsconfiguratie: {}."
-#: awx/api/serializers.py:3505
+#: awx/api/serializers.py:4391
msgid "Configuration field '{}' incorrect type, expected {}."
msgstr "Configuratieveld '{}' onjuist type, {} verwacht."
-#: awx/api/serializers.py:3558
-msgid "Inventory Source must be a cloud resource."
-msgstr "Inventarisbron moet een cloudresource zijn."
-
-#: awx/api/serializers.py:3560
-msgid "Manual Project cannot have a schedule set."
-msgstr "Handmatig project kan geen ingesteld schema hebben."
-
-#: awx/api/serializers.py:3563
+#: awx/api/serializers.py:4453
msgid ""
-"Inventory sources with `update_on_project_update` cannot be scheduled. "
-"Schedule its source project `{}` instead."
-msgstr ""
-"Inventarisbronnen met `update_on_project_update` kunnen niet worden gepland."
-" Plan in plaats daarvan het bijbehorende bronproject `{}`."
-
-#: awx/api/serializers.py:3582
-msgid "Projects and inventory updates cannot accept extra variables."
-msgstr ""
-"Projecten en inventarisupdates kunnen geen extra variabelen accepteren."
-
-#: awx/api/serializers.py:3604
-msgid ""
-"DTSTART required in rrule. Value should match: DTSTART:YYYYMMDDTHHMMSSZ"
-msgstr ""
-"DTSTART vereist in rrule. De waarde moet overeenkomen: "
+"Valid DTSTART required in rrule. Value should start with: "
"DTSTART:YYYYMMDDTHHMMSSZ"
+msgstr ""
-#: awx/api/serializers.py:3606
+#: awx/api/serializers.py:4455
+msgid ""
+"DTSTART cannot be a naive datetime. Specify ;TZINFO= or YYYYMMDDTHHMMSSZZ."
+msgstr ""
+
+#: awx/api/serializers.py:4457
msgid "Multiple DTSTART is not supported."
msgstr "Meervoudige DTSTART wordt niet ondersteund."
-#: awx/api/serializers.py:3608
-msgid "RRULE require in rrule."
-msgstr "RRULE vereist in rrule."
+#: awx/api/serializers.py:4459
+msgid "RRULE required in rrule."
+msgstr ""
-#: awx/api/serializers.py:3610
+#: awx/api/serializers.py:4461
msgid "Multiple RRULE is not supported."
msgstr "Meervoudige RRULE wordt niet ondersteund."
-#: awx/api/serializers.py:3612
+#: awx/api/serializers.py:4463
msgid "INTERVAL required in rrule."
msgstr "INTERVAL is vereist in rrule."
-#: awx/api/serializers.py:3614
-msgid "TZID is not supported."
-msgstr "TZID wordt niet ondersteund."
-
-#: awx/api/serializers.py:3616
+#: awx/api/serializers.py:4465
msgid "SECONDLY is not supported."
msgstr "SECONDLY wordt niet ondersteund."
-#: awx/api/serializers.py:3618
+#: awx/api/serializers.py:4467
msgid "Multiple BYMONTHDAYs not supported."
msgstr "Meerdere BYMONTHDAY's worden niet ondersteund."
-#: awx/api/serializers.py:3620
+#: awx/api/serializers.py:4469
msgid "Multiple BYMONTHs not supported."
msgstr "Meerdere BYMONTH's worden niet ondersteund."
-#: awx/api/serializers.py:3622
+#: awx/api/serializers.py:4471
msgid "BYDAY with numeric prefix not supported."
msgstr "BYDAY met numeriek voorvoegsel wordt niet ondersteund."
-#: awx/api/serializers.py:3624
+#: awx/api/serializers.py:4473
msgid "BYYEARDAY not supported."
msgstr "BYYEARDAY wordt niet ondersteund."
-#: awx/api/serializers.py:3626
+#: awx/api/serializers.py:4475
msgid "BYWEEKNO not supported."
msgstr "BYWEEKNO wordt niet ondersteund."
-#: awx/api/serializers.py:3630
+#: awx/api/serializers.py:4477
+msgid "RRULE may not contain both COUNT and UNTIL"
+msgstr ""
+
+#: awx/api/serializers.py:4481
msgid "COUNT > 999 is unsupported."
msgstr "COUNT > 999 wordt niet ondersteund."
-#: awx/api/serializers.py:3634
-msgid "rrule parsing failed validation."
-msgstr "De validering van rrule-parsering is mislukt."
+#: awx/api/serializers.py:4485
+msgid "rrule parsing failed validation: {}"
+msgstr ""
-#: awx/api/serializers.py:3760
+#: awx/api/serializers.py:4526
+msgid "Inventory Source must be a cloud resource."
+msgstr "Inventarisbron moet een cloudresource zijn."
+
+#: awx/api/serializers.py:4528
+msgid "Manual Project cannot have a schedule set."
+msgstr "Handmatig project kan geen ingesteld schema hebben."
+
+#: awx/api/serializers.py:4541
+msgid ""
+"Count of jobs in the running or waiting state that are targeted for this "
+"instance"
+msgstr ""
+
+#: awx/api/serializers.py:4546
+msgid "Count of all jobs that target this instance"
+msgstr ""
+
+#: awx/api/serializers.py:4579
+msgid ""
+"Count of jobs in the running or waiting state that are targeted for this "
+"instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4584
+msgid "Count of all jobs that target this instance group"
+msgstr ""
+
+#: awx/api/serializers.py:4592
+msgid "Policy Instance Percentage"
+msgstr ""
+
+#: awx/api/serializers.py:4593
+msgid ""
+"Minimum percentage of all instances that will be automatically assigned to "
+"this group when new instances come online."
+msgstr ""
+
+#: awx/api/serializers.py:4598
+msgid "Policy Instance Minimum"
+msgstr ""
+
+#: awx/api/serializers.py:4599
+msgid ""
+"Static minimum number of Instances that will be automatically assign to this"
+" group when new instances come online."
+msgstr ""
+
+#: awx/api/serializers.py:4604
+msgid "Policy Instance List"
+msgstr ""
+
+#: awx/api/serializers.py:4605
+msgid "List of exact-match Instances that will be assigned to this group"
+msgstr ""
+
+#: awx/api/serializers.py:4627
+msgid "Duplicate entry {}."
+msgstr ""
+
+#: awx/api/serializers.py:4629
+msgid "{} is not a valid hostname of an existing instance."
+msgstr ""
+
+#: awx/api/serializers.py:4634
+msgid "tower instance group name may not be changed."
+msgstr ""
+
+#: awx/api/serializers.py:4704
msgid ""
"A summary of the new and changed values when an object is created, updated, "
"or deleted"
@@ -585,7 +724,7 @@ msgstr ""
"Een overzicht van de nieuwe en gewijzigde waarden wanneer een object wordt "
"gemaakt, bijgewerkt of verwijderd"
-#: awx/api/serializers.py:3762
+#: awx/api/serializers.py:4706
msgid ""
"For create, update, and delete events this is the object type that was "
"affected. For associate and disassociate events this is the object type "
@@ -595,7 +734,7 @@ msgstr ""
"objecttype. Voor koppel- en ontkoppel-gebeurtenissen is dit het objecttype "
"dat wordt gekoppeld aan of ontkoppeld van object2."
-#: awx/api/serializers.py:3765
+#: awx/api/serializers.py:4709
msgid ""
"Unpopulated for create, update, and delete events. For associate and "
"disassociate events this is the object type that object1 is being associated"
@@ -605,165 +744,208 @@ msgstr ""
"en ontkoppel-gebeurtenissen is dit het objecttype waaraan object1 wordt "
"gekoppeld."
-#: awx/api/serializers.py:3768
+#: awx/api/serializers.py:4712
msgid "The action taken with respect to the given object(s)."
msgstr "De actie ondernomen met betrekking tot de gegeven objecten."
-#: awx/api/serializers.py:3885
-msgid "Unable to login with provided credentials."
-msgstr "Kan niet aanmelden met de verschafte referenties."
-
-#: awx/api/serializers.py:3887
-msgid "Must include \"username\" and \"password\"."
-msgstr "Moet \"gebruikersnaam\" en \"wachtwoord\" bevatten."
-
-#: awx/api/views.py:108
+#: awx/api/views.py:118
msgid "Your license does not allow use of the activity stream."
msgstr "Uw licentie staat het gebruik van de activiteitenstroom niet toe."
-#: awx/api/views.py:118
+#: awx/api/views.py:128
msgid "Your license does not permit use of system tracking."
msgstr "Uw licentie staat het gebruik van systeemtracking niet toe."
-#: awx/api/views.py:128
+#: awx/api/views.py:138
msgid "Your license does not allow use of workflows."
msgstr "Uw licentie staat het gebruik van workflows niet toe."
-#: awx/api/views.py:142
+#: awx/api/views.py:152
msgid "Cannot delete job resource when associated workflow job is running."
msgstr ""
"Kan taakresource niet verwijderen wanneer een gekoppelde workflowtaak wordt "
"uitgevoerd."
-#: awx/api/views.py:146
+#: awx/api/views.py:157
msgid "Cannot delete running job resource."
msgstr "Kan geen taakbron in uitvoering verwijderen."
-#: awx/api/views.py:155 awx/templates/rest_framework/api.html:28
+#: awx/api/views.py:162
+msgid "Job has not finished processing events."
+msgstr ""
+
+#: awx/api/views.py:221
+msgid "Related job {} is still processing events."
+msgstr ""
+
+#: awx/api/views.py:228 awx/templates/rest_framework/api.html:28
msgid "REST API"
msgstr "REST API"
-#: awx/api/views.py:164 awx/templates/rest_framework/api.html:4
+#: awx/api/views.py:238 awx/templates/rest_framework/api.html:4
msgid "AWX REST API"
msgstr "AWX REST API"
-#: awx/api/views.py:226
+#: awx/api/views.py:252
+msgid "API OAuth 2 Authorization Root"
+msgstr ""
+
+#: awx/api/views.py:317
msgid "Version 1"
msgstr "Versie 1"
-#: awx/api/views.py:230
+#: awx/api/views.py:321
msgid "Version 2"
msgstr "Versie 2"
-#: awx/api/views.py:241
+#: awx/api/views.py:330
msgid "Ping"
msgstr "Ping"
-#: awx/api/views.py:272 awx/conf/apps.py:12
+#: awx/api/views.py:361 awx/conf/apps.py:10
msgid "Configuration"
msgstr "Configuratie"
-#: awx/api/views.py:325
+#: awx/api/views.py:418
msgid "Invalid license data"
msgstr "Ongeldige licentiegegevens"
-#: awx/api/views.py:327
+#: awx/api/views.py:420
msgid "Missing 'eula_accepted' property"
msgstr "Ontbrekende eigenschap 'eula_accepted'"
-#: awx/api/views.py:331
+#: awx/api/views.py:424
msgid "'eula_accepted' value is invalid"
msgstr "Waarde 'eula_accepted' is ongeldig"
-#: awx/api/views.py:334
+#: awx/api/views.py:427
msgid "'eula_accepted' must be True"
msgstr "'eula_accepted' moet True zijn"
-#: awx/api/views.py:341
+#: awx/api/views.py:434
msgid "Invalid JSON"
msgstr "Ongeldig JSON"
-#: awx/api/views.py:349
+#: awx/api/views.py:442
msgid "Invalid License"
msgstr "Ongeldige licentie"
-#: awx/api/views.py:359
+#: awx/api/views.py:452
msgid "Invalid license"
msgstr "Ongeldige licentie"
-#: awx/api/views.py:367
+#: awx/api/views.py:460
#, python-format
msgid "Failed to remove license (%s)"
msgstr "Kan licentie niet verwijderen (%s)"
-#: awx/api/views.py:372
+#: awx/api/views.py:465
msgid "Dashboard"
msgstr "Dashboard"
-#: awx/api/views.py:471
+#: awx/api/views.py:564
msgid "Dashboard Jobs Graphs"
msgstr "Dashboardtaakgrafieken"
-#: awx/api/views.py:507
+#: awx/api/views.py:600
#, python-format
msgid "Unknown period \"%s\""
msgstr "Onbekende periode \"%s\""
-#: awx/api/views.py:521
+#: awx/api/views.py:614
msgid "Instances"
msgstr "Instanties"
-#: awx/api/views.py:529
+#: awx/api/views.py:622
msgid "Instance Detail"
msgstr "Instantiedetails"
-#: awx/api/views.py:537
-msgid "Instance Running Jobs"
-msgstr "Taken in uitvoering van instantie"
+#: awx/api/views.py:643
+msgid "Instance Jobs"
+msgstr ""
-#: awx/api/views.py:552
+#: awx/api/views.py:657
msgid "Instance's Instance Groups"
msgstr "Instantiegroepen van instantie"
-#: awx/api/views.py:562
+#: awx/api/views.py:666
msgid "Instance Groups"
msgstr "Instantiegroepen"
-#: awx/api/views.py:570
+#: awx/api/views.py:674
msgid "Instance Group Detail"
msgstr "Details van instantiegroep"
-#: awx/api/views.py:578
+#: awx/api/views.py:682
+msgid "Isolated Groups can not be removed from the API"
+msgstr ""
+
+#: awx/api/views.py:684
+msgid ""
+"Instance Groups acting as a controller for an Isolated Group can not be "
+"removed from the API"
+msgstr ""
+
+#: awx/api/views.py:690
msgid "Instance Group Running Jobs"
msgstr "Taken in uitvoering van instantiegroep"
-#: awx/api/views.py:588
+#: awx/api/views.py:699
msgid "Instance Group's Instances"
msgstr "Instanties van instantiegroep"
-#: awx/api/views.py:598
+#: awx/api/views.py:709
msgid "Schedules"
msgstr "Schema's"
-#: awx/api/views.py:617
+#: awx/api/views.py:723
+msgid "Schedule Recurrence Rule Preview"
+msgstr ""
+
+#: awx/api/views.py:770
+msgid "Cannot assign credential when related template is null."
+msgstr ""
+
+#: awx/api/views.py:775
+msgid "Related template cannot accept {} on launch."
+msgstr ""
+
+#: awx/api/views.py:777
+msgid ""
+"Credential that requires user input on launch cannot be used in saved launch"
+" configuration."
+msgstr ""
+
+#: awx/api/views.py:785
+#, python-brace-format
+msgid ""
+"This launch configuration already provides a {credential_type} credential."
+msgstr ""
+
+#: awx/api/views.py:788
+#, python-brace-format
+msgid "Related template already uses {credential_type} credential."
+msgstr ""
+
+#: awx/api/views.py:806
msgid "Schedule Jobs List"
msgstr "Schema takenlijst"
-#: awx/api/views.py:843
+#: awx/api/views.py:961
msgid "Your license only permits a single organization to exist."
msgstr "Uw licentie staat het gebruik van maar één organisatie toe."
-#: awx/api/views.py:1079 awx/api/views.py:4666
+#: awx/api/views.py:1193 awx/api/views.py:5056
msgid "You cannot assign an Organization role as a child role for a Team."
msgstr ""
"U kunt een organisatierol niet toewijzen als een onderliggende rol voor een "
"team."
-#: awx/api/views.py:1083 awx/api/views.py:4680
+#: awx/api/views.py:1197 awx/api/views.py:5070
msgid "You cannot grant system-level permissions to a team."
msgstr "U kunt een team geen rechten op systeemniveau verlenen."
-#: awx/api/views.py:1090 awx/api/views.py:4672
+#: awx/api/views.py:1204 awx/api/views.py:5062
msgid ""
"You cannot grant credential access to a team when the Organization field "
"isn't set, or belongs to a different organization"
@@ -771,36 +953,71 @@ msgstr ""
"U kunt een team geen referentietoegang verlenen wanneer het veld Organisatie"
" niet is ingesteld of behoort tot een andere organisatie"
-#: awx/api/views.py:1180
-msgid "Cannot delete project."
-msgstr "Kan project niet verwijderen."
-
-#: awx/api/views.py:1215
+#: awx/api/views.py:1318
msgid "Project Schedules"
msgstr "Projectschema's"
-#: awx/api/views.py:1227
+#: awx/api/views.py:1329
msgid "Project SCM Inventory Sources"
msgstr "SCM-inventarisbronnen van project"
-#: awx/api/views.py:1354
+#: awx/api/views.py:1430
+msgid "Project Update Events List"
+msgstr ""
+
+#: awx/api/views.py:1444
+msgid "System Job Events List"
+msgstr ""
+
+#: awx/api/views.py:1458
+msgid "Inventory Update Events List"
+msgstr ""
+
+#: awx/api/views.py:1492
msgid "Project Update SCM Inventory Updates"
msgstr "SCM-inventarisupdates van projectupdate"
-#: awx/api/views.py:1409
+#: awx/api/views.py:1551
msgid "Me"
msgstr "Mij"
-#: awx/api/views.py:1453 awx/api/views.py:4623
-msgid "You may not perform any action with your own admin_role."
-msgstr "U kunt geen actie uitvoeren met uw eigen admin_role."
-
-#: awx/api/views.py:1459 awx/api/views.py:4627
-msgid "You may not change the membership of a users admin_role"
+#: awx/api/views.py:1559
+msgid "OAuth 2 Applications"
msgstr ""
-"U kunt het lidmaatschap van de admin_role van een gebruiker niet wijzigen"
-#: awx/api/views.py:1464 awx/api/views.py:4632
+#: awx/api/views.py:1568
+msgid "OAuth 2 Application Detail"
+msgstr ""
+
+#: awx/api/views.py:1577
+msgid "OAuth 2 Application Tokens"
+msgstr ""
+
+#: awx/api/views.py:1599
+msgid "OAuth2 Tokens"
+msgstr ""
+
+#: awx/api/views.py:1608
+msgid "OAuth2 User Tokens"
+msgstr ""
+
+#: awx/api/views.py:1620
+msgid "OAuth2 User Authorized Access Tokens"
+msgstr ""
+
+#: awx/api/views.py:1635
+msgid "Organization OAuth2 Applications"
+msgstr ""
+
+#: awx/api/views.py:1647
+msgid "OAuth2 Personal Access Tokens"
+msgstr ""
+
+#: awx/api/views.py:1662
+msgid "OAuth Token Detail"
+msgstr ""
+
+#: awx/api/views.py:1722 awx/api/views.py:5023
msgid ""
"You cannot grant credential access to a user not in the credentials' "
"organization"
@@ -808,53 +1025,53 @@ msgstr ""
"U kunt geen referentietoegang verlenen aan een gebruiker die niet tot de "
"organisatie van de referenties behoort"
-#: awx/api/views.py:1468 awx/api/views.py:4636
+#: awx/api/views.py:1726 awx/api/views.py:5027
msgid "You cannot grant private credential access to another user"
msgstr "U kunt geen privéreferentietoegang verlenen aan een andere gebruiker"
-#: awx/api/views.py:1566
+#: awx/api/views.py:1824
#, python-format
msgid "Cannot change %s."
msgstr "Kan %s niet wijzigen."
-#: awx/api/views.py:1572
+#: awx/api/views.py:1830
msgid "Cannot delete user."
msgstr "Kan gebruiker niet verwijderen."
-#: awx/api/views.py:1601
+#: awx/api/views.py:1854
msgid "Deletion not allowed for managed credential types"
msgstr "Verwijdering is niet toegestaan voor beheerde referentietypen"
-#: awx/api/views.py:1603
+#: awx/api/views.py:1856
msgid "Credential types that are in use cannot be deleted"
msgstr "Referentietypen die in gebruik zijn, kunnen niet worden verwijderd"
-#: awx/api/views.py:1781
+#: awx/api/views.py:2031
msgid "Cannot delete inventory script."
msgstr "Kan inventarisscript niet verwijderen."
-#: awx/api/views.py:1866
+#: awx/api/views.py:2122
#, python-brace-format
msgid "{0}"
msgstr "{0}"
-#: awx/api/views.py:2101
+#: awx/api/views.py:2353
msgid "Fact not found."
msgstr "Feit niet gevonden."
-#: awx/api/views.py:2125
+#: awx/api/views.py:2375
msgid "SSLError while trying to connect to {}"
msgstr "SSLError tijdens poging om verbinding te maken met {}"
-#: awx/api/views.py:2127
+#: awx/api/views.py:2377
msgid "Request to {} timed out."
msgstr "Er is een time-out opgetreden voor de aanvraag naar {}"
-#: awx/api/views.py:2129
-msgid "Unkown exception {} while trying to GET {}"
-msgstr "Onbekende uitzondering {} tijdens poging tot OPHALEN {}"
+#: awx/api/views.py:2379
+msgid "Unknown exception {} while trying to GET {}"
+msgstr ""
-#: awx/api/views.py:2132
+#: awx/api/views.py:2382
msgid ""
"Unauthorized access. Please check your Insights Credential username and "
"password."
@@ -862,7 +1079,7 @@ msgstr ""
"Geen toegang. Controleer uw Insights Credential gebruikersnaam en "
"wachtwoord."
-#: awx/api/views.py:2134
+#: awx/api/views.py:2385
msgid ""
"Failed to gather reports and maintenance plans from Insights API at URL {}. "
"Server responded with {} status code and message {}"
@@ -870,216 +1087,253 @@ msgstr ""
"Kan rapporten en onderhoudsplannen niet verzamelen uit Insights API op URL "
"{}. Server heeft gereageerd met statuscode {} en bericht {}"
-#: awx/api/views.py:2140
+#: awx/api/views.py:2392
msgid "Expected JSON response from Insights but instead got {}"
msgstr "Verwachtte JSON-reactie van Insights, maar kreeg in plaats daarvan {}"
-#: awx/api/views.py:2147
+#: awx/api/views.py:2399
msgid "This host is not recognized as an Insights host."
msgstr "Deze host wordt niet herkend als een Insights-host."
-#: awx/api/views.py:2152
+#: awx/api/views.py:2404
msgid "The Insights Credential for \"{}\" was not found."
msgstr "De Insights-referentie voor \"{}\" is niet gevonden."
-#: awx/api/views.py:2221
+#: awx/api/views.py:2472
msgid "Cyclical Group association."
msgstr "Cyclische groepskoppeling."
-#: awx/api/views.py:2499
+#: awx/api/views.py:2686
msgid "Inventory Source List"
msgstr "Lijst met inventarisbronnen"
-#: awx/api/views.py:2512
+#: awx/api/views.py:2698
msgid "Inventory Sources Update"
msgstr "Update van inventarisbronnen"
-#: awx/api/views.py:2542
+#: awx/api/views.py:2731
msgid "Could not start because `can_update` returned False"
msgstr "Kan niet starten omdat 'can_update' False heeft geretourneerd"
-#: awx/api/views.py:2550
+#: awx/api/views.py:2739
msgid "No inventory sources to update."
msgstr "Er zijn geen inventarisbronnen om bij te werken."
-#: awx/api/views.py:2582
-msgid "Cannot delete inventory source."
-msgstr "Kan inventarisbron niet verwijderen."
-
-#: awx/api/views.py:2590
+#: awx/api/views.py:2768
msgid "Inventory Source Schedules"
msgstr "Inventarisbronschema's"
-#: awx/api/views.py:2620
+#: awx/api/views.py:2796
msgid "Notification Templates can only be assigned when source is one of {}."
msgstr ""
"Berichtsjablonen kunnen alleen worden toegewezen wanneer de bron een van {} "
"is."
#: awx/api/views.py:2851
+msgid "Vault credentials are not yet supported for inventory sources."
+msgstr ""
+
+#: awx/api/views.py:2856
+msgid "Source already has cloud credential assigned."
+msgstr ""
+
+#: awx/api/views.py:3016
+msgid ""
+"'credentials' cannot be used in combination with 'credential', "
+"'vault_credential', or 'extra_credentials'."
+msgstr ""
+
+#: awx/api/views.py:3128
msgid "Job Template Schedules"
msgstr "Taaksjabloonschema's"
-#: awx/api/views.py:2871 awx/api/views.py:2882
+#: awx/api/views.py:3146 awx/api/views.py:3157
msgid "Your license does not allow adding surveys."
msgstr "Uw licentie staat toevoeging van enquêtes niet toe."
-#: awx/api/views.py:2889
-msgid "'name' missing from survey spec."
-msgstr "'name' ontbreekt in de enquêtespecificaties."
+#: awx/api/views.py:3176
+msgid "Field '{}' is missing from survey spec."
+msgstr ""
-#: awx/api/views.py:2891
-msgid "'description' missing from survey spec."
-msgstr "'description' ontbreekt in de enquêtespecificaties."
+#: awx/api/views.py:3178
+msgid "Expected {} for field '{}', received {} type."
+msgstr ""
-#: awx/api/views.py:2893
-msgid "'spec' missing from survey spec."
-msgstr "'spec' ontbreekt in de enquêtespecificaties."
-
-#: awx/api/views.py:2895
-msgid "'spec' must be a list of items."
-msgstr "'spec' moet een lijst met items zijn."
-
-#: awx/api/views.py:2897
+#: awx/api/views.py:3182
msgid "'spec' doesn't contain any items."
msgstr "'spec' bevat geen items."
-#: awx/api/views.py:2903
+#: awx/api/views.py:3191
#, python-format
msgid "Survey question %s is not a json object."
msgstr "Enquêtevraag %s is geen json-object."
-#: awx/api/views.py:2905
+#: awx/api/views.py:3193
#, python-format
msgid "'type' missing from survey question %s."
msgstr "'type' ontbreekt in enquêtevraag %s."
-#: awx/api/views.py:2907
+#: awx/api/views.py:3195
#, python-format
msgid "'question_name' missing from survey question %s."
msgstr "'question_name' ontbreekt in enquêtevraag %s."
-#: awx/api/views.py:2909
+#: awx/api/views.py:3197
#, python-format
msgid "'variable' missing from survey question %s."
msgstr "'variable' ontbreekt in enquêtevraag %s."
-#: awx/api/views.py:2911
+#: awx/api/views.py:3199
#, python-format
msgid "'variable' '%(item)s' duplicated in survey question %(survey)s."
msgstr "'variable' '%(item)s' gedupliceerd in enquêtevraag %(survey)s."
-#: awx/api/views.py:2916
+#: awx/api/views.py:3204
#, python-format
msgid "'required' missing from survey question %s."
msgstr "'required' ontbreekt in enquêtevraag %s."
-#: awx/api/views.py:2921
+#: awx/api/views.py:3209
#, python-brace-format
msgid ""
"Value {question_default} for '{variable_name}' expected to be a string."
msgstr ""
"Waarde {question_default} voor '{variable_name}' zou een string moeten zijn."
-#: awx/api/views.py:2928
+#: awx/api/views.py:3219
#, python-brace-format
msgid ""
-"$encrypted$ is reserved keyword for password questions and may not be used "
-"as a default for '{variable_name}' in survey question {question_position}."
+"$encrypted$ is a reserved keyword for password question defaults, survey "
+"question {question_position} is type {question_type}."
msgstr ""
-"$encrypted$ is een gereserveerd sleutelwoord voor het wachtwoord en mag niet"
-" als standaardwaarde worden gebruikt voor '{variable_name}' in enquêtevraag "
-"{question_position}."
-#: awx/api/views.py:3049
+#: awx/api/views.py:3235
+#, python-brace-format
+msgid ""
+"$encrypted$ is a reserved keyword, may not be used for new default in "
+"position {question_position}."
+msgstr ""
+
+#: awx/api/views.py:3309
+#, python-brace-format
+msgid "Cannot assign multiple {credential_type} credentials."
+msgstr ""
+
+#: awx/api/views.py:3327
+msgid "Extra credentials must be network or cloud."
+msgstr "Extra referenties moeten netwerk of cloud zijn."
+
+#: awx/api/views.py:3349
msgid "Maximum number of labels for {} reached."
msgstr "Het maximumaantal labels voor {} is bereikt."
-#: awx/api/views.py:3170
+#: awx/api/views.py:3472
msgid "No matching host could be found!"
msgstr "Er is geen overeenkomende host gevonden."
-#: awx/api/views.py:3173
+#: awx/api/views.py:3475
msgid "Multiple hosts matched the request!"
msgstr "Meerdere hosts kwamen overeen met de aanvraag."
-#: awx/api/views.py:3178
+#: awx/api/views.py:3480
msgid "Cannot start automatically, user input required!"
msgstr "Kan niet automatisch starten. Gebruikersinput is vereist."
-#: awx/api/views.py:3185
+#: awx/api/views.py:3487
msgid "Host callback job already pending."
msgstr "Er is al een hostterugkoppelingstaak in afwachting."
-#: awx/api/views.py:3199
+#: awx/api/views.py:3502 awx/api/views.py:4284
msgid "Error starting job!"
msgstr "Fout bij starten taak."
-#: awx/api/views.py:3306
+#: awx/api/views.py:3622
#, python-brace-format
msgid "Cannot associate {0} when {1} have been associated."
msgstr "Kan {0} niet koppelen wanneer {1} zijn gekoppeld."
-#: awx/api/views.py:3331
+#: awx/api/views.py:3647
msgid "Multiple parent relationship not allowed."
msgstr "Relatie met meerdere bovenliggende elementen is niet toegestaan."
-#: awx/api/views.py:3336
+#: awx/api/views.py:3652
msgid "Cycle detected."
msgstr "Cyclus gedetecteerd."
-#: awx/api/views.py:3540
+#: awx/api/views.py:3850
msgid "Workflow Job Template Schedules"
msgstr "Taaksjabloonschema's voor workflows"
-#: awx/api/views.py:3685 awx/api/views.py:4268
+#: awx/api/views.py:3986 awx/api/views.py:4690
msgid "Superuser privileges needed."
msgstr "Supergebruikersbevoegdheden vereist."
-#: awx/api/views.py:3717
+#: awx/api/views.py:4018
msgid "System Job Template Schedules"
msgstr "Taaksjabloonschema's voor systeem"
-#: awx/api/views.py:3780
+#: awx/api/views.py:4076
msgid "POST not allowed for Job launching in version 2 of the api"
msgstr ""
"POST is niet toegestaan voor het openen van taken in versie 2 van de API"
-#: awx/api/views.py:3942
+#: awx/api/views.py:4100 awx/api/views.py:4106
+msgid "PUT not allowed for Job Details in version 2 of the API"
+msgstr ""
+
+#: awx/api/views.py:4267
+#, python-brace-format
+msgid "Wait until job finishes before retrying on {status_value} hosts."
+msgstr ""
+
+#: awx/api/views.py:4272
+#, python-brace-format
+msgid "Cannot retry on {status_value} hosts, playbook stats not available."
+msgstr ""
+
+#: awx/api/views.py:4277
+#, python-brace-format
+msgid "Cannot relaunch because previous job had 0 {status_value} hosts."
+msgstr ""
+
+#: awx/api/views.py:4306
+msgid "Cannot create schedule because job requires credential passwords."
+msgstr ""
+
+#: awx/api/views.py:4311
+msgid "Cannot create schedule because job was launched by legacy method."
+msgstr ""
+
+#: awx/api/views.py:4313
+msgid "Cannot create schedule because a related resource is missing."
+msgstr ""
+
+#: awx/api/views.py:4368
msgid "Job Host Summaries List"
msgstr "Lijst met taakhostoverzichten"
-#: awx/api/views.py:3989
+#: awx/api/views.py:4417
msgid "Job Event Children List"
msgstr "Lijst met onderliggende taakgebeurteniselementen"
-#: awx/api/views.py:3998
+#: awx/api/views.py:4427
msgid "Job Event Hosts List"
msgstr "Lijst met taakgebeurtenishosts"
-#: awx/api/views.py:4008
+#: awx/api/views.py:4436
msgid "Job Events List"
msgstr "Lijst met taakgebeurtenissen"
-#: awx/api/views.py:4222
+#: awx/api/views.py:4647
msgid "Ad Hoc Command Events List"
msgstr "Lijst met ad-hoc-opdrachtgebeurtenissen"
-#: awx/api/views.py:4437
-msgid "Error generating stdout download file: {}"
-msgstr "Fout bij genereren stdout-downloadbestand: {}"
-
-#: awx/api/views.py:4450
-#, python-format
-msgid "Error generating stdout download file: %s"
-msgstr "Fout bij genereren stdout-downloadbestand: %s"
-
-#: awx/api/views.py:4495
+#: awx/api/views.py:4889
msgid "Delete not allowed while there are pending notifications"
msgstr ""
"Verwijderen is niet toegestaan wanneer er berichten in afwachting zijn"
-#: awx/api/views.py:4502
+#: awx/api/views.py:4897
msgid "Notification Template Test"
msgstr "Berichtsjabloon"
@@ -1232,19 +1486,34 @@ msgstr "Voorbeeld van instelling"
msgid "Example setting which can be different for each user."
msgstr "Voorbeeld van instelling die anders kan zijn voor elke gebruiker."
-#: awx/conf/conf.py:95 awx/conf/registry.py:85 awx/conf/views.py:56
+#: awx/conf/conf.py:95 awx/conf/registry.py:85 awx/conf/views.py:55
msgid "User"
msgstr "Gebruiker"
-#: awx/conf/fields.py:63
+#: awx/conf/fields.py:60 awx/sso/fields.py:595
+#, python-brace-format
+msgid ""
+"Expected None, True, False, a string or list of strings but got {input_type}"
+" instead."
+msgstr ""
+"Verwachtte None, True, False, een tekenreeks of een lijst met tekenreeksen, "
+"maar kreeg in plaats daarvan {input_type}."
+
+#: awx/conf/fields.py:104
msgid "Enter a valid URL"
msgstr "Geef een geldige URL op"
-#: awx/conf/fields.py:95
+#: awx/conf/fields.py:136
#, python-brace-format
msgid "\"{input}\" is not a valid string."
msgstr "\"{input} is geen geldige tekenreeks."
+#: awx/conf/fields.py:151
+#, python-brace-format
+msgid ""
+"Expected a list of tuples of max length 2 but got {input_type} instead."
+msgstr ""
+
#: awx/conf/license.py:22
msgid "Your Tower license does not allow that."
msgstr "Uw Tower-licentie staat dat niet toe."
@@ -1342,9 +1611,9 @@ msgstr "Deze waarde is handmatig ingesteld in een instellingenbestand."
#: awx/conf/tests/unit/test_settings.py:411
#: awx/conf/tests/unit/test_settings.py:430
#: awx/conf/tests/unit/test_settings.py:466 awx/main/conf.py:22
-#: awx/main/conf.py:32 awx/main/conf.py:42 awx/main/conf.py:51
-#: awx/main/conf.py:63 awx/main/conf.py:81 awx/main/conf.py:96
-#: awx/main/conf.py:121
+#: awx/main/conf.py:32 awx/main/conf.py:43 awx/main/conf.py:53
+#: awx/main/conf.py:62 awx/main/conf.py:74 awx/main/conf.py:87
+#: awx/main/conf.py:100 awx/main/conf.py:125
msgid "System"
msgstr "Systeem"
@@ -1356,104 +1625,109 @@ msgstr "Systeem"
msgid "OtherSystem"
msgstr "OtherSystem"
-#: awx/conf/views.py:48
+#: awx/conf/views.py:47
msgid "Setting Categories"
msgstr "Instellingscategorieën"
-#: awx/conf/views.py:73
+#: awx/conf/views.py:71
msgid "Setting Detail"
msgstr "Instellingsdetail"
-#: awx/conf/views.py:168
+#: awx/conf/views.py:166
msgid "Logging Connectivity Test"
msgstr "Connectiviteitstest logboekregistratie"
-#: awx/main/access.py:44
-msgid "Resource is being used by running jobs."
-msgstr "Bron wordt gebruikt om taken uit te voeren."
+#: awx/main/access.py:57
+#, python-format
+msgid "Required related field %s for permission check."
+msgstr ""
-#: awx/main/access.py:237
+#: awx/main/access.py:73
#, python-format
msgid "Bad data found in related field %s."
msgstr "Ongeldige gegevens gevonden in gerelateerd veld %s."
-#: awx/main/access.py:281
+#: awx/main/access.py:293
msgid "License is missing."
msgstr "Licentie ontbreekt."
-#: awx/main/access.py:283
+#: awx/main/access.py:295
msgid "License has expired."
msgstr "Licentie is verlopen."
-#: awx/main/access.py:291
+#: awx/main/access.py:303
#, python-format
msgid "License count of %s instances has been reached."
msgstr "Het aantal licenties van %s instanties is bereikt."
-#: awx/main/access.py:293
+#: awx/main/access.py:305
#, python-format
msgid "License count of %s instances has been exceeded."
msgstr "Het aantal licenties van %s instanties is overschreden."
-#: awx/main/access.py:295
+#: awx/main/access.py:307
msgid "Host count exceeds available instances."
msgstr "Het aantal hosts is groter dan het aantal instanties."
-#: awx/main/access.py:299
+#: awx/main/access.py:311
#, python-format
msgid "Feature %s is not enabled in the active license."
msgstr "De functie %s is niet ingeschakeld in de actieve licentie."
-#: awx/main/access.py:301
+#: awx/main/access.py:313
msgid "Features not found in active license."
msgstr "Functies niet gevonden in actieve licentie."
-#: awx/main/access.py:707
+#: awx/main/access.py:818
msgid "Unable to change inventory on a host."
msgstr "Kan inventaris op een host niet wijzigen."
-#: awx/main/access.py:724 awx/main/access.py:769
+#: awx/main/access.py:835 awx/main/access.py:880
msgid "Cannot associate two items from different inventories."
msgstr "Kan twee items uit verschillende inventarissen niet koppelen."
-#: awx/main/access.py:757
+#: awx/main/access.py:868
msgid "Unable to change inventory on a group."
msgstr "Kan inventaris van een groep niet wijzigen."
-#: awx/main/access.py:1017
+#: awx/main/access.py:1129
msgid "Unable to change organization on a team."
msgstr "Kan organisatie van een team niet wijzigen."
-#: awx/main/access.py:1030
+#: awx/main/access.py:1146
msgid "The {} role cannot be assigned to a team"
msgstr "De rol {} kan niet worden toegewezen aan een team"
-#: awx/main/access.py:1032
+#: awx/main/access.py:1148
msgid "The admin_role for a User cannot be assigned to a team"
msgstr ""
"De admin_role voor een gebruiker kan niet worden toegewezen aan een team"
-#: awx/main/access.py:1479
+#: awx/main/access.py:1502 awx/main/access.py:1936
+msgid "Job was launched with prompts provided by another user."
+msgstr ""
+
+#: awx/main/access.py:1522
msgid "Job has been orphaned from its job template."
msgstr "De taak is verwijderd uit zijn taaksjabloon."
-#: awx/main/access.py:1481
-msgid "You do not have execute permission to related job template."
-msgstr "U hebt geen uitvoermachtiging voor de gerelateerde taaksjabloon."
+#: awx/main/access.py:1524
+msgid "Job was launched with unknown prompted fields."
+msgstr ""
-#: awx/main/access.py:1484
+#: awx/main/access.py:1526
msgid "Job was launched with prompted fields."
msgstr "De taak is gestart met invoervelden."
-#: awx/main/access.py:1486
+#: awx/main/access.py:1528
msgid " Organization level permissions required."
msgstr "Organisatieniveaumachtigingen zijn vereist."
-#: awx/main/access.py:1488
+#: awx/main/access.py:1530
msgid " You do not have permission to related resources."
msgstr "U hebt geen machtiging voor gerelateerde resources."
-#: awx/main/access.py:1833
+#: awx/main/access.py:1950
msgid ""
"You do not have permission to the workflow job resources required for "
"relaunch."
@@ -1491,27 +1765,36 @@ msgstr "Alle gebruikers zichtbaar voor organisatiebeheerders"
#: awx/main/conf.py:41
msgid ""
-"Controls whether any Organization Admin can view all users, even those not "
-"associated with their Organization."
+"Controls whether any Organization Admin can view all users and teams, even "
+"those not associated with their Organization."
msgstr ""
-"Regelt of organisatiebeheerders alle gebruikers kunnen weergeven, zelfs "
-"gebruikers die niet aan hun organisatie zijn gekoppeld."
-#: awx/main/conf.py:49
+#: awx/main/conf.py:50
+msgid "Organization Admins Can Manage Users and Teams"
+msgstr ""
+
+#: awx/main/conf.py:51
+msgid ""
+"Controls whether any Organization Admin has the privileges to create and "
+"manage users and teams. You may want to disable this ability if you are "
+"using an LDAP or SAML integration."
+msgstr ""
+
+#: awx/main/conf.py:60
msgid "Enable Administrator Alerts"
msgstr "Beheerderssignalen inschakelen"
-#: awx/main/conf.py:50
+#: awx/main/conf.py:61
msgid "Email Admin users for system events that may require attention."
msgstr ""
"E-mails naar gebruikers met beheerdersrechten sturen over gebeurtenissen die"
" mogelijk aandacht nodig hebben."
-#: awx/main/conf.py:60
+#: awx/main/conf.py:71
msgid "Base URL of the Tower host"
msgstr "Basis-URL van de Tower-host"
-#: awx/main/conf.py:61
+#: awx/main/conf.py:72
msgid ""
"This setting is used by services like notifications to render a valid url to"
" the Tower host."
@@ -1519,51 +1802,36 @@ msgstr ""
"Deze instelling wordt gebruikt door services zoals berichten om een geldige "
"URL voor de Tower-host weer te geven."
-#: awx/main/conf.py:70
+#: awx/main/conf.py:81
msgid "Remote Host Headers"
msgstr "Externe hostheaders"
-#: awx/main/conf.py:71
+#: awx/main/conf.py:82
msgid ""
-"HTTP headers and meta keys to search to determine remote host name or IP. Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if behind a reverse proxy.\n"
-"\n"
-"Note: The headers will be searched in order and the first found remote host name or IP will be used.\n"
-"\n"
-"In the below example 8.8.8.7 would be the chosen IP address.\n"
-"X-Forwarded-For: 8.8.8.7, 192.168.2.1, 127.0.0.1\n"
-"Host: 127.0.0.1\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR', 'REMOTE_HOST']"
+"HTTP headers and meta keys to search to determine remote host name or IP. "
+"Add additional items to this list, such as \"HTTP_X_FORWARDED_FOR\", if "
+"behind a reverse proxy. See the \"Proxy Support\" section of the "
+"Adminstrator guide for more details."
msgstr ""
-"HTTP-headers en metasleutels om te zoeken om de naam of het IP-adres van de externe host te bepalen. Voeg aan deze lijst een extra item toe, zoals \"HTTP_X_FORWARDED_FOR\" indien achter een omgekeerde proxy.\n"
-"\n"
-"Opmerking: er wordt op volgorde naar de headers gezocht en de eerst gevonden naam of het eerst gevonden IP-adres van de externe host wordt gebruikt.\n"
-"\n"
-"In het onderstaande voorbeeld wordt 8.8.8.7 het gekozen IP-adres.\n"
-"X-Forwarded-For: 8.8.8.7, 192.168.2.1, 127.0.0.1\n"
-"Host: 127.0.0.1\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR', 'REMOTE_HOST']"
-#: awx/main/conf.py:88
+#: awx/main/conf.py:94
msgid "Proxy IP Whitelist"
msgstr "Whitelist met proxy-IP's"
-#: awx/main/conf.py:89
+#: awx/main/conf.py:95
msgid ""
-"If Tower is behind a reverse proxy/load balancer, use this setting to whitelist the proxy IP addresses from which Tower should trust custom REMOTE_HOST_HEADERS header values\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', ''REMOTE_ADDR', 'REMOTE_HOST']\n"
-"PROXY_IP_WHITELIST = ['10.0.1.100', '10.0.1.101']\n"
-"If this setting is an empty list (the default), the headers specified by REMOTE_HOST_HEADERS will be trusted unconditionally')"
+"If Tower is behind a reverse proxy/load balancer, use this setting to "
+"whitelist the proxy IP addresses from which Tower should trust custom "
+"REMOTE_HOST_HEADERS header values. If this setting is an empty list (the "
+"default), the headers specified by REMOTE_HOST_HEADERS will be trusted "
+"unconditionally')"
msgstr ""
-"Als Tower zich achter een omgekeerde proxy/load balancer bevindt, gebruikt u deze instelling om een whitelist te maken met de proxy-IP-adressen vanwaar Tower aangepaste REMOTE_HOST_HEADERS-headerwaarden moet vertrouwen\n"
-"REMOTE_HOST_HEADERS = ['HTTP_X_FORWARDED_FOR', ''REMOTE_ADDR', 'REMOTE_HOST']\n"
-"PROXY_IP_WHITELIST = ['10.0.1.100', '10.0.1.101']\n"
-"Als deze instelling een lege lijst is (de standaardinstelling), dan worden de door REMOTE_HOST_HEADERS opgegeven headers onvoorwaardelijk vertrouwd')"
-#: awx/main/conf.py:117
+#: awx/main/conf.py:121
msgid "License"
msgstr "Licentie"
-#: awx/main/conf.py:118
+#: awx/main/conf.py:122
msgid ""
"The license controls which features and functionality are enabled. Use "
"/api/v1/config/ to update or change the license."
@@ -1571,29 +1839,54 @@ msgstr ""
"De licentie bepaalt welke kenmerken en functionaliteiten zijn ingeschakeld. "
"Gebruik /api/v1/config/ om de licentie bij te werken of te wijzigen."
-#: awx/main/conf.py:128
+#: awx/main/conf.py:132
msgid "Ansible Modules Allowed for Ad Hoc Jobs"
msgstr "Ansible-modules toegestaan voor ad-hoctaken"
-#: awx/main/conf.py:129
+#: awx/main/conf.py:133
msgid "List of modules allowed to be used by ad-hoc jobs."
msgstr "Lijst met modules toegestaan voor gebruik met ad-hoctaken."
-#: awx/main/conf.py:130 awx/main/conf.py:140 awx/main/conf.py:151
-#: awx/main/conf.py:161 awx/main/conf.py:171 awx/main/conf.py:181
-#: awx/main/conf.py:192 awx/main/conf.py:204 awx/main/conf.py:216
-#: awx/main/conf.py:229 awx/main/conf.py:241 awx/main/conf.py:251
-#: awx/main/conf.py:262 awx/main/conf.py:272 awx/main/conf.py:282
-#: awx/main/conf.py:292 awx/main/conf.py:304 awx/main/conf.py:316
-#: awx/main/conf.py:328 awx/main/conf.py:341
+#: awx/main/conf.py:134 awx/main/conf.py:156 awx/main/conf.py:165
+#: awx/main/conf.py:176 awx/main/conf.py:186 awx/main/conf.py:196
+#: awx/main/conf.py:206 awx/main/conf.py:217 awx/main/conf.py:229
+#: awx/main/conf.py:241 awx/main/conf.py:254 awx/main/conf.py:266
+#: awx/main/conf.py:276 awx/main/conf.py:287 awx/main/conf.py:298
+#: awx/main/conf.py:308 awx/main/conf.py:318 awx/main/conf.py:330
+#: awx/main/conf.py:342 awx/main/conf.py:354 awx/main/conf.py:368
msgid "Jobs"
msgstr "Taken"
-#: awx/main/conf.py:138
+#: awx/main/conf.py:143
+msgid "Always"
+msgstr ""
+
+#: awx/main/conf.py:144
+msgid "Never"
+msgstr ""
+
+#: awx/main/conf.py:145
+msgid "Only On Job Template Definitions"
+msgstr ""
+
+#: awx/main/conf.py:148
+msgid "When can extra variables contain Jinja templates?"
+msgstr ""
+
+#: awx/main/conf.py:150
+msgid ""
+"Ansible allows variable substitution via the Jinja2 templating language for "
+"--extra-vars. This poses a potential security risk where Tower users with "
+"the ability to specify extra vars at job launch time can use Jinja2 "
+"templates to run arbitrary Python. It is recommended that this value be set"
+" to \"template\" or \"never\"."
+msgstr ""
+
+#: awx/main/conf.py:163
msgid "Enable job isolation"
msgstr "Taakisolatie inschakelen"
-#: awx/main/conf.py:139
+#: awx/main/conf.py:164
msgid ""
"Isolates an Ansible job from protected parts of the system to prevent "
"exposing sensitive information."
@@ -1601,11 +1894,11 @@ msgstr ""
"Isoleert een Ansible-taak van beschermde gedeeltes van het systeem om "
"blootstelling van gevoelige informatie te voorkomen."
-#: awx/main/conf.py:147
+#: awx/main/conf.py:172
msgid "Job execution path"
msgstr "Taakuitvoerpad"
-#: awx/main/conf.py:148
+#: awx/main/conf.py:173
msgid ""
"The directory in which Tower will create new temporary directories for job "
"execution and isolation (such as credential files and custom inventory "
@@ -1615,22 +1908,22 @@ msgstr ""
"isolatie van taken (zoals referentiebestanden en aangepaste "
"inventarisscripts)."
-#: awx/main/conf.py:159
+#: awx/main/conf.py:184
msgid "Paths to hide from isolated jobs"
msgstr "Paden die moeten worden verborgen voor geïsoleerde taken"
-#: awx/main/conf.py:160
+#: awx/main/conf.py:185
msgid ""
"Additional paths to hide from isolated processes. Enter one path per line."
msgstr ""
"Extra paden die moeten worden verborgen voor geïsoleerde processen. Geef één"
" pad per regel op."
-#: awx/main/conf.py:169
+#: awx/main/conf.py:194
msgid "Paths to expose to isolated jobs"
msgstr "Paden die kunnen worden blootgesteld aan geïsoleerde taken"
-#: awx/main/conf.py:170
+#: awx/main/conf.py:195
msgid ""
"Whitelist of paths that would otherwise be hidden to expose to isolated "
"jobs. Enter one path per line."
@@ -1638,11 +1931,11 @@ msgstr ""
"Whitelist met paden die anders zouden zijn verborgen voor blootstelling aan "
"geïsoleerde taken. Geef één pad per regel op."
-#: awx/main/conf.py:179
+#: awx/main/conf.py:204
msgid "Isolated status check interval"
msgstr "Controle-interval voor isolatiestatus"
-#: awx/main/conf.py:180
+#: awx/main/conf.py:205
msgid ""
"The number of seconds to sleep between status checks for jobs running on "
"isolated instances."
@@ -1650,11 +1943,11 @@ msgstr ""
"Het aantal seconden rust tussen statuscontroles voor taken die worden "
"uitgevoerd op geïsoleerde instanties."
-#: awx/main/conf.py:189
+#: awx/main/conf.py:214
msgid "Isolated launch timeout"
msgstr "Time-out geïsoleerd opstartproces"
-#: awx/main/conf.py:190
+#: awx/main/conf.py:215
msgid ""
"The timeout (in seconds) for launching jobs on isolated instances. This "
"includes the time needed to copy source control files (playbooks) to the "
@@ -1664,11 +1957,11 @@ msgstr ""
"instanties. Dit is met inbegrip van de tijd vereist om de controlebestanden "
"van de bron (draaiboeken) te kopiëren naar de geïsoleerde instantie."
-#: awx/main/conf.py:201
+#: awx/main/conf.py:226
msgid "Isolated connection timeout"
msgstr "Time-out geïsoleerde verbinding"
-#: awx/main/conf.py:202
+#: awx/main/conf.py:227
msgid ""
"Ansible SSH connection timeout (in seconds) to use when communicating with "
"isolated instances. Value should be substantially greater than expected "
@@ -1678,11 +1971,11 @@ msgstr ""
"communicatie met geïsoleerde instanties. De waarde moet aanzienlijk groter "
"zijn dan de verwachte netwerklatentie."
-#: awx/main/conf.py:212
+#: awx/main/conf.py:237
msgid "Generate RSA keys for isolated instances"
msgstr "RSA-sleutels aanmaken voor afzonderlijke instanties"
-#: awx/main/conf.py:213
+#: awx/main/conf.py:238
msgid ""
"If set, a random RSA key will be generated and distributed to isolated "
"instances. To disable this behavior and manage authentication for isolated "
@@ -1693,19 +1986,19 @@ msgstr ""
"schakelen en authenticatie voor afzonderlijke instanties buiten Tower te "
"beheren kunt u deze instelling uitschakelen."
-#: awx/main/conf.py:227 awx/main/conf.py:228
+#: awx/main/conf.py:252 awx/main/conf.py:253
msgid "The RSA private key for SSH traffic to isolated instances"
msgstr "De RSA-privésleutel voor SSH-verkeer naar geïsoleerde instanties"
-#: awx/main/conf.py:239 awx/main/conf.py:240
+#: awx/main/conf.py:264 awx/main/conf.py:265
msgid "The RSA public key for SSH traffic to isolated instances"
msgstr "De openbare RSA-sleutel voor SSH-verkeer naar geïsoleerde instanties"
-#: awx/main/conf.py:249
+#: awx/main/conf.py:274
msgid "Extra Environment Variables"
msgstr "Extra omgevingsvariabelen"
-#: awx/main/conf.py:250
+#: awx/main/conf.py:275
msgid ""
"Additional environment variables set for playbook runs, inventory updates, "
"project updates, and notification sending."
@@ -1713,11 +2006,11 @@ msgstr ""
"Extra omgevingsvariabelen ingesteld voor draaiboekuitvoeringen, "
"inventarisupdates, projectupdates en berichtverzending."
-#: awx/main/conf.py:260
+#: awx/main/conf.py:285
msgid "Standard Output Maximum Display Size"
msgstr "Maximale weergavegrootte voor standaardoutput"
-#: awx/main/conf.py:261
+#: awx/main/conf.py:286
msgid ""
"Maximum Size of Standard Output in bytes to display before requiring the "
"output be downloaded."
@@ -1725,11 +2018,11 @@ msgstr ""
"De maximale weergavegrootte van standaardoutput in bytes voordat wordt "
"vereist dat de output wordt gedownload."
-#: awx/main/conf.py:270
+#: awx/main/conf.py:295
msgid "Job Event Standard Output Maximum Display Size"
msgstr "Maximale weergavegrootte voor standaardoutput van taakgebeurtenissen"
-#: awx/main/conf.py:271
+#: awx/main/conf.py:297
msgid ""
"Maximum Size of Standard Output in bytes to display for a single job or ad "
"hoc command event. `stdout` will end with `…` when truncated."
@@ -1737,11 +2030,11 @@ msgstr ""
"De maximale weergavegrootte van standaardoutput in bytes voor één taak of "
"ad-hoc-opdrachtgebeurtenis. `stdout` eindigt op `…` indien afgekapt."
-#: awx/main/conf.py:280
+#: awx/main/conf.py:306
msgid "Maximum Scheduled Jobs"
msgstr "Maximumaantal geplande taken"
-#: awx/main/conf.py:281
+#: awx/main/conf.py:307
msgid ""
"Maximum number of the same job template that can be waiting to run when "
"launching from a schedule before no more are created."
@@ -1750,11 +2043,11 @@ msgstr ""
"wanneer wordt gestart vanuit een schema voordat er geen andere meer kunnen "
"worden gemaakt."
-#: awx/main/conf.py:290
+#: awx/main/conf.py:316
msgid "Ansible Callback Plugins"
msgstr "Ansible-terugkoppelingsplugins"
-#: awx/main/conf.py:291
+#: awx/main/conf.py:317
msgid ""
"List of paths to search for extra callback plugins to be used when running "
"jobs. Enter one path per line."
@@ -1762,11 +2055,11 @@ msgstr ""
"Lijst met paden om te zoeken naar extra terugkoppelingsplugins voor gebruik "
"bij het uitvoeren van taken. Geef één pad per regel op."
-#: awx/main/conf.py:301
+#: awx/main/conf.py:327
msgid "Default Job Timeout"
msgstr "Standaardtime-out voor taken"
-#: awx/main/conf.py:302
+#: awx/main/conf.py:328
msgid ""
"Maximum time in seconds to allow jobs to run. Use value of 0 to indicate "
"that no timeout should be imposed. A timeout set on an individual job "
@@ -1777,11 +2070,11 @@ msgstr ""
"in een individuele taaksjabloon een time-out is ingesteld, heeft deze "
"voorrang."
-#: awx/main/conf.py:313
+#: awx/main/conf.py:339
msgid "Default Inventory Update Timeout"
msgstr "Standaardtime-out voor inventarisupdates"
-#: awx/main/conf.py:314
+#: awx/main/conf.py:340
msgid ""
"Maximum time in seconds to allow inventory updates to run. Use value of 0 to"
" indicate that no timeout should be imposed. A timeout set on an individual "
@@ -1792,11 +2085,11 @@ msgstr ""
"in een individuele inventarisbron een time-out is ingesteld, heeft deze "
"voorrang."
-#: awx/main/conf.py:325
+#: awx/main/conf.py:351
msgid "Default Project Update Timeout"
msgstr "Standaardtime-out voor projectupdates"
-#: awx/main/conf.py:326
+#: awx/main/conf.py:352
msgid ""
"Maximum time in seconds to allow project updates to run. Use value of 0 to "
"indicate that no timeout should be imposed. A timeout set on an individual "
@@ -1806,43 +2099,40 @@ msgstr ""
" van 0 om aan te geven dat geen time-out mag worden opgelegd. Als er in een "
"individueel project een time-out is ingesteld, heeft deze voorrang."
-#: awx/main/conf.py:337
+#: awx/main/conf.py:363
msgid "Per-Host Ansible Fact Cache Timeout"
msgstr "Time-out voor feitcache per-host Ansible"
-#: awx/main/conf.py:338
+#: awx/main/conf.py:364
msgid ""
"Maximum time, in seconds, that stored Ansible facts are considered valid "
"since the last time they were modified. Only valid, non-stale, facts will be"
" accessible by a playbook. Note, this does not influence the deletion of "
-"ansible_facts from the database."
+"ansible_facts from the database. Use a value of 0 to indicate that no "
+"timeout should be imposed."
msgstr ""
-"Maximale tijd in seconden dat opgeslagen Ansible-feiten als geldig worden "
-"beschouwd sinds ze voor het laatst zijn gewijzigd. Alleen geldige, niet-"
-"verlopen feiten zijn toegankelijk voor een draaiboek. Merk op dat dit geen "
-"invloed heeft op de verwijdering van ansible_facts uit de database."
-#: awx/main/conf.py:350
+#: awx/main/conf.py:377
msgid "Logging Aggregator"
msgstr "Aggregator logboekregistraties"
-#: awx/main/conf.py:351
+#: awx/main/conf.py:378
msgid "Hostname/IP where external logs will be sent to."
msgstr "Hostnaam/IP-adres waarnaar externe logboeken worden verzonden."
-#: awx/main/conf.py:352 awx/main/conf.py:363 awx/main/conf.py:375
-#: awx/main/conf.py:385 awx/main/conf.py:397 awx/main/conf.py:412
-#: awx/main/conf.py:424 awx/main/conf.py:433 awx/main/conf.py:443
-#: awx/main/conf.py:453 awx/main/conf.py:464 awx/main/conf.py:476
-#: awx/main/conf.py:489
+#: awx/main/conf.py:379 awx/main/conf.py:390 awx/main/conf.py:402
+#: awx/main/conf.py:412 awx/main/conf.py:424 awx/main/conf.py:439
+#: awx/main/conf.py:451 awx/main/conf.py:460 awx/main/conf.py:470
+#: awx/main/conf.py:480 awx/main/conf.py:491 awx/main/conf.py:503
+#: awx/main/conf.py:516
msgid "Logging"
msgstr "Logboekregistratie"
-#: awx/main/conf.py:360
+#: awx/main/conf.py:387
msgid "Logging Aggregator Port"
msgstr "Aggregator logboekregistraties"
-#: awx/main/conf.py:361
+#: awx/main/conf.py:388
msgid ""
"Port on Logging Aggregator to send logs to (if required and not provided in "
"Logging Aggregator)."
@@ -1850,39 +2140,39 @@ msgstr ""
"Poort van aggregator logboekregistraties waarnaar logboeken worden verzonden"
" (indien vereist en niet geleverd in de aggregator logboekregistraties)."
-#: awx/main/conf.py:373
+#: awx/main/conf.py:400
msgid "Logging Aggregator Type"
msgstr "Type aggregator logboekregistraties"
-#: awx/main/conf.py:374
+#: awx/main/conf.py:401
msgid "Format messages for the chosen log aggregator."
msgstr "Maak berichten op voor de gekozen log aggregator."
-#: awx/main/conf.py:383
+#: awx/main/conf.py:410
msgid "Logging Aggregator Username"
msgstr "Gebruikersnaam aggregator logboekregistraties"
-#: awx/main/conf.py:384
+#: awx/main/conf.py:411
msgid "Username for external log aggregator (if required)."
msgstr "Gebruikersnaam voor externe log aggregator (indien vereist)"
-#: awx/main/conf.py:395
+#: awx/main/conf.py:422
msgid "Logging Aggregator Password/Token"
msgstr "Wachtwoord/token voor aggregator logboekregistraties"
-#: awx/main/conf.py:396
+#: awx/main/conf.py:423
msgid ""
"Password or authentication token for external log aggregator (if required)."
msgstr ""
"Wachtwoord of authenticatietoken voor externe log aggregator(indien "
"vereist)."
-#: awx/main/conf.py:405
+#: awx/main/conf.py:432
msgid "Loggers Sending Data to Log Aggregator Form"
msgstr ""
"Logboekverzamelingen die gegevens verzenden naar log aggregator-formulier"
-#: awx/main/conf.py:406
+#: awx/main/conf.py:433
msgid ""
"List of loggers that will send HTTP logs to the collector, these can include any or all of: \n"
"awx - service logs\n"
@@ -1896,53 +2186,48 @@ msgstr ""
"job_events - terugkoppelgegevens van Ansible-taakgebeurtenissen\n"
"system_tracking - feiten verzameld uit scantaken."
-#: awx/main/conf.py:419
+#: awx/main/conf.py:446
msgid "Log System Tracking Facts Individually"
msgstr "Logboeksysteem dat feiten individueel bijhoudt"
-#: awx/main/conf.py:420
+#: awx/main/conf.py:447
msgid ""
-"If set, system tracking facts will be sent for each package, service, "
-"orother item found in a scan, allowing for greater search query granularity."
-" If unset, facts will be sent as a single dictionary, allowing for greater "
+"If set, system tracking facts will be sent for each package, service, or "
+"other item found in a scan, allowing for greater search query granularity. "
+"If unset, facts will be sent as a single dictionary, allowing for greater "
"efficiency in fact processing."
msgstr ""
-"Indien ingesteld, worden systeemtrackingfeiten verzonden voor alle "
-"pakketten, services of andere items aangetroffen in een scan, wat aan "
-"zoekquery's meer gedetailleerdheid verleent. Indien niet ingesteld, worden "
-"feiten verzonden als één woordenlijst, waardoor feiten sneller kunnen worden"
-" verwerkt."
-#: awx/main/conf.py:431
+#: awx/main/conf.py:458
msgid "Enable External Logging"
msgstr "Externe logboekregistratie inschakelen"
-#: awx/main/conf.py:432
+#: awx/main/conf.py:459
msgid "Enable sending logs to external log aggregator."
msgstr ""
"Schakel de verzending in van logboeken naar een externe log aggregator."
-#: awx/main/conf.py:441
+#: awx/main/conf.py:468
msgid "Cluster-wide Tower unique identifier."
msgstr "Clusterbrede, unieke Tower-id"
-#: awx/main/conf.py:442
+#: awx/main/conf.py:469
msgid "Useful to uniquely identify Tower instances."
msgstr "Handig om Tower-instanties uniek te identificeren."
-#: awx/main/conf.py:451
+#: awx/main/conf.py:478
msgid "Logging Aggregator Protocol"
msgstr "Protocol aggregator logboekregistraties"
-#: awx/main/conf.py:452
+#: awx/main/conf.py:479
msgid "Protocol used to communicate with log aggregator."
msgstr "Protocol gebruikt om te communiceren met de log aggregator."
-#: awx/main/conf.py:460
+#: awx/main/conf.py:487
msgid "TCP Connection Timeout"
msgstr "Time-out van TCP-verbinding"
-#: awx/main/conf.py:461
+#: awx/main/conf.py:488
msgid ""
"Number of seconds for a TCP connection to external log aggregator to "
"timeout. Applies to HTTPS and TCP log aggregator protocols."
@@ -1951,11 +2236,11 @@ msgstr ""
" een externe log aggregator. Geldt voor HTTPS en TCP log aggregator-"
"protocollen."
-#: awx/main/conf.py:471
+#: awx/main/conf.py:498
msgid "Enable/disable HTTPS certificate verification"
msgstr "HTTPS-certificaatcontrole in-/uitschakelen"
-#: awx/main/conf.py:472
+#: awx/main/conf.py:499
msgid ""
"Flag to control enable/disable of certificate verification when "
"LOG_AGGREGATOR_PROTOCOL is \"https\". If enabled, Tower's log handler will "
@@ -1967,11 +2252,11 @@ msgstr ""
"controleert de logboekhandler van Tower het certificaat verzonden door de "
"externe log aggregator voordat de verbinding tot stand wordt gebracht."
-#: awx/main/conf.py:484
+#: awx/main/conf.py:511
msgid "Logging Aggregator Level Threshold"
msgstr "Drempelwaarde aggregator logboekregistraties"
-#: awx/main/conf.py:485
+#: awx/main/conf.py:512
msgid ""
"Level threshold used by log handler. Severities from lowest to highest are "
"DEBUG, INFO, WARNING, ERROR, CRITICAL. Messages less severe than the "
@@ -1983,90 +2268,144 @@ msgstr ""
" zijn dan de drempelwaarde, worden genegeerd door de logboekhandler. (deze "
"instelling wordt genegeerd door berichten onder de categorie awx.anlytics)"
-#: awx/main/conf.py:508 awx/sso/conf.py:1105
+#: awx/main/conf.py:535 awx/sso/conf.py:1262
msgid "\n"
msgstr "\n"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Sudo"
msgstr "Sudo"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Su"
msgstr "Su"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Pbrun"
msgstr "Pbrun"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:17
msgid "Pfexec"
msgstr "Pfexec"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "DZDO"
msgstr "DZDO"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "Pmrun"
msgstr "Pmrun"
-#: awx/main/constants.py:10
+#: awx/main/constants.py:18
msgid "Runas"
msgstr "Runas"
-#: awx/main/fields.py:57
-#, python-format
-msgid "'%s' is not one of ['%s']"
-msgstr "'%s' is niet een van ['%s']"
+#: awx/main/constants.py:19
+msgid "Enable"
+msgstr ""
-#: awx/main/fields.py:533
+#: awx/main/constants.py:19
+msgid "Doas"
+msgstr ""
+
+#: awx/main/constants.py:21
+msgid "None"
+msgstr "Geen"
+
+#: awx/main/fields.py:62
+#, python-brace-format
+msgid "'{value}' is not one of ['{allowed_values}']"
+msgstr ""
+
+#: awx/main/fields.py:421
+#, python-brace-format
+msgid "{type} provided in relative path {path}, expected {expected_type}"
+msgstr ""
+
+#: awx/main/fields.py:426
+#, python-brace-format
+msgid "{type} provided, expected {expected_type}"
+msgstr ""
+
+#: awx/main/fields.py:431
+#, python-brace-format
+msgid "Schema validation error in relative path {path} ({error})"
+msgstr ""
+
+#: awx/main/fields.py:552
+msgid "secret values must be of type string, not {}"
+msgstr ""
+
+#: awx/main/fields.py:587
#, python-format
msgid "cannot be set unless \"%s\" is set"
msgstr "kan niet ingesteld worden, tenzij '%s' ingesteld is"
-#: awx/main/fields.py:549
+#: awx/main/fields.py:603
#, python-format
msgid "required for %s"
msgstr "vereist voor %s"
-#: awx/main/fields.py:573
+#: awx/main/fields.py:627
msgid "must be set when SSH key is encrypted."
msgstr "moet worden ingesteld wanneer SSH-sleutel wordt versleuteld."
-#: awx/main/fields.py:579
+#: awx/main/fields.py:633
msgid "should not be set when SSH key is not encrypted."
msgstr "mag niet worden ingesteld wanneer SSH-sleutel niet is gecodeerd."
-#: awx/main/fields.py:637
+#: awx/main/fields.py:691
msgid "'dependencies' is not supported for custom credentials."
msgstr ""
"'afhankelijkheden' is niet ondersteund voor aangepaste toegangsgegevens."
-#: awx/main/fields.py:651
+#: awx/main/fields.py:705
msgid "\"tower\" is a reserved field name"
msgstr "\"tower\" is een gereserveerde veldnaam"
-#: awx/main/fields.py:658
+#: awx/main/fields.py:712
#, python-format
msgid "field IDs must be unique (%s)"
msgstr "veld-id's moeten uniek zijn (%s)"
-#: awx/main/fields.py:671
-#, python-format
-msgid "%s not allowed for %s type (%s)"
-msgstr "%s niet toegestaan voor type %s (%s)"
+#: awx/main/fields.py:725
+msgid "become_method is a reserved type name"
+msgstr ""
-#: awx/main/fields.py:755
-#, python-format
-msgid "%s uses an undefined field (%s)"
-msgstr "%s gebruikt een niet-gedefinieerd veld (%s)"
+#: awx/main/fields.py:736
+#, python-brace-format
+msgid "{sub_key} not allowed for {element_type} type ({element_id})"
+msgstr ""
-#: awx/main/middleware.py:157
+#: awx/main/fields.py:810
+msgid ""
+"Must define unnamed file injector in order to reference `tower.filename`."
+msgstr ""
+
+#: awx/main/fields.py:817
+msgid "Cannot directly reference reserved `tower` namespace container."
+msgstr ""
+
+#: awx/main/fields.py:827
+msgid "Must use multi-file syntax when injecting multiple files"
+msgstr ""
+
+#: awx/main/fields.py:844
+#, python-brace-format
+msgid "{sub_key} uses an undefined field ({error_msg})"
+msgstr ""
+
+#: awx/main/fields.py:851
+#, python-brace-format
+msgid ""
+"Syntax error rendering template for {sub_key} inside of {type} ({error_msg})"
+msgstr ""
+
+#: awx/main/middleware.py:146
msgid "Formats of all available named urls"
msgstr "Indelingen van alle beschikbare, genoemde url's"
-#: awx/main/middleware.py:158
+#: awx/main/middleware.py:147
msgid ""
"Read-only list of key-value pairs that shows the standard format of all "
"available named URLs."
@@ -2074,15 +2413,15 @@ msgstr ""
"Alleen-lezen-lijst met sleutelwaardeparen die de standaardindeling van alle "
"beschikbare, genoemde URL's toont."
-#: awx/main/middleware.py:160 awx/main/middleware.py:170
+#: awx/main/middleware.py:149 awx/main/middleware.py:159
msgid "Named URL"
msgstr "Genoemde URL"
-#: awx/main/middleware.py:167
+#: awx/main/middleware.py:156
msgid "List of all named url graph nodes."
msgstr "Lijst met alle grafische knooppunten van genoemde URL's."
-#: awx/main/middleware.py:168
+#: awx/main/middleware.py:157
msgid ""
"Read-only list of key-value pairs that exposes named URL graph topology. Use"
" this list to programmatically generate named URLs for resources"
@@ -2091,31 +2430,35 @@ msgstr ""
"genoemde URL's duidelijk maakt. Gebruik deze lijst om programmatische "
"genoemde URL's voor resources te genereren."
-#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:33
+#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:35
msgid "Email"
msgstr "E-mail"
-#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:34
+#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:36
msgid "Slack"
msgstr "Slack"
-#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:35
+#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:37
msgid "Twilio"
msgstr "Twilio"
-#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:36
+#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:38
msgid "Pagerduty"
msgstr "Pagerduty"
-#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:37
+#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:39
msgid "HipChat"
msgstr "HipChat"
-#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:38
+#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:41
+msgid "Mattermost"
+msgstr ""
+
+#: awx/main/migrations/_reencrypt.py:32 awx/main/models/notifications.py:40
msgid "Webhook"
msgstr "Webhook"
-#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:39
+#: awx/main/migrations/_reencrypt.py:33 awx/main/models/notifications.py:43
msgid "IRC"
msgstr "IRC"
@@ -2139,104 +2482,84 @@ msgstr "Entiteit gekoppeld aan een andere entiteit"
msgid "Entity was Disassociated with another Entity"
msgstr "Entiteit is losgekoppeld van een andere entiteit"
-#: awx/main/models/ad_hoc_commands.py:100
+#: awx/main/models/ad_hoc_commands.py:95
msgid "No valid inventory."
msgstr "Geen geldige inventaris."
-#: awx/main/models/ad_hoc_commands.py:107
+#: awx/main/models/ad_hoc_commands.py:102
msgid "You must provide a machine / SSH credential."
msgstr "U moet een machine / SSH-referentie verschaffen."
-#: awx/main/models/ad_hoc_commands.py:118
-#: awx/main/models/ad_hoc_commands.py:126
+#: awx/main/models/ad_hoc_commands.py:113
+#: awx/main/models/ad_hoc_commands.py:121
msgid "Invalid type for ad hoc command"
msgstr "Ongeldig type voor ad-hocopdracht"
-#: awx/main/models/ad_hoc_commands.py:121
+#: awx/main/models/ad_hoc_commands.py:116
msgid "Unsupported module for ad hoc commands."
msgstr "Niet-ondersteunde module voor ad-hocopdrachten."
-#: awx/main/models/ad_hoc_commands.py:129
+#: awx/main/models/ad_hoc_commands.py:124
#, python-format
msgid "No argument passed to %s module."
msgstr "Geen argument doorgegeven aan module %s."
-#: awx/main/models/ad_hoc_commands.py:245 awx/main/models/jobs.py:911
-msgid "Host Failed"
-msgstr "Host is mislukt"
-
-#: awx/main/models/ad_hoc_commands.py:246 awx/main/models/jobs.py:912
-msgid "Host OK"
-msgstr "Host OK"
-
-#: awx/main/models/ad_hoc_commands.py:247 awx/main/models/jobs.py:915
-msgid "Host Unreachable"
-msgstr "Host onbereikbaar"
-
-#: awx/main/models/ad_hoc_commands.py:252 awx/main/models/jobs.py:914
-msgid "Host Skipped"
-msgstr "Host overgeslagen"
-
-#: awx/main/models/ad_hoc_commands.py:262 awx/main/models/jobs.py:942
-msgid "Debug"
-msgstr "Foutopsporing"
-
-#: awx/main/models/ad_hoc_commands.py:263 awx/main/models/jobs.py:943
-msgid "Verbose"
-msgstr "Uitgebreid"
-
-#: awx/main/models/ad_hoc_commands.py:264 awx/main/models/jobs.py:944
-msgid "Deprecated"
-msgstr "Afgeschaft"
-
-#: awx/main/models/ad_hoc_commands.py:265 awx/main/models/jobs.py:945
-msgid "Warning"
-msgstr "Waarschuwing"
-
-#: awx/main/models/ad_hoc_commands.py:266 awx/main/models/jobs.py:946
-msgid "System Warning"
-msgstr "Systeemwaarschuwing"
-
-#: awx/main/models/ad_hoc_commands.py:267 awx/main/models/jobs.py:947
-#: awx/main/models/unified_jobs.py:64
-msgid "Error"
-msgstr "Fout"
-
-#: awx/main/models/base.py:40 awx/main/models/base.py:46
-#: awx/main/models/base.py:51
+#: awx/main/models/base.py:33 awx/main/models/base.py:39
+#: awx/main/models/base.py:44 awx/main/models/base.py:49
msgid "Run"
msgstr "Uitvoeren"
-#: awx/main/models/base.py:41 awx/main/models/base.py:47
-#: awx/main/models/base.py:52
+#: awx/main/models/base.py:34 awx/main/models/base.py:40
+#: awx/main/models/base.py:45 awx/main/models/base.py:50
msgid "Check"
msgstr "Controleren"
-#: awx/main/models/base.py:42
+#: awx/main/models/base.py:35
msgid "Scan"
msgstr "Scannen"
-#: awx/main/models/credential.py:86
+#: awx/main/models/credential/__init__.py:110
msgid "Host"
msgstr "Host"
-#: awx/main/models/credential.py:87
+#: awx/main/models/credential/__init__.py:111
msgid "The hostname or IP address to use."
msgstr "Te gebruiken hostnaam of IP-adres"
-#: awx/main/models/credential.py:93
+#: awx/main/models/credential/__init__.py:117
+#: awx/main/models/credential/__init__.py:681
+#: awx/main/models/credential/__init__.py:736
+#: awx/main/models/credential/__init__.py:801
+#: awx/main/models/credential/__init__.py:879
+#: awx/main/models/credential/__init__.py:925
+#: awx/main/models/credential/__init__.py:953
+#: awx/main/models/credential/__init__.py:982
+#: awx/main/models/credential/__init__.py:1046
+#: awx/main/models/credential/__init__.py:1087
+#: awx/main/models/credential/__init__.py:1120
+#: awx/main/models/credential/__init__.py:1172
msgid "Username"
msgstr "Gebruikersnaam"
-#: awx/main/models/credential.py:94
+#: awx/main/models/credential/__init__.py:118
msgid "Username for this credential."
msgstr "Gebruikersnaam voor deze referentie."
-#: awx/main/models/credential.py:100
+#: awx/main/models/credential/__init__.py:124
+#: awx/main/models/credential/__init__.py:685
+#: awx/main/models/credential/__init__.py:740
+#: awx/main/models/credential/__init__.py:805
+#: awx/main/models/credential/__init__.py:929
+#: awx/main/models/credential/__init__.py:957
+#: awx/main/models/credential/__init__.py:986
+#: awx/main/models/credential/__init__.py:1050
+#: awx/main/models/credential/__init__.py:1091
+#: awx/main/models/credential/__init__.py:1124
+#: awx/main/models/credential/__init__.py:1176
msgid "Password"
msgstr "Wachtwoord"
-#: awx/main/models/credential.py:101
+#: awx/main/models/credential/__init__.py:125
msgid ""
"Password for this credential (or \"ASK\" to prompt the user for machine "
"credentials)."
@@ -2244,43 +2567,43 @@ msgstr ""
"Wachtwoord voor deze referentie (of \"ASK\" om de gebruiker om de "
"machinereferenties te vragen)."
-#: awx/main/models/credential.py:108
+#: awx/main/models/credential/__init__.py:132
msgid "Security Token"
msgstr "Beveiligingstoken"
-#: awx/main/models/credential.py:109
+#: awx/main/models/credential/__init__.py:133
msgid "Security Token for this credential"
msgstr "Beveiligingstoken voor deze referentie"
-#: awx/main/models/credential.py:115
+#: awx/main/models/credential/__init__.py:139
msgid "Project"
msgstr "Project"
-#: awx/main/models/credential.py:116
+#: awx/main/models/credential/__init__.py:140
msgid "The identifier for the project."
msgstr "De id voor het project."
-#: awx/main/models/credential.py:122
+#: awx/main/models/credential/__init__.py:146
msgid "Domain"
msgstr "Domein"
-#: awx/main/models/credential.py:123
+#: awx/main/models/credential/__init__.py:147
msgid "The identifier for the domain."
msgstr "De id voor het domein."
-#: awx/main/models/credential.py:128
+#: awx/main/models/credential/__init__.py:152
msgid "SSH private key"
msgstr "SSH-privésleutel"
-#: awx/main/models/credential.py:129
+#: awx/main/models/credential/__init__.py:153
msgid "RSA or DSA private key to be used instead of password."
msgstr "RSA- of DSA-privésleutel te gebruiken in plaats van wachtwoord."
-#: awx/main/models/credential.py:135
+#: awx/main/models/credential/__init__.py:159
msgid "SSH key unlock"
msgstr "SSH-sleutelontgrendeling"
-#: awx/main/models/credential.py:136
+#: awx/main/models/credential/__init__.py:160
msgid ""
"Passphrase to unlock SSH private key if encrypted (or \"ASK\" to prompt the "
"user for machine credentials)."
@@ -2288,51 +2611,47 @@ msgstr ""
"Wachtwoordzin om SSH-privésleutel te ontgrendelen indien versleuteld (of "
"\"ASK\" om de gebruiker om de machinereferenties te vragen)."
-#: awx/main/models/credential.py:143
-msgid "None"
-msgstr "Geen"
-
-#: awx/main/models/credential.py:144
+#: awx/main/models/credential/__init__.py:168
msgid "Privilege escalation method."
msgstr "Methode voor verhoging van rechten."
-#: awx/main/models/credential.py:150
+#: awx/main/models/credential/__init__.py:174
msgid "Privilege escalation username."
msgstr "Gebruikersnaam voor verhoging van rechten."
-#: awx/main/models/credential.py:156
+#: awx/main/models/credential/__init__.py:180
msgid "Password for privilege escalation method."
msgstr "Wachtwoord voor methode voor verhoging van rechten."
-#: awx/main/models/credential.py:162
+#: awx/main/models/credential/__init__.py:186
msgid "Vault password (or \"ASK\" to prompt the user)."
msgstr "Wachtwoord voor kluis (of \"ASK\" om de gebruiker te vragen)."
-#: awx/main/models/credential.py:166
+#: awx/main/models/credential/__init__.py:190
msgid "Whether to use the authorize mechanism."
msgstr "Of het autorisatiemechanisme mag worden gebruikt."
-#: awx/main/models/credential.py:172
+#: awx/main/models/credential/__init__.py:196
msgid "Password used by the authorize mechanism."
msgstr "Wachtwoord gebruikt door het autorisatiemechanisme."
-#: awx/main/models/credential.py:178
+#: awx/main/models/credential/__init__.py:202
msgid "Client Id or Application Id for the credential"
msgstr "Klant-id voor toepassings-id voor de referentie"
-#: awx/main/models/credential.py:184
+#: awx/main/models/credential/__init__.py:208
msgid "Secret Token for this credential"
msgstr "Geheim token voor deze referentie"
-#: awx/main/models/credential.py:190
+#: awx/main/models/credential/__init__.py:214
msgid "Subscription identifier for this credential"
msgstr "Abonnements-id voor deze referentie"
-#: awx/main/models/credential.py:196
+#: awx/main/models/credential/__init__.py:220
msgid "Tenant identifier for this credential"
msgstr "Huurder-id voor deze referentie"
-#: awx/main/models/credential.py:220
+#: awx/main/models/credential/__init__.py:244
msgid ""
"Specify the type of credential you want to create. Refer to the Ansible "
"Tower documentation for details on each type."
@@ -2340,7 +2659,8 @@ msgstr ""
"Geef het type referentie op dat u wilt maken. Raadpleeg de documentatie voor"
" Ansible Tower voor details over elk type."
-#: awx/main/models/credential.py:234 awx/main/models/credential.py:420
+#: awx/main/models/credential/__init__.py:258
+#: awx/main/models/credential/__init__.py:476
msgid ""
"Enter inputs using either JSON or YAML syntax. Use the radio button to "
"toggle between the two. Refer to the Ansible Tower documentation for example"
@@ -2350,31 +2670,36 @@ msgstr ""
"wisselen tussen de twee. Raadpleeg de documentatie voor Ansible Tower voor "
"voorbeeldsyntaxis."
-#: awx/main/models/credential.py:401
+#: awx/main/models/credential/__init__.py:457
+#: awx/main/models/credential/__init__.py:676
msgid "Machine"
msgstr "Machine"
-#: awx/main/models/credential.py:402
+#: awx/main/models/credential/__init__.py:458
+#: awx/main/models/credential/__init__.py:767
msgid "Vault"
msgstr "Kluis"
-#: awx/main/models/credential.py:403
+#: awx/main/models/credential/__init__.py:459
+#: awx/main/models/credential/__init__.py:796
msgid "Network"
msgstr "Netwerk"
-#: awx/main/models/credential.py:404
+#: awx/main/models/credential/__init__.py:460
+#: awx/main/models/credential/__init__.py:731
msgid "Source Control"
msgstr "Broncontrole"
-#: awx/main/models/credential.py:405
+#: awx/main/models/credential/__init__.py:461
msgid "Cloud"
msgstr "Cloud"
-#: awx/main/models/credential.py:406
+#: awx/main/models/credential/__init__.py:462
+#: awx/main/models/credential/__init__.py:1082
msgid "Insights"
msgstr "Inzichten"
-#: awx/main/models/credential.py:427
+#: awx/main/models/credential/__init__.py:483
msgid ""
"Enter injectors using either JSON or YAML syntax. Use the radio button to "
"toggle between the two. Refer to the Ansible Tower documentation for example"
@@ -2384,11 +2709,385 @@ msgstr ""
" wisselen tussen de twee. Raadpleeg de documentatie voor Ansible Tower voor "
"voorbeeldsyntaxis."
-#: awx/main/models/credential.py:478
+#: awx/main/models/credential/__init__.py:534
#, python-format
msgid "adding %s credential type"
msgstr "%s soort toegangsgegevens toevoegen"
+#: awx/main/models/credential/__init__.py:691
+#: awx/main/models/credential/__init__.py:810
+msgid "SSH Private Key"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:698
+#: awx/main/models/credential/__init__.py:752
+#: awx/main/models/credential/__init__.py:817
+msgid "Private Key Passphrase"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:704
+msgid "Privilege Escalation Method"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:706
+msgid ""
+"Specify a method for \"become\" operations. This is equivalent to specifying"
+" the --become-method Ansible parameter."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:711
+msgid "Privilege Escalation Username"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:715
+msgid "Privilege Escalation Password"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:745
+msgid "SCM Private Key"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:772
+msgid "Vault Password"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:778
+msgid "Vault Identifier"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:781
+msgid ""
+"Specify an (optional) Vault ID. This is equivalent to specifying the "
+"--vault-id Ansible parameter for providing multiple Vault passwords. Note: "
+"this feature only works in Ansible 2.4+."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:822
+msgid "Authorize"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:826
+msgid "Authorize Password"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:843
+msgid "Amazon Web Services"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:848
+msgid "Access Key"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:852
+msgid "Secret Key"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:857
+msgid "STS Token"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:860
+msgid ""
+"Security Token Service (STS) is a web service that enables you to request "
+"temporary, limited-privilege credentials for AWS Identity and Access "
+"Management (IAM) users."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:874 awx/main/models/inventory.py:990
+msgid "OpenStack"
+msgstr "OpenStack"
+
+#: awx/main/models/credential/__init__.py:883
+msgid "Password (API Key)"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:888
+#: awx/main/models/credential/__init__.py:1115
+msgid "Host (Authentication URL)"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:890
+msgid ""
+"The host to authenticate with. For example, "
+"https://openstack.business.com/v2.0/"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:894
+msgid "Project (Tenant Name)"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:898
+msgid "Domain Name"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:900
+msgid ""
+"OpenStack domains define administrative boundaries. It is only needed for "
+"Keystone v3 authentication URLs. Refer to Ansible Tower documentation for "
+"common scenarios."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:914 awx/main/models/inventory.py:987
+msgid "VMware vCenter"
+msgstr "VMware vCenter"
+
+#: awx/main/models/credential/__init__.py:919
+msgid "VCenter Host"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:921
+msgid ""
+"Enter the hostname or IP address that corresponds to your VMware vCenter."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:942 awx/main/models/inventory.py:988
+msgid "Red Hat Satellite 6"
+msgstr "Red Hat Satellite 6"
+
+#: awx/main/models/credential/__init__.py:947
+msgid "Satellite 6 URL"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:949
+msgid ""
+"Enter the URL that corresponds to your Red Hat Satellite 6 server. For "
+"example, https://satellite.example.org"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:970 awx/main/models/inventory.py:989
+msgid "Red Hat CloudForms"
+msgstr "Red Hat CloudForms"
+
+#: awx/main/models/credential/__init__.py:975
+msgid "CloudForms URL"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:977
+msgid ""
+"Enter the URL for the virtual machine that corresponds to your CloudForm "
+"instance. For example, https://cloudforms.example.org"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:999 awx/main/models/inventory.py:985
+msgid "Google Compute Engine"
+msgstr "Google Compute Engine"
+
+#: awx/main/models/credential/__init__.py:1004
+msgid "Service Account Email Address"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1006
+msgid ""
+"The email address assigned to the Google Compute Engine service account."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1012
+msgid ""
+"The Project ID is the GCE assigned identification. It is often constructed "
+"as three words or two words followed by a three-digit number. Examples: "
+"project-id-000 and another-project-id"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1018
+msgid "RSA Private Key"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1023
+msgid ""
+"Paste the contents of the PEM file associated with the service account "
+"email."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1035
+#: awx/main/models/inventory.py:986
+msgid "Microsoft Azure Resource Manager"
+msgstr "Microsoft Azure Resource Manager"
+
+#: awx/main/models/credential/__init__.py:1040
+msgid "Subscription ID"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1042
+msgid "Subscription ID is an Azure construct, which is mapped to a username."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1055
+msgid "Client ID"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1064
+msgid "Tenant ID"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1068
+msgid "Azure Cloud Environment"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1070
+msgid ""
+"Environment variable AZURE_CLOUD_ENVIRONMENT when using Azure GovCloud or "
+"Azure stack."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1110
+#: awx/main/models/inventory.py:991
+msgid "Red Hat Virtualization"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1117
+msgid "The host to authenticate with."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1129
+msgid "CA File"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1131
+msgid "Absolute file path to the CA file to use (optional)"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1162
+#: awx/main/models/inventory.py:992
+msgid "Ansible Tower"
+msgstr "Ansible Tower"
+
+#: awx/main/models/credential/__init__.py:1167
+msgid "Ansible Tower Hostname"
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1169
+msgid "The Ansible Tower base URL to authenticate with."
+msgstr ""
+
+#: awx/main/models/credential/__init__.py:1181
+msgid "Verify SSL"
+msgstr ""
+
+#: awx/main/models/events.py:89 awx/main/models/events.py:608
+msgid "Host Failed"
+msgstr "Host is mislukt"
+
+#: awx/main/models/events.py:90 awx/main/models/events.py:609
+msgid "Host OK"
+msgstr "Host OK"
+
+#: awx/main/models/events.py:91
+msgid "Host Failure"
+msgstr "Hostmislukking"
+
+#: awx/main/models/events.py:92 awx/main/models/events.py:615
+msgid "Host Skipped"
+msgstr "Host overgeslagen"
+
+#: awx/main/models/events.py:93 awx/main/models/events.py:610
+msgid "Host Unreachable"
+msgstr "Host onbereikbaar"
+
+#: awx/main/models/events.py:94 awx/main/models/events.py:108
+msgid "No Hosts Remaining"
+msgstr "Geen resterende hosts"
+
+#: awx/main/models/events.py:95
+msgid "Host Polling"
+msgstr "Hostpolling"
+
+#: awx/main/models/events.py:96
+msgid "Host Async OK"
+msgstr "Host Async OK"
+
+#: awx/main/models/events.py:97
+msgid "Host Async Failure"
+msgstr "Host Async mislukking"
+
+#: awx/main/models/events.py:98
+msgid "Item OK"
+msgstr "Item OK"
+
+#: awx/main/models/events.py:99
+msgid "Item Failed"
+msgstr "Item mislukt"
+
+#: awx/main/models/events.py:100
+msgid "Item Skipped"
+msgstr "Item overgeslagen"
+
+#: awx/main/models/events.py:101
+msgid "Host Retry"
+msgstr "Host opnieuw proberen"
+
+#: awx/main/models/events.py:103
+msgid "File Difference"
+msgstr "Bestandsverschil"
+
+#: awx/main/models/events.py:104
+msgid "Playbook Started"
+msgstr "Draaiboek gestart"
+
+#: awx/main/models/events.py:105
+msgid "Running Handlers"
+msgstr "Handlers die worden uitgevoerd"
+
+#: awx/main/models/events.py:106
+msgid "Including File"
+msgstr "Inclusief bestand"
+
+#: awx/main/models/events.py:107
+msgid "No Hosts Matched"
+msgstr "Geen overeenkomende hosts"
+
+#: awx/main/models/events.py:109
+msgid "Task Started"
+msgstr "Taak gestart"
+
+#: awx/main/models/events.py:111
+msgid "Variables Prompted"
+msgstr "Variabelen gevraagd"
+
+#: awx/main/models/events.py:112
+msgid "Gathering Facts"
+msgstr "Feiten verzamelen"
+
+#: awx/main/models/events.py:113
+msgid "internal: on Import for Host"
+msgstr "intern: bij importeren voor host"
+
+#: awx/main/models/events.py:114
+msgid "internal: on Not Import for Host"
+msgstr "intern: niet bij importeren voor host"
+
+#: awx/main/models/events.py:115
+msgid "Play Started"
+msgstr "Afspelen gestart"
+
+#: awx/main/models/events.py:116
+msgid "Playbook Complete"
+msgstr "Draaiboek voltooid"
+
+#: awx/main/models/events.py:120 awx/main/models/events.py:625
+msgid "Debug"
+msgstr "Foutopsporing"
+
+#: awx/main/models/events.py:121 awx/main/models/events.py:626
+msgid "Verbose"
+msgstr "Uitgebreid"
+
+#: awx/main/models/events.py:122 awx/main/models/events.py:627
+msgid "Deprecated"
+msgstr "Afgeschaft"
+
+#: awx/main/models/events.py:123 awx/main/models/events.py:628
+msgid "Warning"
+msgstr "Waarschuwing"
+
+#: awx/main/models/events.py:124 awx/main/models/events.py:629
+msgid "System Warning"
+msgstr "Systeemwaarschuwing"
+
+#: awx/main/models/events.py:125 awx/main/models/events.py:630
+#: awx/main/models/unified_jobs.py:67
+msgid "Error"
+msgstr "Fout"
+
#: awx/main/models/fact.py:25
msgid "Host for the facts that the fact scan captured."
msgstr "Host voor de feiten die de feitenscan heeft vastgelegd."
@@ -2405,79 +3104,94 @@ msgstr ""
"Willekeurige JSON-structuur van modulefeiten vastgelegd bij de tijdstempel "
"voor één host."
-#: awx/main/models/ha.py:78
+#: awx/main/models/ha.py:153
msgid "Instances that are members of this InstanceGroup"
msgstr "Instanties die lid zijn van deze InstanceGroup"
-#: awx/main/models/ha.py:83
+#: awx/main/models/ha.py:158
msgid "Instance Group to remotely control this group."
msgstr "Instantiegroep om deze groep extern te regelen."
-#: awx/main/models/inventory.py:52
+#: awx/main/models/ha.py:165
+msgid "Percentage of Instances to automatically assign to this group"
+msgstr ""
+
+#: awx/main/models/ha.py:169
+msgid ""
+"Static minimum number of Instances to automatically assign to this group"
+msgstr ""
+
+#: awx/main/models/ha.py:174
+msgid ""
+"List of exact-match Instances that will always be automatically assigned to "
+"this group"
+msgstr ""
+
+#: awx/main/models/inventory.py:61
msgid "Hosts have a direct link to this inventory."
msgstr "Hosts hebben een directe koppeling naar deze inventaris."
-#: awx/main/models/inventory.py:53
+#: awx/main/models/inventory.py:62
msgid "Hosts for inventory generated using the host_filter property."
msgstr "Hosts voor inventaris gegenereerd met de eigenschap host_filter."
-#: awx/main/models/inventory.py:58
+#: awx/main/models/inventory.py:67
msgid "inventories"
msgstr "inventarissen"
-#: awx/main/models/inventory.py:65
+#: awx/main/models/inventory.py:74
msgid "Organization containing this inventory."
msgstr "Organisatie die deze inventaris bevat."
-#: awx/main/models/inventory.py:72
+#: awx/main/models/inventory.py:81
msgid "Inventory variables in JSON or YAML format."
msgstr "Inventarisvariabelen in JSON- of YAML-indeling."
-#: awx/main/models/inventory.py:77
+#: awx/main/models/inventory.py:86
msgid "Flag indicating whether any hosts in this inventory have failed."
msgstr "Vlag die aangeeft of hosts in deze inventaris zijn mislukt."
-#: awx/main/models/inventory.py:82
+#: awx/main/models/inventory.py:91
msgid "Total number of hosts in this inventory."
msgstr "Totaal aantal hosts in deze inventaris."
-#: awx/main/models/inventory.py:87
+#: awx/main/models/inventory.py:96
msgid "Number of hosts in this inventory with active failures."
msgstr "Aantal hosts in deze inventaris met actieve mislukkingen."
-#: awx/main/models/inventory.py:92
+#: awx/main/models/inventory.py:101
msgid "Total number of groups in this inventory."
msgstr "Totaal aantal groepen in deze inventaris."
-#: awx/main/models/inventory.py:97
+#: awx/main/models/inventory.py:106
msgid "Number of groups in this inventory with active failures."
msgstr "Aantal groepen in deze inventaris met actieve mislukkingen."
-#: awx/main/models/inventory.py:102
+#: awx/main/models/inventory.py:111
msgid ""
"Flag indicating whether this inventory has any external inventory sources."
msgstr "Vlag die aangeeft of deze inventaris externe inventarisbronnen heeft."
-#: awx/main/models/inventory.py:107
+#: awx/main/models/inventory.py:116
msgid ""
"Total number of external inventory sources configured within this inventory."
msgstr ""
"Totaal aantal externe inventarisbronnen dat binnen deze inventaris is "
"geconfigureerd."
-#: awx/main/models/inventory.py:112
+#: awx/main/models/inventory.py:121
msgid "Number of external inventory sources in this inventory with failures."
msgstr "Aantal externe inventarisbronnen in deze inventaris met mislukkingen."
-#: awx/main/models/inventory.py:119
+#: awx/main/models/inventory.py:128
msgid "Kind of inventory being represented."
msgstr "Soort inventaris dat wordt voorgesteld."
-#: awx/main/models/inventory.py:125
+#: awx/main/models/inventory.py:134
msgid "Filter that will be applied to the hosts of this inventory."
msgstr "Filter dat wordt toegepast op de hosts van deze inventaris."
-#: awx/main/models/inventory.py:152
+#: awx/main/models/inventory.py:161
msgid ""
"Credentials to be used by hosts belonging to this inventory when accessing "
"Red Hat Insights API."
@@ -2485,38 +3199,38 @@ msgstr ""
"Referenties die worden gebruikt door hosts die behoren tot deze inventaris "
"bij toegang tot de Red Hat Insights API."
-#: awx/main/models/inventory.py:161
+#: awx/main/models/inventory.py:170
msgid "Flag indicating the inventory is being deleted."
msgstr "Vlag die aangeeft dat de inventaris wordt verwijderd."
-#: awx/main/models/inventory.py:374
+#: awx/main/models/inventory.py:459
msgid "Assignment not allowed for Smart Inventory"
msgstr "Toewijzing niet toegestaan voor Smart-inventaris"
-#: awx/main/models/inventory.py:376 awx/main/models/projects.py:148
+#: awx/main/models/inventory.py:461 awx/main/models/projects.py:159
msgid "Credential kind must be 'insights'."
msgstr "Referentiesoort moet 'insights' zijn."
-#: awx/main/models/inventory.py:443
+#: awx/main/models/inventory.py:546
msgid "Is this host online and available for running jobs?"
msgstr "Is deze host online en beschikbaar om taken uit te voeren?"
-#: awx/main/models/inventory.py:449
+#: awx/main/models/inventory.py:552
msgid ""
"The value used by the remote inventory source to uniquely identify the host"
msgstr ""
"De waarde die de externe inventarisbron gebruikt om de host uniek te "
"identificeren"
-#: awx/main/models/inventory.py:454
+#: awx/main/models/inventory.py:557
msgid "Host variables in JSON or YAML format."
msgstr "Hostvariabelen in JSON- of YAML-indeling."
-#: awx/main/models/inventory.py:476
+#: awx/main/models/inventory.py:579
msgid "Flag indicating whether the last job failed for this host."
msgstr "Vlag die aangeeft of de laatste taak voor deze host is mislukt."
-#: awx/main/models/inventory.py:481
+#: awx/main/models/inventory.py:584
msgid ""
"Flag indicating whether this host was created/updated from any external "
"inventory sources."
@@ -2524,52 +3238,52 @@ msgstr ""
"Vlag die aangeeft of deze host is gemaakt/bijgewerkt op grond van externe "
"inventarisbronnen."
-#: awx/main/models/inventory.py:487
+#: awx/main/models/inventory.py:590
msgid "Inventory source(s) that created or modified this host."
msgstr "Inventarisbronnen die deze host hebben gemaakt of gewijzigd."
-#: awx/main/models/inventory.py:492
+#: awx/main/models/inventory.py:595
msgid "Arbitrary JSON structure of most recent ansible_facts, per-host."
msgstr ""
"Willekeurige JSON-structuur van meest recente ansible_facts, per host/"
-#: awx/main/models/inventory.py:498
+#: awx/main/models/inventory.py:601
msgid "The date and time ansible_facts was last modified."
msgstr "De datum en tijd waarop ansible_facts voor het laatst is gewijzigd."
-#: awx/main/models/inventory.py:505
+#: awx/main/models/inventory.py:608
msgid "Red Hat Insights host unique identifier."
msgstr "Unieke id van Red Hat Insights-host."
-#: awx/main/models/inventory.py:633
+#: awx/main/models/inventory.py:743
msgid "Group variables in JSON or YAML format."
msgstr "Groepeer variabelen in JSON- of YAML-indeling."
-#: awx/main/models/inventory.py:639
+#: awx/main/models/inventory.py:749
msgid "Hosts associated directly with this group."
msgstr "Hosts direct gekoppeld aan deze groep."
-#: awx/main/models/inventory.py:644
+#: awx/main/models/inventory.py:754
msgid "Total number of hosts directly or indirectly in this group."
msgstr "Totaal aantal hosts dat direct of indirect in deze groep is."
-#: awx/main/models/inventory.py:649
+#: awx/main/models/inventory.py:759
msgid "Flag indicating whether this group has any hosts with active failures."
msgstr "Vlag die aangeeft of deze groep hosts met actieve mislukkingen heeft."
-#: awx/main/models/inventory.py:654
+#: awx/main/models/inventory.py:764
msgid "Number of hosts in this group with active failures."
msgstr "Aantal hosts in deze groep met actieve mislukkingen."
-#: awx/main/models/inventory.py:659
+#: awx/main/models/inventory.py:769
msgid "Total number of child groups contained within this group."
msgstr "Totaal aantal onderliggende groepen binnen deze groep."
-#: awx/main/models/inventory.py:664
+#: awx/main/models/inventory.py:774
msgid "Number of child groups within this group that have active failures."
msgstr "Aantal onderliggende groepen in deze groep met actieve mislukkingen."
-#: awx/main/models/inventory.py:669
+#: awx/main/models/inventory.py:779
msgid ""
"Flag indicating whether this group was created/updated from any external "
"inventory sources."
@@ -2577,68 +3291,36 @@ msgstr ""
"Vlag die aangeeft of deze groep is gemaakt/bijgewerkt op grond van externe "
"inventarisbronnen."
-#: awx/main/models/inventory.py:675
+#: awx/main/models/inventory.py:785
msgid "Inventory source(s) that created or modified this group."
msgstr "Inventarisbronnen die deze groep hebben gemaakt of gewijzigd."
-#: awx/main/models/inventory.py:865 awx/main/models/projects.py:42
-#: awx/main/models/unified_jobs.py:428
+#: awx/main/models/inventory.py:981 awx/main/models/projects.py:53
+#: awx/main/models/unified_jobs.py:519
msgid "Manual"
msgstr "Handmatig"
-#: awx/main/models/inventory.py:866
+#: awx/main/models/inventory.py:982
msgid "File, Directory or Script"
msgstr "Bestand, map of script"
-#: awx/main/models/inventory.py:867
+#: awx/main/models/inventory.py:983
msgid "Sourced from a Project"
msgstr "Afkomstig uit een project"
-#: awx/main/models/inventory.py:868
+#: awx/main/models/inventory.py:984
msgid "Amazon EC2"
msgstr "Amazon EC2"
-#: awx/main/models/inventory.py:869
-msgid "Google Compute Engine"
-msgstr "Google Compute Engine"
-
-#: awx/main/models/inventory.py:870
-msgid "Microsoft Azure Resource Manager"
-msgstr "Microsoft Azure Resource Manager"
-
-#: awx/main/models/inventory.py:871
-msgid "VMware vCenter"
-msgstr "VMware vCenter"
-
-#: awx/main/models/inventory.py:872
-msgid "Red Hat Satellite 6"
-msgstr "Red Hat Satellite 6"
-
-#: awx/main/models/inventory.py:873
-msgid "Red Hat CloudForms"
-msgstr "Red Hat CloudForms"
-
-#: awx/main/models/inventory.py:874
-msgid "OpenStack"
-msgstr "OpenStack"
-
-#: awx/main/models/inventory.py:875
-msgid "oVirt4"
-msgstr "oVirt4"
-
-#: awx/main/models/inventory.py:876
-msgid "Ansible Tower"
-msgstr "Ansible Tower"
-
-#: awx/main/models/inventory.py:877
+#: awx/main/models/inventory.py:993
msgid "Custom Script"
msgstr "Aangepast script"
-#: awx/main/models/inventory.py:994
+#: awx/main/models/inventory.py:1110
msgid "Inventory source variables in YAML or JSON format."
msgstr "Bronvariabelen inventaris in YAML- of JSON-indeling."
-#: awx/main/models/inventory.py:1013
+#: awx/main/models/inventory.py:1121
msgid ""
"Comma-separated list of filter expressions (EC2 only). Hosts are imported "
"when ANY of the filters match."
@@ -2646,77 +3328,81 @@ msgstr ""
"Door komma's gescheiden lijst met filterexpressies (alleen EC2). Hosts "
"worden geïmporteerd wanneer WILLEKEURIG WELK van de filters overeenkomt."
-#: awx/main/models/inventory.py:1019
+#: awx/main/models/inventory.py:1127
msgid "Limit groups automatically created from inventory source (EC2 only)."
msgstr ""
"Overschrijf groepen die automatisch gemaakt worden op grond van "
"inventarisbron (alleen EC2)."
-#: awx/main/models/inventory.py:1023
+#: awx/main/models/inventory.py:1131
msgid "Overwrite local groups and hosts from remote inventory source."
msgstr ""
"Overschrijf lokale groepen en hosts op grond van externe inventarisbron."
-#: awx/main/models/inventory.py:1027
+#: awx/main/models/inventory.py:1135
msgid "Overwrite local variables from remote inventory source."
msgstr "Overschrijf lokale variabelen op grond van externe inventarisbron."
-#: awx/main/models/inventory.py:1032 awx/main/models/jobs.py:160
-#: awx/main/models/projects.py:117
+#: awx/main/models/inventory.py:1140 awx/main/models/jobs.py:140
+#: awx/main/models/projects.py:128
msgid "The amount of time (in seconds) to run before the task is canceled."
msgstr ""
"De hoeveelheid tijd (in seconden) voor uitvoering voordat de taak wordt "
"geannuleerd."
-#: awx/main/models/inventory.py:1065
+#: awx/main/models/inventory.py:1173
msgid "Image ID"
msgstr "Image-id"
-#: awx/main/models/inventory.py:1066
+#: awx/main/models/inventory.py:1174
msgid "Availability Zone"
msgstr "Beschikbaarheidszone"
-#: awx/main/models/inventory.py:1067
+#: awx/main/models/inventory.py:1175
msgid "Account"
msgstr "Account"
-#: awx/main/models/inventory.py:1068
+#: awx/main/models/inventory.py:1176
msgid "Instance ID"
msgstr "Instantie-id"
-#: awx/main/models/inventory.py:1069
+#: awx/main/models/inventory.py:1177
msgid "Instance State"
msgstr "Instantiestaat"
-#: awx/main/models/inventory.py:1070
+#: awx/main/models/inventory.py:1178
+msgid "Platform"
+msgstr ""
+
+#: awx/main/models/inventory.py:1179
msgid "Instance Type"
msgstr "Instantietype"
-#: awx/main/models/inventory.py:1071
+#: awx/main/models/inventory.py:1180
msgid "Key Name"
msgstr "Sleutelnaam"
-#: awx/main/models/inventory.py:1072
+#: awx/main/models/inventory.py:1181
msgid "Region"
msgstr "Regio"
-#: awx/main/models/inventory.py:1073
+#: awx/main/models/inventory.py:1182
msgid "Security Group"
msgstr "Beveiligingsgroep"
-#: awx/main/models/inventory.py:1074
+#: awx/main/models/inventory.py:1183
msgid "Tags"
msgstr "Tags"
-#: awx/main/models/inventory.py:1075
+#: awx/main/models/inventory.py:1184
msgid "Tag None"
msgstr "Tag geen"
-#: awx/main/models/inventory.py:1076
+#: awx/main/models/inventory.py:1185
msgid "VPC ID"
msgstr "VPC ID"
-#: awx/main/models/inventory.py:1145
+#: awx/main/models/inventory.py:1253
#, python-format
msgid ""
"Cloud-based inventory sources (such as %s) require credentials for the "
@@ -2725,11 +3411,11 @@ msgstr ""
"Cloudgebaseerde inventarisbronnen (zoals %s) vereisen referenties voor de "
"overeenkomende cloudservice."
-#: awx/main/models/inventory.py:1152
+#: awx/main/models/inventory.py:1259
msgid "Credential is required for a cloud source."
msgstr "Referentie is vereist voor een cloudbron."
-#: awx/main/models/inventory.py:1155
+#: awx/main/models/inventory.py:1262
msgid ""
"Credentials of type machine, source control, insights and vault are "
"disallowed for custom inventory sources."
@@ -2737,26 +3423,26 @@ msgstr ""
"Toegangsgegevens van soort machine, bronbeheer, inzichten en kluis zijn niet"
" toegestaan voor aangepaste inventarisbronnen."
-#: awx/main/models/inventory.py:1179
+#: awx/main/models/inventory.py:1314
#, python-format
msgid "Invalid %(source)s region: %(region)s"
msgstr "Ongeldige %(source)s regio: %(region)s"
-#: awx/main/models/inventory.py:1203
+#: awx/main/models/inventory.py:1338
#, python-format
msgid "Invalid filter expression: %(filter)s"
msgstr "Ongeldige filterexpressie: %(filter)s"
-#: awx/main/models/inventory.py:1224
+#: awx/main/models/inventory.py:1359
#, python-format
msgid "Invalid group by choice: %(choice)s"
msgstr "Ongeldige groep op keuze: %(choice)s"
-#: awx/main/models/inventory.py:1259
+#: awx/main/models/inventory.py:1394
msgid "Project containing inventory file used as source."
msgstr "Project met inventarisbestand dat wordt gebruikt als bron."
-#: awx/main/models/inventory.py:1407
+#: awx/main/models/inventory.py:1555
#, python-format
msgid ""
"Unable to configure this item for cloud sync. It is already managed by %s."
@@ -2764,7 +3450,7 @@ msgstr ""
"Kan dit item niet configureren voor cloudsynchronisatie. Wordt al beheerd "
"door %s."
-#: awx/main/models/inventory.py:1417
+#: awx/main/models/inventory.py:1565
msgid ""
"More than one SCM-based inventory source with update on project update per-"
"inventory not allowed."
@@ -2772,7 +3458,7 @@ msgstr ""
"Het is niet toegestaan meer dan één SCM-gebaseerde inventarisbron met een "
"update bovenop een projectupdate per inventaris te hebben."
-#: awx/main/models/inventory.py:1424
+#: awx/main/models/inventory.py:1572
msgid ""
"Cannot update SCM-based inventory source on launch if set to update on "
"project update. Instead, configure the corresponding source project to "
@@ -2782,26 +3468,27 @@ msgstr ""
"ingesteld op bijwerken bij projectupdate. Configureer in plaats daarvan het "
"overeenkomstige bronproject om bij te werken bij opstarten."
-#: awx/main/models/inventory.py:1430
-msgid "SCM type sources must set `overwrite_vars` to `true`."
-msgstr "SCM-typebronnen moeten 'overwrite_vars' instellen op 'true'."
+#: awx/main/models/inventory.py:1579
+msgid ""
+"SCM type sources must set `overwrite_vars` to `true` until Ansible 2.5."
+msgstr ""
-#: awx/main/models/inventory.py:1435
+#: awx/main/models/inventory.py:1584
msgid "Cannot set source_path if not SCM type."
msgstr "Kan source_path niet instellen als het geen SCM-type is."
-#: awx/main/models/inventory.py:1460
+#: awx/main/models/inventory.py:1615
msgid ""
"Inventory files from this Project Update were used for the inventory update."
msgstr ""
"Inventarisbestanden uit deze projectupdate zijn gebruikt voor de "
"inventarisupdate."
-#: awx/main/models/inventory.py:1573
+#: awx/main/models/inventory.py:1725
msgid "Inventory script contents"
msgstr "Inhoud inventarisscript"
-#: awx/main/models/inventory.py:1578
+#: awx/main/models/inventory.py:1730
msgid "Organization owning this inventory script"
msgstr "Organisatie die eigenaar is van deze inventarisscript"
@@ -2813,7 +3500,7 @@ msgstr ""
"Indien ingeschakeld, worden tekstwijzigingen aangebracht in "
"sjabloonbestanden op de host weergegeven in de standaardoutput"
-#: awx/main/models/jobs.py:164
+#: awx/main/models/jobs.py:145
msgid ""
"If enabled, Tower will act as an Ansible Fact Cache Plugin; persisting facts"
" at the end of a playbook run to the database and caching facts for use by "
@@ -2824,37 +3511,36 @@ msgstr ""
"database en worden feiten voor gebruik door Ansible in het cachegeheugen "
"opgeslagen."
-#: awx/main/models/jobs.py:173
-msgid "You must provide an SSH credential."
-msgstr "U moet een SSH-referentie opgeven."
-
-#: awx/main/models/jobs.py:181
+#: awx/main/models/jobs.py:163
msgid "You must provide a Vault credential."
msgstr "U moet een kluisreferentie opgeven."
-#: awx/main/models/jobs.py:317
+#: awx/main/models/jobs.py:308
msgid "Job Template must provide 'inventory' or allow prompting for it."
msgstr "Taaksjabloon moet 'inventory' verschaffen of toestaan erom te vragen."
-#: awx/main/models/jobs.py:321
-msgid "Job Template must provide 'credential' or allow prompting for it."
+#: awx/main/models/jobs.py:403
+msgid "Field is not configured to prompt on launch."
msgstr ""
-"Taaksjabloon moet 'credential' verschaffen of toestaan erom te vragen."
-#: awx/main/models/jobs.py:427
-msgid "Cannot override job_type to or from a scan job."
-msgstr "Kan job_type niet vervangen naar of vanuit een scantaak."
+#: awx/main/models/jobs.py:409
+msgid "Saved launch configurations cannot provide passwords needed to start."
+msgstr ""
-#: awx/main/models/jobs.py:493 awx/main/models/projects.py:263
+#: awx/main/models/jobs.py:417
+msgid "Job Template {} is missing or undefined."
+msgstr ""
+
+#: awx/main/models/jobs.py:498 awx/main/models/projects.py:277
msgid "SCM Revision"
msgstr "SCM-revisie"
-#: awx/main/models/jobs.py:494
+#: awx/main/models/jobs.py:499
msgid "The SCM Revision from the Project used for this job, if available"
msgstr ""
"De SCM-revisie uit het project gebruikt voor deze taak, indien beschikbaar"
-#: awx/main/models/jobs.py:502
+#: awx/main/models/jobs.py:507
msgid ""
"The SCM Refresh task used to make sure the playbooks were available for the "
"job run"
@@ -2862,168 +3548,162 @@ msgstr ""
"De taak SCM vernieuwen gebruik om te verzekeren dat de draaiboeken "
"beschikbaar waren om de taak uit te voeren"
-#: awx/main/models/jobs.py:809
+#: awx/main/models/jobs.py:634
+#, python-brace-format
+msgid "{status_value} is not a valid status option."
+msgstr ""
+
+#: awx/main/models/jobs.py:999
msgid "job host summaries"
msgstr "taakhostoverzichten"
-#: awx/main/models/jobs.py:913
-msgid "Host Failure"
-msgstr "Hostmislukking"
-
-#: awx/main/models/jobs.py:916 awx/main/models/jobs.py:930
-msgid "No Hosts Remaining"
-msgstr "Geen resterende hosts"
-
-#: awx/main/models/jobs.py:917
-msgid "Host Polling"
-msgstr "Hostpolling"
-
-#: awx/main/models/jobs.py:918
-msgid "Host Async OK"
-msgstr "Host Async OK"
-
-#: awx/main/models/jobs.py:919
-msgid "Host Async Failure"
-msgstr "Host Async mislukking"
-
-#: awx/main/models/jobs.py:920
-msgid "Item OK"
-msgstr "Item OK"
-
-#: awx/main/models/jobs.py:921
-msgid "Item Failed"
-msgstr "Item mislukt"
-
-#: awx/main/models/jobs.py:922
-msgid "Item Skipped"
-msgstr "Item overgeslagen"
-
-#: awx/main/models/jobs.py:923
-msgid "Host Retry"
-msgstr "Host opnieuw proberen"
-
-#: awx/main/models/jobs.py:925
-msgid "File Difference"
-msgstr "Bestandsverschil"
-
-#: awx/main/models/jobs.py:926
-msgid "Playbook Started"
-msgstr "Draaiboek gestart"
-
-#: awx/main/models/jobs.py:927
-msgid "Running Handlers"
-msgstr "Handlers die worden uitgevoerd"
-
-#: awx/main/models/jobs.py:928
-msgid "Including File"
-msgstr "Inclusief bestand"
-
-#: awx/main/models/jobs.py:929
-msgid "No Hosts Matched"
-msgstr "Geen overeenkomende hosts"
-
-#: awx/main/models/jobs.py:931
-msgid "Task Started"
-msgstr "Taak gestart"
-
-#: awx/main/models/jobs.py:933
-msgid "Variables Prompted"
-msgstr "Variabelen gevraagd"
-
-#: awx/main/models/jobs.py:934
-msgid "Gathering Facts"
-msgstr "Feiten verzamelen"
-
-#: awx/main/models/jobs.py:935
-msgid "internal: on Import for Host"
-msgstr "intern: bij importeren voor host"
-
-#: awx/main/models/jobs.py:936
-msgid "internal: on Not Import for Host"
-msgstr "intern: niet bij importeren voor host"
-
-#: awx/main/models/jobs.py:937
-msgid "Play Started"
-msgstr "Afspelen gestart"
-
-#: awx/main/models/jobs.py:938
-msgid "Playbook Complete"
-msgstr "Draaiboek voltooid"
-
-#: awx/main/models/jobs.py:1351
+#: awx/main/models/jobs.py:1070
msgid "Remove jobs older than a certain number of days"
msgstr "Taken ouder dan een bepaald aantal dagen verwijderen"
-#: awx/main/models/jobs.py:1352
+#: awx/main/models/jobs.py:1071
msgid "Remove activity stream entries older than a certain number of days"
msgstr ""
"Vermeldingen activiteitenstroom ouder dan een bepaald aantal dagen "
"verwijderen"
-#: awx/main/models/jobs.py:1353
+#: awx/main/models/jobs.py:1072
msgid "Purge and/or reduce the granularity of system tracking data"
msgstr ""
"Granulariteit van systeemtrackinggegevens verwijderen en/of verminderen"
+#: awx/main/models/jobs.py:1142
+#, python-brace-format
+msgid "Variables {list_of_keys} are not allowed for system jobs."
+msgstr ""
+
+#: awx/main/models/jobs.py:1157
+msgid "days must be a positive integer."
+msgstr "dagen moet een positief geheel getal zijn."
+
#: awx/main/models/label.py:29
msgid "Organization this label belongs to."
msgstr "Organisatie waartoe dit label behoort."
-#: awx/main/models/notifications.py:138 awx/main/models/unified_jobs.py:59
+#: awx/main/models/mixins.py:309
+#, python-brace-format
+msgid ""
+"Variables {list_of_keys} are not allowed on launch. Check the Prompt on "
+"Launch setting on the Job Template to include Extra Variables."
+msgstr ""
+
+#: awx/main/models/mixins.py:440
+msgid "Local absolute file path containing a custom Python virtualenv to use"
+msgstr ""
+
+#: awx/main/models/mixins.py:447
+msgid "{} is not a valid virtualenv in {}"
+msgstr ""
+
+#: awx/main/models/notifications.py:42
+msgid "Rocket.Chat"
+msgstr ""
+
+#: awx/main/models/notifications.py:142 awx/main/models/unified_jobs.py:62
msgid "Pending"
msgstr "In afwachting"
-#: awx/main/models/notifications.py:139 awx/main/models/unified_jobs.py:62
+#: awx/main/models/notifications.py:143 awx/main/models/unified_jobs.py:65
msgid "Successful"
msgstr "Geslaagd"
-#: awx/main/models/notifications.py:140 awx/main/models/unified_jobs.py:63
+#: awx/main/models/notifications.py:144 awx/main/models/unified_jobs.py:66
msgid "Failed"
msgstr "Mislukt"
-#: awx/main/models/organization.py:132
-msgid "Token not invalidated"
-msgstr "Validatie van token is niet ongeldig gemaakt"
+#: awx/main/models/notifications.py:218
+msgid "status_str must be either succeeded or failed"
+msgstr "status_str must moet geslaagd of mislukt zijn"
-#: awx/main/models/organization.py:133
-msgid "Token is expired"
-msgstr "Token is verlopen"
-
-#: awx/main/models/organization.py:134
-msgid ""
-"The maximum number of allowed sessions for this user has been exceeded."
+#: awx/main/models/oauth.py:27
+msgid "application"
msgstr ""
-"Het maximum aantal toegestane sessies voor deze gebruiker is overschreden."
-#: awx/main/models/organization.py:137
-msgid "Invalid token"
-msgstr "Ongeldig token"
+#: awx/main/models/oauth.py:32
+msgid "Confidential"
+msgstr ""
-#: awx/main/models/organization.py:155
-msgid "Reason the auth token was invalidated."
-msgstr "Reden waarom het verificatietoken ongeldig is gemaakt."
+#: awx/main/models/oauth.py:33
+msgid "Public"
+msgstr ""
-#: awx/main/models/organization.py:194
-msgid "Invalid reason specified"
-msgstr "Ongeldige reden opgegeven"
+#: awx/main/models/oauth.py:41
+msgid "Authorization code"
+msgstr ""
-#: awx/main/models/projects.py:43
+#: awx/main/models/oauth.py:42
+msgid "Implicit"
+msgstr ""
+
+#: awx/main/models/oauth.py:43
+msgid "Resource owner password-based"
+msgstr ""
+
+#: awx/main/models/oauth.py:44
+msgid "Client credentials"
+msgstr ""
+
+#: awx/main/models/oauth.py:59
+msgid "Organization containing this application."
+msgstr ""
+
+#: awx/main/models/oauth.py:68
+msgid ""
+"Used for more stringent verification of access to an application when "
+"creating a token."
+msgstr ""
+
+#: awx/main/models/oauth.py:73
+msgid ""
+"Set to Public or Confidential depending on how secure the client device is."
+msgstr ""
+
+#: awx/main/models/oauth.py:77
+msgid ""
+"Set True to skip authorization step for completely trusted applications."
+msgstr ""
+
+#: awx/main/models/oauth.py:82
+msgid ""
+"The Grant type the user must use for acquire tokens for this application."
+msgstr ""
+
+#: awx/main/models/oauth.py:90
+msgid "access token"
+msgstr ""
+
+#: awx/main/models/oauth.py:98
+msgid "The user representing the token owner"
+msgstr ""
+
+#: awx/main/models/oauth.py:113
+msgid ""
+"Allowed scopes, further restricts user's permissions. Must be a simple "
+"space-separated string with allowed scopes ['read', 'write']."
+msgstr ""
+
+#: awx/main/models/projects.py:54
msgid "Git"
msgstr "Git"
-#: awx/main/models/projects.py:44
+#: awx/main/models/projects.py:55
msgid "Mercurial"
msgstr "Mercurial"
-#: awx/main/models/projects.py:45
+#: awx/main/models/projects.py:56
msgid "Subversion"
msgstr "Subversie"
-#: awx/main/models/projects.py:46
+#: awx/main/models/projects.py:57
msgid "Red Hat Insights"
msgstr "Red Hat Insights"
-#: awx/main/models/projects.py:72
+#: awx/main/models/projects.py:83
msgid ""
"Local path (relative to PROJECTS_ROOT) containing playbooks and related "
"files for this project."
@@ -3031,67 +3711,67 @@ msgstr ""
"Lokaal pad (ten opzichte van PROJECTS_ROOT) met draaiboeken en gerelateerde "
"bestanden voor dit project."
-#: awx/main/models/projects.py:81
+#: awx/main/models/projects.py:92
msgid "SCM Type"
msgstr "Type SCM"
-#: awx/main/models/projects.py:82
+#: awx/main/models/projects.py:93
msgid "Specifies the source control system used to store the project."
msgstr ""
"Specificeert het broncontrolesysteem gebruikt om het project op te slaan."
-#: awx/main/models/projects.py:88
+#: awx/main/models/projects.py:99
msgid "SCM URL"
msgstr "SCM URL"
-#: awx/main/models/projects.py:89
+#: awx/main/models/projects.py:100
msgid "The location where the project is stored."
msgstr "De locatie waar het project is opgeslagen."
-#: awx/main/models/projects.py:95
+#: awx/main/models/projects.py:106
msgid "SCM Branch"
msgstr "SCM-vertakking"
-#: awx/main/models/projects.py:96
+#: awx/main/models/projects.py:107
msgid "Specific branch, tag or commit to checkout."
msgstr "Specifieke vertakking, tag of toewijzing om uit te checken."
-#: awx/main/models/projects.py:100
+#: awx/main/models/projects.py:111
msgid "Discard any local changes before syncing the project."
msgstr ""
"Verwijder alle lokale wijzigingen voordat u het project synchroniseert."
-#: awx/main/models/projects.py:104
+#: awx/main/models/projects.py:115
msgid "Delete the project before syncing."
msgstr "Verwijder het project alvorens te synchroniseren."
-#: awx/main/models/projects.py:133
+#: awx/main/models/projects.py:144
msgid "Invalid SCM URL."
msgstr "Ongeldige SCM URL."
-#: awx/main/models/projects.py:136
+#: awx/main/models/projects.py:147
msgid "SCM URL is required."
msgstr "SCM URL is vereist."
-#: awx/main/models/projects.py:144
+#: awx/main/models/projects.py:155
msgid "Insights Credential is required for an Insights Project."
msgstr "Insights-referentie is vereist voor een Insights-project."
-#: awx/main/models/projects.py:150
+#: awx/main/models/projects.py:161
msgid "Credential kind must be 'scm'."
msgstr "Referentie moet 'scm' zijn."
-#: awx/main/models/projects.py:167
+#: awx/main/models/projects.py:178
msgid "Invalid credential."
msgstr "Ongeldige referentie."
-#: awx/main/models/projects.py:249
+#: awx/main/models/projects.py:263
msgid "Update the project when a job is launched that uses the project."
msgstr ""
"Werk het project bij wanneer een taak wordt gestart waarin het project wordt"
" gebruikt."
-#: awx/main/models/projects.py:254
+#: awx/main/models/projects.py:268
msgid ""
"The number of seconds after the last project update ran that a newproject "
"update will be launched as a job dependency."
@@ -3099,23 +3779,23 @@ msgstr ""
"Het aantal seconden na uitvoering van de laatste projectupdate dat een "
"nieuwe projectupdate wordt gestart als een taakafhankelijkheid."
-#: awx/main/models/projects.py:264
+#: awx/main/models/projects.py:278
msgid "The last revision fetched by a project update"
msgstr "De laatste revisie opgehaald door een projectupdate"
-#: awx/main/models/projects.py:271
+#: awx/main/models/projects.py:285
msgid "Playbook Files"
msgstr "Draaiboekbestanden"
-#: awx/main/models/projects.py:272
+#: awx/main/models/projects.py:286
msgid "List of playbooks found in the project"
msgstr "Lijst met draaiboekbestanden aangetroffen in het project"
-#: awx/main/models/projects.py:279
+#: awx/main/models/projects.py:293
msgid "Inventory Files"
msgstr "Inventarisbestanden"
-#: awx/main/models/projects.py:280
+#: awx/main/models/projects.py:294
msgid ""
"Suggested list of content that could be Ansible inventory in the project"
msgstr ""
@@ -3139,67 +3819,116 @@ msgid "Admin"
msgstr "Beheerder"
#: awx/main/models/rbac.py:40
+msgid "Project Admin"
+msgstr ""
+
+#: awx/main/models/rbac.py:41
+msgid "Inventory Admin"
+msgstr ""
+
+#: awx/main/models/rbac.py:42
+msgid "Credential Admin"
+msgstr ""
+
+#: awx/main/models/rbac.py:43
+msgid "Workflow Admin"
+msgstr ""
+
+#: awx/main/models/rbac.py:44
+msgid "Notification Admin"
+msgstr ""
+
+#: awx/main/models/rbac.py:45
msgid "Auditor"
msgstr "Controleur"
-#: awx/main/models/rbac.py:41
+#: awx/main/models/rbac.py:46
msgid "Execute"
msgstr "Uitvoeren"
-#: awx/main/models/rbac.py:42
+#: awx/main/models/rbac.py:47
msgid "Member"
msgstr "Lid"
-#: awx/main/models/rbac.py:43
+#: awx/main/models/rbac.py:48
msgid "Read"
msgstr "Lezen"
-#: awx/main/models/rbac.py:44
+#: awx/main/models/rbac.py:49
msgid "Update"
msgstr "Bijwerken"
-#: awx/main/models/rbac.py:45
+#: awx/main/models/rbac.py:50
msgid "Use"
msgstr "Gebruiken"
-#: awx/main/models/rbac.py:49
+#: awx/main/models/rbac.py:54
msgid "Can manage all aspects of the system"
msgstr "Kan alle aspecten van het systeem beheren"
-#: awx/main/models/rbac.py:50
+#: awx/main/models/rbac.py:55
msgid "Can view all settings on the system"
msgstr "Kan alle instellingen van het systeem weergeven"
-#: awx/main/models/rbac.py:51
+#: awx/main/models/rbac.py:56
msgid "May run ad hoc commands on an inventory"
msgstr "Kan ad-hocopdrachten in een inventaris uitvoeren"
-#: awx/main/models/rbac.py:52
+#: awx/main/models/rbac.py:57
#, python-format
msgid "Can manage all aspects of the %s"
msgstr "Kan alle aspecten van %s beheren"
-#: awx/main/models/rbac.py:53
+#: awx/main/models/rbac.py:58
+#, python-format
+msgid "Can manage all projects of the %s"
+msgstr ""
+
+#: awx/main/models/rbac.py:59
+#, python-format
+msgid "Can manage all inventories of the %s"
+msgstr ""
+
+#: awx/main/models/rbac.py:60
+#, python-format
+msgid "Can manage all credentials of the %s"
+msgstr ""
+
+#: awx/main/models/rbac.py:61
+#, python-format
+msgid "Can manage all workflows of the %s"
+msgstr ""
+
+#: awx/main/models/rbac.py:62
+#, python-format
+msgid "Can manage all notifications of the %s"
+msgstr ""
+
+#: awx/main/models/rbac.py:63
#, python-format
msgid "Can view all settings for the %s"
msgstr "Kan alle instellingen voor %s weergeven"
-#: awx/main/models/rbac.py:54
+#: awx/main/models/rbac.py:65
+msgid "May run any executable resources in the organization"
+msgstr ""
+
+#: awx/main/models/rbac.py:66
#, python-format
msgid "May run the %s"
msgstr "Kan %s uitvoeren"
-#: awx/main/models/rbac.py:55
+#: awx/main/models/rbac.py:68
#, python-format
msgid "User is a member of the %s"
msgstr "Gebruiker is lid van %s"
-#: awx/main/models/rbac.py:56
+#: awx/main/models/rbac.py:69
#, python-format
msgid "May view settings for the %s"
msgstr "Kan instellingen voor %s weergeven"
-#: awx/main/models/rbac.py:57
+#: awx/main/models/rbac.py:70
msgid ""
"May update project or inventory or group using the configured source update "
"system"
@@ -3207,28 +3936,28 @@ msgstr ""
"Kan project of inventarisgroep bijwerken met het geconfigureerde "
"bronupdatesysteem"
-#: awx/main/models/rbac.py:58
+#: awx/main/models/rbac.py:71
#, python-format
msgid "Can use the %s in a job template"
msgstr "Kan %s gebruiken in een taaksjabloon"
-#: awx/main/models/rbac.py:122
+#: awx/main/models/rbac.py:135
msgid "roles"
msgstr "rollen"
-#: awx/main/models/rbac.py:434
+#: awx/main/models/rbac.py:441
msgid "role_ancestors"
msgstr "role_ancestors"
-#: awx/main/models/schedules.py:71
+#: awx/main/models/schedules.py:79
msgid "Enables processing of this schedule."
msgstr "Maakt de verwerking van dit schema mogelijk."
-#: awx/main/models/schedules.py:77
+#: awx/main/models/schedules.py:85
msgid "The first occurrence of the schedule occurs on or after this time."
msgstr "Het eerste voorkomen van het schema treedt op of na deze tijd op."
-#: awx/main/models/schedules.py:83
+#: awx/main/models/schedules.py:91
msgid ""
"The last occurrence of the schedule occurs before this time, aftewards the "
"schedule expires."
@@ -3236,102 +3965,108 @@ msgstr ""
"Het laatste voorkomen van het schema treedt voor deze tijd op, nadat het "
"schema is verlopen."
-#: awx/main/models/schedules.py:87
+#: awx/main/models/schedules.py:95
msgid "A value representing the schedules iCal recurrence rule."
msgstr "Een waarde die de iCal-herhalingsregel van het schema voorstelt."
-#: awx/main/models/schedules.py:93
+#: awx/main/models/schedules.py:101
msgid "The next time that the scheduled action will run."
msgstr "De volgende keer dat de geplande actie wordt uitgevoerd."
-#: awx/main/models/schedules.py:109
-msgid "Expected JSON"
-msgstr "JSON verwacht"
-
-#: awx/main/models/schedules.py:121
-msgid "days must be a positive integer."
-msgstr "dagen moet een positief geheel getal zijn."
-
-#: awx/main/models/unified_jobs.py:58
+#: awx/main/models/unified_jobs.py:61
msgid "New"
msgstr "Nieuw"
-#: awx/main/models/unified_jobs.py:60
+#: awx/main/models/unified_jobs.py:63
msgid "Waiting"
msgstr "Wachten"
-#: awx/main/models/unified_jobs.py:61
+#: awx/main/models/unified_jobs.py:64
msgid "Running"
msgstr "Uitvoeren"
-#: awx/main/models/unified_jobs.py:65
+#: awx/main/models/unified_jobs.py:68
msgid "Canceled"
msgstr "Geannuleerd"
-#: awx/main/models/unified_jobs.py:69
+#: awx/main/models/unified_jobs.py:72
msgid "Never Updated"
msgstr "Nooit bijgewerkt"
-#: awx/main/models/unified_jobs.py:73 awx/ui/templates/ui/index.html:67
-#: awx/ui/templates/ui/index.html.py:86
+#: awx/main/models/unified_jobs.py:76
msgid "OK"
msgstr "OK"
-#: awx/main/models/unified_jobs.py:74
+#: awx/main/models/unified_jobs.py:77
msgid "Missing"
msgstr "Ontbrekend"
-#: awx/main/models/unified_jobs.py:78
+#: awx/main/models/unified_jobs.py:81
msgid "No External Source"
msgstr "Geen externe bron"
-#: awx/main/models/unified_jobs.py:85
+#: awx/main/models/unified_jobs.py:88
msgid "Updating"
msgstr "Bijwerken"
-#: awx/main/models/unified_jobs.py:429
+#: awx/main/models/unified_jobs.py:427
+msgid "Field is not allowed on launch."
+msgstr ""
+
+#: awx/main/models/unified_jobs.py:455
+#, python-brace-format
+msgid ""
+"Variables {list_of_keys} provided, but this template cannot accept "
+"variables."
+msgstr ""
+
+#: awx/main/models/unified_jobs.py:520
msgid "Relaunch"
msgstr "Opnieuw starten"
-#: awx/main/models/unified_jobs.py:430
+#: awx/main/models/unified_jobs.py:521
msgid "Callback"
msgstr "Terugkoppelen"
-#: awx/main/models/unified_jobs.py:431
+#: awx/main/models/unified_jobs.py:522
msgid "Scheduled"
msgstr "Gepland"
-#: awx/main/models/unified_jobs.py:432
+#: awx/main/models/unified_jobs.py:523
msgid "Dependency"
msgstr "Afhankelijkheid"
-#: awx/main/models/unified_jobs.py:433
+#: awx/main/models/unified_jobs.py:524
msgid "Workflow"
msgstr "Workflow"
-#: awx/main/models/unified_jobs.py:434
+#: awx/main/models/unified_jobs.py:525
msgid "Sync"
msgstr "Synchroniseren"
-#: awx/main/models/unified_jobs.py:481
+#: awx/main/models/unified_jobs.py:573
msgid "The node the job executed on."
msgstr "Het knooppunt waarop de taak is uitgevoerd."
-#: awx/main/models/unified_jobs.py:507
+#: awx/main/models/unified_jobs.py:579
+msgid "The instance that managed the isolated execution environment."
+msgstr ""
+
+#: awx/main/models/unified_jobs.py:605
msgid "The date and time the job was queued for starting."
msgstr ""
"De datum en tijd waarop de taak in de wachtrij is gezet om te worden "
"gestart."
-#: awx/main/models/unified_jobs.py:513
+#: awx/main/models/unified_jobs.py:611
msgid "The date and time the job finished execution."
msgstr "De datum en tijd waarop de taak de uitvoering heeft beëindigd."
-#: awx/main/models/unified_jobs.py:519
+#: awx/main/models/unified_jobs.py:617
msgid "Elapsed time in seconds that the job ran."
msgstr "Verstreken tijd in seconden dat de taak is uitgevoerd."
-#: awx/main/models/unified_jobs.py:541
+#: awx/main/models/unified_jobs.py:639
msgid ""
"A status field to indicate the state of the job if it wasn't able to run and"
" capture stdout"
@@ -3339,10 +4074,21 @@ msgstr ""
"Een statusveld om de status van de taak aan te geven als deze niet kon "
"worden uitgevoerd en stdout niet kon worden vastgelegd"
-#: awx/main/models/unified_jobs.py:580
+#: awx/main/models/unified_jobs.py:668
msgid "The Rampart/Instance group the job was run under"
msgstr "De Rampart-/instantiegroep waaronder de taak werd uitgevoerd"
+#: awx/main/models/workflow.py:203
+#, python-brace-format
+msgid ""
+"Bad launch configuration starting template {template_pk} as part of workflow {workflow_pk}. Errors:\n"
+"{error_text}"
+msgstr ""
+
+#: awx/main/models/workflow.py:388
+msgid "Field is not allowed for use in workflows."
+msgstr ""
+
#: awx/main/notifications/base.py:17
#: awx/main/notifications/email_backend.py:28
msgid ""
@@ -3352,11 +4098,11 @@ msgstr ""
"{} #{} had status {}, geef details weer op {}\n"
"\n"
-#: awx/main/notifications/hipchat_backend.py:47
+#: awx/main/notifications/hipchat_backend.py:48
msgid "Error sending messages: {}"
msgstr "Fout bij verzending van berichten: {}"
-#: awx/main/notifications/hipchat_backend.py:49
+#: awx/main/notifications/hipchat_backend.py:50
msgid "Error sending message to hipchat: {}"
msgstr "Fout bij verzending van bericht naar hipchat: {}"
@@ -3364,16 +4110,27 @@ msgstr "Fout bij verzending van bericht naar hipchat: {}"
msgid "Exception connecting to irc server: {}"
msgstr "Uitzondering bij het maken van de verbinding met de irc-server: {}"
+#: awx/main/notifications/mattermost_backend.py:48
+#: awx/main/notifications/mattermost_backend.py:50
+msgid "Error sending notification mattermost: {}"
+msgstr ""
+
#: awx/main/notifications/pagerduty_backend.py:39
msgid "Exception connecting to PagerDuty: {}"
msgstr "Uitzondering bij het maken van de verbinding met PagerDuty: {}"
#: awx/main/notifications/pagerduty_backend.py:48
-#: awx/main/notifications/slack_backend.py:52
+#: awx/main/notifications/slack_backend.py:82
+#: awx/main/notifications/slack_backend.py:99
#: awx/main/notifications/twilio_backend.py:46
msgid "Exception sending messages: {}"
msgstr "Uitzondering bij het verzenden van berichten: {}"
+#: awx/main/notifications/rocketchat_backend.py:46
+#: awx/main/notifications/rocketchat_backend.py:49
+msgid "Error sending notification rocket.chat: {}"
+msgstr ""
+
#: awx/main/notifications/twilio_backend.py:36
msgid "Exception connecting to Twilio: {}"
msgstr "Uitzondering bij het maken van de verbinding met Twilio: {}"
@@ -3383,7 +4140,7 @@ msgstr "Uitzondering bij het maken van de verbinding met Twilio: {}"
msgid "Error sending notification webhook: {}"
msgstr "Fout bij verzending bericht webhook: {}"
-#: awx/main/scheduler/task_manager.py:197
+#: awx/main/scheduler/task_manager.py:201
msgid ""
"Job spawned from workflow could not start because it was not in the right "
"state or required manual credentials"
@@ -3391,7 +4148,7 @@ msgstr ""
"Taak voortgebracht vanuit workflow kon niet starten omdat deze niet de "
"juiste status of vereiste handmatige referenties had"
-#: awx/main/scheduler/task_manager.py:201
+#: awx/main/scheduler/task_manager.py:205
msgid ""
"Job spawned from workflow could not start because it was missing a related "
"resource such as project or inventory"
@@ -3399,91 +4156,107 @@ msgstr ""
"Taak voortgebracht vanuit workflow kon niet starten omdat een gerelateerde "
"resource zoals project of inventaris ontbreekt"
-#: awx/main/tasks.py:184
+#: awx/main/signals.py:616
+msgid "limit_reached"
+msgstr ""
+
+#: awx/main/tasks.py:282
msgid "Ansible Tower host usage over 90%"
msgstr "Ansible Tower-hostgebruik meer dan 90%"
-#: awx/main/tasks.py:189
+#: awx/main/tasks.py:287
msgid "Ansible Tower license will expire soon"
msgstr "De licentie voor Ansible Tower verloopt binnenkort"
-#: awx/main/tasks.py:318
-msgid "status_str must be either succeeded or failed"
-msgstr "status_str must moet geslaagd of mislukt zijn"
+#: awx/main/tasks.py:1335
+msgid "Job could not start because it does not have a valid inventory."
+msgstr ""
-#: awx/main/tasks.py:1549
-msgid "Dependent inventory update {} was canceled."
-msgstr "De afhankelijke inventarisupdate {} is geannuleerd."
-
-#: awx/main/utils/common.py:89
+#: awx/main/utils/common.py:97
#, python-format
msgid "Unable to convert \"%s\" to boolean"
msgstr "Kan \"%s\" niet converteren in boolean"
-#: awx/main/utils/common.py:235
+#: awx/main/utils/common.py:254
#, python-format
msgid "Unsupported SCM type \"%s\""
msgstr "Niet-ondersteund SCM-type \"%s\""
-#: awx/main/utils/common.py:242 awx/main/utils/common.py:254
-#: awx/main/utils/common.py:273
+#: awx/main/utils/common.py:261 awx/main/utils/common.py:273
+#: awx/main/utils/common.py:292
#, python-format
msgid "Invalid %s URL"
msgstr "Ongeldige %s URL"
-#: awx/main/utils/common.py:244 awx/main/utils/common.py:283
+#: awx/main/utils/common.py:263 awx/main/utils/common.py:302
#, python-format
msgid "Unsupported %s URL"
msgstr "Niet-ondersteunde %s URL"
-#: awx/main/utils/common.py:285
+#: awx/main/utils/common.py:304
#, python-format
msgid "Unsupported host \"%s\" for file:// URL"
msgstr "Niet-ondersteunde host \"%s\" voor bestand:// URL"
-#: awx/main/utils/common.py:287
+#: awx/main/utils/common.py:306
#, python-format
msgid "Host is required for %s URL"
msgstr "Host is vereist voor %s URL"
-#: awx/main/utils/common.py:305
+#: awx/main/utils/common.py:324
#, python-format
msgid "Username must be \"git\" for SSH access to %s."
msgstr "Gebruikersnaam moet \"git\" zijn voor SSH-toegang tot %s."
-#: awx/main/utils/common.py:311
+#: awx/main/utils/common.py:330
#, python-format
msgid "Username must be \"hg\" for SSH access to %s."
msgstr "Gebruikersnaam moet \"hg\" zijn voor SSH-toegang tot %s."
-#: awx/main/validators.py:60
+#: awx/main/utils/common.py:611
+#, python-brace-format
+msgid "Input type `{data_type}` is not a dictionary"
+msgstr ""
+
+#: awx/main/utils/common.py:644
+#, python-brace-format
+msgid "Variables not compatible with JSON standard (error: {json_error})"
+msgstr ""
+
+#: awx/main/utils/common.py:650
+#, python-brace-format
+msgid ""
+"Cannot parse as JSON (error: {json_error}) or YAML (error: {yaml_error})."
+msgstr ""
+
+#: awx/main/validators.py:67
#, python-format
msgid "Invalid certificate or key: %s..."
msgstr "Ongeldig certificaat of ongeldige sleutel: %s..."
-#: awx/main/validators.py:74
+#: awx/main/validators.py:83
#, python-format
msgid "Invalid private key: unsupported type \"%s\""
msgstr "Ongeldige privésleutel: niet-ondersteund type \"%s\""
-#: awx/main/validators.py:78
+#: awx/main/validators.py:87
#, python-format
msgid "Unsupported PEM object type: \"%s\""
msgstr "Niet-ondersteund PEM-objecttype \"%s\""
-#: awx/main/validators.py:103
+#: awx/main/validators.py:112
msgid "Invalid base64-encoded data"
msgstr "Ongeldige base64-versleutelde gegevens"
-#: awx/main/validators.py:122
+#: awx/main/validators.py:131
msgid "Exactly one private key is required."
msgstr "Precies één privésleutel is vereist."
-#: awx/main/validators.py:124
+#: awx/main/validators.py:133
msgid "At least one private key is required."
msgstr "Ten minste één privésleutel is vereist."
-#: awx/main/validators.py:126
+#: awx/main/validators.py:135
#, python-format
msgid ""
"At least %(min_keys)d private keys are required, only %(key_count)d "
@@ -3492,12 +4265,12 @@ msgstr ""
"Ten minste %(min_keys)d privésleutels zijn vereist, niet meer dan "
"%(key_count)d geleverd."
-#: awx/main/validators.py:129
+#: awx/main/validators.py:138
#, python-format
msgid "Only one private key is allowed, %(key_count)d provided."
msgstr "Maar één privésleutel is toegestaan, %(key_count)d geleverd."
-#: awx/main/validators.py:131
+#: awx/main/validators.py:140
#, python-format
msgid ""
"No more than %(max_keys)d private keys are allowed, %(key_count)d provided."
@@ -3505,15 +4278,15 @@ msgstr ""
"Niet meer dan %(max_keys)d privésleutels zijn toegestaan, %(key_count)d "
"geleverd."
-#: awx/main/validators.py:136
+#: awx/main/validators.py:145
msgid "Exactly one certificate is required."
msgstr "Precies één certificaat is vereist."
-#: awx/main/validators.py:138
+#: awx/main/validators.py:147
msgid "At least one certificate is required."
msgstr "Ten minste één certificaat is vereist."
-#: awx/main/validators.py:140
+#: awx/main/validators.py:149
#, python-format
msgid ""
"At least %(min_certs)d certificates are required, only %(cert_count)d "
@@ -3522,12 +4295,12 @@ msgstr ""
"Ten minste %(min_certs)d certificaten zijn vereist, niet meer dan "
"%(cert_count)d geleverd."
-#: awx/main/validators.py:143
+#: awx/main/validators.py:152
#, python-format
msgid "Only one certificate is allowed, %(cert_count)d provided."
msgstr "Maar één certificaat is toegestaan, %(cert_count)d geleverd."
-#: awx/main/validators.py:145
+#: awx/main/validators.py:154
#, python-format
msgid ""
"No more than %(max_certs)d certificates are allowed, %(cert_count)d "
@@ -3572,287 +4345,287 @@ msgstr "Serverfout"
msgid "A server error has occurred."
msgstr "Er is een serverfout opgetreden"
-#: awx/settings/defaults.py:665
+#: awx/settings/defaults.py:721
msgid "US East (Northern Virginia)"
msgstr "VS Oosten (Northern Virginia)"
-#: awx/settings/defaults.py:666
+#: awx/settings/defaults.py:722
msgid "US East (Ohio)"
msgstr "VS Oosten (Ohio)"
-#: awx/settings/defaults.py:667
+#: awx/settings/defaults.py:723
msgid "US West (Oregon)"
msgstr "VS Westen (Oregon)"
-#: awx/settings/defaults.py:668
+#: awx/settings/defaults.py:724
msgid "US West (Northern California)"
msgstr "VS Westen (Northern California)"
-#: awx/settings/defaults.py:669
+#: awx/settings/defaults.py:725
msgid "Canada (Central)"
msgstr "Canada (Midden)"
-#: awx/settings/defaults.py:670
+#: awx/settings/defaults.py:726
msgid "EU (Frankfurt)"
msgstr "EU (Frankfurt)"
-#: awx/settings/defaults.py:671
+#: awx/settings/defaults.py:727
msgid "EU (Ireland)"
msgstr "EU (Ierland)"
-#: awx/settings/defaults.py:672
+#: awx/settings/defaults.py:728
msgid "EU (London)"
msgstr "EU (Londen)"
-#: awx/settings/defaults.py:673
+#: awx/settings/defaults.py:729
msgid "Asia Pacific (Singapore)"
msgstr "Azië-Pacific (Singapore)"
-#: awx/settings/defaults.py:674
+#: awx/settings/defaults.py:730
msgid "Asia Pacific (Sydney)"
msgstr "Azië-Pacific (Sydney)"
-#: awx/settings/defaults.py:675
+#: awx/settings/defaults.py:731
msgid "Asia Pacific (Tokyo)"
msgstr "Azië-Pacific (Tokyo)"
-#: awx/settings/defaults.py:676
+#: awx/settings/defaults.py:732
msgid "Asia Pacific (Seoul)"
msgstr "Azië-Pacific (Seoul)"
-#: awx/settings/defaults.py:677
+#: awx/settings/defaults.py:733
msgid "Asia Pacific (Mumbai)"
msgstr "Azië-Pacific (Mumbai)"
-#: awx/settings/defaults.py:678
+#: awx/settings/defaults.py:734
msgid "South America (Sao Paulo)"
msgstr "Zuid-Amerika (Sao Paulo)"
-#: awx/settings/defaults.py:679
+#: awx/settings/defaults.py:735
msgid "US West (GovCloud)"
msgstr "VS Westen (GovCloud)"
-#: awx/settings/defaults.py:680
+#: awx/settings/defaults.py:736
msgid "China (Beijing)"
msgstr "China (Beijing)"
-#: awx/settings/defaults.py:729
+#: awx/settings/defaults.py:785
msgid "US East 1 (B)"
msgstr "VS Oosten 1 (B)"
-#: awx/settings/defaults.py:730
+#: awx/settings/defaults.py:786
msgid "US East 1 (C)"
msgstr "VS Oosten 1 (C)"
-#: awx/settings/defaults.py:731
+#: awx/settings/defaults.py:787
msgid "US East 1 (D)"
msgstr "VS Oosten 1 (D)"
-#: awx/settings/defaults.py:732
+#: awx/settings/defaults.py:788
msgid "US East 4 (A)"
msgstr "VS Oosten 4 (A)"
-#: awx/settings/defaults.py:733
+#: awx/settings/defaults.py:789
msgid "US East 4 (B)"
msgstr "VS Oosten 4 (B)"
-#: awx/settings/defaults.py:734
+#: awx/settings/defaults.py:790
msgid "US East 4 (C)"
msgstr "VS Oosten 4 (C)"
-#: awx/settings/defaults.py:735
+#: awx/settings/defaults.py:791
msgid "US Central (A)"
msgstr "VS Midden (A)"
-#: awx/settings/defaults.py:736
+#: awx/settings/defaults.py:792
msgid "US Central (B)"
msgstr "VS Midden (B)"
-#: awx/settings/defaults.py:737
+#: awx/settings/defaults.py:793
msgid "US Central (C)"
msgstr "VS Midden (C)"
-#: awx/settings/defaults.py:738
+#: awx/settings/defaults.py:794
msgid "US Central (F)"
msgstr "VS Midden (F)"
-#: awx/settings/defaults.py:739
+#: awx/settings/defaults.py:795
msgid "US West (A)"
msgstr "VS Westen (A)"
-#: awx/settings/defaults.py:740
+#: awx/settings/defaults.py:796
msgid "US West (B)"
msgstr "VS Westen (B)"
-#: awx/settings/defaults.py:741
+#: awx/settings/defaults.py:797
msgid "US West (C)"
msgstr "VS Westen (C)"
-#: awx/settings/defaults.py:742
+#: awx/settings/defaults.py:798
msgid "Europe West 1 (B)"
msgstr "Europa Westen 1 (B)"
-#: awx/settings/defaults.py:743
+#: awx/settings/defaults.py:799
msgid "Europe West 1 (C)"
msgstr "Europa Westen 1 (C)"
-#: awx/settings/defaults.py:744
+#: awx/settings/defaults.py:800
msgid "Europe West 1 (D)"
msgstr "Europa Westen 1 (D)"
-#: awx/settings/defaults.py:745
+#: awx/settings/defaults.py:801
msgid "Europe West 2 (A)"
msgstr "Europa Westen 2 (A)"
-#: awx/settings/defaults.py:746
+#: awx/settings/defaults.py:802
msgid "Europe West 2 (B)"
msgstr "Europa Westen 2 (B)"
-#: awx/settings/defaults.py:747
+#: awx/settings/defaults.py:803
msgid "Europe West 2 (C)"
msgstr "Europa Westen 2 (C)"
-#: awx/settings/defaults.py:748
+#: awx/settings/defaults.py:804
msgid "Asia East (A)"
msgstr "Azië Oosten (A)"
-#: awx/settings/defaults.py:749
+#: awx/settings/defaults.py:805
msgid "Asia East (B)"
msgstr "Azië Oosten (B)"
-#: awx/settings/defaults.py:750
+#: awx/settings/defaults.py:806
msgid "Asia East (C)"
msgstr "Azië Oosten (C)"
-#: awx/settings/defaults.py:751
+#: awx/settings/defaults.py:807
msgid "Asia Southeast (A)"
msgstr "Azië (Zuidoost) (A)"
-#: awx/settings/defaults.py:752
+#: awx/settings/defaults.py:808
msgid "Asia Southeast (B)"
msgstr "Azië (Zuidoost) (B)"
-#: awx/settings/defaults.py:753
+#: awx/settings/defaults.py:809
msgid "Asia Northeast (A)"
msgstr "Azië (Noordoost) (A)"
-#: awx/settings/defaults.py:754
+#: awx/settings/defaults.py:810
msgid "Asia Northeast (B)"
msgstr "Azië (Noordoost) (B)"
-#: awx/settings/defaults.py:755
+#: awx/settings/defaults.py:811
msgid "Asia Northeast (C)"
msgstr "Azië (Noordoost) (C)"
-#: awx/settings/defaults.py:756
+#: awx/settings/defaults.py:812
msgid "Australia Southeast (A)"
msgstr "Australië Zuidoost (A)"
-#: awx/settings/defaults.py:757
+#: awx/settings/defaults.py:813
msgid "Australia Southeast (B)"
msgstr "Australië Zuidoost (B)"
-#: awx/settings/defaults.py:758
+#: awx/settings/defaults.py:814
msgid "Australia Southeast (C)"
msgstr "Australië Zuidoost (C)"
-#: awx/settings/defaults.py:780
+#: awx/settings/defaults.py:836
msgid "US East"
msgstr "VS Oosten"
-#: awx/settings/defaults.py:781
+#: awx/settings/defaults.py:837
msgid "US East 2"
msgstr "VS Oosten 2"
-#: awx/settings/defaults.py:782
+#: awx/settings/defaults.py:838
msgid "US Central"
msgstr "VS Midden"
-#: awx/settings/defaults.py:783
+#: awx/settings/defaults.py:839
msgid "US North Central"
msgstr "VS Noord Midden"
-#: awx/settings/defaults.py:784
+#: awx/settings/defaults.py:840
msgid "US South Central"
msgstr "VS Zuid MIdden"
-#: awx/settings/defaults.py:785
+#: awx/settings/defaults.py:841
msgid "US West Central"
msgstr "VS West Midden"
-#: awx/settings/defaults.py:786
+#: awx/settings/defaults.py:842
msgid "US West"
msgstr "VS Westen"
-#: awx/settings/defaults.py:787
+#: awx/settings/defaults.py:843
msgid "US West 2"
msgstr "VS Westen 2"
-#: awx/settings/defaults.py:788
+#: awx/settings/defaults.py:844
msgid "Canada East"
msgstr "Canada Oosten"
-#: awx/settings/defaults.py:789
+#: awx/settings/defaults.py:845
msgid "Canada Central"
msgstr "Canada Midden"
-#: awx/settings/defaults.py:790
+#: awx/settings/defaults.py:846
msgid "Brazil South"
msgstr "Brazilië Zuiden"
-#: awx/settings/defaults.py:791
+#: awx/settings/defaults.py:847
msgid "Europe North"
msgstr "Europa Noorden"
-#: awx/settings/defaults.py:792
+#: awx/settings/defaults.py:848
msgid "Europe West"
msgstr "Europa Westen"
-#: awx/settings/defaults.py:793
+#: awx/settings/defaults.py:849
msgid "UK West"
msgstr "VK Westen"
-#: awx/settings/defaults.py:794
+#: awx/settings/defaults.py:850
msgid "UK South"
msgstr "VK Zuiden"
-#: awx/settings/defaults.py:795
+#: awx/settings/defaults.py:851
msgid "Asia East"
msgstr "Azië Oosten"
-#: awx/settings/defaults.py:796
+#: awx/settings/defaults.py:852
msgid "Asia Southeast"
msgstr "Azië Zuidoosten"
-#: awx/settings/defaults.py:797
+#: awx/settings/defaults.py:853
msgid "Australia East"
msgstr "Australië Oosten"
-#: awx/settings/defaults.py:798
+#: awx/settings/defaults.py:854
msgid "Australia Southeast"
msgstr "Australië Zuidoosten"
-#: awx/settings/defaults.py:799
+#: awx/settings/defaults.py:855
msgid "India West"
msgstr "India Westen"
-#: awx/settings/defaults.py:800
+#: awx/settings/defaults.py:856
msgid "India South"
msgstr "India Zuiden"
-#: awx/settings/defaults.py:801
+#: awx/settings/defaults.py:857
msgid "Japan East"
msgstr "Japan Oosten"
-#: awx/settings/defaults.py:802
+#: awx/settings/defaults.py:858
msgid "Japan West"
msgstr "Japan Westen"
-#: awx/settings/defaults.py:803
+#: awx/settings/defaults.py:859
msgid "Korea Central"
msgstr "Korea Midden"
-#: awx/settings/defaults.py:804
+#: awx/settings/defaults.py:860
msgid "Korea South"
msgstr "Korea Zuiden"
@@ -3865,13 +4638,8 @@ msgid ""
"Mapping to organization admins/users from social auth accounts. This setting\n"
"controls which users are placed into which Tower organizations based on their\n"
"username and email address. Configuration details are available in the Ansible\n"
-"Tower documentation.'"
+"Tower documentation."
msgstr ""
-"Toewijzing aan organisatiebeheerders/-gebruikers vanuit sociale "
-"verificatieaccounts. Deze instelling bepaalt welke gebruikers in welke "
-"Tower-organisaties worden geplaatst op grond van hun gebruikersnaam en "
-"e-mailadres. Configuratiedetails zijn beschikbaar in de Ansible Tower-"
-"documentatie."
#: awx/sso/conf.py:55
msgid ""
@@ -3916,11 +4684,11 @@ msgstr ""
" aangemeld met sociale verificatie of een gebruikersaccount hebben met een "
"overeenkomend e-mailadres, kunnen zich aanmelden."
-#: awx/sso/conf.py:137
+#: awx/sso/conf.py:141
msgid "LDAP Server URI"
msgstr "URI LDAP-server"
-#: awx/sso/conf.py:138
+#: awx/sso/conf.py:142
msgid ""
"URI to connect to LDAP server, such as \"ldap://ldap.example.com:389\" (non-"
"SSL) or \"ldaps://ldap.example.com:636\" (SSL). Multiple LDAP servers may be"
@@ -3933,19 +4701,20 @@ msgstr ""
"opgegeven door ze van elkaar te scheiden met komma's. LDAP-authenticatie is "
"uitgeschakeld als deze parameter leeg is."
-#: awx/sso/conf.py:142 awx/sso/conf.py:158 awx/sso/conf.py:170
-#: awx/sso/conf.py:182 awx/sso/conf.py:198 awx/sso/conf.py:218
-#: awx/sso/conf.py:240 awx/sso/conf.py:255 awx/sso/conf.py:273
-#: awx/sso/conf.py:290 awx/sso/conf.py:307 awx/sso/conf.py:323
-#: awx/sso/conf.py:337 awx/sso/conf.py:354 awx/sso/conf.py:380
+#: awx/sso/conf.py:146 awx/sso/conf.py:162 awx/sso/conf.py:174
+#: awx/sso/conf.py:186 awx/sso/conf.py:202 awx/sso/conf.py:222
+#: awx/sso/conf.py:244 awx/sso/conf.py:259 awx/sso/conf.py:277
+#: awx/sso/conf.py:294 awx/sso/conf.py:306 awx/sso/conf.py:332
+#: awx/sso/conf.py:348 awx/sso/conf.py:362 awx/sso/conf.py:380
+#: awx/sso/conf.py:406
msgid "LDAP"
msgstr "LDAP"
-#: awx/sso/conf.py:154
+#: awx/sso/conf.py:158
msgid "LDAP Bind DN"
msgstr "DN LDAP-binding"
-#: awx/sso/conf.py:155
+#: awx/sso/conf.py:159
msgid ""
"DN (Distinguished Name) of user to bind for all search queries. This is the "
"system user account we will use to login to query LDAP for other user "
@@ -3956,29 +4725,29 @@ msgstr ""
"ondervragen voor andere gebruikersinformatie. Raadpleeg de documentatie van "
"Ansible Tower voor voorbeeldsyntaxis."
-#: awx/sso/conf.py:168
+#: awx/sso/conf.py:172
msgid "LDAP Bind Password"
msgstr "Wachtwoord voor LDAP-binding"
-#: awx/sso/conf.py:169
+#: awx/sso/conf.py:173
msgid "Password used to bind LDAP user account."
msgstr "Wachtwoord gebruikt om LDAP-gebruikersaccount te binden."
-#: awx/sso/conf.py:180
+#: awx/sso/conf.py:184
msgid "LDAP Start TLS"
msgstr "TLS voor starten LDAP"
-#: awx/sso/conf.py:181
+#: awx/sso/conf.py:185
msgid "Whether to enable TLS when the LDAP connection is not using SSL."
msgstr ""
"Of TLS moet worden ingeschakeld wanneer de LDAP-verbinding geen SSL "
"gebruikt."
-#: awx/sso/conf.py:191
+#: awx/sso/conf.py:195
msgid "LDAP Connection Options"
msgstr "Opties voor LDAP-verbinding"
-#: awx/sso/conf.py:192
+#: awx/sso/conf.py:196
msgid ""
"Additional options to set for the LDAP connection. LDAP referrals are "
"disabled by default (to prevent certain LDAP queries from hanging with AD). "
@@ -3992,11 +4761,11 @@ msgstr ""
"https://www.python-ldap.org/doc/html/ldap.html#options voor de opties en "
"waarden die u kunt instellen."
-#: awx/sso/conf.py:211
+#: awx/sso/conf.py:215
msgid "LDAP User Search"
msgstr "Gebruikers zoeken met LDAP"
-#: awx/sso/conf.py:212
+#: awx/sso/conf.py:216
msgid ""
"LDAP search query to find users. Any user that matches the given pattern "
"will be able to login to Tower. The user should also be mapped into a Tower"
@@ -4011,11 +4780,11 @@ msgstr ""
" ondersteund, kan \"LDAPUnion\" worden gebruikt. Zie de Tower-documentatie "
"voor details."
-#: awx/sso/conf.py:234
+#: awx/sso/conf.py:238
msgid "LDAP User DN Template"
msgstr "Sjabloon voor LDAP-gebruikers-DN"
-#: awx/sso/conf.py:235
+#: awx/sso/conf.py:239
msgid ""
"Alternative to user search, if user DNs are all of the same format. This "
"approach is more efficient for user lookups than searching if it is usable "
@@ -4028,27 +4797,23 @@ msgstr ""
"organisatie. Als deze instelling een waarde heeft, wordt die gebruikt in "
"plaats van AUTH_LDAP_USER_SEARCH."
-#: awx/sso/conf.py:250
+#: awx/sso/conf.py:254
msgid "LDAP User Attribute Map"
msgstr "Kenmerkentoewijzing van LDAP-gebruikers"
-#: awx/sso/conf.py:251
+#: awx/sso/conf.py:255
msgid ""
"Mapping of LDAP user schema to Tower API user attributes. The default "
"setting is valid for ActiveDirectory but users with other LDAP "
"configurations may need to change the values. Refer to the Ansible Tower "
-"documentation for additonal details."
+"documentation for additional details."
msgstr ""
-"Toewijzing van LDAP-gebruikersschema aan gebruikerskenmerken van Tower API. "
-"De standaardinstelling is geldig voor ActiveDirectory, maar gebruikers met "
-"andere LDAP-configuraties moeten mogelijk de waarden veranderen. Raadpleeg "
-"de documentatie van Ansible Tower voor meer informatie."
-#: awx/sso/conf.py:269
+#: awx/sso/conf.py:273
msgid "LDAP Group Search"
msgstr "LDAP-groep zoeken"
-#: awx/sso/conf.py:270
+#: awx/sso/conf.py:274
msgid ""
"Users are mapped to organizations based on their membership in LDAP groups. "
"This setting defines the LDAP search query to find groups. Unlike the user "
@@ -4059,25 +4824,30 @@ msgstr ""
" vinden. Anders dan het zoeken naar gebruikers biedt het zoeken naar groepen"
" geen ondersteuning voor LDAPSearchUnion."
-#: awx/sso/conf.py:286
+#: awx/sso/conf.py:290
msgid "LDAP Group Type"
msgstr "Type LDAP-groep"
-#: awx/sso/conf.py:287
+#: awx/sso/conf.py:291
msgid ""
"The group type may need to be changed based on the type of the LDAP server."
-" Values are listed at: http://pythonhosted.org/django-auth-ldap/groups.html"
-"#types-of-groups"
+" Values are listed at: https://django-auth-"
+"ldap.readthedocs.io/en/stable/groups.html#types-of-groups"
msgstr ""
-"Mogelijk moet het groepstype worden gewijzigd op grond van het type LDAP-"
-"server. Waarden worden vermeld op: http://pythonhosted.org/django-auth-"
-"ldap/groups.html#types-of-groups"
-#: awx/sso/conf.py:302
+#: awx/sso/conf.py:304
+msgid "LDAP Group Type Parameters"
+msgstr ""
+
+#: awx/sso/conf.py:305
+msgid "Key value parameters to send the chosen group type init method."
+msgstr ""
+
+#: awx/sso/conf.py:327
msgid "LDAP Require Group"
msgstr "LDAP-vereist-groep"
-#: awx/sso/conf.py:303
+#: awx/sso/conf.py:328
msgid ""
"Group DN required to login. If specified, user must be a member of this "
"group to login via LDAP. If not set, everyone in LDAP that matches the user "
@@ -4088,11 +4858,11 @@ msgstr ""
"kan iedereen in LDAP die overeenkomt met de gebruikerszoekopdracht zich "
"aanmelden via Tower. Maar één vereiste groep wordt ondersteund."
-#: awx/sso/conf.py:319
+#: awx/sso/conf.py:344
msgid "LDAP Deny Group"
msgstr "LDAP-weiger-groep"
-#: awx/sso/conf.py:320
+#: awx/sso/conf.py:345
msgid ""
"Group DN denied from login. If specified, user will not be allowed to login "
"if a member of this group. Only one deny group is supported."
@@ -4101,11 +4871,11 @@ msgstr ""
"zich niet aanmelden als deze lid is van deze groep. Maar één weiger-groep "
"wordt ondersteund."
-#: awx/sso/conf.py:333
+#: awx/sso/conf.py:358
msgid "LDAP User Flags By Group"
msgstr "LDAP-gebruikersvlaggen op groep"
-#: awx/sso/conf.py:334
+#: awx/sso/conf.py:359
msgid ""
"Retrieve users from a given group. At this time, superuser and system "
"auditors are the only groups supported. Refer to the Ansible Tower "
@@ -4115,11 +4885,11 @@ msgstr ""
"ondersteunde groepen supergebruikers en systeemauditors. Raadpleeg de "
"documentatie van Ansible Tower voor meer informatie."
-#: awx/sso/conf.py:349
+#: awx/sso/conf.py:375
msgid "LDAP Organization Map"
msgstr "Toewijzing LDAP-organisaties"
-#: awx/sso/conf.py:350
+#: awx/sso/conf.py:376
msgid ""
"Mapping between organization admins/users and LDAP groups. This controls "
"which users are placed into which Tower organizations relative to their LDAP"
@@ -4131,11 +4901,11 @@ msgstr ""
"opzichte van hun LDAP-groepslidmaatschappen. Configuratiedetails zijn "
"beschikbaar in de documentatie van Ansible Tower."
-#: awx/sso/conf.py:377
+#: awx/sso/conf.py:403
msgid "LDAP Team Map"
msgstr "LDAP-teamtoewijzing"
-#: awx/sso/conf.py:378
+#: awx/sso/conf.py:404
msgid ""
"Mapping between team members (users) and LDAP groups. Configuration details "
"are available in the Ansible Tower documentation."
@@ -4143,11 +4913,11 @@ msgstr ""
"Toewijzing tussen teamleden (gebruikers) en LDAP-groepen. "
"Configuratiedetails zijn beschikbaar in de documentatie van Ansible Tower."
-#: awx/sso/conf.py:406
+#: awx/sso/conf.py:440
msgid "RADIUS Server"
msgstr "RADIUS-server"
-#: awx/sso/conf.py:407
+#: awx/sso/conf.py:441
msgid ""
"Hostname/IP of RADIUS server. RADIUS authentication is disabled if this "
"setting is empty."
@@ -4155,79 +4925,79 @@ msgstr ""
"Hostnaam/IP-adres van RADIUS-server. RADIUS-authenticatie wordt "
"uitgeschakeld als deze instelling leeg is."
-#: awx/sso/conf.py:409 awx/sso/conf.py:423 awx/sso/conf.py:435
+#: awx/sso/conf.py:443 awx/sso/conf.py:457 awx/sso/conf.py:469
#: awx/sso/models.py:14
msgid "RADIUS"
msgstr "RADIUS"
-#: awx/sso/conf.py:421
+#: awx/sso/conf.py:455
msgid "RADIUS Port"
msgstr "RADIUS-poort"
-#: awx/sso/conf.py:422
+#: awx/sso/conf.py:456
msgid "Port of RADIUS server."
msgstr "Poort van RADIUS-server."
-#: awx/sso/conf.py:433
+#: awx/sso/conf.py:467
msgid "RADIUS Secret"
msgstr "RADIUS-geheim"
-#: awx/sso/conf.py:434
+#: awx/sso/conf.py:468
msgid "Shared secret for authenticating to RADIUS server."
msgstr "Gedeeld geheim voor authenticatie naar RADIUS-server."
-#: awx/sso/conf.py:450
+#: awx/sso/conf.py:484
msgid "TACACS+ Server"
msgstr "TACACS+ server"
-#: awx/sso/conf.py:451
+#: awx/sso/conf.py:485
msgid "Hostname of TACACS+ server."
msgstr "Hostnaam van TACACS+ server."
-#: awx/sso/conf.py:452 awx/sso/conf.py:465 awx/sso/conf.py:478
-#: awx/sso/conf.py:491 awx/sso/conf.py:503 awx/sso/models.py:15
+#: awx/sso/conf.py:486 awx/sso/conf.py:499 awx/sso/conf.py:512
+#: awx/sso/conf.py:525 awx/sso/conf.py:537 awx/sso/models.py:15
msgid "TACACS+"
msgstr "TACACS+"
-#: awx/sso/conf.py:463
+#: awx/sso/conf.py:497
msgid "TACACS+ Port"
msgstr "TACACS+ poort"
-#: awx/sso/conf.py:464
+#: awx/sso/conf.py:498
msgid "Port number of TACACS+ server."
msgstr "Poortnummer van TACACS+ server."
-#: awx/sso/conf.py:476
+#: awx/sso/conf.py:510
msgid "TACACS+ Secret"
msgstr "TACACS+ geheim"
-#: awx/sso/conf.py:477
+#: awx/sso/conf.py:511
msgid "Shared secret for authenticating to TACACS+ server."
msgstr "Gedeeld geheim voor authenticatie naar TACACS+ server."
-#: awx/sso/conf.py:489
+#: awx/sso/conf.py:523
msgid "TACACS+ Auth Session Timeout"
msgstr "Time-out TACACS+ authenticatiesessie"
-#: awx/sso/conf.py:490
+#: awx/sso/conf.py:524
msgid "TACACS+ session timeout value in seconds, 0 disables timeout."
msgstr ""
"Time-outwaarde TACACS+ sessie in seconden, 0 schakelt de time-out uit."
-#: awx/sso/conf.py:501
+#: awx/sso/conf.py:535
msgid "TACACS+ Authentication Protocol"
msgstr "TACACS+ authenticatieprotocol"
-#: awx/sso/conf.py:502
+#: awx/sso/conf.py:536
msgid "Choose the authentication protocol used by TACACS+ client."
msgstr ""
"Kies het authenticatieprotocol dat wordt gebruikt door de TACACS+ client."
-#: awx/sso/conf.py:517
+#: awx/sso/conf.py:551
msgid "Google OAuth2 Callback URL"
msgstr "Terugkoppelings-URL voor Google OAuth2"
-#: awx/sso/conf.py:518 awx/sso/conf.py:611 awx/sso/conf.py:676
+#: awx/sso/conf.py:552 awx/sso/conf.py:645 awx/sso/conf.py:710
msgid ""
"Provide this URL as the callback URL for your application as part of your "
"registration process. Refer to the Ansible Tower documentation for more "
@@ -4237,33 +5007,33 @@ msgstr ""
" van uw registratieproces. Raadpleeg de documentatie van Ansible Tower voor "
"meer informatie."
-#: awx/sso/conf.py:521 awx/sso/conf.py:533 awx/sso/conf.py:545
-#: awx/sso/conf.py:558 awx/sso/conf.py:572 awx/sso/conf.py:584
-#: awx/sso/conf.py:596
+#: awx/sso/conf.py:555 awx/sso/conf.py:567 awx/sso/conf.py:579
+#: awx/sso/conf.py:592 awx/sso/conf.py:606 awx/sso/conf.py:618
+#: awx/sso/conf.py:630
msgid "Google OAuth2"
msgstr "Google OAuth2"
-#: awx/sso/conf.py:531
+#: awx/sso/conf.py:565
msgid "Google OAuth2 Key"
msgstr "Google OAuth2-sleutel"
-#: awx/sso/conf.py:532
+#: awx/sso/conf.py:566
msgid "The OAuth2 key from your web application."
msgstr "De OAuth2-sleutel van uw webtoepassing."
-#: awx/sso/conf.py:543
+#: awx/sso/conf.py:577
msgid "Google OAuth2 Secret"
msgstr "Google OAuth2-geheim"
-#: awx/sso/conf.py:544
+#: awx/sso/conf.py:578
msgid "The OAuth2 secret from your web application."
msgstr "Het OAuth2-geheim van uw webtoepassing."
-#: awx/sso/conf.py:555
+#: awx/sso/conf.py:589
msgid "Google OAuth2 Whitelisted Domains"
msgstr "In whitelist opgenomen Google OAuth2-domeinen"
-#: awx/sso/conf.py:556
+#: awx/sso/conf.py:590
msgid ""
"Update this setting to restrict the domains who are allowed to login using "
"Google OAuth2."
@@ -4271,11 +5041,11 @@ msgstr ""
"Werk deze instelling bij om te beperken welke domeinen zich mogen aanmelden "
"met Google OAuth2."
-#: awx/sso/conf.py:567
+#: awx/sso/conf.py:601
msgid "Google OAuth2 Extra Arguments"
msgstr "Extra argumenten Google OAuth2"
-#: awx/sso/conf.py:568
+#: awx/sso/conf.py:602
msgid ""
"Extra arguments for Google OAuth2 login. You can restrict it to only allow a"
" single domain to authenticate, even if the user is logged in with multple "
@@ -4286,81 +5056,81 @@ msgstr ""
"domein, zelfs als de gebruiker aangemeld is met meerdere Google-accounts. "
"Raadpleeg de documentatie van Ansible Tower voor meer informatie."
-#: awx/sso/conf.py:582
+#: awx/sso/conf.py:616
msgid "Google OAuth2 Organization Map"
msgstr "Organisatietoewijzing Google OAuth2"
-#: awx/sso/conf.py:594
+#: awx/sso/conf.py:628
msgid "Google OAuth2 Team Map"
msgstr "Teamtoewijzing Google OAuth2"
-#: awx/sso/conf.py:610
+#: awx/sso/conf.py:644
msgid "GitHub OAuth2 Callback URL"
msgstr "Terugkoppelings-URL GitHub OAuth2"
-#: awx/sso/conf.py:614 awx/sso/conf.py:626 awx/sso/conf.py:637
-#: awx/sso/conf.py:649 awx/sso/conf.py:661
+#: awx/sso/conf.py:648 awx/sso/conf.py:660 awx/sso/conf.py:671
+#: awx/sso/conf.py:683 awx/sso/conf.py:695
msgid "GitHub OAuth2"
msgstr "GitHub OAuth2"
-#: awx/sso/conf.py:624
+#: awx/sso/conf.py:658
msgid "GitHub OAuth2 Key"
msgstr "GitHub OAuth2-sleutel"
-#: awx/sso/conf.py:625
+#: awx/sso/conf.py:659
msgid "The OAuth2 key (Client ID) from your GitHub developer application."
msgstr "De OAuth2-sleutel (Client-id) van uw GitHub-ontwikkelaarstoepassing."
-#: awx/sso/conf.py:635
+#: awx/sso/conf.py:669
msgid "GitHub OAuth2 Secret"
msgstr "GitHub OAuth2-geheim"
-#: awx/sso/conf.py:636
+#: awx/sso/conf.py:670
msgid ""
"The OAuth2 secret (Client Secret) from your GitHub developer application."
msgstr ""
"Het OAuth2-geheim (Client-geheim) van uw GitHub-ontwikkelaarstoepassing."
-#: awx/sso/conf.py:647
+#: awx/sso/conf.py:681
msgid "GitHub OAuth2 Organization Map"
msgstr "GitHub OAuth2-organisatietoewijzing"
-#: awx/sso/conf.py:659
+#: awx/sso/conf.py:693
msgid "GitHub OAuth2 Team Map"
msgstr "GitHub OAuth2-teamtoewijzing"
-#: awx/sso/conf.py:675
+#: awx/sso/conf.py:709
msgid "GitHub Organization OAuth2 Callback URL"
msgstr "OAuth2-terugkoppelings-URL GitHub-organisatie"
-#: awx/sso/conf.py:679 awx/sso/conf.py:691 awx/sso/conf.py:702
-#: awx/sso/conf.py:715 awx/sso/conf.py:726 awx/sso/conf.py:738
+#: awx/sso/conf.py:713 awx/sso/conf.py:725 awx/sso/conf.py:736
+#: awx/sso/conf.py:749 awx/sso/conf.py:760 awx/sso/conf.py:772
msgid "GitHub Organization OAuth2"
msgstr "Organization OAuth2 van GitHub-organisatie"
-#: awx/sso/conf.py:689
+#: awx/sso/conf.py:723
msgid "GitHub Organization OAuth2 Key"
msgstr " OAuth2-sleutel van GitHub-organisatie"
-#: awx/sso/conf.py:690 awx/sso/conf.py:768
+#: awx/sso/conf.py:724 awx/sso/conf.py:802
msgid "The OAuth2 key (Client ID) from your GitHub organization application."
msgstr "De OAuth2-sleutel (Client-id) van uw GitHub-organisatietoepassing."
-#: awx/sso/conf.py:700
+#: awx/sso/conf.py:734
msgid "GitHub Organization OAuth2 Secret"
msgstr " OAuth2-geheim van GitHub-organisatie"
-#: awx/sso/conf.py:701 awx/sso/conf.py:779
+#: awx/sso/conf.py:735 awx/sso/conf.py:813
msgid ""
"The OAuth2 secret (Client Secret) from your GitHub organization application."
msgstr ""
"Het OAuth2-geheim (Client-geheim) van uw GitHub-organisatietoepassing."
-#: awx/sso/conf.py:712
+#: awx/sso/conf.py:746
msgid "GitHub Organization Name"
msgstr "Naam van GitHub-organisatie"
-#: awx/sso/conf.py:713
+#: awx/sso/conf.py:747
msgid ""
"The name of your GitHub organization, as used in your organization's URL: "
"https://github.com//."
@@ -4368,19 +5138,19 @@ msgstr ""
"De naam van uw GitHub-organisatie zoals gebruikt in de URL van uw "
"organisatie: https://github.com//."
-#: awx/sso/conf.py:724
+#: awx/sso/conf.py:758
msgid "GitHub Organization OAuth2 Organization Map"
msgstr "OAuth2-organisatietoewijzing van GitHub-organisatie"
-#: awx/sso/conf.py:736
+#: awx/sso/conf.py:770
msgid "GitHub Organization OAuth2 Team Map"
msgstr "OAuth2-teamtoewijzing van GitHub-organisatie"
-#: awx/sso/conf.py:752
+#: awx/sso/conf.py:786
msgid "GitHub Team OAuth2 Callback URL"
msgstr "OAuth2-terugkoppelings-URL GitHub-team"
-#: awx/sso/conf.py:753
+#: awx/sso/conf.py:787
msgid ""
"Create an organization-owned application at "
"https://github.com/organizations//settings/applications and obtain "
@@ -4392,24 +5162,24 @@ msgstr ""
" een OAuth2-sleutel (Client-id) en -geheim (Client-geheim). Lever deze URL "
"als de terugkoppelings-URL voor uw toepassing."
-#: awx/sso/conf.py:757 awx/sso/conf.py:769 awx/sso/conf.py:780
-#: awx/sso/conf.py:793 awx/sso/conf.py:804 awx/sso/conf.py:816
+#: awx/sso/conf.py:791 awx/sso/conf.py:803 awx/sso/conf.py:814
+#: awx/sso/conf.py:827 awx/sso/conf.py:838 awx/sso/conf.py:850
msgid "GitHub Team OAuth2"
msgstr "OAuth2 van GitHub-team"
-#: awx/sso/conf.py:767
+#: awx/sso/conf.py:801
msgid "GitHub Team OAuth2 Key"
msgstr "OAuth2-sleutel GitHub-team"
-#: awx/sso/conf.py:778
+#: awx/sso/conf.py:812
msgid "GitHub Team OAuth2 Secret"
msgstr "OAuth2-geheim GitHub-team"
-#: awx/sso/conf.py:790
+#: awx/sso/conf.py:824
msgid "GitHub Team ID"
msgstr "Id GitHub-team"
-#: awx/sso/conf.py:791
+#: awx/sso/conf.py:825
msgid ""
"Find the numeric team ID using the Github API: http://fabian-"
"kostadinov.github.io/2015/01/16/how-to-find-a-github-team-id/."
@@ -4417,19 +5187,19 @@ msgstr ""
"Zoek de numerieke team-id op met de Github API: http://fabian-"
"kostadinov.github.io/2015/01/16/how-to-find-a-github-team-id/."
-#: awx/sso/conf.py:802
+#: awx/sso/conf.py:836
msgid "GitHub Team OAuth2 Organization Map"
msgstr "OAuth2-organisatietoewijzing van GitHub-team"
-#: awx/sso/conf.py:814
+#: awx/sso/conf.py:848
msgid "GitHub Team OAuth2 Team Map"
msgstr "OAuth2-teamtoewijzing van GitHub-organisatie"
-#: awx/sso/conf.py:830
+#: awx/sso/conf.py:864
msgid "Azure AD OAuth2 Callback URL"
msgstr "Terugkoppelings-URL voor Azure AD OAuth2"
-#: awx/sso/conf.py:831
+#: awx/sso/conf.py:865
msgid ""
"Provide this URL as the callback URL for your application as part of your "
"registration process. Refer to the Ansible Tower documentation for more "
@@ -4439,40 +5209,40 @@ msgstr ""
" van uw registratieproces. Raadpleeg de documentatie van Ansible Tower voor "
"meer informatie."
-#: awx/sso/conf.py:834 awx/sso/conf.py:846 awx/sso/conf.py:857
-#: awx/sso/conf.py:869 awx/sso/conf.py:881
+#: awx/sso/conf.py:868 awx/sso/conf.py:880 awx/sso/conf.py:891
+#: awx/sso/conf.py:903 awx/sso/conf.py:915
msgid "Azure AD OAuth2"
msgstr "Azure AD OAuth2"
-#: awx/sso/conf.py:844
+#: awx/sso/conf.py:878
msgid "Azure AD OAuth2 Key"
msgstr "Azure AD OAuth2-sleutel"
-#: awx/sso/conf.py:845
+#: awx/sso/conf.py:879
msgid "The OAuth2 key (Client ID) from your Azure AD application."
msgstr "De OAuth2-sleutel (Client-id) van uw Azure AD-toepassing."
-#: awx/sso/conf.py:855
+#: awx/sso/conf.py:889
msgid "Azure AD OAuth2 Secret"
msgstr "Azure AD OAuth2-geheim"
-#: awx/sso/conf.py:856
+#: awx/sso/conf.py:890
msgid "The OAuth2 secret (Client Secret) from your Azure AD application."
msgstr "Het OAuth2-geheim (Client-geheim) van uw Azure AD-toepassing."
-#: awx/sso/conf.py:867
+#: awx/sso/conf.py:901
msgid "Azure AD OAuth2 Organization Map"
msgstr "Azure AD OAuth2-organisatietoewijzing"
-#: awx/sso/conf.py:879
+#: awx/sso/conf.py:913
msgid "Azure AD OAuth2 Team Map"
msgstr "Azure AD OAuth2-teamtoewijzing"
-#: awx/sso/conf.py:904
+#: awx/sso/conf.py:938
msgid "SAML Assertion Consumer Service (ACS) URL"
msgstr "URL SAML Assertion Consumer Service (ACS)"
-#: awx/sso/conf.py:905
+#: awx/sso/conf.py:939
msgid ""
"Register Tower as a service provider (SP) with each identity provider (IdP) "
"you have configured. Provide your SP Entity ID and this ACS URL for your "
@@ -4482,18 +5252,20 @@ msgstr ""
" die u hebt geconfigureerd. Lever uw SP-entiteit-id en deze ACS URL voor uw "
"toepassing."
-#: awx/sso/conf.py:908 awx/sso/conf.py:922 awx/sso/conf.py:936
-#: awx/sso/conf.py:951 awx/sso/conf.py:965 awx/sso/conf.py:978
-#: awx/sso/conf.py:999 awx/sso/conf.py:1017 awx/sso/conf.py:1036
-#: awx/sso/conf.py:1070 awx/sso/conf.py:1083 awx/sso/models.py:16
+#: awx/sso/conf.py:942 awx/sso/conf.py:956 awx/sso/conf.py:970
+#: awx/sso/conf.py:985 awx/sso/conf.py:999 awx/sso/conf.py:1012
+#: awx/sso/conf.py:1033 awx/sso/conf.py:1051 awx/sso/conf.py:1070
+#: awx/sso/conf.py:1106 awx/sso/conf.py:1138 awx/sso/conf.py:1152
+#: awx/sso/conf.py:1169 awx/sso/conf.py:1182 awx/sso/conf.py:1195
+#: awx/sso/conf.py:1211 awx/sso/models.py:16
msgid "SAML"
msgstr "SAML"
-#: awx/sso/conf.py:919
+#: awx/sso/conf.py:953
msgid "SAML Service Provider Metadata URL"
msgstr "URL voor metagegevens van SAML-serviceprovider"
-#: awx/sso/conf.py:920
+#: awx/sso/conf.py:954
msgid ""
"If your identity provider (IdP) allows uploading an XML metadata file, you "
"can download one from this URL."
@@ -4501,11 +5273,11 @@ msgstr ""
"Als uw identiteitsprovider (IdP) toestaat een XML-gegevensbestand te "
"uploaden, kunt u er een uploaden vanaf deze URL."
-#: awx/sso/conf.py:932
+#: awx/sso/conf.py:966
msgid "SAML Service Provider Entity ID"
msgstr "Entiteit-id van SAML-serviceprovider"
-#: awx/sso/conf.py:933
+#: awx/sso/conf.py:967
msgid ""
"The application-defined unique identifier used as the audience of the SAML "
"service provider (SP) configuration. This is usually the URL for Tower."
@@ -4513,11 +5285,11 @@ msgstr ""
"De toepassingsgedefinieerde unieke id gebruikt als doelgroep van de SAML-"
"serviceprovider (SP)-configuratie. Dit is gewoonlijk de URL voor Tower."
-#: awx/sso/conf.py:948
+#: awx/sso/conf.py:982
msgid "SAML Service Provider Public Certificate"
msgstr "Openbaar certificaat SAML-serviceprovider"
-#: awx/sso/conf.py:949
+#: awx/sso/conf.py:983
msgid ""
"Create a keypair for Tower to use as a service provider (SP) and include the"
" certificate content here."
@@ -4525,11 +5297,11 @@ msgstr ""
"Maak een sleutelpaar voor Tower om dit te gebruiken als serviceprovider (SP)"
" en neem de certificaatinhoud hier op."
-#: awx/sso/conf.py:962
+#: awx/sso/conf.py:996
msgid "SAML Service Provider Private Key"
msgstr "Privésleutel SAML-serviceprovider"
-#: awx/sso/conf.py:963
+#: awx/sso/conf.py:997
msgid ""
"Create a keypair for Tower to use as a service provider (SP) and include the"
" private key content here."
@@ -4537,11 +5309,11 @@ msgstr ""
"Maak een sleutelpaar voor Tower om dit te gebruiken als serviceprovider (SP)"
" en neem de inhoud van de privésleutel hier op."
-#: awx/sso/conf.py:975
+#: awx/sso/conf.py:1009
msgid "SAML Service Provider Organization Info"
msgstr "Organisatie-informatie SAML-serviceprovider"
-#: awx/sso/conf.py:976
+#: awx/sso/conf.py:1010
msgid ""
"Provide the URL, display name, and the name of your app. Refer to the "
"Ansible Tower documentation for example syntax."
@@ -4549,11 +5321,11 @@ msgstr ""
"Geef de URL, weergavenaam en de naam van uw toepassing op. Raadpleeg de "
"documentatie van Ansible Tower voor voorbeeldsyntaxis."
-#: awx/sso/conf.py:995
+#: awx/sso/conf.py:1029
msgid "SAML Service Provider Technical Contact"
msgstr "Technisch contactpersoon SAML-serviceprovider"
-#: awx/sso/conf.py:996
+#: awx/sso/conf.py:1030
msgid ""
"Provide the name and email address of the technical contact for your service"
" provider. Refer to the Ansible Tower documentation for example syntax."
@@ -4562,11 +5334,11 @@ msgstr ""
"serviceprovider op. Raadpleeg de documentatie van Ansible Tower voor "
"voorbeeldsyntaxis."
-#: awx/sso/conf.py:1013
+#: awx/sso/conf.py:1047
msgid "SAML Service Provider Support Contact"
msgstr "Ondersteuningscontactpersoon SAML-serviceprovider"
-#: awx/sso/conf.py:1014
+#: awx/sso/conf.py:1048
msgid ""
"Provide the name and email address of the support contact for your service "
"provider. Refer to the Ansible Tower documentation for example syntax."
@@ -4575,11 +5347,11 @@ msgstr ""
"serviceprovider op. Raadpleeg de documentatie van Ansible Tower voor "
"voorbeeldsyntaxis."
-#: awx/sso/conf.py:1030
+#: awx/sso/conf.py:1064
msgid "SAML Enabled Identity Providers"
msgstr "Id-providers met SAML-mogelijkheden"
-#: awx/sso/conf.py:1031
+#: awx/sso/conf.py:1065
msgid ""
"Configure the Entity ID, SSO URL and certificate for each identity provider "
"(IdP) in use. Multiple SAML IdPs are supported. Some IdPs may provide user "
@@ -4594,44 +5366,90 @@ msgstr ""
"voor elke IdP. Raadpleeg de documentatie van Ansible voor meer informatie en"
" syntaxis."
-#: awx/sso/conf.py:1068
+#: awx/sso/conf.py:1102
+msgid "SAML Security Config"
+msgstr ""
+
+#: awx/sso/conf.py:1103
+msgid ""
+"A dict of key value pairs that are passed to the underlying python-saml "
+"security setting https://github.com/onelogin/python-saml#settings"
+msgstr ""
+
+#: awx/sso/conf.py:1135
+msgid "SAML Service Provider extra configuration data"
+msgstr ""
+
+#: awx/sso/conf.py:1136
+msgid ""
+"A dict of key value pairs to be passed to the underlying python-saml Service"
+" Provider configuration setting."
+msgstr ""
+
+#: awx/sso/conf.py:1149
+msgid "SAML IDP to extra_data attribute mapping"
+msgstr ""
+
+#: awx/sso/conf.py:1150
+msgid ""
+"A list of tuples that maps IDP attributes to extra_attributes. Each "
+"attribute will be a list of values, even if only 1 value."
+msgstr ""
+
+#: awx/sso/conf.py:1167
msgid "SAML Organization Map"
msgstr "SAML-organisatietoewijzing"
-#: awx/sso/conf.py:1081
+#: awx/sso/conf.py:1180
msgid "SAML Team Map"
msgstr "SAML-teamtoewijzing"
-#: awx/sso/fields.py:123
+#: awx/sso/conf.py:1193
+msgid "SAML Organization Attribute Mapping"
+msgstr ""
+
+#: awx/sso/conf.py:1194
+msgid "Used to translate user organization membership into Tower."
+msgstr ""
+
+#: awx/sso/conf.py:1209
+msgid "SAML Team Attribute Mapping"
+msgstr ""
+
+#: awx/sso/conf.py:1210
+msgid "Used to translate user team membership into Tower."
+msgstr ""
+
+#: awx/sso/fields.py:183
#, python-brace-format
msgid "Invalid connection option(s): {invalid_options}."
msgstr "Ongeldige verbindingsoptie(s): {invalid_options}."
-#: awx/sso/fields.py:194
+#: awx/sso/fields.py:266
msgid "Base"
msgstr "Basis"
-#: awx/sso/fields.py:195
+#: awx/sso/fields.py:267
msgid "One Level"
msgstr "Eén niveau"
-#: awx/sso/fields.py:196
+#: awx/sso/fields.py:268
msgid "Subtree"
msgstr "Substructuur"
-#: awx/sso/fields.py:214
+#: awx/sso/fields.py:286
#, python-brace-format
msgid "Expected a list of three items but got {length} instead."
msgstr "Verwachtte een lijst met drie items, maar kreeg er {length}."
-#: awx/sso/fields.py:215
+#: awx/sso/fields.py:287
#, python-brace-format
msgid "Expected an instance of LDAPSearch but got {input_type} instead."
msgstr ""
"Verwachtte een instantie van LDAPSearch, maar kreeg in plaats daarvan "
"{input_type}."
-#: awx/sso/fields.py:251
+#: awx/sso/fields.py:323
#, python-brace-format
msgid ""
"Expected an instance of LDAPSearch or LDAPSearchUnion but got {input_type} "
@@ -4640,88 +5458,79 @@ msgstr ""
"Verwachtte een instantie van LDAPSearch of LDAPSearchUnion, maar kreeg in "
"plaats daarvan {input_type}."
-#: awx/sso/fields.py:289
+#: awx/sso/fields.py:361
#, python-brace-format
msgid "Invalid user attribute(s): {invalid_attrs}."
msgstr "Ongeldig(e) gebruikerskenmerk(en): {invalid_attrs}."
-#: awx/sso/fields.py:306
+#: awx/sso/fields.py:378
#, python-brace-format
msgid "Expected an instance of LDAPGroupType but got {input_type} instead."
msgstr ""
"Verwachtte een instantie van LDAPGroupType, maar kreeg in plaats daarvan "
"{input_type}."
-#: awx/sso/fields.py:334
-#, python-brace-format
-msgid "Invalid user flag: \"{invalid_flag}\"."
-msgstr "Ongeldige gebruikersvlag: \"{invalid_flag}\"."
-
-#: awx/sso/fields.py:350 awx/sso/fields.py:517
-#, python-brace-format
-msgid ""
-"Expected None, True, False, a string or list of strings but got {input_type}"
-" instead."
-msgstr ""
-"Verwachtte None, True, False, een tekenreeks of een lijst met tekenreeksen, "
-"maar kreeg in plaats daarvan {input_type}."
-
-#: awx/sso/fields.py:386
-#, python-brace-format
-msgid "Missing key(s): {missing_keys}."
-msgstr "Ontbrekende sleutel(s): {missing_keys}."
-
-#: awx/sso/fields.py:387
+#: awx/sso/fields.py:418 awx/sso/fields.py:465
#, python-brace-format
msgid "Invalid key(s): {invalid_keys}."
msgstr "Ongeldige sleutel(s): {invalid_keys}."
-#: awx/sso/fields.py:436 awx/sso/fields.py:553
+#: awx/sso/fields.py:443
+#, python-brace-format
+msgid "Invalid user flag: \"{invalid_flag}\"."
+msgstr "Ongeldige gebruikersvlag: \"{invalid_flag}\"."
+
+#: awx/sso/fields.py:464
+#, python-brace-format
+msgid "Missing key(s): {missing_keys}."
+msgstr "Ontbrekende sleutel(s): {missing_keys}."
+
+#: awx/sso/fields.py:514 awx/sso/fields.py:631
#, python-brace-format
msgid "Invalid key(s) for organization map: {invalid_keys}."
msgstr "Ongeldige sleutel(s) voor organisatietoewijzing: {invalid_keys}."
-#: awx/sso/fields.py:454
+#: awx/sso/fields.py:532
#, python-brace-format
msgid "Missing required key for team map: {invalid_keys}."
msgstr "Ontbrekende vereiste sleutel voor teamtoewijzing: {invalid_keys}."
-#: awx/sso/fields.py:455 awx/sso/fields.py:572
+#: awx/sso/fields.py:533 awx/sso/fields.py:650
#, python-brace-format
msgid "Invalid key(s) for team map: {invalid_keys}."
msgstr "Ongeldige sleutel(s) voor teamtoewijzing: {invalid_keys}."
-#: awx/sso/fields.py:571
+#: awx/sso/fields.py:649
#, python-brace-format
msgid "Missing required key for team map: {missing_keys}."
msgstr "Ontbrekende vereiste sleutel voor teamtoewijzing: {missing_keys}."
-#: awx/sso/fields.py:589
+#: awx/sso/fields.py:667
#, python-brace-format
msgid "Missing required key(s) for org info record: {missing_keys}."
msgstr "Ontbrekende vereiste sleutel(s) voor org info record: {missing_keys}."
-#: awx/sso/fields.py:602
+#: awx/sso/fields.py:680
#, python-brace-format
msgid "Invalid language code(s) for org info: {invalid_lang_codes}."
msgstr "Ongeldige taalcode(s) voor org info: {invalid_lang_codes}."
-#: awx/sso/fields.py:621
+#: awx/sso/fields.py:699
#, python-brace-format
msgid "Missing required key(s) for contact: {missing_keys}."
msgstr "Ontbrekende vereiste sleutel(s) voor contactpersoon: {missing_keys}."
-#: awx/sso/fields.py:633
+#: awx/sso/fields.py:711
#, python-brace-format
msgid "Missing required key(s) for IdP: {missing_keys}."
msgstr "Ontbrekende vereiste sleutel(s) voor IdP: {missing_keys}."
-#: awx/sso/pipeline.py:24
+#: awx/sso/pipeline.py:31
#, python-brace-format
msgid "An account cannot be found for {0}"
msgstr "Een account kan niet worden gevonden voor {0}"
-#: awx/sso/pipeline.py:30
+#: awx/sso/pipeline.py:37
msgid "Your account is inactive"
msgstr "Uw account is inactief"
@@ -4748,70 +5557,48 @@ msgstr "TACACS+ geheim staat geen niet-ascii-tekens toe"
msgid "AWX"
msgstr "AWX"
-#: awx/templates/rest_framework/api.html:39
+#: awx/templates/rest_framework/api.html:42
msgid "Ansible Tower API Guide"
msgstr "Gebruikersgids Ansible Tower API"
-#: awx/templates/rest_framework/api.html:40
+#: awx/templates/rest_framework/api.html:43
msgid "Back to Ansible Tower"
msgstr "Terug naar Ansible Tower"
-#: awx/templates/rest_framework/api.html:41
+#: awx/templates/rest_framework/api.html:44
msgid "Resize"
msgstr "Groter/kleiner maken"
-#: awx/templates/rest_framework/base.html:78
-#: awx/templates/rest_framework/base.html:92
-#, python-format
-msgid "Make a GET request on the %(name)s resource"
-msgstr "Maak een OPHAAL-aanvraag voor de resource van %(name)s"
-
-#: awx/templates/rest_framework/base.html:80
-msgid "Specify a format for the GET request"
-msgstr "Geef een indeling op voor de OPHAAL-aanvraag"
-
-#: awx/templates/rest_framework/base.html:86
-#, python-format
-msgid ""
-"Make a GET request on the %(name)s resource with the format set to "
-"`%(format)s`"
+#: awx/templates/rest_framework/base.html:37
+msgid "navbar"
msgstr ""
-"Maak een OPHAAL-aanvraag voor de resource van %(name)s met de indeling "
-"ingesteld op `%(format)s`"
-#: awx/templates/rest_framework/base.html:100
-#, python-format
-msgid "Make an OPTIONS request on the %(name)s resource"
-msgstr "Maak een OPTIES-aanvraag voor de resource van %(name)s"
+#: awx/templates/rest_framework/base.html:75
+msgid "content"
+msgstr ""
-#: awx/templates/rest_framework/base.html:106
-#, python-format
-msgid "Make a DELETE request on the %(name)s resource"
-msgstr "Maak een VERWIJDER-aanvraag voor de resource van %(name)s"
+#: awx/templates/rest_framework/base.html:78
+msgid "request form"
+msgstr ""
-#: awx/templates/rest_framework/base.html:113
+#: awx/templates/rest_framework/base.html:134
msgid "Filters"
msgstr "Filters"
-#: awx/templates/rest_framework/base.html:172
-#: awx/templates/rest_framework/base.html:186
-#, python-format
-msgid "Make a POST request on the %(name)s resource"
-msgstr "Maak een POST-aanvraag voor de resource van %(name)s"
+#: awx/templates/rest_framework/base.html:139
+msgid "main content"
+msgstr ""
-#: awx/templates/rest_framework/base.html:216
-#: awx/templates/rest_framework/base.html:230
-#, python-format
-msgid "Make a PUT request on the %(name)s resource"
-msgstr "Maak een PLAATS-aanvraag voor de resource van %(name)s"
+#: awx/templates/rest_framework/base.html:155
+msgid "request info"
+msgstr ""
-#: awx/templates/rest_framework/base.html:233
-#, python-format
-msgid "Make a PATCH request on the %(name)s resource"
-msgstr "Maak een PATCH-aanvraag voor de resource van %(name)s"
+#: awx/templates/rest_framework/base.html:159
+msgid "response info"
+msgstr ""
#: awx/ui/apps.py:9 awx/ui/conf.py:22 awx/ui/conf.py:36 awx/ui/conf.py:51
-#: awx/ui/conf.py:63
+#: awx/ui/conf.py:63 awx/ui/conf.py:73
msgid "UI"
msgstr "Gebruikersinterface"
@@ -4867,14 +5654,23 @@ msgstr ""
"ondersteund."
#: awx/ui/conf.py:60
-msgid "Max Job Events Retreived by UI"
-msgstr "Het maximumaantal taakgebeurtenissen dat is opgehaald door de UI"
+msgid "Max Job Events Retrieved by UI"
+msgstr ""
#: awx/ui/conf.py:61
msgid ""
-"Maximum number of job events for the UI to retreive within a single request."
+"Maximum number of job events for the UI to retrieve within a single request."
+msgstr ""
+
+#: awx/ui/conf.py:70
+msgid "Enable Live Updates in the UI"
+msgstr ""
+
+#: awx/ui/conf.py:71
+msgid ""
+"If disabled, the page will not refresh when events are received. Reloading "
+"the page will be required to get the latest details."
msgstr ""
-"Het maximumaantal taakgebeurtenissen dat de UI kan ophalen met één verzoek."
#: awx/ui/fields.py:29
msgid ""
@@ -4887,96 +5683,3 @@ msgstr ""
#: awx/ui/fields.py:30
msgid "Invalid base64-encoded data in data URL."
msgstr "Ongeldige base64-versleutelde gegevens in gegevens-URL."
-
-#: awx/ui/templates/ui/index.html:31
-msgid ""
-"Your session will expire in 60 seconds, would you like to "
-"continue?"
-msgstr ""
-"Uw sessie verloopt over 60 seconden. Wilt u doorgaan?"
-
-#: awx/ui/templates/ui/index.html:46
-msgid "CANCEL"
-msgstr "ANNULEREN"
-
-#: awx/ui/templates/ui/index.html:98
-msgid "Set how many days of data should be retained."
-msgstr "Stel in hoeveel dagen aan gegevens er moet worden bewaard."
-
-#: awx/ui/templates/ui/index.html:104
-msgid ""
-"Please enter an integer that is not "
-"negative that is lower than "
-"9999."
-msgstr ""
-"Geef een geheel getal opdat niet negatief "
-"is dat kleiner is dan "
-"9999."
-
-#: awx/ui/templates/ui/index.html:109
-msgid ""
-"For facts collected older than the time period specified, save one fact scan (snapshot) per time window (frequency). For example, facts older than 30 days are purged, while one weekly fact scan is kept.\n"
-"
\n"
-"
CAUTION: Setting both numerical variables to \"0\" will delete all facts.\n"
-"
\n"
-"
"
-msgstr ""
-"Voor verzamelde feiten die ouder zijn dan de opgegeven periode, slaat u één feitenscan (momentopname) per tijdvenster (frequentie) op. Bijvoorbeeld feiten ouder dan 30 dagen worden verwijderd, terwijl één wekelijkse feitenscan wordt bewaard.\n"
-"
\n"
-"
LET OP: als u beide numerieke variabelen instelt op \"0\", worden alle feiten verwijderd.\n"
-"
\n"
-"
"
-
-#: awx/ui/templates/ui/index.html:118
-msgid "Select a time period after which to remove old facts"
-msgstr "Selecteer een tijdsperiode waarna oude feiten worden verwijderd."
-
-#: awx/ui/templates/ui/index.html:132
-msgid ""
-"Please enter an integer that is not "
-"negative that is lower than "
-"9999."
-msgstr ""
-"Geef een geheel getal op dat niet negatief "
-"is dat kleiner is dan "
-"9999."
-
-#: awx/ui/templates/ui/index.html:137
-msgid "Select a frequency for snapshot retention"
-msgstr "Selecteer een frequentie voor het behoud van momentopnames"
-
-#: awx/ui/templates/ui/index.html:151
-msgid ""
-"Please enter an integer that is not"
-" negative that is "
-"lower than 9999."
-msgstr ""
-"Geef een geheel getal op dat niet "
-"negatief is dat kleiner"
-" is dan 9999."
-
-#: awx/ui/templates/ui/index.html:157
-msgid "working..."
-msgstr "bezig..."
diff --git a/awx/ui/po/ansible-tower-ui.pot b/awx/ui/po/ansible-tower-ui.pot
index 2274de5f9d..d2d192a89a 100644
--- a/awx/ui/po/ansible-tower-ui.pot
+++ b/awx/ui/po/ansible-tower-ui.pot
@@ -68,11 +68,12 @@ msgid ""
"
"
msgstr ""
-#: client/features/templates/templates.strings.js:54
+#: client/features/templates/templates.strings.js:55
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON.
JSON:
{
"somevar": "somevalue",
"password": "magic"
}
YAML:
---
somevar: somevalue
password: magic
"
msgstr ""
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:33
+#: client/src/scheduler/scheduler.strings.js:14
msgid "A schedule name is required."
msgstr ""
@@ -106,6 +107,14 @@ msgstr ""
msgid "ADD"
msgstr ""
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:3
+msgid "ADD A NEW TEMPLATE"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:111
+msgid "ADD A TEMPLATE"
+msgstr ""
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:16
msgid "ADD SURVEY PROMPT"
msgstr ""
@@ -162,11 +171,11 @@ msgstr ""
msgid "ASSOCIATED HOSTS"
msgstr ""
-#: client/lib/components/components.strings.js:78
+#: client/lib/components/components.strings.js:87
msgid "About"
msgstr ""
-#: client/lib/components/components.strings.js:82
+#: client/lib/components/components.strings.js:91
msgid "Access"
msgstr ""
@@ -188,7 +197,8 @@ msgstr ""
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:20
#: client/src/inventories-hosts/hosts/hosts.partial.html:47
-#: client/src/shared/list-generator/list-generator.factory.js:582
+#: client/src/network-ui/network.ui.strings.js:16
+#: client/src/shared/list-generator/list-generator.factory.js:586
msgid "Actions"
msgstr ""
@@ -276,7 +286,7 @@ msgstr ""
msgid "Admin"
msgstr ""
-#: client/lib/components/components.strings.js:83
+#: client/lib/components/components.strings.js:92
msgid "Administration"
msgstr ""
@@ -288,7 +298,7 @@ msgstr ""
msgid "After every project update where the SCM revision changes, refresh the inventory from the selected source before executing job tasks. This is intended for static content, like the Ansible inventory .ini file format."
msgstr ""
-#: client/lib/components/components.strings.js:90
+#: client/lib/components/components.strings.js:99
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:37
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:43
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:65
@@ -310,7 +320,8 @@ msgstr ""
msgid "Allow Provisioning Callbacks"
msgstr ""
-#: client/src/workflow-results/workflow-results.controller.js:68
+#: client/features/templates/templates.strings.js:106
+#: client/src/workflow-results/workflow-results.controller.js:66
msgid "Always"
msgstr ""
@@ -337,7 +348,7 @@ msgstr ""
msgid "Answer Variable Name"
msgstr ""
-#: client/lib/components/components.strings.js:76
+#: client/lib/components/components.strings.js:85
#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:24
msgid "Applications"
msgstr ""
@@ -354,7 +365,11 @@ msgstr ""
msgid "Are you sure you want to delete this user?"
msgstr ""
-#: client/lib/services/base-string.service.js:78
+#: client/features/templates/templates.strings.js:102
+msgid "Are you sure you want to delete this workflow node?"
+msgstr ""
+
+#: client/lib/services/base-string.service.js:80
msgid "Are you sure you want to delete this {{ resourceType }}?"
msgstr ""
@@ -388,7 +403,7 @@ msgstr ""
msgid "Are you sure you want to remove the %s below from %s?"
msgstr ""
-#: client/lib/services/base-string.service.js:83
+#: client/lib/services/base-string.service.js:85
msgid "Are you sure you want to submit the request to cancel this job?"
msgstr ""
@@ -403,7 +418,7 @@ msgstr ""
msgid "Ask at runtime?"
msgstr ""
-#: client/src/instance-groups/instance-groups.strings.js:24
+#: client/src/instance-groups/instance-groups.strings.js:28
msgid "Associate an existing Instance"
msgstr ""
@@ -452,7 +467,7 @@ msgstr ""
msgid "BROWSE"
msgstr ""
-#: client/features/output/output.strings.js:93
+#: client/features/output/output.strings.js:96
msgid "Back to Top"
msgstr ""
@@ -498,6 +513,10 @@ msgstr ""
msgid "CHANGES"
msgstr ""
+#: client/features/templates/templates.strings.js:117
+msgid "CHECK"
+msgstr ""
+
#: client/lib/components/components.strings.js:20
msgid "CHOOSE A FILE"
msgstr ""
@@ -507,10 +526,13 @@ msgstr ""
msgid "CLEAR ALL"
msgstr ""
+#: client/lib/services/base-string.service.js:61
+#: client/lib/services/base-string.service.js:74
#: client/src/partials/survey-maker-modal.html:86
msgid "CLOSE"
msgstr ""
+#: client/features/jobs/routes/hostCompletedJobs.route.js:20
#: client/features/jobs/routes/templateCompletedJobs.route.js:21
#: client/features/jobs/routes/workflowJobTemplateCompletedJobs.route.js:21
msgid "COMPLETED JOBS"
@@ -520,11 +542,12 @@ msgstr ""
msgid "CONFIGURE {{ BRAND_NAME }}"
msgstr ""
-#: client/features/templates/templates.strings.js:30
+#: client/features/templates/templates.strings.js:31
+#: client/src/scheduler/scheduler.strings.js:55
msgid "CONFIRM"
msgstr ""
-#: client/lib/services/base-string.service.js:71
+#: client/lib/services/base-string.service.js:72
msgid "COPY"
msgstr ""
@@ -532,6 +555,10 @@ msgstr ""
msgid "COULD NOT CREATE TOKEN"
msgstr ""
+#: client/src/instance-groups/instance-groups.strings.js:42
+msgid "CPU"
+msgstr ""
+
#: client/src/shared/stateDefinitions.factory.js:161
msgid "CREATE %s"
msgstr ""
@@ -569,6 +596,7 @@ msgid "CREATE INVENTORY SOURCE"
msgstr ""
#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule-add.route.js:9
+#: client/src/scheduler/scheduler.strings.js:8
#: client/src/scheduler/schedules.route.js:163
#: client/src/scheduler/schedules.route.js:245
#: client/src/scheduler/schedules.route.js:74
@@ -589,6 +617,10 @@ msgstr ""
msgid "CREATE TOKEN"
msgstr ""
+#: client/features/output/output.strings.js:100
+msgid "CREATED"
+msgstr ""
+
#: client/src/job-submission/job-submission.partial.html:351
#: client/src/partials/job-template-details.html:2
msgid "CREDENTIAL"
@@ -657,21 +689,24 @@ msgstr ""
msgid "Call to get project failed. GET status:"
msgstr ""
-#: client/lib/services/base-string.service.js:90
+#: client/lib/services/base-string.service.js:92
msgid "Call to {{ path }} failed. {{ action }} returned status: {{ status }}."
msgstr ""
#: client/features/output/output.strings.js:17
-#: client/lib/services/base-string.service.js:82
+#: client/lib/services/base-string.service.js:84
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:105
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:188
#: client/src/configuration/configuration.controller.js:611
+#: client/src/network-ui/network.ui.strings.js:49
+#: client/src/scheduler/scheduler.strings.js:48
#: client/src/shared/form-generator.js:1708
+#: client/src/shared/lookup/lookup-modal.partial.html:19
#: client/src/workflow-results/workflow-results.controller.js:38
msgid "Cancel"
msgstr ""
-#: client/lib/services/base-string.service.js:84
+#: client/lib/services/base-string.service.js:86
msgid "Cancel Job"
msgstr ""
@@ -691,7 +726,7 @@ msgstr ""
msgid "Canceled. Click for details"
msgstr ""
-#: client/src/shared/smart-search/smart-search.controller.js:106
+#: client/src/shared/smart-search/smart-search.controller.js:158
msgid "Cannot search running job"
msgstr ""
@@ -711,7 +746,7 @@ msgstr ""
msgid "Channel"
msgstr ""
-#: client/features/templates/templates.strings.js:60
+#: client/features/templates/templates.strings.js:61
msgid "Check"
msgstr ""
@@ -719,11 +754,11 @@ msgstr ""
msgid "Choose a %s"
msgstr ""
-#: client/features/templates/templates.strings.js:51
+#: client/features/templates/templates.strings.js:52
msgid "Choose a job type"
msgstr ""
-#: client/features/templates/templates.strings.js:52
+#: client/features/templates/templates.strings.js:53
msgid "Choose a verbosity"
msgstr ""
@@ -791,6 +826,7 @@ msgstr ""
msgid "Client Secret"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:47
#: client/src/shared/form-generator.js:1712
msgid "Close"
msgstr ""
@@ -809,14 +845,16 @@ msgid "CloudForms URL"
msgstr ""
#: client/features/output/output.strings.js:18
-#: client/src/workflow-results/workflow-results.controller.js:156
+#: client/src/workflow-results/workflow-results.controller.js:152
msgid "Collapse Output"
msgstr ""
-#: client/src/network-ui/network-nav/network.nav.strings.js:13
+#: client/src/network-ui/network.ui.strings.js:19
msgid "Collapse Panel"
msgstr ""
+#: client/src/inventories-hosts/hosts/host.form.js:129
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:128
#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:155
#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:172
#: client/src/templates/job_templates/job-template.form.js:438
@@ -866,7 +904,7 @@ msgid "Copied to clipboard."
msgstr ""
#: client/src/credentials/credentials.list.js:73
-#: client/src/inventories-hosts/inventories/inventory.list.js:111
+#: client/src/inventories-hosts/inventories/inventory.list.js:112
#: client/src/inventory-scripts/inventory-scripts.list.js:61
#: client/src/notifications/notificationTemplates.list.js:82
#: client/src/projects/projects.list.js:109
@@ -874,7 +912,7 @@ msgstr ""
msgid "Copy"
msgstr ""
-#: client/features/templates/templates.strings.js:76
+#: client/features/templates/templates.strings.js:77
msgid "Copy Workflow"
msgstr ""
@@ -886,7 +924,7 @@ msgstr ""
msgid "Copy full revision to clipboard."
msgstr ""
-#: client/src/inventories-hosts/inventories/inventory.list.js:114
+#: client/src/inventories-hosts/inventories/inventory.list.js:115
msgid "Copy inventory"
msgstr ""
@@ -912,7 +950,7 @@ msgid ""
" Visit Ansible.com for more information.
"
msgstr ""
-#: client/lib/components/components.strings.js:79
+#: client/lib/components/components.strings.js:88
msgid "Copyright © 2018 Red Hat, Inc."
msgstr ""
@@ -924,7 +962,7 @@ msgstr ""
msgid "Create a new Application"
msgstr ""
-#: client/src/instance-groups/instance-groups.strings.js:23
+#: client/src/instance-groups/instance-groups.strings.js:27
msgid "Create a new Instance Group"
msgstr ""
@@ -948,7 +986,7 @@ msgstr ""
msgid "Create a new host"
msgstr ""
-#: client/src/inventories-hosts/inventories/inventory.list.js:75
+#: client/src/inventories-hosts/inventories/inventory.list.js:76
msgid "Create a new inventory"
msgstr ""
@@ -989,11 +1027,11 @@ msgstr ""
msgid "Credential"
msgstr ""
-#: client/features/templates/templates.strings.js:35
+#: client/features/templates/templates.strings.js:36
msgid "Credential Type"
msgstr ""
-#: client/lib/components/components.strings.js:65
+#: client/lib/components/components.strings.js:74
#: client/lib/models/models.strings.js:12
#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34
msgid "Credential Types"
@@ -1001,7 +1039,7 @@ msgstr ""
#: client/features/jobs/jobs.strings.js:15
#: client/features/templates/templates.strings.js:18
-#: client/lib/components/components.strings.js:64
+#: client/lib/components/components.strings.js:73
#: client/lib/models/models.strings.js:8
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:129
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:58
@@ -1010,7 +1048,7 @@ msgstr ""
msgid "Credentials"
msgstr ""
-#: client/features/templates/templates.strings.js:36
+#: client/features/templates/templates.strings.js:37
msgid "Credentials that require passwords on launch are not permitted for template schedules and workflow nodes. The following credentials must be removed or replaced to proceed:"
msgstr ""
@@ -1036,7 +1074,7 @@ msgid "DASHBOARD"
msgstr ""
#: client/features/users/tokens/tokens.strings.js:28
-#: client/lib/services/base-string.service.js:70
+#: client/lib/services/base-string.service.js:71
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:52
#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:74
#: client/src/notifications/notification-templates-list/list.controller.js:221
@@ -1052,12 +1090,17 @@ msgstr ""
msgid "DELETE SURVEY"
msgstr ""
+#: client/features/templates/templates.strings.js:120
+msgid "DELETED"
+msgstr ""
+
#: client/features/users/tokens/tokens.strings.js:35
msgid "DESCRIPTION"
msgstr ""
-#: client/src/instance-groups/instance-groups.strings.js:17
-#: client/src/workflow-results/workflow-results.controller.js:57
+#: client/features/templates/templates.strings.js:122
+#: client/src/instance-groups/instance-groups.strings.js:21
+#: client/src/workflow-results/workflow-results.controller.js:55
msgid "DETAILS"
msgstr ""
@@ -1076,10 +1119,18 @@ msgstr ""
msgid "DYNAMIC HOSTS"
msgstr ""
-#: client/lib/components/components.strings.js:59
+#: client/lib/components/components.strings.js:68
msgid "Dashboard"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:44
+msgid "Date format"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:24
+msgid "Debug Mode"
+msgstr ""
+
#: client/src/configuration/auth-form/configuration-auth.controller.js:140
msgid "Default"
msgstr ""
@@ -1091,12 +1142,12 @@ msgid "Default Environment"
msgstr ""
#: client/features/output/output.strings.js:19
-#: client/lib/services/base-string.service.js:75
+#: client/lib/services/base-string.service.js:77
#: client/src/credential-types/credential-types.list.js:73
#: client/src/credential-types/list/list.controller.js:106
#: client/src/credentials/credentials.list.js:92
#: client/src/credentials/list/credentials-list.controller.js:164
-#: client/src/inventories-hosts/inventories/inventory.list.js:126
+#: client/src/inventories-hosts/inventories/inventory.list.js:127
#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:139
#: client/src/inventory-scripts/inventory-scripts.list.js:79
#: client/src/inventory-scripts/list/list.controller.js:114
@@ -1105,7 +1156,7 @@ msgstr ""
#: client/src/organizations/list/organizations-list.controller.js:192
#: client/src/projects/edit/projects-edit.controller.js:251
#: client/src/projects/list/projects-list.controller.js:240
-#: client/src/scheduler/schedules.list.js:98
+#: client/src/scheduler/schedules.list.js:100
#: client/src/teams/teams.list.js:72
#: client/src/templates/templates.list.js:116
#: client/src/users/list/users-list.controller.js:91
@@ -1119,6 +1170,10 @@ msgstr ""
msgid "Delete Group"
msgstr ""
+#: client/src/templates/survey-maker/surveys/init.factory.js:23
+msgid "Delete Question"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:195
msgid "Delete Source"
msgstr ""
@@ -1157,7 +1212,7 @@ msgstr[1] ""
msgid "Delete hosts"
msgstr ""
-#: client/src/inventories-hosts/inventories/inventory.list.js:128
+#: client/src/inventories-hosts/inventories/inventory.list.js:129
msgid "Delete inventory"
msgstr ""
@@ -1178,7 +1233,7 @@ msgstr ""
msgid "Delete or promote the group's children?"
msgstr ""
-#: client/src/scheduler/schedules.list.js:101
+#: client/src/scheduler/schedules.list.js:103
msgid "Delete schedule"
msgstr ""
@@ -1218,7 +1273,7 @@ msgstr ""
msgid "Deleting group"
msgstr ""
-#: client/lib/services/base-string.service.js:77
+#: client/lib/services/base-string.service.js:79
msgid "Deleting this {{ resourceType }} will make the following resources unavailable."
msgstr ""
@@ -1242,7 +1297,7 @@ msgstr ""
#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:28
#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:36
#: client/src/inventory-scripts/inventory-scripts.form.js:35
-#: client/src/network-ui/network-details/details.partial.html:26
+#: client/src/network-ui/network.ui.strings.js:46
#: client/src/notifications/notificationTemplates.form.js:39
#: client/src/organizations/organizations.form.js:33
#: client/src/projects/projects.form.js:37
@@ -1277,6 +1332,7 @@ msgstr ""
#: client/features/output/output.strings.js:34
#: client/features/users/tokens/tokens.strings.js:14
#: client/src/license/license.partial.html:5
+#: client/src/network-ui/network.ui.strings.js:40
#: client/src/shared/form-generator.js:1490
msgid "Details"
msgstr ""
@@ -1290,6 +1346,10 @@ msgstr ""
msgid "Disable SSL Verification"
msgstr ""
+#: client/src/templates/survey-maker/surveys/init.factory.js:518
+msgid "Disable survey"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:6
msgid "Disassociate Group From Group"
msgstr ""
@@ -1313,6 +1373,10 @@ msgstr ""
msgid "Disassociate host"
msgstr ""
+#: client/src/templates/survey-maker/surveys/init.factory.js:21
+msgid "Disble Survey"
+msgstr ""
+
#: client/src/configuration/auth-form/configuration-auth.controller.js:93
#: client/src/configuration/configuration.controller.js:231
#: client/src/configuration/configuration.controller.js:316
@@ -1342,10 +1406,18 @@ msgstr ""
msgid "Drag and drop your custom inventory script file here or create one in the field to import your custom inventory. Refer to the Ansible Tower documentation for example syntax."
msgstr ""
+#: client/src/templates/survey-maker/surveys/init.factory.js:24
+msgid "Drag to reorder question"
+msgstr ""
+
#: client/src/partials/survey-maker-modal.html:77
msgid "Drop question here to reorder"
msgstr ""
+#: client/features/templates/templates.strings.js:119
+msgid "EDGE CONFLICT"
+msgstr ""
+
#: client/features/applications/applications.strings.js:10
msgid "EDIT APPLICATION"
msgstr ""
@@ -1362,6 +1434,10 @@ msgstr ""
msgid "EDIT INSTANCE GROUP"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:9
+msgid "EDIT SCHEDULE"
+msgstr ""
+
#: client/src/management-jobs/scheduler/main.js:97
msgid "EDIT SCHEDULED JOB"
msgstr ""
@@ -1370,6 +1446,10 @@ msgstr ""
msgid "EDIT SURVEY PROMPT"
msgstr ""
+#: client/features/templates/templates.strings.js:112
+msgid "EDIT TEMPLATE"
+msgstr ""
+
#: client/lib/components/components.strings.js:9
msgid "ENCRYPTED"
msgstr ""
@@ -1414,17 +1494,21 @@ msgstr ""
#: client/src/credential-types/credential-types.list.js:56
#: client/src/credentials/credentials.list.js:66
-#: client/src/inventories-hosts/inventories/inventory.list.js:97
+#: client/src/inventories-hosts/inventories/inventory.list.js:98
#: client/src/inventory-scripts/inventory-scripts.list.js:54
#: client/src/notifications/notificationTemplates.list.js:66
#: client/src/notifications/notificationTemplates.list.js:75
-#: client/src/scheduler/schedules.list.js:83
+#: client/src/scheduler/schedules.list.js:85
#: client/src/teams/teams.list.js:55
#: client/src/templates/templates.list.js:80
#: client/src/users/users.list.js:60
msgid "Edit"
msgstr ""
+#: client/src/templates/survey-maker/surveys/init.factory.js:22
+msgid "Edit Question"
+msgstr ""
+
#: client/src/shared/form-generator.js:1724
#: client/src/templates/job_templates/job-template.form.js:470
#: client/src/templates/workflows.form.js:212
@@ -1451,7 +1535,7 @@ msgstr ""
msgid "Edit host"
msgstr ""
-#: client/src/inventories-hosts/inventories/inventory.list.js:99
+#: client/src/inventories-hosts/inventories/inventory.list.js:100
msgid "Edit inventory"
msgstr ""
@@ -1463,7 +1547,7 @@ msgstr ""
msgid "Edit notification"
msgstr ""
-#: client/src/scheduler/schedules.list.js:86
+#: client/src/scheduler/schedules.list.js:88
msgid "Edit schedule"
msgstr ""
@@ -1505,7 +1589,7 @@ msgid "Either you do not have access or the SCM update process completed. Click
msgstr ""
#: client/features/output/output.strings.js:89
-#: client/src/workflow-results/workflow-results.controller.js:63
+#: client/src/workflow-results/workflow-results.controller.js:61
msgid "Elapsed"
msgstr ""
@@ -1521,12 +1605,20 @@ msgstr ""
msgid "Enable Concurrent Jobs"
msgstr ""
+#: client/src/configuration/system-form/configuration-system.partial.html:30
+msgid "Enable External Logging"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:124
#: client/src/templates/job_templates/job-template.form.js:274
#: client/src/templates/job_templates/job-template.form.js:279
msgid "Enable Privilege Escalation"
msgstr ""
+#: client/src/templates/survey-maker/surveys/init.factory.js:518
+msgid "Enable survey"
+msgstr ""
+
#: client/src/templates/job_templates/job-template.form.js:289
msgid "Enables creation of a provisioning callback URL. Using the URL a host can contact {{BRAND_NAME}} and request a configuration update using this job template."
msgstr ""
@@ -1535,6 +1627,18 @@ msgstr ""
msgid "Encrypted credentials are not supported."
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:36
+msgid "End"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:38
+msgid "End Date"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:40
+msgid "End Time"
+msgstr ""
+
#: client/src/license/license.partial.html:113
msgid "End User License Agreement"
msgstr ""
@@ -1608,7 +1712,7 @@ msgstr ""
msgid "Error Details"
msgstr ""
-#: client/lib/services/base-string.service.js:89
+#: client/lib/services/base-string.service.js:91
#: client/src/configuration/configuration.controller.js:408
#: client/src/configuration/configuration.controller.js:517
#: client/src/configuration/configuration.controller.js:552
@@ -1649,6 +1753,10 @@ msgstr ""
msgid "Event summary not available"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:21
+msgid "Every"
+msgstr ""
+
#: client/src/projects/add/projects-add.controller.js:137
#: client/src/projects/edit/projects-edit.controller.js:273
msgid "Example URLs for GIT SCM include:"
@@ -1677,12 +1785,12 @@ msgid "Existing Host"
msgstr ""
#: client/features/output/output.strings.js:22
-#: client/src/workflow-results/workflow-results.controller.js:158
+#: client/src/workflow-results/workflow-results.controller.js:154
#: client/src/workflow-results/workflow-results.controller.js:43
msgid "Expand Output"
msgstr ""
-#: client/src/network-ui/network-nav/network.nav.strings.js:12
+#: client/src/network-ui/network.ui.strings.js:18
msgid "Expand Panel"
msgstr ""
@@ -1694,17 +1802,22 @@ msgstr ""
msgid "Explanation"
msgstr ""
+#: client/src/network-ui/network.ui.strings.js:17
+msgid "Export"
+msgstr ""
+
#: client/features/output/output.strings.js:44
-#: client/features/templates/templates.strings.js:53
+#: client/features/templates/templates.strings.js:54
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:133
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:145
#: client/src/job-submission/job-submission.partial.html:165
#: client/src/partials/logviewer.html:8
+#: client/src/scheduler/scheduler.strings.js:45
#: client/src/templates/job_templates/job-template.form.js:352
#: client/src/templates/job_templates/job-template.form.js:359
#: client/src/templates/workflows.form.js:83
#: client/src/templates/workflows.form.js:90
-#: client/src/workflow-results/workflow-results.controller.js:126
+#: client/src/workflow-results/workflow-results.controller.js:122
msgid "Extra Variables"
msgstr ""
@@ -1713,7 +1826,7 @@ msgstr ""
msgid "FACTS"
msgstr ""
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:64
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:65
msgid "FAILED"
msgstr ""
@@ -1725,13 +1838,17 @@ msgstr ""
msgid "FIELDS:"
msgstr ""
+#: client/src/smart-status/smart-status.controller.js:43
+msgid "FINISHED"
+msgstr ""
+
#: client/src/inventories-hosts/hosts/host.form.js:107
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:106
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:107
msgid "Facts"
msgstr ""
-#: client/lib/components/components.strings.js:91
+#: client/lib/components/components.strings.js:100
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:80
msgid "Failed"
msgstr ""
@@ -1806,7 +1923,7 @@ msgstr ""
msgid "Finished"
msgstr ""
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:21
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:27
#: client/src/users/users.form.js:29
#: client/src/users/users.list.js:33
msgid "First Name"
@@ -1816,6 +1933,10 @@ msgstr ""
msgid "First Run"
msgstr ""
+#: client/src/templates/survey-maker/surveys/init.factory.js:19
+msgid "Float"
+msgstr ""
+
#: client/features/output/output.strings.js:76
#: client/src/shared/smart-search/smart-search.partial.html:52
msgid "For additional information on advanced search syntax please see the Ansible Tower"
@@ -1848,9 +1969,18 @@ msgid "Forks"
msgstr ""
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:173
+#: client/src/scheduler/scheduler.strings.js:20
msgid "Frequency Details"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:33
+msgid "Fri"
+msgstr ""
+
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:2
+msgid "GO TO NOTIFICATIONS TO"
+msgstr ""
+
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.route.js:45
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.route.js:46
msgid "GROUPS"
@@ -1861,6 +1991,10 @@ msgstr ""
msgid "Get latest SCM revision"
msgstr ""
+#: client/src/credential-types/add/add.controller.js:41
+msgid "Getting Started with Credential Types"
+msgstr ""
+
#: client/src/configuration/auth-form/configuration-auth.controller.js:129
msgid "GitHub"
msgstr ""
@@ -1882,13 +2016,13 @@ msgstr ""
msgid "Grant Permission"
msgstr ""
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:79
+#: client/src/notifications/edit/edit.controller.js:126
msgid "Gray"
msgstr ""
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:80
+#: client/src/notifications/edit/edit.controller.js:127
msgid "Green"
msgstr ""
@@ -1911,7 +2045,8 @@ msgid "Groups"
msgstr ""
#: client/lib/components/components.strings.js:12
-#: client/lib/services/base-string.service.js:65
+#: client/lib/services/base-string.service.js:66
+#: client/src/templates/survey-maker/surveys/init.factory.js:483
msgid "HIDE"
msgstr ""
@@ -1921,7 +2056,7 @@ msgstr ""
#: client/src/activity-stream/get-target-title.factory.js:41
#: client/src/inventories-hosts/hosts/hosts.partial.html:9
-#: client/src/inventories-hosts/hosts/main.js:80
+#: client/src/inventories-hosts/hosts/main.js:81
#: client/src/inventories-hosts/inventories/inventories.partial.html:15
#: client/src/inventories-hosts/inventories/related/hosts/related-host.route.js:18
#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js:17
@@ -1937,11 +2072,24 @@ msgstr ""
msgid "Hide Activity Stream"
msgstr ""
+#: client/src/network-ui/network.ui.strings.js:26
+msgid "Hide Buttons"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:25
+msgid "Hide Cursor"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:27
+msgid "Hide Interfaces"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:23
msgid "High"
msgstr ""
#: client/src/credentials/credentials.form.js:139
+#: client/src/network-ui/network.ui.strings.js:33
#: client/src/notifications/notificationTemplates.form.js:83
msgid "Host"
msgstr ""
@@ -1968,7 +2116,7 @@ msgstr ""
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:56
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:45
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:56
-#: client/src/network-ui/network-details/details.partial.html:16
+#: client/src/network-ui/network.ui.strings.js:45
msgid "Host Name"
msgstr ""
@@ -1998,6 +2146,7 @@ msgstr ""
msgid "Host status information for this job is unavailable."
msgstr ""
+#: client/features/output/output.strings.js:92
#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:27
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:39
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:98
@@ -2029,6 +2178,10 @@ msgstr ""
msgid "I agree to the End User License Agreement"
msgstr ""
+#: client/features/output/output.strings.js:101
+msgid "ID"
+msgstr ""
+
#: client/src/partials/job-template-details.html:2
msgid "INFO"
msgstr ""
@@ -2041,14 +2194,14 @@ msgstr ""
msgid "INSIGHTS"
msgstr ""
-#: client/lib/components/components.strings.js:75
+#: client/lib/components/components.strings.js:84
#: client/src/instance-groups/instance-groups.list.js:6
#: client/src/instance-groups/instance-groups.list.js:7
#: client/src/instance-groups/instance-groups.strings.js:13
msgid "INSTANCE GROUPS"
msgstr ""
-#: client/src/instance-groups/instance-groups.strings.js:18
+#: client/src/instance-groups/instance-groups.strings.js:22
msgid "INSTANCES"
msgstr ""
@@ -2058,7 +2211,7 @@ msgstr ""
#: client/src/inventories-hosts/inventories/inventories.route.js:8
#: client/src/inventories-hosts/inventories/inventory.list.js:14
#: client/src/inventories-hosts/inventories/inventory.list.js:15
-#: client/src/network-ui/network-nav/network.nav.strings.js:8
+#: client/src/network-ui/network.ui.strings.js:8
#: client/src/organizations/linkout/organizations-linkout.route.js:144
#: client/src/organizations/list/organizations-list.controller.js:67
msgid "INVENTORIES"
@@ -2204,7 +2357,7 @@ msgstr ""
msgid "Instance Group"
msgstr ""
-#: client/src/instance-groups/instance-groups.strings.js:47
+#: client/src/instance-groups/instance-groups.strings.js:58
msgid "Instance Group parameter is missing."
msgstr ""
@@ -2234,10 +2387,15 @@ msgstr ""
msgid "Instance Type:"
msgstr ""
-#: client/lib/components/components.strings.js:74
+#: client/lib/components/components.strings.js:83
+#: client/src/instance-groups/instance-groups.strings.js:14
msgid "Instances"
msgstr ""
+#: client/src/templates/survey-maker/surveys/init.factory.js:18
+msgid "Integer"
+msgstr ""
+
#: client/src/license/license.partial.html:11
msgid "Invalid License"
msgstr ""
@@ -2259,7 +2417,7 @@ msgstr ""
msgid "Invalid username and/or password. Please try again."
msgstr ""
-#: client/lib/components/components.strings.js:66
+#: client/lib/components/components.strings.js:75
#: client/lib/models/models.strings.js:16
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:122
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:52
@@ -2274,9 +2432,10 @@ msgstr ""
#: client/features/templates/templates.strings.js:16
#: client/features/templates/templates.strings.js:24
#: client/src/inventories-hosts/hosts/host.list.js:69
-#: client/src/inventories-hosts/inventories/inventory.list.js:80
+#: client/src/inventories-hosts/inventories/inventory.list.js:81
#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:71
#: client/src/job-submission/job-submission.partial.html:17
+#: client/src/network-ui/network.ui.strings.js:12
#: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70
#: client/src/templates/job_templates/job-template.form.js:66
#: client/src/templates/job_templates/job-template.form.js:80
@@ -2288,7 +2447,7 @@ msgstr ""
msgid "Inventory File"
msgstr ""
-#: client/lib/components/components.strings.js:71
+#: client/lib/components/components.strings.js:80
#: client/lib/models/models.strings.js:20
#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:29
msgid "Inventory Scripts"
@@ -2298,8 +2457,9 @@ msgstr ""
msgid "Inventory Sources"
msgstr ""
+#: client/features/templates/templates.strings.js:108
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:46
-#: client/src/workflow-results/workflow-results.controller.js:70
+#: client/src/workflow-results/workflow-results.controller.js:68
msgid "Inventory Sync"
msgstr ""
@@ -2319,6 +2479,10 @@ msgstr ""
msgid "Isolated"
msgstr ""
+#: client/src/smart-status/smart-status.controller.js:43
+msgid "JOB ID"
+msgstr ""
+
#: client/features/output/output.strings.js:83
msgid "JOB IS STILL RUNNING"
msgstr ""
@@ -2343,15 +2507,16 @@ msgstr ""
#: client/features/jobs/routes/instanceJobs.route.js:13
#: client/features/jobs/routes/inventoryCompletedJobs.route.js:22
#: client/features/jobs/routes/jobs.route.js:12
+#: client/features/templates/templates.strings.js:113
#: client/src/activity-stream/get-target-title.factory.js:32
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:118
-#: client/src/instance-groups/instance-groups.strings.js:19
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:119
+#: client/src/instance-groups/instance-groups.strings.js:23
#: client/src/portal-mode/portal-mode-layout.partial.html:19
msgid "JOBS"
msgstr ""
#: client/lib/components/code-mirror/code-mirror.strings.js:12
-#: client/lib/services/base-string.service.js:69
+#: client/lib/services/base-string.service.js:70
#: client/src/job-submission/job-submission.partial.html:173
msgid "JSON"
msgstr ""
@@ -2362,8 +2527,12 @@ msgstr ""
msgid "JSON:"
msgstr ""
+#: client/src/workflow-results/workflow-results.controller.js:86
+msgid "Job"
+msgstr ""
+
#: client/features/output/output.strings.js:50
-#: client/features/templates/templates.strings.js:47
+#: client/features/templates/templates.strings.js:48
#: client/src/job-submission/job-submission.partial.html:228
#: client/src/templates/job_templates/job-template.form.js:190
#: client/src/templates/job_templates/job-template.form.js:197
@@ -2385,7 +2554,7 @@ msgid "Job Templates"
msgstr ""
#: client/features/output/output.strings.js:52
-#: client/features/templates/templates.strings.js:49
+#: client/features/templates/templates.strings.js:50
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:32
#: client/src/job-submission/job-submission.partial.html:202
#: client/src/templates/job_templates/job-template.form.js:47
@@ -2393,20 +2562,30 @@ msgstr ""
msgid "Job Type"
msgstr ""
-#: client/lib/components/components.strings.js:60
+#: client/src/home/dashboard/lists/jobs/jobs-list.directive.js:45
+msgid "Job failed. Click for details."
+msgstr ""
+
+#: client/src/home/dashboard/lists/jobs/jobs-list.directive.js:42
+msgid "Job successful. Click for details."
+msgstr ""
+
+#: client/lib/components/components.strings.js:69
#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:30
#: client/src/configuration/configuration.partial.html:22
-#: client/src/instance-groups/instance-groups.strings.js:37
+#: client/src/instance-groups/instance-groups.strings.js:47
msgid "Jobs"
msgstr ""
#: client/features/output/output.strings.js:81
-#: client/src/workflow-results/workflow-results.controller.js:71
+#: client/features/templates/templates.strings.js:103
+#: client/src/workflow-results/workflow-results.controller.js:69
msgid "KEY"
msgstr ""
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:61
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:154
+#: client/src/network-ui/network.ui.strings.js:23
#: client/src/shared/smart-search/smart-search.partial.html:14
msgid "Key"
msgstr ""
@@ -2429,7 +2608,7 @@ msgstr ""
msgid "LAST USED"
msgstr ""
-#: client/features/templates/templates.strings.js:29
+#: client/features/templates/templates.strings.js:30
msgid "LAUNCH"
msgstr ""
@@ -2484,7 +2663,7 @@ msgstr ""
msgid "Last Modified"
msgstr ""
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:25
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:31
#: client/src/users/users.form.js:36
#: client/src/users/users.list.js:37
msgid "Last Name"
@@ -2516,7 +2695,7 @@ msgstr ""
msgid "Launched By"
msgstr ""
-#: client/features/templates/templates.strings.js:37
+#: client/features/templates/templates.strings.js:38
#: client/src/job-submission/job-submission.partial.html:99
msgid "Launching this job requires the passwords listed below. Enter and confirm each password before continuing."
msgstr ""
@@ -2552,7 +2731,7 @@ msgid "License Type"
msgstr ""
#: client/features/output/output.strings.js:56
-#: client/features/templates/templates.strings.js:48
+#: client/features/templates/templates.strings.js:49
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:45
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:55
#: client/src/job-submission/job-submission.partial.html:220
@@ -2576,6 +2755,10 @@ msgstr ""
msgid "Limit to hosts where the Name tag begins with"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:43
+msgid "Limited to first 10"
+msgstr ""
+
#: client/src/shared/socket/socket.service.js:203
msgid "Live events: attempting to connect to the server."
msgstr ""
@@ -2593,6 +2776,7 @@ msgid "Loading..."
msgstr ""
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:133
+#: client/src/scheduler/scheduler.strings.js:18
msgid "Local Time Zone"
msgstr ""
@@ -2604,7 +2788,7 @@ msgstr ""
msgid "Log aggregator test successful."
msgstr ""
-#: client/lib/components/components.strings.js:56
+#: client/lib/components/components.strings.js:65
msgid "Logged in as"
msgstr ""
@@ -2612,7 +2796,7 @@ msgstr ""
msgid "Logging"
msgstr ""
-#: client/lib/components/components.strings.js:58
+#: client/lib/components/components.strings.js:67
msgid "Logout"
msgstr ""
@@ -2625,6 +2809,10 @@ msgstr ""
msgid "MANAGEMENT JOBS"
msgstr ""
+#: client/features/output/output.strings.js:104
+msgid "MODULE"
+msgstr ""
+
#: client/features/templates/routes/portalModeTemplatesList.route.js:12
msgid "MY VIEW"
msgstr ""
@@ -2639,7 +2827,7 @@ msgstr ""
msgid "Machine Credential"
msgstr ""
-#: client/lib/components/components.strings.js:73
+#: client/lib/components/components.strings.js:82
msgid "Management Jobs"
msgstr ""
@@ -2677,6 +2865,10 @@ msgstr ""
msgid "Module Args"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:29
+msgid "Mon"
+msgstr ""
+
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:25
msgid "Most recent job failed. Click to view jobs."
msgstr ""
@@ -2685,6 +2877,14 @@ msgstr ""
msgid "Most recent job successful. Click to view jobs."
msgstr ""
+#: client/src/templates/survey-maker/surveys/init.factory.js:17
+msgid "Multiple Choice (multiple select)"
+msgstr ""
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:16
+msgid "Multiple Choice (single select)"
+msgstr ""
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:77
msgid "Multiple Choice Options"
msgstr ""
@@ -2693,6 +2893,10 @@ msgstr ""
msgid "My Jobs"
msgstr ""
+#: client/lib/components/components.strings.js:71
+msgid "My View"
+msgstr ""
+
#: client/features/applications/applications.strings.js:24
msgid "NEW APPLICATION"
msgstr ""
@@ -2745,7 +2949,7 @@ msgstr ""
msgid "NEW WORKFLOW JOB TEMPLATE"
msgstr ""
-#: client/lib/services/base-string.service.js:63
+#: client/lib/services/base-string.service.js:64
msgid "NEXT"
msgstr ""
@@ -2774,6 +2978,7 @@ msgstr ""
#: client/src/management-jobs/notifications/notification.route.js:46
#: client/src/notifications/main.js:42
#: client/src/notifications/main.js:89
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:2
msgid "NOTIFICATIONS"
msgstr ""
@@ -2786,7 +2991,7 @@ msgstr ""
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:13
#: client/src/instance-groups/instance-groups.list.js:15
#: client/src/inventories-hosts/hosts/host.list.js:61
-#: client/src/inventories-hosts/inventories/inventory.list.js:47
+#: client/src/inventories-hosts/inventories/inventory.list.js:48
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:55
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:32
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:33
@@ -2804,6 +3009,7 @@ msgstr ""
#: client/src/projects/projects.form.js:30
#: client/src/projects/projects.list.js:37
#: client/src/scheduler/scheduled-jobs.list.js:31
+#: client/src/scheduler/scheduler.strings.js:13
#: client/src/scheduler/schedules.list.js:41
#: client/src/teams/teams.form.js:127
#: client/src/teams/teams.form.js:28
@@ -2821,8 +3027,8 @@ msgstr ""
msgid "Network"
msgstr ""
-#: client/src/inventories-hosts/inventories/inventory.list.js:104
-#: client/src/inventories-hosts/inventories/inventory.list.js:106
+#: client/src/inventories-hosts/inventories/inventory.list.js:105
+#: client/src/inventories-hosts/inventories/inventory.list.js:107
msgid "Network Visualization"
msgstr ""
@@ -2847,7 +3053,7 @@ msgstr ""
msgid "No Credentials Have Been Created"
msgstr ""
-#: client/features/templates/templates.strings.js:61
+#: client/features/templates/templates.strings.js:62
#: client/src/job-submission/lists/credential/job-sub-cred-list.controller.js:44
#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:15
msgid "No Credentials Matching This Type Have Been Created"
@@ -2885,7 +3091,7 @@ msgstr ""
msgid "No Users exist"
msgstr ""
-#: client/features/templates/templates.strings.js:32
+#: client/features/templates/templates.strings.js:33
msgid "No credentials selected"
msgstr ""
@@ -2901,7 +3107,7 @@ msgstr ""
msgid "No hosts with failures. Click for details."
msgstr ""
-#: client/features/templates/templates.strings.js:33
+#: client/features/templates/templates.strings.js:34
msgid "No inventory selected"
msgstr ""
@@ -2921,7 +3127,7 @@ msgstr ""
msgid "No job failures"
msgstr ""
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:54
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:55
msgid "No job templates were recently used."
msgstr ""
@@ -2952,6 +3158,10 @@ msgstr ""
msgid "No records matched your search."
msgstr ""
+#: client/features/output/output.strings.js:105
+msgid "No result found"
+msgstr ""
+
#: client/src/scheduler/scheduled-jobs.list.js:16
msgid "No schedules exist"
msgstr ""
@@ -2968,12 +3178,12 @@ msgid "Normal User"
msgstr ""
#: client/features/output/output.strings.js:36
-#: client/src/workflow-results/workflow-results.controller.js:58
+#: client/src/workflow-results/workflow-results.controller.js:56
msgid "Not Finished"
msgstr ""
#: client/features/output/output.strings.js:37
-#: client/src/workflow-results/workflow-results.controller.js:59
+#: client/src/workflow-results/workflow-results.controller.js:57
msgid "Not Started"
msgstr ""
@@ -3008,7 +3218,7 @@ msgstr ""
msgid "Notification Templates"
msgstr ""
-#: client/lib/components/components.strings.js:72
+#: client/lib/components/components.strings.js:81
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:20
#: client/src/management-jobs/notifications/notification.route.js:21
#: client/src/notifications/notifications.list.js:17
@@ -3019,7 +3229,7 @@ msgstr ""
msgid "Notify Channel"
msgstr ""
-#: client/lib/services/base-string.service.js:67
+#: client/lib/services/base-string.service.js:68
#: client/src/inventories-hosts/hosts/hosts.partial.html:55
#: client/src/job-submission/job-submission.partial.html:269
#: client/src/partials/survey-maker-modal.html:27
@@ -3029,12 +3239,12 @@ msgstr ""
msgid "OFF"
msgstr ""
-#: client/lib/services/base-string.service.js:62
-#: client/src/network-ui/network-nav/network.nav.view.html:93
+#: client/lib/services/base-string.service.js:63
+#: client/src/network-ui/network-nav/network.nav.view.html:85
msgid "OK"
msgstr ""
-#: client/lib/services/base-string.service.js:66
+#: client/lib/services/base-string.service.js:67
#: client/src/inventories-hosts/hosts/hosts.partial.html:54
#: client/src/job-submission/job-submission.partial.html:267
#: client/src/partials/survey-maker-modal.html:26
@@ -3058,11 +3268,20 @@ msgstr ""
msgid "ORGANIZATIONS"
msgstr ""
-#: client/src/workflow-results/workflow-results.controller.js:67
+#: client/src/scheduler/scheduler.strings.js:37
+msgid "Occurrences"
+msgstr ""
+
+#: client/src/workflow-results/workflow-results.controller.js:65
msgid "On Fail"
msgstr ""
-#: client/src/workflow-results/workflow-results.controller.js:66
+#: client/features/templates/templates.strings.js:105
+msgid "On Failure"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:104
+#: client/src/workflow-results/workflow-results.controller.js:64
msgid "On Success"
msgstr ""
@@ -3089,7 +3308,7 @@ msgstr ""
#: client/src/credentials/credentials.form.js:46
#: client/src/credentials/credentials.form.js:53
-#: client/src/inventories-hosts/inventories/inventory.list.js:60
+#: client/src/inventories-hosts/inventories/inventory.list.js:61
#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:33
#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:41
#: client/src/inventory-scripts/inventory-scripts.form.js:40
@@ -3105,7 +3324,7 @@ msgstr ""
msgid "Organization"
msgstr ""
-#: client/lib/components/components.strings.js:68
+#: client/lib/components/components.strings.js:77
#: client/lib/models/models.strings.js:35
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:136
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:64
@@ -3114,7 +3333,7 @@ msgstr ""
msgid "Organizations"
msgstr ""
-#: client/features/templates/templates.strings.js:26
+#: client/features/templates/templates.strings.js:27
#: client/src/job-submission/job-submission.partial.html:19
msgid "Other Prompts"
msgstr ""
@@ -3179,6 +3398,10 @@ msgstr ""
msgid "PERMISSIONS"
msgstr ""
+#: client/features/output/output.strings.js:102
+msgid "PLAY"
+msgstr ""
+
#: client/src/partials/job-template-details.html:2
msgid "PLAYBOOK"
msgstr ""
@@ -3210,6 +3433,10 @@ msgstr ""
msgid "PROJECTS"
msgstr ""
+#: client/features/templates/templates.strings.js:26
+msgid "PROMPT"
+msgstr ""
+
#: client/src/shared/paginate/paginate.partial.html:33
msgid "Page"
msgstr ""
@@ -3246,6 +3473,7 @@ msgstr ""
#: client/src/credentials/factories/kind-change.factory.js:97
#: client/src/job-submission/job-submission.partial.html:104
#: client/src/notifications/shared/type-change.service.js:30
+#: client/src/templates/survey-maker/surveys/init.factory.js:15
#: client/src/users/users.form.js:71
msgid "Password"
msgstr ""
@@ -3280,7 +3508,7 @@ msgstr ""
msgid "Paste the contents of the SSH private key file.%s or click to close%s"
msgstr ""
-#: client/src/inventories-hosts/inventories/inventory.list.js:134
+#: client/src/inventories-hosts/inventories/inventory.list.js:135
msgid "Pending Delete"
msgstr ""
@@ -3317,12 +3545,16 @@ msgstr ""
msgid "Playbook Directory"
msgstr ""
-#: client/features/templates/templates.strings.js:59
+#: client/features/templates/templates.strings.js:60
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:52
msgid "Playbook Run"
msgstr ""
-#: client/lib/components/components.strings.js:99
+#: client/features/output/output.strings.js:90
+msgid "Plays"
+msgstr ""
+
+#: client/lib/components/components.strings.js:108
msgid "Please add items to this list."
msgstr ""
@@ -3338,6 +3570,10 @@ msgstr ""
msgid "Please assign roles to the selected users/teams"
msgstr ""
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid "Please check the server and make sure the directory exists and file permissions are set correctly."
+msgstr ""
+
#: client/src/license/license.partial.html:84
msgid "Please click the button below to visit Ansible's website to get a Tower license key."
msgstr ""
@@ -3346,6 +3582,10 @@ msgstr ""
msgid "Please click the icon to edit the host filter."
msgstr ""
+#: client/features/templates/templates.strings.js:114
+msgid "Please click the start button to build your workflow."
+msgstr ""
+
#: client/src/shared/form-generator.js:870
#: client/src/shared/form-generator.js:965
msgid "Please enter a URL that begins with ssh, http or https. The URL may not contain the '@' character."
@@ -3363,7 +3603,7 @@ msgstr ""
msgid "Please enter a number."
msgstr ""
-#: client/features/templates/templates.strings.js:38
+#: client/features/templates/templates.strings.js:39
#: client/src/job-submission/job-submission.partial.html:112
#: client/src/job-submission/job-submission.partial.html:126
#: client/src/job-submission/job-submission.partial.html:140
@@ -3401,17 +3641,17 @@ msgstr ""
msgid "Please enter an answer between"
msgstr ""
-#: client/features/templates/templates.strings.js:58
+#: client/features/templates/templates.strings.js:59
#: client/src/job-submission/job-submission.partial.html:316
msgid "Please enter an answer that is a decimal number."
msgstr ""
-#: client/features/templates/templates.strings.js:57
+#: client/features/templates/templates.strings.js:58
#: client/src/job-submission/job-submission.partial.html:310
msgid "Please enter an answer that is a valid integer."
msgstr ""
-#: client/features/templates/templates.strings.js:55
+#: client/features/templates/templates.strings.js:56
#: client/src/job-submission/job-submission.partial.html:288
#: client/src/job-submission/job-submission.partial.html:293
#: client/src/job-submission/job-submission.partial.html:304
@@ -3420,10 +3660,22 @@ msgstr ""
msgid "Please enter an answer."
msgstr ""
+#: client/features/templates/templates.strings.js:115
+msgid "Please hover over a template for additional options."
+msgstr ""
+
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:169
msgid "Please input a number greater than 1."
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:39
+msgid "Please provide a valid date."
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:22
+msgid "Please provide a value between 1 and 999."
+msgstr ""
+
#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:54
msgid "Please save before adding a survey to this job template."
msgstr ""
@@ -3517,7 +3769,7 @@ msgstr ""
msgid "Please select a number."
msgstr ""
-#: client/features/templates/templates.strings.js:56
+#: client/features/templates/templates.strings.js:57
msgid "Please select a value"
msgstr ""
@@ -3540,6 +3792,10 @@ msgstr ""
msgid "Please select at least one value."
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:35
+msgid "Please select one or more days."
+msgstr ""
+
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:30
msgid "Please select resources from the lists below."
msgstr ""
@@ -3552,11 +3808,7 @@ msgstr ""
msgid "Port"
msgstr ""
-#: client/lib/components/components.strings.js:62
-msgid "Portal Mode"
-msgstr ""
-
-#: client/features/templates/templates.strings.js:28
+#: client/features/templates/templates.strings.js:29
msgid "Preview"
msgstr ""
@@ -3566,7 +3818,7 @@ msgstr ""
msgid "Private Key"
msgstr ""
-#: client/features/templates/templates.strings.js:41
+#: client/features/templates/templates.strings.js:42
#: client/src/credentials/credentials.form.js:264
#: client/src/job-submission/job-submission.partial.html:118
msgid "Private Key Passphrase"
@@ -3577,7 +3829,7 @@ msgstr ""
msgid "Privilege Escalation"
msgstr ""
-#: client/features/templates/templates.strings.js:42
+#: client/features/templates/templates.strings.js:43
#: client/src/credentials/credentials.form.js:305
#: client/src/job-submission/job-submission.partial.html:132
msgid "Privilege Escalation Password"
@@ -3616,7 +3868,8 @@ msgstr ""
msgid "Project Path"
msgstr ""
-#: client/src/workflow-results/workflow-results.controller.js:69
+#: client/features/templates/templates.strings.js:107
+#: client/src/workflow-results/workflow-results.controller.js:67
msgid "Project Sync"
msgstr ""
@@ -3628,7 +3881,7 @@ msgstr ""
msgid "Project lookup failed. GET returned:"
msgstr ""
-#: client/lib/components/components.strings.js:63
+#: client/lib/components/components.strings.js:72
#: client/lib/models/models.strings.js:40
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:115
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:47
@@ -3666,6 +3919,7 @@ msgstr ""
msgid "Promote {{ group }} and {{ host }}"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:46
#: client/src/templates/survey-maker/shared/question-definition.form.js:27
msgid "Prompt"
msgstr ""
@@ -3696,6 +3950,7 @@ msgstr ""
#: client/src/inventories-hosts/hosts/host.form.js:50
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:49
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:49
+#: client/src/network-ui/network.ui.strings.js:47
msgid "Provide a host name, ip address, or ip address:port. Examples include:"
msgstr ""
@@ -3721,8 +3976,8 @@ msgstr ""
msgid "Provisioning Callback URL"
msgstr ""
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:81
+#: client/src/notifications/edit/edit.controller.js:128
msgid "Purple"
msgstr ""
@@ -3730,6 +3985,10 @@ msgstr ""
msgid "RADIUS"
msgstr ""
+#: client/src/instance-groups/instance-groups.strings.js:43
+msgid "RAM"
+msgstr ""
+
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:4
msgid "RECENT JOB RUNS"
msgstr ""
@@ -3738,7 +3997,7 @@ msgstr ""
msgid "RECENTLY RUN JOBS"
msgstr ""
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:50
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:51
msgid "RECENTLY USED JOB TEMPLATES"
msgstr ""
@@ -3779,7 +4038,7 @@ msgstr ""
msgid "RESULTS"
msgstr ""
-#: client/features/templates/templates.strings.js:34
+#: client/features/templates/templates.strings.js:35
#: client/lib/components/components.strings.js:8
#: client/src/job-submission/job-submission.partial.html:44
#: client/src/job-submission/job-submission.partial.html:87
@@ -3792,6 +4051,10 @@ msgstr ""
msgid "RSA Private Key"
msgstr ""
+#: client/features/templates/templates.strings.js:116
+msgid "RUN"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/adhoc/adhoc.route.js:28
msgid "RUN COMMAND"
msgstr ""
@@ -3804,8 +4067,8 @@ msgstr ""
msgid "RUN COMMANDS"
msgstr ""
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:84
+#: client/src/notifications/edit/edit.controller.js:131
msgid "Random"
msgstr ""
@@ -3813,7 +4076,7 @@ msgstr ""
msgid "Read"
msgstr ""
-#: client/src/workflow-results/workflow-results.controller.js:125
+#: client/src/workflow-results/workflow-results.controller.js:121
msgid "Read only view of extra variables added to the workflow."
msgstr ""
@@ -3831,8 +4094,8 @@ msgstr ""
msgid "Recipient List"
msgstr ""
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:82
+#: client/src/notifications/edit/edit.controller.js:129
msgid "Red"
msgstr ""
@@ -3867,15 +4130,15 @@ msgstr ""
msgid "Related Groups"
msgstr ""
-#: client/lib/components/components.strings.js:89
+#: client/lib/components/components.strings.js:98
msgid "Relaunch On"
msgstr ""
-#: client/lib/components/components.strings.js:88
+#: client/lib/components/components.strings.js:97
msgid "Relaunch using host parameters"
msgstr ""
-#: client/lib/components/components.strings.js:87
+#: client/lib/components/components.strings.js:96
#: client/src/workflow-results/workflow-results.controller.js:37
msgid "Relaunch using the same parameters"
msgstr ""
@@ -3886,6 +4149,7 @@ msgstr ""
#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:102
#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:103
+#: client/src/network-ui/network.ui.strings.js:41
#: client/src/teams/teams.form.js:145
#: client/src/users/users.form.js:225
msgid "Remove"
@@ -3896,6 +4160,7 @@ msgid "Remove any local modifications prior to performing an update."
msgstr ""
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:149
+#: client/src/scheduler/scheduler.strings.js:19
msgid "Repeat frequency"
msgstr ""
@@ -3911,16 +4176,20 @@ msgstr ""
msgid "Reset"
msgstr ""
-#: client/lib/components/components.strings.js:81
+#: client/src/network-ui/network.ui.strings.js:28
+msgid "Reset Zoom"
+msgstr ""
+
+#: client/lib/components/components.strings.js:90
msgid "Resources"
msgstr ""
-#: client/features/templates/templates.strings.js:88
+#: client/features/templates/templates.strings.js:89
#: client/src/scheduler/schedules.list.js:24
msgid "Resources are missing from this template."
msgstr ""
-#: client/lib/services/base-string.service.js:85
+#: client/lib/services/base-string.service.js:87
msgid "Return"
msgstr ""
@@ -3977,7 +4246,13 @@ msgstr ""
msgid "Role"
msgstr ""
+#: client/src/network-ui/network.ui.strings.js:35
+msgid "Router"
+msgstr ""
+
#: client/src/instance-groups/instance-groups.list.js:26
+#: client/src/instance-groups/instance-groups.strings.js:15
+#: client/src/instance-groups/instance-groups.strings.js:48
msgid "Running Jobs"
msgstr ""
@@ -3985,7 +4260,7 @@ msgstr ""
msgid "SAML"
msgstr ""
-#: client/lib/services/base-string.service.js:61
+#: client/lib/services/base-string.service.js:62
#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.partial.html:17
#: client/src/inventories-hosts/shared/associate-groups/associate-groups.partial.html:17
#: client/src/inventories-hosts/shared/associate-hosts/associate-hosts.partial.html:17
@@ -4068,7 +4343,7 @@ msgstr ""
msgid "SEARCH"
msgstr ""
-#: client/src/inventories-hosts/inventories/adhoc/adhoc-credential.route.js:36
+#: client/features/templates/templates.strings.js:118
#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:84
msgid "SELECT"
msgstr ""
@@ -4094,11 +4369,11 @@ msgstr ""
msgid "SELECT HOSTS"
msgstr ""
-#: client/src/instance-groups/instance-groups.strings.js:28
+#: client/src/instance-groups/instance-groups.strings.js:32
msgid "SELECT INSTANCE"
msgstr ""
-#: client/features/templates/templates.strings.js:31
+#: client/features/templates/templates.strings.js:32
msgid "SELECTED"
msgstr ""
@@ -4117,7 +4392,8 @@ msgid "SETTING NAME"
msgstr ""
#: client/lib/components/components.strings.js:11
-#: client/lib/services/base-string.service.js:64
+#: client/lib/services/base-string.service.js:65
+#: client/src/templates/survey-maker/surveys/init.factory.js:486
msgid "SHOW"
msgstr ""
@@ -4143,7 +4419,7 @@ msgstr ""
msgid "SSH Key"
msgstr ""
-#: client/features/templates/templates.strings.js:40
+#: client/features/templates/templates.strings.js:41
msgid "SSH Password"
msgstr ""
@@ -4155,12 +4431,20 @@ msgstr ""
msgid "SSL Connection"
msgstr ""
+#: client/features/templates/templates.strings.js:121
+msgid "START"
+msgstr ""
+
+#: client/src/smart-status/smart-status.controller.js:43
+msgid "STATUS"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:119
#: client/src/credentials/credentials.form.js:127
msgid "STS Token"
msgstr ""
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:61
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:62
msgid "SUCCESSFUL"
msgstr ""
@@ -4176,6 +4460,10 @@ msgstr ""
msgid "SYSTEM TRACKING"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:34
+msgid "Sat"
+msgstr ""
+
#: client/src/credentials/factories/become-method-change.factory.js:70
#: client/src/credentials/factories/kind-change.factory.js:127
msgid "Satellite 6 URL"
@@ -4184,11 +4472,13 @@ msgstr ""
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:110
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:193
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:158
+#: client/src/scheduler/scheduler.strings.js:49
#: client/src/shared/form-generator.js:1700
msgid "Save"
msgstr ""
#: client/src/configuration/configuration.controller.js:510
+#: client/src/network-ui/network.ui.strings.js:48
msgid "Save Complete"
msgstr ""
@@ -4207,6 +4497,10 @@ msgstr ""
msgid "Schedule"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:42
+msgid "Schedule Description"
+msgstr ""
+
#: client/src/management-jobs/card/card.partial.html:28
msgid "Schedule Management Job"
msgstr ""
@@ -4219,11 +4513,27 @@ msgstr ""
msgid "Schedule inventory syncs"
msgstr ""
+#: client/src/scheduler/schedulerList.controller.js:122
+msgid "Schedule is active."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:122
+msgid "Schedule is active. Click to stop."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:127
+msgid "Schedule is stopped."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:127
+msgid "Schedule is stopped. Click to activate."
+msgstr ""
+
#: client/src/templates/templates.list.js:96
msgid "Schedule job template runs"
msgstr ""
-#: client/lib/components/components.strings.js:61
+#: client/lib/components/components.strings.js:70
#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:416
#: client/src/projects/projects.form.js:290
@@ -4232,8 +4542,9 @@ msgstr ""
msgid "Schedules"
msgstr ""
-#: client/src/shared/smart-search/smart-search.controller.js:108
-#: client/src/shared/smart-search/smart-search.controller.js:32
+#: client/src/network-ui/network.ui.strings.js:32
+#: client/src/shared/smart-search/smart-search.controller.js:121
+#: client/src/shared/smart-search/smart-search.controller.js:160
msgid "Search"
msgstr ""
@@ -4251,6 +4562,8 @@ msgid "Security Token Service (STS) is a web service that enables you to request
msgstr ""
#: client/src/shared/form-generator.js:1704
+#: client/src/shared/lookup/lookup-modal.directive.js:59
+#: client/src/shared/lookup/lookup-modal.partial.html:20
msgid "Select"
msgstr ""
@@ -4374,7 +4687,7 @@ msgstr ""
msgid "Service Account JSON File"
msgstr ""
-#: client/lib/components/components.strings.js:77
+#: client/lib/components/components.strings.js:86
msgid "Settings"
msgstr ""
@@ -4388,7 +4701,7 @@ msgstr ""
msgid "Show"
msgstr ""
-#: client/features/templates/templates.strings.js:45
+#: client/features/templates/templates.strings.js:46
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:115
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:118
#: client/src/templates/job_templates/job-template.form.js:256
@@ -4420,7 +4733,7 @@ msgid "Sign in with %s Teams"
msgstr ""
#: client/features/output/output.strings.js:66
-#: client/features/templates/templates.strings.js:46
+#: client/features/templates/templates.strings.js:47
#: client/src/job-submission/job-submission.partial.html:245
#: client/src/templates/job_templates/job-template.form.js:207
#: client/src/templates/job_templates/job-template.form.js:214
@@ -4436,7 +4749,7 @@ msgstr ""
msgid "Smart Host Filter"
msgstr ""
-#: client/src/inventories-hosts/inventories/inventory.list.js:85
+#: client/src/inventories-hosts/inventories/inventory.list.js:86
#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:71
#: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70
#: client/src/shared/form-generator.js:1465
@@ -4522,19 +4835,26 @@ msgstr ""
msgid "Specify which groups to create automatically. Group names will be created similar to the options selected. If blank, all groups above are created. Refer to Ansible Tower documentation for more detail."
msgstr ""
+#: client/features/output/output.strings.js:107
+msgid "Standard Error"
+msgstr ""
+
+#: client/features/output/output.strings.js:106
#: client/src/partials/logviewer.html:5
msgid "Standard Out"
msgstr ""
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:41
+#: client/src/scheduler/scheduler.strings.js:15
msgid "Start Date"
msgstr ""
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:56
+#: client/src/scheduler/scheduler.strings.js:16
msgid "Start Time"
msgstr ""
-#: client/lib/components/components.strings.js:95
+#: client/lib/components/components.strings.js:104
msgid "Start a job using this template"
msgstr ""
@@ -4554,6 +4874,7 @@ msgstr ""
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:43
#: client/src/notifications/notification-templates-list/list.controller.js:71
#: client/src/partials/logviewer.html:4
+#: client/src/workflow-results/workflow-results.controller.js:52
msgid "Status"
msgstr ""
@@ -4586,7 +4907,11 @@ msgstr ""
msgid "Successful"
msgstr ""
-#: client/features/templates/templates.strings.js:27
+#: client/src/scheduler/scheduler.strings.js:28
+msgid "Sun"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:28
#: client/src/job-submission/job-submission.partial.html:20
msgid "Survey"
msgstr ""
@@ -4596,6 +4921,10 @@ msgstr ""
msgid "Surveys allow users to be prompted at job launch with a series of questions related to the job. This allows for variables to be defined that affect the playbook run at time of launch."
msgstr ""
+#: client/src/network-ui/network.ui.strings.js:34
+msgid "Switch"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:58
msgid "Sync all inventory sources"
msgstr ""
@@ -4652,6 +4981,10 @@ msgstr ""
msgid "TACACS+"
msgstr ""
+#: client/features/output/output.strings.js:103
+msgid "TASK"
+msgstr ""
+
#: client/src/activity-stream/get-target-title.factory.js:23
#: client/src/organizations/linkout/organizations-linkout.route.js:98
#: client/src/organizations/list/organizations-list.controller.js:61
@@ -4674,7 +5007,7 @@ msgstr ""
msgid "THERE ARE CURRENTLY NO INSTANCE GROUPS DEFINED"
msgstr ""
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:104
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:105
msgid "TIME"
msgstr ""
@@ -4694,6 +5027,10 @@ msgstr ""
msgid "TOKENS"
msgstr ""
+#: client/features/templates/templates.strings.js:110
+msgid "TOTAL TEMPLATES"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:235
#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:249
msgid "Tag None:"
@@ -4714,6 +5051,10 @@ msgstr ""
msgid "Target URL"
msgstr ""
+#: client/features/output/output.strings.js:91
+msgid "Tasks"
+msgstr ""
+
#: client/features/credentials/legacy.credentials.js:91
#: client/src/credentials/credentials.form.js:468
#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:136
@@ -4723,10 +5064,11 @@ msgstr ""
msgid "Team Roles"
msgstr ""
-#: client/lib/components/components.strings.js:70
+#: client/lib/components/components.strings.js:79
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:40
#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:36
#: client/src/organizations/linkout/organizations-linkout.route.js:109
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
#: client/src/shared/stateDefinitions.factory.js:426
#: client/src/users/users.form.js:162
msgid "Teams"
@@ -4737,11 +5079,11 @@ msgstr ""
msgid "Template"
msgstr ""
-#: client/features/templates/templates.strings.js:66
+#: client/features/templates/templates.strings.js:67
msgid "Template parameter is missing."
msgstr ""
-#: client/lib/components/components.strings.js:67
+#: client/lib/components/components.strings.js:76
#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:37
msgid "Templates"
msgstr ""
@@ -4758,6 +5100,14 @@ msgstr ""
msgid "Test notification"
msgstr ""
+#: client/src/templates/survey-maker/surveys/init.factory.js:13
+msgid "Text"
+msgstr ""
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:14
+msgid "Textarea"
+msgstr ""
+
#: client/src/shared/form-generator.js:1395
#: client/src/shared/form-generator.js:1401
msgid "That value was not found. Please enter or select a valid value."
@@ -4776,10 +5126,19 @@ msgstr ""
msgid "The Project ID is the GCE assigned identification. It is constructed as two words followed by a three digit number. Such as:"
msgstr ""
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid "The Project selected has a status of"
+msgstr ""
+
#: client/src/projects/edit/projects-edit.controller.js:340
msgid "The SCM update process is running."
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:24
+msgid "The day must be between 1 and 31."
+msgstr ""
+
#: client/src/credentials/credentials.form.js:190
msgid "The email address assigned to the Google Compute Engine %sservice account."
msgstr ""
@@ -4813,6 +5172,14 @@ msgstr ""
msgid "The project value"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:41
+msgid "The scheduler options are invalid, incomplete, or a date is in the past."
+msgstr ""
+
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid "The selected project has a status of"
+msgstr ""
+
#: client/src/projects/list/projects-list.controller.js:176
msgid "The selected project is not configured for SCM. To configure for SCM, edit the project and provide SCM settings, and then run an update."
msgstr ""
@@ -4822,10 +5189,11 @@ msgid "The suggested format for variable names is lowercase and underscore-separ
msgstr ""
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:124
+#: client/src/scheduler/scheduler.strings.js:17
msgid "The time must be in HH24:MM:SS format."
msgstr ""
-#: client/lib/services/base-string.service.js:76
+#: client/lib/services/base-string.service.js:78
msgid "The {{ resourceType }} is currently being used by other resources."
msgstr ""
@@ -4873,7 +5241,15 @@ msgstr ""
msgid "These are the modules that {{BRAND_NAME}} supports running commands against."
msgstr ""
-#: client/features/templates/templates.strings.js:96
+#: client/features/templates/templates.strings.js:98
+msgid "This Job Template has a credential that requires a password. Credentials requiring passwords on launch are not permitted on workflow nodes."
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:51
+msgid "This Job Template has a default credential that requires a password before launch. Adding or editing schedules is prohibited while this credential is selected. To add or edit a schedule, credentials that require a password must be removed from the Job Template."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:97
msgid "This Job Template is missing a default inventory or project. This must be addressed in the Job Template form before this node can be saved."
msgstr ""
@@ -4899,7 +5275,7 @@ msgstr ""
msgid "This is the tenant name. This value is usually the same as the username."
msgstr ""
-#: client/features/templates/templates.strings.js:62
+#: client/features/templates/templates.strings.js:63
msgid "This job template has a default {{typeLabel}} credential which must be included or replaced before proceeding."
msgstr ""
@@ -4907,6 +5283,10 @@ msgstr ""
msgid "This list is populated by notification templates added from the %sNotifications%s section"
msgstr ""
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+msgid "This list is populated by teams added from the"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:4
msgid "This machine has not checked in with Insights in {{last_check_in}} hours"
msgstr ""
@@ -4928,6 +5308,10 @@ msgstr ""
msgid "This will reset all configuration values to their factory defaults. Are you sure you want to proceed?"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:32
+msgid "Thu"
+msgstr ""
+
#: client/src/activity-stream/streams.list.js:25
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:14
#: client/src/notifications/notification-templates-list/list.controller.js:72
@@ -4969,7 +5353,8 @@ msgstr ""
msgid "Total Issues"
msgstr ""
-#: client/src/workflow-results/workflow-results.controller.js:62
+#: client/src/instance-groups/instance-groups.strings.js:16
+#: client/src/workflow-results/workflow-results.controller.js:60
msgid "Total Jobs"
msgstr ""
@@ -4977,9 +5362,13 @@ msgstr ""
msgid "Traceback"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:30
+msgid "Tue"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:60
#: client/src/credentials/credentials.form.js:84
-#: client/src/inventories-hosts/inventories/inventory.list.js:55
+#: client/src/inventories-hosts/inventories/inventory.list.js:56
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:41
#: client/src/notifications/notificationTemplates.form.js:54
#: client/src/notifications/notificationTemplates.list.js:39
@@ -5020,43 +5409,43 @@ msgstr ""
msgid "Unable to Submit"
msgstr ""
-#: client/features/templates/templates.strings.js:87
+#: client/features/templates/templates.strings.js:88
msgid "Unable to copy template."
msgstr ""
-#: client/src/instance-groups/instance-groups.strings.js:43
+#: client/src/instance-groups/instance-groups.strings.js:54
msgid "Unable to delete instance group."
msgstr ""
-#: client/features/templates/templates.strings.js:83
+#: client/features/templates/templates.strings.js:84
msgid "Unable to delete template."
msgstr ""
-#: client/features/templates/templates.strings.js:85
+#: client/features/templates/templates.strings.js:86
msgid "Unable to determine template type."
msgstr ""
-#: client/features/templates/templates.strings.js:68
+#: client/features/templates/templates.strings.js:69
msgid "Unable to determine this template's type while copying."
msgstr ""
-#: client/features/templates/templates.strings.js:69
+#: client/features/templates/templates.strings.js:70
msgid "Unable to determine this template's type while deleting."
msgstr ""
-#: client/features/templates/templates.strings.js:70
+#: client/features/templates/templates.strings.js:71
msgid "Unable to determine this template's type while editing."
msgstr ""
-#: client/features/templates/templates.strings.js:71
+#: client/features/templates/templates.strings.js:72
msgid "Unable to determine this template's type while launching."
msgstr ""
-#: client/features/templates/templates.strings.js:72
+#: client/features/templates/templates.strings.js:73
msgid "Unable to determine this template's type while scheduling."
msgstr ""
-#: client/features/templates/templates.strings.js:82
+#: client/features/templates/templates.strings.js:83
msgid "Unable to edit template."
msgstr ""
@@ -5064,19 +5453,19 @@ msgstr ""
msgid "Unable to get resource:"
msgstr ""
-#: client/features/templates/templates.strings.js:84
+#: client/features/templates/templates.strings.js:85
msgid "Unable to launch template."
msgstr ""
-#: client/features/templates/templates.strings.js:86
+#: client/features/templates/templates.strings.js:87
msgid "Unable to schedule job."
msgstr ""
-#: client/src/instance-groups/instance-groups.strings.js:33
+#: client/src/instance-groups/instance-groups.strings.js:37
msgid "Unavailable"
msgstr ""
-#: client/src/instance-groups/instance-groups.strings.js:32
+#: client/src/instance-groups/instance-groups.strings.js:36
msgid "Unavailable to run jobs."
msgstr ""
@@ -5088,6 +5477,10 @@ msgstr ""
msgid "Unexpected server error. View the console for more information"
msgstr ""
+#: client/src/network-ui/network.ui.strings.js:36
+msgid "Unknown"
+msgstr ""
+
#: client/lib/components/components.strings.js:38
msgid "Unsupported display model type"
msgstr ""
@@ -5166,6 +5559,11 @@ msgstr ""
msgid "Use TLS"
msgstr ""
+#: client/src/instance-groups/instance-groups.strings.js:17
+#: client/src/instance-groups/instance-groups.strings.js:38
+msgid "Used Capacity"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:76
msgid "Used to check out and synchronize playbook repositories with a remote source control management system such as Git, Subversion (svn), or Mercurial (hg). These credentials are used by Projects."
msgstr ""
@@ -5189,7 +5587,7 @@ msgstr ""
msgid "User Type"
msgstr ""
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:30
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:36
#: client/src/credentials/factories/become-method-change.factory.js:17
#: client/src/credentials/factories/become-method-change.factory.js:38
#: client/src/credentials/factories/kind-change.factory.js:17
@@ -5208,7 +5606,7 @@ msgstr ""
msgid "Usernames, passwords, and access keys for authenticating to the specified cloud or infrastructure provider. These are used for smart inventory sources and for cloud provisioning and deployment in playbook runs."
msgstr ""
-#: client/lib/components/components.strings.js:69
+#: client/lib/components/components.strings.js:78
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:35
#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:38
#: client/src/organizations/organizations.form.js:86
@@ -5216,6 +5614,10 @@ msgstr ""
msgid "Users"
msgstr ""
+#: client/src/scheduler/schedulerList.controller.js:46
+msgid "Using a credential that requires a password on launch is prohibited when creating a Job Template schedule"
+msgstr ""
+
#: client/lib/components/code-mirror/code-mirror.strings.js:9
msgid "VARIABLES"
msgstr ""
@@ -5225,6 +5627,14 @@ msgstr ""
msgid "VIEW ALL"
msgstr ""
+#: client/lib/components/components.strings.js:57
+msgid "VIEW LESS"
+msgstr ""
+
+#: client/lib/components/components.strings.js:56
+msgid "VIEW MORE"
+msgstr ""
+
#: client/src/shared/paginate/paginate.partial.html:48
msgid "VIEW PER PAGE"
msgstr ""
@@ -5257,14 +5667,14 @@ msgstr ""
msgid "Vault ID"
msgstr ""
-#: client/features/templates/templates.strings.js:43
+#: client/features/templates/templates.strings.js:44
#: client/src/credentials/credentials.form.js:391
#: client/src/job-submission/job-submission.partial.html:146
msgid "Vault Password"
msgstr ""
#: client/features/output/output.strings.js:71
-#: client/features/templates/templates.strings.js:50
+#: client/features/templates/templates.strings.js:51
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:82
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:91
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:307
@@ -5283,10 +5693,10 @@ msgstr ""
#: client/src/credential-types/credential-types.list.js:64
#: client/src/credentials/credentials.list.js:82
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:58
-#: client/src/inventories-hosts/inventories/inventory.list.js:119
+#: client/src/inventories-hosts/inventories/inventory.list.js:120
#: client/src/inventory-scripts/inventory-scripts.list.js:70
#: client/src/notifications/notificationTemplates.list.js:91
-#: client/src/scheduler/schedules.list.js:91
+#: client/src/scheduler/schedules.list.js:93
#: client/src/teams/teams.list.js:64
#: client/src/templates/templates.list.js:108
#: client/src/users/users.list.js:70
@@ -5297,7 +5707,7 @@ msgstr ""
msgid "View Activity Stream"
msgstr ""
-#: client/lib/components/components.strings.js:57
+#: client/lib/components/components.strings.js:66
msgid "View Documentation"
msgstr ""
@@ -5373,7 +5783,7 @@ msgstr ""
msgid "View host"
msgstr ""
-#: client/src/inventories-hosts/inventories/inventory.list.js:121
+#: client/src/inventories-hosts/inventories/inventory.list.js:122
msgid "View inventory"
msgstr ""
@@ -5385,7 +5795,7 @@ msgstr ""
msgid "View notification"
msgstr ""
-#: client/src/scheduler/schedules.list.js:93
+#: client/src/scheduler/schedules.list.js:95
msgid "View schedule"
msgstr ""
@@ -5407,6 +5817,7 @@ msgid "View the"
msgstr ""
#: client/features/output/output.strings.js:21
+#: client/lib/components/components.strings.js:61
msgid "View the Credential"
msgstr ""
@@ -5446,7 +5857,7 @@ msgstr ""
msgid "View user"
msgstr ""
-#: client/lib/components/components.strings.js:80
+#: client/lib/components/components.strings.js:89
msgid "Views"
msgstr ""
@@ -5454,6 +5865,12 @@ msgstr ""
msgid "WORKFLOW"
msgstr ""
+#: client/features/templates/templates.strings.js:109
+#: client/src/scheduler/scheduler.strings.js:50
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:213
+msgid "Warning"
+msgstr ""
+
#: client/src/configuration/auth-form/configuration-auth.controller.js:91
#: client/src/configuration/configuration.controller.js:229
#: client/src/configuration/configuration.controller.js:314
@@ -5461,6 +5878,10 @@ msgstr ""
msgid "Warning: Unsaved Changes"
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:31
+msgid "Wed"
+msgstr ""
+
#: client/src/license/license.partial.html:78
msgid "Welcome to Ansible Tower! Please complete the steps below to acquire a license."
msgstr ""
@@ -5505,7 +5926,7 @@ msgid "Write"
msgstr ""
#: client/lib/components/code-mirror/code-mirror.strings.js:11
-#: client/lib/services/base-string.service.js:68
+#: client/lib/services/base-string.service.js:69
#: client/src/job-submission/job-submission.partial.html:171
msgid "YAML"
msgstr ""
@@ -5516,20 +5937,20 @@ msgstr ""
msgid "YAML:"
msgstr ""
-#: client/lib/services/base-string.service.js:72
+#: client/lib/services/base-string.service.js:73
msgid "YES"
msgstr ""
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:83
+#: client/src/notifications/edit/edit.controller.js:130
msgid "Yellow"
msgstr ""
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:56
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:57
msgid "You can create a job template here."
msgstr ""
-#: client/features/templates/templates.strings.js:92
+#: client/features/templates/templates.strings.js:93
msgid "You do not have access to all resources used by this workflow. Resources that you don't have access to will not be copied and will result in an incomplete workflow."
msgstr ""
@@ -5545,7 +5966,11 @@ msgstr ""
msgid "You do not have permission to add a user."
msgstr ""
-#: client/features/templates/templates.strings.js:67
+#: client/src/access/rbac-multiselect/rbac-multiselect-list.directive.js:174
+msgid "You do not have permission to manage this user"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:68
msgid "You do not have permission to perform this action."
msgstr ""
@@ -5560,6 +5985,11 @@ msgstr ""
msgid "You have unsaved changes. Would you like to proceed without saving?"
msgstr ""
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid "You must run a successful update before you can select a playbook. You will not be able to save this Job Template without a valid playbook."
+msgstr ""
+
#: client/src/projects/list/projects-list.controller.js:257
msgid "Your request to cancel the update was submitted to the task manager."
msgstr ""
@@ -5593,6 +6023,10 @@ msgstr ""
msgid "documentation"
msgstr ""
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+msgid "failed"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:247
#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:262
msgid "for a complete list of supported filters."
@@ -5632,10 +6066,18 @@ msgstr ""
msgid "hosts with failures. Click for details."
msgstr ""
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid "missing"
+msgstr ""
+
#: client/src/access/rbac-multiselect/permissionsTeams.list.js:21
msgid "name"
msgstr ""
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid "never updated"
+msgstr ""
+
#: client/src/shared/paginate/paginate.partial.html:34
msgid "of"
msgstr ""
@@ -5645,6 +6087,22 @@ msgstr ""
msgid "of the filters match."
msgstr ""
+#: client/src/scheduler/scheduler.strings.js:26
+msgid "on"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:23
+msgid "on day"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:27
+msgid "on days"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:25
+msgid "on the"
+msgstr ""
+
#: client/src/access/rbac-multiselect/permissionsTeams.list.js:24
msgid "organization"
msgstr ""
@@ -5653,6 +6111,10 @@ msgstr ""
msgid "playbook"
msgstr ""
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+msgid "section"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:138
#: client/src/credentials/credentials.form.js:364
msgid "set in helpers/credentials"
@@ -5726,7 +6188,7 @@ msgstr ""
msgid "{{ appName }} Token"
msgstr ""
-#: client/lib/services/base-string.service.js:93
+#: client/lib/services/base-string.service.js:95
msgid "{{ header }} {{ body }}"
msgstr ""
diff --git a/awx/ui/po/es.po b/awx/ui/po/es.po
index 3b3f293d12..e377abd79a 100644
--- a/awx/ui/po/es.po
+++ b/awx/ui/po/es.po
@@ -4,20 +4,21 @@
# plocatelli , 2017. #zanata
# trh01 , 2017. #zanata
# trrh02 , 2017. #zanata
+# trh01 , 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2017-12-06 11:32+0000\n"
-"Last-Translator: trrh02 \n"
+"PO-Revision-Date: 2018-06-13 11:56+0000\n"
+"Last-Translator: trh01 \n"
"Language-Team: \n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"X-Generator: Zanata 4.3.2\n"
+"X-Generator: Zanata 4.4.3\n"
-#: client/src/projects/add/projects-add.controller.js:153
-#: client/src/projects/edit/projects-edit.controller.js:288
+#: client/src/projects/add/projects-add.controller.js:161
+#: client/src/projects/edit/projects-edit.controller.js:296
msgid ""
"%sNote:%s Mercurial does not support password authentication for SSH. Do not"
" put the username and key in the URL. If using Bitbucket and SSH, do not "
@@ -27,8 +28,8 @@ msgstr ""
"introduzca el usuario y la clave en la dirección URL. Si utiliza Bitbucket y"
" SSH, no indique su usuario de Bitbucket."
-#: client/src/projects/add/projects-add.controller.js:132
-#: client/src/projects/edit/projects-edit.controller.js:267
+#: client/src/projects/add/projects-add.controller.js:140
+#: client/src/projects/edit/projects-edit.controller.js:275
msgid ""
"%sNote:%s When using SSH protocol for GitHub or Bitbucket, enter an SSH key "
"only, do not enter a username (other than git). Additionally, GitHub and "
@@ -49,10 +50,6 @@ msgstr "(valor por defecto a %s)"
msgid "(seconds)"
msgstr "(segundos)"
-#: client/src/organizations/list/organizations-list.partial.html:20
-msgid "+ ADD"
-msgstr "+ AÑADIR"
-
#: client/src/shared/paginate/paginate.partial.html:66
msgid "100"
msgstr "100"
@@ -65,7 +62,89 @@ msgstr "20"
msgid "50"
msgstr "50"
+#: client/lib/components/code-mirror/code-mirror.strings.js:17
+msgid ""
+"\n"
+" Enter inventory variables using either JSON or YAML\n"
+" syntax. Use the radio button to toggle between the two.\n"
+"
\n"
+" JSON:\n"
+"
\n"
+" \n"
+" {\n"
+"
\"somevar\": \"somevalue\",\n"
+"
\"password\": \"magic\"\n"
+"
\n"
+" }\n"
+"
\n"
+" YAML:\n"
+"
\n"
+" \n"
+" ---\n"
+"
somevar: somevalue\n"
+"
password: magic\n"
+"
\n"
+"
\n"
+" \n"
+" View JSON examples at\n"
+" www.json.org\n"
+"
\n"
+" \n"
+" View YAML examples at\n"
+" \n"
+" docs.ansible.com\n"
+"
"
+msgstr ""
+"\n"
+" Ingrese las variables del inventario usando la sintaxis JSON o YAML. Utilice el botón de radio para alternar entre los dos.\n"
+"
\n"
+" JSON:\n"
+"
\n"
+" \n"
+" {\n"
+"
\"somevar\": \"somevalue\",\n"
+"
\"password\": \"magic\"\n"
+"
\n"
+" }\n"
+"
\n"
+" YAML:\n"
+"
\n"
+" \n"
+" ---\n"
+"
somevar: somevalue\n"
+"
password: magic\n"
+"
\n"
+"
\n"
+" \n"
+" Vea los ejemplos de JSON en\n"
+" www.json.org\n"
+"
\n"
+" \n"
+" Vea los ejemplos de YAML en\n"
+" \n"
+" docs.ansible.com\n"
+"
"
+
+#: client/features/templates/templates.strings.js:55
+msgid ""
+"Pass extra command line variables to the playbook. This is the -e or "
+"--extra-vars command line parameter for ansible-playbook. Provide key/value "
+"pairs using either YAML or JSON.
JSON:
{
"somevar": "somevalue",
"password": "
+""magic"
}
YAML:
---
somevar: somevalue
password: magic
"
+msgstr ""
+"Traslade variables de línea de comando adicionales al manual. Este es el "
+"parámetro de línea de comando -e o --extra vars para el manual de Ansible. "
+"Proporcione claves/pares de valores utilizando YAML o JSON. Consulte la "
+"documentación de Ansible Tower para acceder a ejemplos de "
+"sintaxis.
JSON:
{
"somevar": "
+""somevalue",
"password": "magic"
"
+"}
YAML:
---
somevar: somevalue
password: magic
"
+
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:33
+#: client/src/scheduler/scheduler.strings.js:14
msgid "A schedule name is required."
msgstr "Un nombre para el planificador es necesario."
@@ -95,43 +174,17 @@ msgstr "DETALLES DE ACTIVIDAD"
msgid "ACTIVITY STREAM"
msgstr "FLUJO DE ACTIVIDAD"
-#: client/features/credentials/legacy.credentials.js:76
-#: client/src/credential-types/credential-types.list.js:44
-#: client/src/credentials/credentials.form.js:449
-#: client/src/credentials/credentials.list.js:54
-#: client/src/inventories-hosts/inventories/inventory.list.js:77
-#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:71
-#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:120
-#: client/src/inventory-scripts/inventory-scripts.list.js:42
-#: client/src/notifications/notificationTemplates.list.js:54
#: client/src/organizations/linkout/addUsers/addUsers.partial.html:8
-#: client/src/organizations/organizations.form.js:84
-#: client/src/projects/projects.form.js:243
-#: client/src/projects/projects.list.js:78
-#: client/src/scheduler/schedules.list.js:68 client/src/teams/teams.form.js:85
-#: client/src/teams/teams.list.js:45
-#: client/src/templates/job_templates/job-template.form.js:397
-#: client/src/templates/templates.list.js:58
-#: client/src/templates/workflows.form.js:125
-#: client/src/users/users.list.js:50
msgid "ADD"
msgstr "AÑADIR"
-#: client/src/inventories-hosts/inventories/related/groups/groups.list.js:71
-msgid "ADD GROUP"
-msgstr "AGREGAR GRUPO"
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:3
+msgid "ADD A NEW TEMPLATE"
+msgstr ""
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:125
-msgid "ADD HOST"
-msgstr "AGREGAR HOST"
-
-#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:216
-msgid "ADD PERMISSIONS"
-msgstr "AÑADIR PERMISOS"
-
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:70
-msgid "ADD SOURCE"
-msgstr "AGREGAR FUENTE"
+#: client/features/templates/templates.strings.js:111
+msgid "ADD A TEMPLATE"
+msgstr ""
#: client/src/templates/survey-maker/shared/question-definition.form.js:16
msgid "ADD SURVEY PROMPT"
@@ -141,8 +194,12 @@ msgstr "AGREGAR AVISO DE ENCUESTA"
msgid "ADDITIONAL INFORMATION"
msgstr "INFORMACIÓN ADICIONAL"
-#: client/src/organizations/linkout/organizations-linkout.route.js:330
-#: client/src/organizations/list/organizations-list.controller.js:84
+#: client/features/output/output.strings.js:75
+msgid "ADDITIONAL_INFORMATION"
+msgstr "ADDITIONAL_INFORMATION"
+
+#: client/src/organizations/linkout/organizations-linkout.route.js:258
+#: client/src/organizations/list/organizations-list.controller.js:85
msgid "ADMINS"
msgstr "ADMINS"
@@ -150,12 +207,8 @@ msgstr "ADMINS"
msgid "ALL ACTIVITY"
msgstr "TODA LA ACTIVIDAD"
-#: client/src/jobs/all-jobs.list.js:14
-msgid "ALL JOBS"
-msgstr "TODOS LOS TRABAJOS"
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "ANY"
msgstr "CUALQUIERA"
@@ -167,14 +220,18 @@ msgstr "Clave API"
msgid "API Service/Integration Key"
msgstr "Servicio API/Clave de integración"
-#: client/src/notifications/shared/type-change.service.js:52
+#: client/src/notifications/shared/type-change.service.js:60
msgid "API Token"
msgstr "Token API"
-#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:53
-#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:71
-msgid "ASSOCIATE GROUP"
-msgstr "ASOCIAR GRUPO"
+#: client/features/users/tokens/tokens.strings.js:39
+msgid "APPLICATION"
+msgstr "APLICACIÓN"
+
+#: client/features/applications/applications.strings.js:8
+#: client/src/activity-stream/get-target-title.factory.js:47
+msgid "APPLICATIONS"
+msgstr "APLICACIONES"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.route.js:19
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.route.js:19
@@ -185,9 +242,13 @@ msgstr "GRUPOS ASOCIADOS"
msgid "ASSOCIATED HOSTS"
msgstr "HOSTS ASOCIADOS"
-#: client/src/setup-menu/setup-menu.partial.html:66
-msgid "About {{BRAND_NAME}}"
-msgstr "Acerca de {{BRAND_NAME}}"
+#: client/lib/components/components.strings.js:87
+msgid "About"
+msgstr "Acerca de"
+
+#: client/lib/components/components.strings.js:91
+msgid "Access"
+msgstr "Acceso"
#: client/src/credentials/credentials.form.js:91
msgid "Access Key"
@@ -207,10 +268,12 @@ msgstr "Acción"
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:20
#: client/src/inventories-hosts/hosts/hosts.partial.html:47
-#: client/src/shared/list-generator/list-generator.factory.js:573
+#: client/src/network-ui/network.ui.strings.js:16
+#: client/src/shared/list-generator/list-generator.factory.js:586
msgid "Actions"
msgstr "Acciones"
+#: client/features/templates/templates.strings.js:15
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:17
#: client/src/templates/templates.list.js:36
msgid "Activity"
@@ -220,11 +283,11 @@ msgstr "Actividad"
msgid "Activity Stream"
msgstr "Flujo de actividad"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:131
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:132
-#: client/src/organizations/organizations.form.js:81
-#: client/src/teams/teams.form.js:82
-#: client/src/templates/workflows.form.js:122
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:113
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:115
+#: client/src/organizations/organizations.form.js:93
+#: client/src/teams/teams.form.js:85
+#: client/src/templates/workflows.form.js:147
msgid "Add"
msgstr "Añadir"
@@ -236,7 +299,7 @@ msgstr "Añadir credencial"
msgid "Add Inventories"
msgstr "Añadir inventarios"
-#: client/src/shared/stateDefinitions.factory.js:288
+#: client/src/shared/stateDefinitions.factory.js:304
msgid "Add Permissions"
msgstr "Añadir permisos"
@@ -244,9 +307,9 @@ msgstr "Añadir permisos"
msgid "Add Project"
msgstr "Añadir proyecto"
-#: client/src/shared/form-generator.js:1711
-#: client/src/templates/job_templates/job-template.form.js:445
-#: client/src/templates/workflows.form.js:170
+#: client/src/shared/form-generator.js:1720
+#: client/src/templates/job_templates/job-template.form.js:463
+#: client/src/templates/workflows.form.js:205
msgid "Add Survey"
msgstr "Añadir encuesta"
@@ -254,17 +317,17 @@ msgstr "Añadir encuesta"
msgid "Add Team"
msgstr "Añadir equipo"
-#: client/src/teams/teams.form.js:83
+#: client/src/teams/teams.form.js:86
msgid "Add User"
msgstr "Añadir usuario"
-#: client/src/shared/stateDefinitions.factory.js:410
-#: client/src/shared/stateDefinitions.factory.js:578
+#: client/src/shared/stateDefinitions.factory.js:426
+#: client/src/shared/stateDefinitions.factory.js:594
#: client/src/users/users.list.js:17
msgid "Add Users"
msgstr "Añadir usuarios"
-#: client/src/organizations/organizations.form.js:82
+#: client/src/organizations/organizations.form.js:94
msgid "Add Users to this organization."
msgstr "Añadir usuarios a la organización."
@@ -276,34 +339,29 @@ msgstr "Agregar un grupo"
msgid "Add a host"
msgstr "Agregar un host"
-#: client/src/scheduler/schedules.list.js:66
+#: client/src/scheduler/schedules.list.js:74
msgid "Add a new schedule"
msgstr "Añadir un nuevo planificador"
-#: client/features/credentials/legacy.credentials.js:74
-#: client/src/credentials/credentials.form.js:447
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:133
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:134
-#: client/src/projects/projects.form.js:241
-#: client/src/templates/job_templates/job-template.form.js:395
-#: client/src/templates/workflows.form.js:123
+#: client/features/credentials/legacy.credentials.js:71
+#: client/src/credentials/credentials.form.js:448
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:115
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:117
+#: client/src/projects/projects.form.js:255
+#: client/src/templates/job_templates/job-template.form.js:406
+#: client/src/templates/workflows.form.js:148
msgid "Add a permission"
msgstr "Añadir un permiso"
-#: client/src/setup-menu/setup-menu.partial.html:23
-msgid ""
-"Add passwords, SSH keys, and other credentials to use when launching jobs "
-"against machines, or when syncing inventories or projects."
-msgstr ""
-"Agregar contraseñas, claves SSH y otras credenciales para utilizar cuando se"
-" ejecutan tareas sobre máquinas o cuando se sincronizan inventarios o "
-"proyectos."
-
-#: client/src/shared/form-generator.js:1446
+#: client/src/shared/form-generator.js:1455
msgid "Admin"
msgstr "Administrador"
-#: client/src/organizations/linkout/organizations-linkout.route.js:354
+#: client/lib/components/components.strings.js:92
+msgid "Administration"
+msgstr "Administración"
+
+#: client/src/organizations/linkout/organizations-linkout.route.js:281
msgid "Admins"
msgstr "Administradores"
@@ -318,6 +376,7 @@ msgstr ""
"tareas de trabajo. Esto está orientado a contenidos estáticos, como el "
"formato de archivo .ini del inventario Ansible."
+#: client/lib/components/components.strings.js:99
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:37
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:43
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:65
@@ -330,28 +389,21 @@ msgstr "Todo"
msgid "All Activity"
msgstr "Todas las actividades"
-#: client/src/portal-mode/portal-mode-jobs.partial.html:10
-#: client/src/portal-mode/portal-mode-layout.partial.html:17
+#: client/src/portal-mode/portal-mode-layout.partial.html:31
msgid "All Jobs"
msgstr "Todos los trabajos"
-#: client/src/templates/job_templates/job-template.form.js:275
-#: client/src/templates/job_templates/job-template.form.js:282
+#: client/src/templates/job_templates/job-template.form.js:285
+#: client/src/templates/job_templates/job-template.form.js:292
msgid "Allow Provisioning Callbacks"
msgstr "Permitir la ejecución utilizando Callbacks"
-#: client/src/setup-menu/setup-menu.partial.html:11
-msgid ""
-"Allow others to sign into {{BRAND_NAME}} and own the content they create."
-msgstr ""
-"Permitir a otros iniciar sesión en {{BRAND_NAME}} y poseer el contenido que "
-"creen."
-
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:43
+#: client/features/templates/templates.strings.js:106
+#: client/src/workflow-results/workflow-results.controller.js:66
msgid "Always"
msgstr "Siempre"
-#: client/src/projects/list/projects-list.controller.js:266
+#: client/src/projects/list/projects-list.controller.js:301
msgid ""
"An SCM update does not appear to be running for project: %s. Click the "
"%sRefresh%s button to view the latest status."
@@ -360,6 +412,15 @@ msgstr ""
"proyectos: %s. Pulse sobre el botón %sActualizar%s para ver el estado más "
"reciente."
+#: client/src/organizations/organizations.form.js:47
+#: client/src/organizations/organizations.form.js:52
+#: client/src/projects/projects.form.js:207
+#: client/src/projects/projects.form.js:212
+#: client/src/templates/job_templates/job-template.form.js:235
+#: client/src/templates/job_templates/job-template.form.js:240
+msgid "Ansible Environment"
+msgstr "Entorno de Ansible"
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:62
#: client/src/templates/survey-maker/shared/question-definition.form.js:68
msgid "Answer Type"
@@ -370,43 +431,30 @@ msgstr "Tipo de respuesta"
msgid "Answer Variable Name"
msgstr "Nombre de la variable"
-#: client/src/job-results/job-results.service.js:144
-msgid "Are you sure you want to cancel the job below?"
-msgstr "¿Está seguro de que desea cancelar esta tarea?"
+#: client/lib/components/components.strings.js:85
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:24
+msgid "Applications"
+msgstr "Aplicaciones"
-#: client/src/credentials/list/credentials-list.controller.js:133
-msgid "Are you sure you want to delete the credential below?"
-msgstr "¿Está seguro que quiere eliminar la credencial indicada?"
+#: client/src/notifications/notification-templates-list/list.controller.js:219
+msgid "Are you sure you want to delete this notification template?"
+msgstr "¿Está seguro de que quiere eliminar esta plantilla de notificación?"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:100
-msgid "Are you sure you want to delete the inventory below?"
-msgstr "¿Está seguro de que quiere eliminar el inventario indicado?"
+#: client/src/teams/list/teams-list.controller.js:80
+msgid "Are you sure you want to delete this team?"
+msgstr "¿Está seguro de que desea borrar este equipo?"
-#: client/src/job-results/job-results.service.js:95
-#: client/src/jobs/factories/delete-job.factory.js:110
-msgid "Are you sure you want to delete the job below?"
-msgstr "¿Está seguro que quiere eliminar el trabajo indicado?"
+#: client/src/users/list/users-list.controller.js:93
+msgid "Are you sure you want to delete this user?"
+msgstr "¿Está seguro de que desea eliminar este usuario?"
-#: client/src/notifications/notification-templates-list/list.controller.js:190
-msgid "Are you sure you want to delete the notification template below?"
+#: client/features/templates/templates.strings.js:102
+msgid "Are you sure you want to delete this workflow node?"
msgstr ""
-"¿Está seguro que quiere eliminar la plantilla de notificación indicada?"
-#: client/src/organizations/list/organizations-list.controller.js:172
-msgid "Are you sure you want to delete the organization below?"
-msgstr "¿Está seguro que quiere eliminar la organización indicada?"
-
-#: client/src/projects/list/projects-list.controller.js:208
-msgid "Are you sure you want to delete the project below?"
-msgstr "¿Está seguro que quiere eliminar el proyecto indicado?"
-
-#: client/src/templates/list/templates-list.controller.js:103
-msgid "Are you sure you want to delete the template below?"
-msgstr "¿Está seguro de que quiere eliminar esta plantilla?"
-
-#: client/src/users/list/users-list.controller.js:90
-msgid "Are you sure you want to delete the user below?"
-msgstr "¿Está seguro que quiere eliminar el usuario indicado?"
+#: client/lib/services/base-string.service.js:80
+msgid "Are you sure you want to delete this {{ resourceType }}?"
+msgstr "¿Está seguro de que desea eliminar este {{ resourceType }}?"
#: client/src/partials/survey-maker-modal.html:13
msgid "Are you sure you want to delete this {{deleteMode}}?"
@@ -446,10 +494,15 @@ msgstr ""
"¿Está seguro de que quiere eliminar permanentemente la fuente del inventario"
" del inventario?"
-#: client/src/projects/edit/projects-edit.controller.js:244
+#: client/src/projects/edit/projects-edit.controller.js:252
msgid "Are you sure you want to remove the %s below from %s?"
msgstr "¿Está seguro de que quiere eliminar el %s indicado de %s?"
+#: client/lib/services/base-string.service.js:85
+msgid "Are you sure you want to submit the request to cancel this job?"
+msgstr ""
+"¿Está seguro de que desea enviar la solicitud para cancelar este trabajo?"
+
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:39
msgid "Arguments"
msgstr "Argumentos"
@@ -461,6 +514,10 @@ msgstr "Argumentos"
msgid "Ask at runtime?"
msgstr "¿Preguntar durante la ejecución?"
+#: client/src/instance-groups/instance-groups.strings.js:28
+msgid "Associate an existing Instance"
+msgstr "Asociar una instancia existente"
+
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:69
msgid "Associate an existing group"
msgstr "Asociar un grupo existente"
@@ -469,7 +526,7 @@ msgstr "Asociar un grupo existente"
msgid "Associate this host with a new group"
msgstr "Asociar este host a un nuevo grupo"
-#: client/src/shared/form-generator.js:1448
+#: client/src/shared/form-generator.js:1457
msgid "Auditor"
msgstr "Auditor"
@@ -507,20 +564,24 @@ msgstr "Autorizar"
msgid "Authorize Password"
msgstr "Contraseña de autorización"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:172
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:253
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:226
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:240
msgid "Availability Zone:"
msgstr "Zona de disponibilidad:"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:106
+#: client/src/configuration/auth-form/configuration-auth.controller.js:128
msgid "Azure AD"
msgstr "Azure AD"
-#: client/src/shared/directives.js:75
+#: client/src/shared/directives.js:91
msgid "BROWSE"
msgstr "NAVEGAR"
-#: client/src/projects/projects.form.js:80
+#: client/features/output/output.strings.js:96
+msgid "Back to Top"
+msgstr "Volver a la parte superior"
+
+#: client/src/projects/projects.form.js:81
msgid ""
"Base path used for locating playbooks. Directories found inside this path "
"will be listed in the playbook directory drop-down. Together the base path "
@@ -533,7 +594,7 @@ msgstr ""
"directorio del playbook seleccionado se creará la ruta completa para "
"encontrar los playbooks."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:128
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:129
msgid "Become Privilege Escalation"
msgstr "Activar la escalada de privilegios"
@@ -541,7 +602,19 @@ msgstr "Activar la escalada de privilegios"
msgid "Browse"
msgstr "Navegar"
-#: client/lib/services/base-string.service.js:61
+#: client/src/license/license.partial.html:129
+msgid ""
+"By default, Tower collects and transmits analytics data on Tower usage to Red Hat. This data is used to enhance future releases of the Tower Software and help streamline customer experience and success. For more information, see\n"
+"\t\t\t\t\t\t\t\t\t\t\n"
+"\t\t\t\t\t\t\t\t\t\t\t\tthis Tower documentation page\n"
+"\t\t\t\t\t\t\t\t\t\t. Uncheck this box to disable this feature."
+msgstr ""
+"De manera predeterminada, Tower recopila y transmite datos analíticos sobre el uso de Tower a Red Hat. Estos datos se utilizan para perfeccionar futuras versiones del Tower Software y ayudar a optimizar la experiencia y el éxito del cliente. Para más información, consulte\n"
+"\t\t\t\t\t\t\t\t\t\t\n"
+"\t\t\t\t\t\t\t\t\t\t\t\testa página de documentación Tower\n"
+"\t\t\t\t\t\t\t\t\t\t. Desmarque esta casilla para deshabilitar esta función."
+
+#: client/lib/services/base-string.service.js:60
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:28
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:51
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:29
@@ -555,36 +628,68 @@ msgstr "Navegar"
#: client/src/partials/survey-maker-modal.html:17
#: client/src/partials/survey-maker-modal.html:85
#: client/src/shared/instance-groups-multiselect/instance-groups-modal/instance-groups-modal.partial.html:17
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:65
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:78
msgid "CANCEL"
msgstr "CANCELAR"
-#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:20
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:28
msgid "CHANGES"
msgstr "MODIFICACIONES"
+#: client/features/templates/templates.strings.js:117
+msgid "CHECK"
+msgstr ""
+
+#: client/lib/components/components.strings.js:20
+msgid "CHOOSE A FILE"
+msgstr "ELEGIR UN ARCHIVO"
+
+#: client/features/output/output.strings.js:77
#: client/src/shared/smart-search/smart-search.partial.html:30
msgid "CLEAR ALL"
msgstr "LIMPIAR TODO"
+#: client/lib/services/base-string.service.js:61
+#: client/lib/services/base-string.service.js:74
#: client/src/partials/survey-maker-modal.html:86
msgid "CLOSE"
msgstr "CERRAR"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:19
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:19
-#: client/src/templates/completed-jobs.list.js:20
+#: client/features/jobs/routes/hostCompletedJobs.route.js:20
+#: client/features/jobs/routes/templateCompletedJobs.route.js:21
+#: client/features/jobs/routes/workflowJobTemplateCompletedJobs.route.js:21
msgid "COMPLETED JOBS"
msgstr "TRABAJOS COMPLETADOS"
#: client/src/configuration/configuration.partial.html:10
-msgid "CONFIGURE {{BRAND_NAME}}"
-msgstr "CONFIGURAR {{BRAND_NAME}}"
+msgid "CONFIGURE {{ BRAND_NAME }}"
+msgstr "CONFIGURAR EL {{ BRAND_NAME }}"
-#: client/src/shared/stateDefinitions.factory.js:157
+#: client/features/templates/templates.strings.js:31
+#: client/src/scheduler/scheduler.strings.js:55
+msgid "CONFIRM"
+msgstr "CONFIRMAR"
+
+#: client/lib/services/base-string.service.js:72
+msgid "COPY"
+msgstr "COPIAR"
+
+#: client/features/users/tokens/tokens.strings.js:25
+msgid "COULD NOT CREATE TOKEN"
+msgstr "NO SE PUDO CREAR EL TOKEN"
+
+#: client/src/instance-groups/instance-groups.strings.js:42
+msgid "CPU"
+msgstr ""
+
+#: client/src/shared/stateDefinitions.factory.js:161
msgid "CREATE %s"
msgstr "CREAR %s"
+#: client/features/applications/applications.strings.js:9
+msgid "CREATE APPLICATION"
+msgstr "CREAR APLICACIÓN"
+
#: client/features/credentials/credentials.strings.js:8
#: client/src/credentials/credentials.form.js:16
msgid "CREATE CREDENTIAL"
@@ -605,17 +710,23 @@ msgstr "CREAR GRUPO"
msgid "CREATE HOST"
msgstr "CREAR HOST"
+#: client/src/instance-groups/instance-groups.strings.js:8
+msgid "CREATE INSTANCE GROUP"
+msgstr "CREAR GRUPO DE INSTANCIA"
+
#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.route.js:8
msgid "CREATE INVENTORY SOURCE"
msgstr "CREAR FUENTE DE INVENTARIO"
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule-add.route.js:8
-#: client/src/scheduler/main.js:113 client/src/scheduler/main.js:206
-#: client/src/scheduler/main.js:290
+#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule-add.route.js:9
+#: client/src/scheduler/scheduler.strings.js:8
+#: client/src/scheduler/schedules.route.js:163
+#: client/src/scheduler/schedules.route.js:245
+#: client/src/scheduler/schedules.route.js:74
msgid "CREATE SCHEDULE"
msgstr "CREAR PROGRAMACIÓN"
-#: client/src/management-jobs/scheduler/main.js:81
+#: client/src/management-jobs/scheduler/main.js:83
msgid "CREATE SCHEDULED JOB"
msgstr "CREAR TRABAJO PROGRAMADO"
@@ -623,10 +734,18 @@ msgstr "CREAR TRABAJO PROGRAMADO"
msgid "CREATE SOURCE"
msgstr "CREAR FUENTE"
+#: client/features/users/tokens/tokens.strings.js:18
+#: client/features/users/tokens/tokens.strings.js:9
+#: client/features/users/tokens/users-tokens-add.route.js:30
+msgid "CREATE TOKEN"
+msgstr "CREAR TOKEN"
+
+#: client/features/output/output.strings.js:100
+msgid "CREATED"
+msgstr ""
+
#: client/src/job-submission/job-submission.partial.html:351
#: client/src/partials/job-template-details.html:2
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:93
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:82
msgid "CREDENTIAL"
msgstr "CREDENCIAL"
@@ -635,17 +754,17 @@ msgid "CREDENTIAL TYPE"
msgstr "TIPO DE CREDENCIAL"
#: client/src/job-submission/job-submission.partial.html:92
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:56
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:70
msgid "CREDENTIAL TYPE:"
msgstr "TIPO DE CREDENCIAL:"
#: client/src/activity-stream/get-target-title.factory.js:11
#: client/src/credential-types/credential-types.list.js:12
-#: client/src/credential-types/main.js:45
+#: client/src/credential-types/main.js:44
msgid "CREDENTIAL TYPES"
msgstr "TIPOS DE CREDENCIAL"
-#: client/features/credentials/legacy.credentials.js:14
+#: client/features/credentials/legacy.credentials.js:11
#: client/src/activity-stream/get-target-title.factory.js:17
#: client/src/credentials/credentials.list.js:15
#: client/src/credentials/credentials.list.js:16
@@ -653,35 +772,35 @@ msgstr "TIPOS DE CREDENCIAL"
msgid "CREDENTIALS"
msgstr "CREDENCIALES"
-#: client/features/credentials/credentials.strings.js:28
+#: client/features/credentials/credentials.strings.js:30
msgid "CREDENTIALS PERMISSIONS"
msgstr "PERMISOS DE CREDENCIAL"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:378
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:390
-#: client/src/projects/projects.form.js:199
+#: client/src/projects/projects.form.js:200
msgid "Cache Timeout"
msgstr "Tiempo de espera para la expiración de la caché"
-#: client/src/projects/projects.form.js:188
+#: client/src/projects/projects.form.js:189
msgid "Cache Timeout%s (seconds)%s"
msgstr "Tiempo de espera para la expiración de la caché%s (segundos)%s"
-#: client/src/projects/list/projects-list.controller.js:199
-#: client/src/users/list/users-list.controller.js:83
+#: client/src/projects/list/projects-list.controller.js:214
+#: client/src/users/list/users-list.controller.js:85
msgid "Call to %s failed. DELETE returned status:"
msgstr "Fallo en la llamada a %s. DELETE ha devuelto el estado:"
-#: client/src/projects/list/projects-list.controller.js:246
-#: client/src/projects/list/projects-list.controller.js:263
+#: client/src/projects/list/projects-list.controller.js:281
+#: client/src/projects/list/projects-list.controller.js:298
msgid "Call to %s failed. GET status:"
msgstr "Fallo en la llamada a %s. Estado GET:"
-#: client/src/projects/edit/projects-edit.controller.js:238
+#: client/src/projects/edit/projects-edit.controller.js:246
msgid "Call to %s failed. POST returned status:"
msgstr "Fallo en la llamada a %s. POST ha devuelto el estado:"
-#: client/src/projects/list/projects-list.controller.js:225
+#: client/src/projects/list/projects-list.controller.js:260
msgid "Call to %s failed. POST status:"
msgstr "Fallo en la llamada a %s. Estado POST :"
@@ -689,57 +808,57 @@ msgstr "Fallo en la llamada a %s. Estado POST :"
msgid "Call to %s failed. Return status: %d"
msgstr "Fallo en la llamada a %s. Ha devuelto el estado: %d"
-#: client/src/projects/list/projects-list.controller.js:272
+#: client/src/projects/list/projects-list.controller.js:307
msgid "Call to get project failed. GET status:"
-msgstr "Fallo en la obtención del proyecto. Estado GET :"
+msgstr "Fallo en la obtención del proyecto. Estado GET:"
+#: client/lib/services/base-string.service.js:92
+msgid "Call to {{ path }} failed. {{ action }} returned status: {{ status }}."
+msgstr ""
+"Llamada a {{ path }} fallida. {{ action }} arrojó el estado: {{ status }}."
+
+#: client/features/output/output.strings.js:17
+#: client/lib/services/base-string.service.js:84
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:105
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:188
-#: client/src/configuration/configuration.controller.js:541
-#: client/src/job-results/job-results.partial.html:42
-#: client/src/jobs/factories/delete-job.factory.js:33
-#: client/src/shared/form-generator.js:1699
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:12
-#: client/src/workflow-results/workflow-results.partial.html:42
+#: client/src/configuration/configuration.controller.js:611
+#: client/src/network-ui/network.ui.strings.js:49
+#: client/src/scheduler/scheduler.strings.js:48
+#: client/src/shared/form-generator.js:1708
+#: client/src/shared/lookup/lookup-modal.partial.html:19
+#: client/src/workflow-results/workflow-results.controller.js:38
msgid "Cancel"
msgstr "Cancelar"
-#: client/src/job-results/job-results.service.js:142
+#: client/lib/services/base-string.service.js:86
msgid "Cancel Job"
msgstr "Cancelar tarea"
-#: client/src/projects/list/projects-list.controller.js:241
+#: client/src/projects/list/projects-list.controller.js:276
msgid "Cancel Not Allowed"
msgstr "Cancelación no permitida."
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:93
+#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:100
msgid "Cancel sync process"
msgstr "Cancelar proceso de sincronización"
-#: client/src/projects/projects.list.js:124
+#: client/src/projects/projects.list.js:131
msgid "Cancel the SCM update"
msgstr "Cancelar la actualización de SCM"
-#: client/src/jobs/all-jobs.list.js:106
-msgid "Cancel the job"
-msgstr "Cancelar el trabajo."
-
-#: client/src/projects/factories/get-project-tool-tip.factory.js:30
-#: client/src/projects/list/projects-list.controller.js:79
+#: client/src/projects/list/projects-list.controller.js:81
msgid "Canceled. Click for details"
msgstr "Cancelado. Pulse para mostrar más detalles."
-#: client/src/shared/smart-search/smart-search.controller.js:49
-#: client/src/shared/smart-search/smart-search.controller.js:91
+#: client/src/shared/smart-search/smart-search.controller.js:158
msgid "Cannot search running job"
msgstr "Imposible buscar en trabajos en ejecución."
#: client/src/instance-groups/instance-groups.list.js:22
-#: client/src/instance-groups/instances/instances.list.js:20
msgid "Capacity"
msgstr "Capacidad"
-#: client/src/projects/projects.form.js:82
+#: client/src/projects/projects.form.js:83
msgid "Change %s under \"Configure {{BRAND_NAME}}\" to change this location."
msgstr ""
"Modificar %s dentro de \"Configurar {{BRAND_NAME}}\" para cambiar esta "
@@ -749,10 +868,26 @@ msgstr ""
msgid "Changes"
msgstr "Modificaciones"
-#: client/src/shared/form-generator.js:1071
+#: client/src/notifications/notificationTemplates.form.js:355
+msgid "Channel"
+msgstr "Canal"
+
+#: client/features/templates/templates.strings.js:61
+msgid "Check"
+msgstr "Comprobar"
+
+#: client/src/shared/form-generator.js:1080
msgid "Choose a %s"
msgstr "Escoja un %s"
+#: client/features/templates/templates.strings.js:52
+msgid "Choose a job type"
+msgstr "Seleccionar un tipo de tarea"
+
+#: client/features/templates/templates.strings.js:53
+msgid "Choose a verbosity"
+msgstr "Elegir un nivel de detalle"
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:64
msgid "Choose an answer type"
msgstr "Elegir un tipo de respuesta"
@@ -771,7 +906,7 @@ msgstr ""
msgid "Choose an inventory file"
msgstr "Escoja un archivo del inventario."
-#: client/src/shared/directives.js:76
+#: client/src/shared/directives.js:92
msgid "Choose file"
msgstr "Escoja fichero"
@@ -783,7 +918,7 @@ msgstr ""
"Escoja su fichero de licencia, aceptando el Acuerdo de licencia de usuario "
"final, y pulse sobre Enviar."
-#: client/src/projects/projects.form.js:156
+#: client/src/projects/projects.form.js:157
msgid "Clean"
msgstr "Limpiar"
@@ -792,11 +927,10 @@ msgid "Clear"
msgstr "Borrar"
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:64
-#: client/src/job-results/parse-stdout.service.js:68
msgid "Click for details"
msgstr "Hacer clic para obtener más información"
-#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:63
+#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:261
msgid "Click here to open the workflow graph editor."
msgstr "Haga clic aquí para abrir el editor de gráficos del flujo de trabajo."
@@ -845,14 +979,11 @@ msgstr "Identificador del cliente"
msgid "Client Secret"
msgstr "Pregunta secreta del cliente"
-#: client/src/shared/form-generator.js:1703
+#: client/src/scheduler/scheduler.strings.js:47
+#: client/src/shared/form-generator.js:1712
msgid "Close"
msgstr "Cerrar"
-#: client/src/job-results/job-results.partial.html:291
-msgid "Cloud Credential"
-msgstr "Credencial cloud"
-
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:26
msgid "Cloud source not configured."
msgstr "Fuente de nube no configurada."
@@ -866,14 +997,21 @@ msgstr "Fuente de nube no configurada. Haga clic en"
msgid "CloudForms URL"
msgstr "URL CloudForms"
-#: client/src/job-results/job-results.controller.js:226
-#: client/src/standard-out/standard-out.controller.js:243
-#: client/src/workflow-results/workflow-results.controller.js:118
+#: client/features/output/output.strings.js:18
+#: client/src/workflow-results/workflow-results.controller.js:152
msgid "Collapse Output"
msgstr "Colapsar salida"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:13
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:21
+#: client/src/network-ui/network.ui.strings.js:19
+msgid "Collapse Panel"
+msgstr "Colapsar panel"
+
+#: client/src/inventories-hosts/hosts/host.form.js:129
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:128
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:155
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:172
+#: client/src/templates/job_templates/job-template.form.js:438
+#: client/src/templates/workflows.form.js:180
msgid "Completed Jobs"
msgstr "Tareas completadas"
@@ -881,49 +1019,35 @@ msgstr "Tareas completadas"
msgid "Configure Notifications"
msgstr "Configurar las notificaciones"
-#: client/src/setup-menu/setup-menu.partial.html:60
-msgid "Configure {{BRAND_NAME}}"
-msgstr "Configurar {{BRAND_NAME}}"
-
-#: client/src/users/users.form.js:81
+#: client/src/users/users.form.js:84
msgid "Confirm Password"
msgstr "Confirmar la contraseña"
-#: client/src/configuration/configuration.controller.js:548
+#: client/src/configuration/configuration.controller.js:618
msgid "Confirm Reset"
msgstr "Confirmar la reinicialización"
-#: client/src/configuration/configuration.controller.js:557
+#: client/src/configuration/configuration.controller.js:627
msgid "Confirm factory reset"
msgstr "Confirmar la reinicialización a valores de fábrica"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:120
-msgid ""
-"Confirm that you want to permanently delete the inventory source below from "
-"the inventory. Deleting this inventory source also deletes its associated "
-"groups and hosts."
-msgstr ""
-"¿Está seguro de que quiere eliminar permanentemente la fuente del inventario"
-" de este inventario? Eliminar la fuente del inventario también elimina los "
-"grupos y los host asociados."
-
#: client/src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.directive.js:82
msgid "Confirm the removal of the"
msgstr "Confirmar la eliminación de"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:134
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:149
+#: client/src/teams/teams.form.js:24 client/src/users/users.form.js:25
msgid ""
-"Consult the Ansible documentation for further details on the usage of tags."
+"Contact your System Administrator to grant you the appropriate permissions "
+"to add and edit Users and Teams."
msgstr ""
-"Consultar la documentación de Ansible para información más detallada del uso"
-" de etiquetas (tags)."
+"Entre en contacto con su Administrador de sistema para que le otorgue los "
+"permisos adecuados para añadir y editar Usuarios y Equipos."
#: client/src/inventories-hosts/inventories/related/groups/factories/get-hosts-status-msg.factory.js:18
msgid "Contains 0 hosts."
msgstr "Contiene 0 hosts."
-#: client/src/templates/job_templates/job-template.form.js:180
+#: client/src/templates/job_templates/job-template.form.js:179
msgid ""
"Control the level of output ansible will produce as the playbook executes."
msgstr ""
@@ -937,34 +1061,75 @@ msgstr ""
"Controle el nivel de salida que Ansible producirá para las tareas de "
"actualización de fuentes de inventario."
-#: client/lib/components/components.strings.js:48
+#: client/lib/components/components.strings.js:52
msgid "Copied to clipboard."
msgstr "Copiado al portapapeles."
-#: client/src/templates/templates.list.js:95
+#: client/src/credentials/credentials.list.js:73
+#: client/src/inventories-hosts/inventories/inventory.list.js:112
+#: client/src/inventory-scripts/inventory-scripts.list.js:61
+#: client/src/notifications/notificationTemplates.list.js:82
+#: client/src/projects/projects.list.js:109
+#: client/src/templates/templates.list.js:100
msgid "Copy"
msgstr "Copiar"
-#: client/lib/components/components.strings.js:47
+#: client/features/templates/templates.strings.js:77
+msgid "Copy Workflow"
+msgstr "Copiar flujo de trabajo"
+
+#: client/src/credentials/credentials.list.js:76
+msgid "Copy credential"
+msgstr "Copiar credencial"
+
+#: client/lib/components/components.strings.js:51
msgid "Copy full revision to clipboard."
msgstr "Copie la revisión completa al portapapeles."
-#: client/src/templates/templates.list.js:98
+#: client/src/inventories-hosts/inventories/inventory.list.js:115
+msgid "Copy inventory"
+msgstr "Copiar inventario"
+
+#: client/src/inventory-scripts/inventory-scripts.list.js:64
+msgid "Copy inventory script"
+msgstr "Copiar script de inventario"
+
+#: client/src/notifications/notificationTemplates.list.js:85
+msgid "Copy notification"
+msgstr "Copiar notificación"
+
+#: client/src/projects/projects.list.js:112
+msgid "Copy project"
+msgstr "Copiar proyecto"
+
+#: client/src/templates/templates.list.js:103
msgid "Copy template"
msgstr "Copiar plantilla"
#: client/src/about/about.partial.html:27
msgid ""
-"Copyright © 2017 Red Hat, Inc.
\n"
+"Copyright © 2018 Red Hat, Inc.
\n"
" Visit Ansible.com for more information.
"
msgstr ""
-"Copyright © 2017 Red Hat, Inc.
\n"
+"Copyright © 2018 Red Hat, Inc.
\n"
" Visite Ansible.com para obtener más información.
"
+#: client/lib/components/components.strings.js:88
+msgid "Copyright © 2018 Red Hat, Inc."
+msgstr "Copyright © 2018 Red Hat, Inc."
+
#: client/src/users/users.list.js:44
msgid "Create New"
msgstr "Crear nuevo"
+#: client/features/applications/applications.strings.js:20
+msgid "Create a new Application"
+msgstr "Crear una nueva aplicación"
+
+#: client/src/instance-groups/instance-groups.strings.js:27
+msgid "Create a new Instance Group"
+msgstr "Crear un nuevo Grupo de instancia"
+
#: client/src/credentials/credentials.list.js:52
msgid "Create a new credential"
msgstr "Crear una nueva credencial"
@@ -985,7 +1150,7 @@ msgstr "Crear un nuevo grupo"
msgid "Create a new host"
msgstr "Crear un nuevo host"
-#: client/src/inventories-hosts/inventories/inventory.list.js:75
+#: client/src/inventories-hosts/inventories/inventory.list.js:76
msgid "Create a new inventory"
msgstr "Crear un nuevo inventario"
@@ -1017,64 +1182,54 @@ msgstr "Crear una nueva plantilla"
msgid "Create a new user"
msgstr "Crear un nuevo usuario"
-#: client/src/setup-menu/setup-menu.partial.html:42
-msgid "Create and edit scripts to dynamically load hosts from any source."
-msgstr ""
-"Crear y editar scripts que dinámicamente carguen servidores a partir de "
-"cualquier origen."
-
-#: client/src/setup-menu/setup-menu.partial.html:30
-msgid ""
-"Create custom credential types to be used for authenticating to network "
-"hosts and cloud sources"
-msgstr ""
-"Crear tipos de credenciales personalizados para usar en la autenticación de "
-"hosts de red y fuentes de nube"
-
-#: client/src/setup-menu/setup-menu.partial.html:49
-msgid ""
-"Create templates for sending notifications with Email, HipChat, Slack, and "
-"SMS."
-msgstr ""
-"Crear plantillas para enviar notificaciones a través de email, HipChat, "
-"Slack y SMS."
-
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:72
+#: client/features/output/output.strings.js:43
+#: client/features/templates/templates.strings.js:25
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:73
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:74
#: client/src/job-submission/job-submission.partial.html:18
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:67
#: client/src/templates/job_templates/job-template.form.js:121
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:53
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:62
msgid "Credential"
msgstr "Credencial"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32
-#: client/src/setup-menu/setup-menu.partial.html:29
+#: client/features/templates/templates.strings.js:36
+msgid "Credential Type"
+msgstr "Tipo de credencial"
+
+#: client/lib/components/components.strings.js:74
+#: client/lib/models/models.strings.js:12
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34
msgid "Credential Types"
msgstr "Tipos de credencial"
+#: client/features/jobs/jobs.strings.js:15
+#: client/features/templates/templates.strings.js:18
+#: client/lib/components/components.strings.js:73
+#: client/lib/models/models.strings.js:8
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:129
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:58
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:24
-#: client/src/setup-menu/setup-menu.partial.html:22
-#: client/src/templates/job_templates/job-template.form.js:134
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:26
+#: client/src/templates/job_templates/job-template.form.js:133
msgid "Credentials"
msgstr "Credenciales"
+#: client/features/templates/templates.strings.js:37
+msgid ""
+"Credentials that require passwords on launch are not permitted for template "
+"schedules and workflow nodes. The following credentials must be removed or "
+"replaced to proceed:"
+msgstr ""
+"No se permiten las credenciales que requieran contraseñas durante el "
+"lanzamiento para programaciones de plantillas y nodos de flujo de trabajo. "
+"Para continuar, se deben eliminar o sustituir las siguientes credenciales:"
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:17
msgid "Critical"
msgstr "Crítico"
-#: client/src/shared/directives.js:77
+#: client/src/shared/directives.js:93
msgid "Current Image:"
msgstr "Imagen actual:"
-#: client/src/job-results/job-results.controller.js:271
-msgid "Currently following standard out as it comes in. Click to unfollow."
-msgstr ""
-"Actualmente siguiendo la salida estándar. Haga clic para dejar de seguir."
-
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:171
msgid "Custom Inventory Script"
msgstr "Script de inventario personalizado"
@@ -1088,19 +1243,16 @@ msgstr "Script personalizado"
msgid "DASHBOARD"
msgstr "PANEL DE CONTROL"
-#: client/src/credentials/list/credentials-list.controller.js:135
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:103
+#: client/features/users/tokens/tokens.strings.js:28
+#: client/lib/services/base-string.service.js:71
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:52
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:178
#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:74
-#: client/src/job-results/job-results.service.js:119
-#: client/src/jobs/factories/delete-job.factory.js:115
-#: client/src/notifications/notification-templates-list/list.controller.js:195
-#: client/src/organizations/list/organizations-list.controller.js:174
+#: client/src/notifications/notification-templates-list/list.controller.js:221
+#: client/src/organizations/list/organizations-list.controller.js:196
#: client/src/partials/survey-maker-modal.html:18
-#: client/src/projects/edit/projects-edit.controller.js:246
-#: client/src/templates/list/templates-list.controller.js:154
-#: client/src/users/list/users-list.controller.js:92
+#: client/src/projects/edit/projects-edit.controller.js:254
+#: client/src/projects/list/projects-list.controller.js:244
+#: client/src/users/list/users-list.controller.js:95
msgid "DELETE"
msgstr "ELIMINAR"
@@ -1108,10 +1260,25 @@ msgstr "ELIMINAR"
msgid "DELETE SURVEY"
msgstr "BORRAR ENCUESTA"
-#: client/src/job-results/job-results.partial.html:16
+#: client/features/templates/templates.strings.js:120
+msgid "DELETED"
+msgstr ""
+
+#: client/features/users/tokens/tokens.strings.js:35
+msgid "DESCRIPTION"
+msgstr "DESCRIPCIÓN"
+
+#: client/features/templates/templates.strings.js:122
+#: client/src/instance-groups/instance-groups.strings.js:21
+#: client/src/workflow-results/workflow-results.controller.js:55
msgid "DETAILS"
msgstr "DETALLES"
+#: client/src/network-ui/network-details/details.partial.html:2
+msgid "DETAILS | {{item.name}}"
+msgstr ""
+"DETALLES | {{item.name}}"
+
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:29
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:30
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:30
@@ -1123,26 +1290,49 @@ msgstr "DISOCIAR"
msgid "DYNAMIC HOSTS"
msgstr "HOSTS DINÁMICOS"
+#: client/lib/components/components.strings.js:68
+msgid "Dashboard"
+msgstr "Tablero"
+
+#: client/src/scheduler/scheduler.strings.js:44
+msgid "Date format"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:24
+msgid "Debug Mode"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:140
+msgid "Default"
+msgstr "Predeterminado"
+
+#: client/src/organizations/organizations.form.js:48
+#: client/src/projects/projects.form.js:209
+#: client/src/templates/job_templates/job-template.form.js:237
+msgid "Default Environment"
+msgstr "Entorno predeterminado"
+
+#: client/features/output/output.strings.js:19
+#: client/lib/services/base-string.service.js:77
#: client/src/credential-types/credential-types.list.js:73
-#: client/src/credentials/credentials.list.js:85
-#: client/src/credentials/list/credentials-list.controller.js:132
-#: client/src/inventories-hosts/inventories/inventory.list.js:111
-#: client/src/inventory-scripts/inventory-scripts.list.js:71
-#: client/src/job-results/job-results.partial.html:54
-#: client/src/jobs/factories/delete-job.factory.js:37
-#: client/src/notifications/notification-templates-list/list.controller.js:192
-#: client/src/notifications/notificationTemplates.list.js:91
-#: client/src/organizations/list/organizations-list.controller.js:171
-#: client/src/projects/edit/projects-edit.controller.js:243
-#: client/src/projects/list/projects-list.controller.js:207
-#: client/src/scheduler/schedules.list.js:90
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:13
+#: client/src/credential-types/list/list.controller.js:106
+#: client/src/credentials/credentials.list.js:92
+#: client/src/credentials/list/credentials-list.controller.js:164
+#: client/src/inventories-hosts/inventories/inventory.list.js:127
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:139
+#: client/src/inventory-scripts/inventory-scripts.list.js:79
+#: client/src/inventory-scripts/list/list.controller.js:114
+#: client/src/notifications/notification-templates-list/list.controller.js:217
+#: client/src/notifications/notificationTemplates.list.js:100
+#: client/src/organizations/list/organizations-list.controller.js:192
+#: client/src/projects/edit/projects-edit.controller.js:251
+#: client/src/projects/list/projects-list.controller.js:240
+#: client/src/scheduler/schedules.list.js:100
#: client/src/teams/teams.list.js:72
-#: client/src/templates/list/templates-list.controller.js:102
-#: client/src/templates/templates.list.js:120
-#: client/src/users/list/users-list.controller.js:89
+#: client/src/templates/templates.list.js:116
+#: client/src/users/list/users-list.controller.js:91
#: client/src/users/users.list.js:79
-#: client/src/workflow-results/workflow-results.partial.html:54
+#: client/src/workflow-results/workflow-results.controller.js:39
msgid "Delete"
msgstr "ELIMINAR"
@@ -1151,15 +1341,15 @@ msgstr "ELIMINAR"
msgid "Delete Group"
msgstr "Eliminar grupo"
-#: client/src/job-results/job-results.service.js:93
-msgid "Delete Job"
-msgstr "Eliminar tarea"
+#: client/src/templates/survey-maker/surveys/init.factory.js:23
+msgid "Delete Question"
+msgstr ""
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:175
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:195
msgid "Delete Source"
msgstr "Eliminar fuente"
-#: client/src/credentials/credentials.list.js:87
+#: client/src/credentials/credentials.list.js:94
msgid "Delete credential"
msgstr "Eliminar la credencial."
@@ -1193,19 +1383,19 @@ msgstr[1] "Eliminar hosts"
msgid "Delete hosts"
msgstr "Eliminar hosts"
-#: client/src/inventories-hosts/inventories/inventory.list.js:113
+#: client/src/inventories-hosts/inventories/inventory.list.js:129
msgid "Delete inventory"
msgstr "Eliminar el inventario"
-#: client/src/inventory-scripts/inventory-scripts.list.js:73
+#: client/src/inventory-scripts/inventory-scripts.list.js:81
msgid "Delete inventory script"
msgstr "Eliminar el script de inventario."
-#: client/src/notifications/notificationTemplates.list.js:93
+#: client/src/notifications/notificationTemplates.list.js:102
msgid "Delete notification"
msgstr "Eliminar la notificación"
-#: client/src/projects/projects.form.js:166
+#: client/src/projects/projects.form.js:167
msgid "Delete on Update"
msgstr "Eliminar la actualización"
@@ -1214,7 +1404,7 @@ msgstr "Eliminar la actualización"
msgid "Delete or promote the group's children?"
msgstr "¿Desea eliminar o promover los elementos secundarios del grupo?"
-#: client/src/scheduler/schedules.list.js:93
+#: client/src/scheduler/schedules.list.js:103
msgid "Delete schedule"
msgstr "Eliminar planificación"
@@ -1226,24 +1416,18 @@ msgstr "Eliminar fuente"
msgid "Delete team"
msgstr "Eliminar el equipo"
-#: client/src/templates/templates.list.js:123
+#: client/src/templates/templates.list.js:119
msgid "Delete template"
msgstr "Eliminar la plantilla"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:84
-#: client/src/jobs/all-jobs.list.js:113
-#: client/src/templates/completed-jobs.list.js:85
-msgid "Delete the job"
-msgstr "Eliminar el trabajo"
-
-#: client/src/projects/projects.form.js:168
+#: client/src/projects/projects.form.js:169
msgid ""
"Delete the local repository in its entirety prior to performing an update."
msgstr ""
"Eliminar el repositorio local en su totalidad antes de realizar la "
"actualización."
-#: client/src/projects/projects.list.js:118
+#: client/src/projects/projects.list.js:125
msgid "Delete the project"
msgstr "Eliminar el proyecto"
@@ -1263,7 +1447,15 @@ msgstr "Eliminar {{ group }} y {{ host }}"
msgid "Deleting group"
msgstr "Eliminando grupo"
-#: client/src/projects/projects.form.js:168
+#: client/lib/services/base-string.service.js:79
+msgid ""
+"Deleting this {{ resourceType }} will make the following resources "
+"unavailable."
+msgstr ""
+"Al eliminar este {{ resourceType }}, los siguientes recursos dejarán de "
+"estar disponibles."
+
+#: client/src/projects/projects.form.js:169
msgid ""
"Depending on the size of the repository this may significantly increase the "
"amount of time required to complete an update."
@@ -1271,8 +1463,8 @@ msgstr ""
"Dependiendo del tamaño del repositorio esto podría incrementar "
"significativamente el tiempo necesario para completar una actualización."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:192
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:246
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
msgid "Describe Instances documentation"
msgstr "Documentación de descripción de las instancias"
@@ -1284,16 +1476,17 @@ msgstr "Documentación de descripción de las instancias"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:62
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:62
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:58
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:46
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:53
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:28
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:36
#: client/src/inventory-scripts/inventory-scripts.form.js:35
+#: client/src/network-ui/network.ui.strings.js:46
#: client/src/notifications/notificationTemplates.form.js:39
#: client/src/organizations/organizations.form.js:33
-#: client/src/projects/projects.form.js:36 client/src/teams/teams.form.js:32
+#: client/src/projects/projects.form.js:37 client/src/teams/teams.form.js:35
#: client/src/templates/job_templates/job-template.form.js:41
#: client/src/templates/survey-maker/shared/question-definition.form.js:36
-#: client/src/templates/workflows.form.js:39
-#: client/src/users/users.form.js:145 client/src/users/users.form.js:171
+#: client/src/templates/workflows.form.js:49
+#: client/src/users/users.form.js:148 client/src/users/users.form.js:174
msgid "Description"
msgstr "Descripción"
@@ -1304,8 +1497,8 @@ msgstr "Descripción"
msgid "Destination Channels"
msgstr "Canales destinatarios"
-#: client/src/notifications/notificationTemplates.form.js:359
-#: client/src/notifications/notificationTemplates.form.js:363
+#: client/src/notifications/notificationTemplates.form.js:430
+#: client/src/notifications/notificationTemplates.form.js:434
msgid "Destination Channels or Users"
msgstr "Canales destinatarios o usuarios"
@@ -1314,9 +1507,13 @@ msgstr "Canales destinatarios o usuarios"
msgid "Destination SMS Number"
msgstr "Número SMS del destinatario"
+#: client/features/applications/applications.strings.js:15
#: client/features/credentials/credentials.strings.js:13
+#: client/features/output/output.strings.js:34
+#: client/features/users/tokens/tokens.strings.js:14
#: client/src/license/license.partial.html:5
-#: client/src/shared/form-generator.js:1481
+#: client/src/network-ui/network.ui.strings.js:40
+#: client/src/shared/form-generator.js:1490
msgid "Details"
msgstr "Detalles"
@@ -1324,6 +1521,15 @@ msgstr "Detalles"
msgid "Diff Mode"
msgstr "Modo diff"
+#: client/src/notifications/notificationTemplates.form.js:369
+#: client/src/notifications/notificationTemplates.form.js:401
+msgid "Disable SSL Verification"
+msgstr "Deshabilite la verificación de SSL"
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:518
+msgid "Disable survey"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:6
msgid "Disassociate Group From Group"
msgstr "Desasociar un grupo de otro grupo"
@@ -1347,18 +1553,22 @@ msgstr "Disociar grupo"
msgid "Disassociate host"
msgstr "Disociar host"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:75
-#: client/src/configuration/configuration.controller.js:202
-#: client/src/configuration/configuration.controller.js:264
+#: client/src/templates/survey-maker/surveys/init.factory.js:21
+msgid "Disble Survey"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:93
+#: client/src/configuration/configuration.controller.js:231
+#: client/src/configuration/configuration.controller.js:316
#: client/src/configuration/system-form/configuration-system.controller.js:57
msgid "Discard changes"
msgstr "Descartar cambios"
-#: client/src/teams/teams.form.js:146
+#: client/src/teams/teams.form.js:149
msgid "Dissasociate permission from team"
msgstr "Desasociar permiso de un equipo."
-#: client/src/users/users.form.js:225
+#: client/src/users/users.form.js:228
msgid "Dissasociate permission from user"
msgstr "Desasociar permiso de un usuario"
@@ -1368,10 +1578,7 @@ msgstr "Desasociar permiso de un usuario"
msgid "Domain Name"
msgstr "Nombre de dominio"
-#: client/src/job-results/job-results.controller.js:15
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:134
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:141
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:102
+#: client/features/output/output.strings.js:20
msgid "Download Output"
msgstr "Descargar salida"
@@ -1385,11 +1592,23 @@ msgstr ""
"cree uno en el campo para importar el inventario personalizado. Consulte la "
"documentación de Ansible Tower para acceder a ejemplos de sintaxis."
+#: client/src/templates/survey-maker/surveys/init.factory.js:24
+msgid "Drag to reorder question"
+msgstr ""
+
#: client/src/partials/survey-maker-modal.html:77
msgid "Drop question here to reorder"
msgstr "Arrastre y suelte una pregunta aquí para reordenar"
-#: client/src/configuration/configuration.route.js:30
+#: client/features/templates/templates.strings.js:119
+msgid "EDGE CONFLICT"
+msgstr ""
+
+#: client/features/applications/applications.strings.js:10
+msgid "EDIT APPLICATION"
+msgstr "EDITAR APLICACIÓN"
+
+#: client/src/configuration/configuration.route.js:28
msgid "EDIT CONFIGURATION"
msgstr "EDITAR CONFIGURACION"
@@ -1397,7 +1616,15 @@ msgstr "EDITAR CONFIGURACION"
msgid "EDIT CREDENTIAL"
msgstr "EDITAR CREDENCIAL"
-#: client/src/management-jobs/scheduler/main.js:95
+#: client/src/instance-groups/instance-groups.strings.js:9
+msgid "EDIT INSTANCE GROUP"
+msgstr "EDITAR GRUPO DE INSTANCIA"
+
+#: client/src/scheduler/scheduler.strings.js:9
+msgid "EDIT SCHEDULE"
+msgstr ""
+
+#: client/src/management-jobs/scheduler/main.js:97
msgid "EDIT SCHEDULED JOB"
msgstr "MODIFICAR UN TRABAJO PLANIFICADO"
@@ -1405,16 +1632,18 @@ msgstr "MODIFICAR UN TRABAJO PLANIFICADO"
msgid "EDIT SURVEY PROMPT"
msgstr "EDITAR AVISO DE ENCUESTA"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:46
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:79
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:59
-msgid "ELAPSED"
-msgstr "TIEMPO TRANSCURRIDO"
+#: client/features/templates/templates.strings.js:112
+msgid "EDIT TEMPLATE"
+msgstr ""
#: client/lib/components/components.strings.js:9
msgid "ENCRYPTED"
msgstr "CIFRADO"
+#: client/features/output/output.strings.js:79
+msgid "EXAMPLES"
+msgstr "EJEMPLOS"
+
#: client/src/shared/smart-search/smart-search.partial.html:39
msgid "EXAMPLES:"
msgstr "EJEMPLOS:"
@@ -1423,9 +1652,23 @@ msgstr "EJEMPLOS:"
msgid "EXECUTE COMMAND"
msgstr "EJECUTAR COMANDO"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:46
-msgid "EXPLANATION"
-msgstr "EXPLICACIÓN"
+#: client/lib/components/code-mirror/code-mirror.strings.js:10
+msgid "EXPAND"
+msgstr "EXPANDIR"
+
+#: client/features/applications/applications.strings.js:28
+#: client/features/users/tokens/tokens.strings.js:36
+msgid "EXPIRATION"
+msgstr "EXPIRACIÓN"
+
+#: client/features/users/tokens/tokens.strings.js:24
+msgid "EXPIRES"
+msgstr "EXPIRA"
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:48
+#: client/lib/components/code-mirror/code-mirror.strings.js:8
+msgid "EXTRA VARIABLES"
+msgstr "VARIABLES ADICIONALES"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:355
msgid ""
@@ -1435,29 +1678,32 @@ msgstr ""
"Cada vez que se ejecuta un trabajo con este inventario, actualice el "
"inventario de la fuente seleccionada antes de ejecutar tareas de trabajo."
-#: client/src/projects/projects.form.js:179
+#: client/src/projects/projects.form.js:180
msgid ""
-"Each time a job runs using this project, perform an update to the local "
-"repository prior to starting the job."
+"Each time a job runs using this project, update the revision of the project "
+"prior to starting the job."
msgstr ""
-"Cada vez que un trabajo se ejecuta usando este proyecto, se realizará una "
-"actualización al repositorio local antes de iniciar el trabajo."
+"Cada vez que una tarea se ejecuta usando este proyecto, deberá actualizar la"
+" revisión del proyecto antes de iniciar dicha tarea."
#: client/src/credential-types/credential-types.list.js:56
#: client/src/credentials/credentials.list.js:66
-#: client/src/inventories-hosts/inventories/inventory.list.js:97
+#: client/src/inventories-hosts/inventories/inventory.list.js:98
#: client/src/inventory-scripts/inventory-scripts.list.js:54
-#: client/src/notifications/notificationTemplates.list.js:65
-#: client/src/notifications/notificationTemplates.list.js:74
-#: client/src/scheduler/schedules.list.js:75 client/src/teams/teams.list.js:55
-#: client/src/templates/templates.list.js:103
-#: client/src/users/users.list.js:60
+#: client/src/notifications/notificationTemplates.list.js:66
+#: client/src/notifications/notificationTemplates.list.js:75
+#: client/src/scheduler/schedules.list.js:85 client/src/teams/teams.list.js:55
+#: client/src/templates/templates.list.js:80 client/src/users/users.list.js:60
msgid "Edit"
msgstr "Editar"
-#: client/src/shared/form-generator.js:1715
-#: client/src/templates/job_templates/job-template.form.js:452
-#: client/src/templates/workflows.form.js:177
+#: client/src/templates/survey-maker/surveys/init.factory.js:22
+msgid "Edit Question"
+msgstr ""
+
+#: client/src/shared/form-generator.js:1724
+#: client/src/templates/job_templates/job-template.form.js:470
+#: client/src/templates/workflows.form.js:212
msgid "Edit Survey"
msgstr "Editar la encuesta"
@@ -1477,11 +1723,11 @@ msgstr "Editar grupo"
#: client/src/inventories-hosts/hosts/host.list.js:83
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:73
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:87
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:79
msgid "Edit host"
msgstr "Editar el servidor"
-#: client/src/inventories-hosts/inventories/inventory.list.js:99
+#: client/src/inventories-hosts/inventories/inventory.list.js:100
msgid "Edit inventory"
msgstr "Editar el inventario"
@@ -1489,15 +1735,15 @@ msgstr "Editar el inventario"
msgid "Edit inventory script"
msgstr "Editar el script de inventario"
-#: client/src/notifications/notificationTemplates.list.js:76
+#: client/src/notifications/notificationTemplates.list.js:68
msgid "Edit notification"
msgstr "Editar la notificación"
-#: client/src/scheduler/schedules.list.js:78
+#: client/src/scheduler/schedules.list.js:88
msgid "Edit schedule"
msgstr "Editar la programación"
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:111
+#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:83
msgid "Edit source"
msgstr "Editar fuente"
@@ -1505,53 +1751,32 @@ msgstr "Editar fuente"
msgid "Edit team"
msgstr "Editar el equipo"
-#: client/src/templates/templates.list.js:105
+#: client/src/templates/templates.list.js:82
msgid "Edit template"
msgstr "Editar la plantilla"
-#: client/src/job-results/job-results.partial.html:191
-msgid "Edit the Schedule"
-msgstr "Editar la planificación"
-
-#: client/src/job-results/job-results.partial.html:175
-#: client/src/workflow-results/workflow-results.partial.html:124
-msgid "Edit the User"
-msgstr "Editar el usuario"
-
-#: client/src/job-results/job-results.partial.html:265
-#: client/src/job-results/job-results.partial.html:280
-#: client/src/job-results/job-results.partial.html:296
-#: client/src/job-results/job-results.partial.html:311
-#: client/src/job-results/job-results.partial.html:326
-msgid "Edit the credential"
-msgstr "Editar la credencial"
-
-#: client/src/job-results/job-results.partial.html:206
-msgid "Edit the inventory"
-msgstr "Editar el inventario"
-
-#: client/src/job-results/job-results.partial.html:140
-msgid "Edit the job template"
-msgstr "Editar la plantilla de trabajo"
-
-#: client/src/job-results/job-results.partial.html:229
-#: client/src/projects/projects.list.js:105
+#: client/src/projects/projects.list.js:88
msgid "Edit the project"
msgstr "Editar el proyecto"
#: client/src/scheduler/scheduled-jobs.list.js:67
+#: client/src/workflow-results/workflow-results.controller.js:42
msgid "Edit the schedule"
msgstr "Editar la planificación"
+#: client/src/workflow-results/workflow-results.controller.js:40
+msgid "Edit the user"
+msgstr "Edite el usuario"
+
+#: client/src/workflow-results/workflow-results.controller.js:41
+msgid "Edit the workflow job template"
+msgstr "Edite la plantilla de tareas para el flujo de trabajo"
+
#: client/src/users/users.list.js:64
msgid "Edit user"
msgstr "Editar el usuario"
-#: client/src/setup-menu/setup-menu.partial.html:61
-msgid "Edit {{BRAND_NAME}}'s configuration."
-msgstr "Editar la configuración de {{BRAND_NAME}}."
-
-#: client/src/projects/list/projects-list.controller.js:241
+#: client/src/projects/list/projects-list.controller.js:276
msgid ""
"Either you do not have access or the SCM update process completed. Click the"
" %sRefresh%s button to view the latest status."
@@ -1560,27 +1785,38 @@ msgstr ""
"completado. Pulse sobre el botón %sActualizar%s para ver el estado más "
"reciente."
-#: client/src/job-results/job-results.partial.html:520
+#: client/features/output/output.strings.js:89
+#: client/src/workflow-results/workflow-results.controller.js:61
msgid "Elapsed"
msgstr "Tiempo transcurrido"
#: client/src/credentials/credentials.form.js:191
-#: client/src/users/users.form.js:51
+#: client/src/users/users.form.js:54
msgid "Email"
msgstr "Correo"
-#: client/src/templates/job_templates/job-template.form.js:288
-#: client/src/templates/job_templates/job-template.form.js:293
+#: client/src/templates/job_templates/job-template.form.js:298
+#: client/src/templates/job_templates/job-template.form.js:303
+#: client/src/templates/workflows.form.js:100
+#: client/src/templates/workflows.form.js:105
msgid "Enable Concurrent Jobs"
msgstr "Activar los trabajos concurrentes"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:123
-#: client/src/templates/job_templates/job-template.form.js:264
-#: client/src/templates/job_templates/job-template.form.js:269
+#: client/src/configuration/system-form/configuration-system.partial.html:30
+msgid "Enable External Logging"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:124
+#: client/src/templates/job_templates/job-template.form.js:274
+#: client/src/templates/job_templates/job-template.form.js:279
msgid "Enable Privilege Escalation"
msgstr "Activar la elevación de privilegios"
-#: client/src/templates/job_templates/job-template.form.js:279
+#: client/src/templates/survey-maker/surveys/init.factory.js:518
+msgid "Enable survey"
+msgstr ""
+
+#: client/src/templates/job_templates/job-template.form.js:289
msgid ""
"Enables creation of a provisioning callback URL. Using the URL a host can "
"contact {{BRAND_NAME}} and request a configuration update using this job "
@@ -1595,6 +1831,18 @@ msgstr ""
msgid "Encrypted credentials are not supported."
msgstr "Credenciales cifrados no están soportados."
+#: client/src/scheduler/scheduler.strings.js:36
+msgid "End"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:38
+msgid "End Date"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:40
+msgid "End Time"
+msgstr ""
+
#: client/src/license/license.partial.html:113
msgid "End User License Agreement"
msgstr "Acuerdo de licencia de usuario final"
@@ -1602,7 +1850,7 @@ msgstr "Acuerdo de licencia de usuario final"
#: client/src/inventories-hosts/hosts/host.form.js:73
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:72
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:72
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:86
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68
msgid ""
"Enter inventory variables using either JSON or YAML syntax. Use the radio "
"button to toggle between the two."
@@ -1610,7 +1858,7 @@ msgstr ""
"Introduzca variables del inventario usando sintaxis JSON o YAML. Utilice el "
"botón de selección para elegir entre los dos."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:76
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 "
@@ -1627,7 +1875,7 @@ msgstr ""
"Ingrese un canal de HipChat por línea. El símbolo numeral (#) no es "
"necesario."
-#: client/src/notifications/notificationTemplates.form.js:362
+#: client/src/notifications/notificationTemplates.form.js:433
msgid ""
"Enter one IRC channel or username per line. The pound symbol (#) for "
"channels, and the at (@) symbol for users, are not required."
@@ -1705,35 +1953,44 @@ msgstr ""
msgid "Environment Variables"
msgstr "Variables del entorno"
-#: client/src/configuration/configuration.controller.js:348
-#: client/src/configuration/configuration.controller.js:449
-#: client/src/configuration/configuration.controller.js:483
-#: client/src/configuration/configuration.controller.js:530
+#: client/src/configuration/configuration.controller.js:141
+msgid "Error"
+msgstr "Error"
+
+#: client/features/output/output.strings.js:64
+msgid "Error Details"
+msgstr "Detalles del error"
+
+#: client/lib/services/base-string.service.js:91
+#: client/src/configuration/configuration.controller.js:408
+#: client/src/configuration/configuration.controller.js:517
+#: client/src/configuration/configuration.controller.js:552
+#: client/src/configuration/configuration.controller.js:600
#: client/src/configuration/system-form/configuration-system.controller.js:231
#: client/src/credentials/factories/credential-form-save.factory.js:77
#: client/src/credentials/factories/credential-form-save.factory.js:93
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:129
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:139
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:166
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:194
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:213
-#: client/src/management-jobs/card/card.controller.js:140
-#: client/src/management-jobs/card/card.controller.js:230
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:131
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:141
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:168
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:198
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:217
+#: client/src/management-jobs/card/card.controller.js:102
#: client/src/management-jobs/card/card.controller.js:28
-#: client/src/projects/add/projects-add.controller.js:108
-#: client/src/projects/edit/projects-edit.controller.js:156
-#: client/src/projects/edit/projects-edit.controller.js:222
-#: client/src/projects/edit/projects-edit.controller.js:238
-#: client/src/projects/list/projects-list.controller.js:169
-#: client/src/projects/list/projects-list.controller.js:198
-#: client/src/projects/list/projects-list.controller.js:225
-#: client/src/projects/list/projects-list.controller.js:246
-#: client/src/projects/list/projects-list.controller.js:262
-#: client/src/projects/list/projects-list.controller.js:271
+#: client/src/projects/add/projects-add.controller.js:116
+#: client/src/projects/edit/projects-edit.controller.js:164
+#: client/src/projects/edit/projects-edit.controller.js:230
+#: client/src/projects/edit/projects-edit.controller.js:246
+#: client/src/projects/list/projects-list.controller.js:186
+#: client/src/projects/list/projects-list.controller.js:213
+#: client/src/projects/list/projects-list.controller.js:260
+#: client/src/projects/list/projects-list.controller.js:281
+#: client/src/projects/list/projects-list.controller.js:297
+#: client/src/projects/list/projects-list.controller.js:306
+#: client/src/shared/stateDefinitions.factory.js:230
#: client/src/users/add/users-add.controller.js:99
-#: client/src/users/edit/users-edit.controller.js:180
-#: client/src/users/edit/users-edit.controller.js:80
-#: client/src/users/list/users-list.controller.js:82
+#: client/src/users/edit/users-edit.controller.js:185
+#: client/src/users/edit/users-edit.controller.js:82
+#: client/src/users/list/users-list.controller.js:84
msgid "Error!"
msgstr "¡Error!"
@@ -1741,30 +1998,30 @@ msgstr "¡Error!"
msgid "Event"
msgstr "Evento"
-#: client/src/job-results/parse-stdout.service.js:68
-msgid "Event ID"
-msgstr "ID de evento"
-
#: client/src/activity-stream/factories/build-description.factory.js:120
msgid "Event summary not available"
msgstr "Resumen del evento no disponible."
-#: client/src/projects/add/projects-add.controller.js:129
-#: client/src/projects/edit/projects-edit.controller.js:265
+#: client/src/scheduler/scheduler.strings.js:21
+msgid "Every"
+msgstr ""
+
+#: client/src/projects/add/projects-add.controller.js:137
+#: client/src/projects/edit/projects-edit.controller.js:273
msgid "Example URLs for GIT SCM include:"
msgstr "Ejemplos de URLs para SCM GIT :"
-#: client/src/projects/add/projects-add.controller.js:150
-#: client/src/projects/edit/projects-edit.controller.js:285
+#: client/src/projects/add/projects-add.controller.js:158
+#: client/src/projects/edit/projects-edit.controller.js:293
msgid "Example URLs for Mercurial SCM include:"
msgstr "Ejemplos de URLs para SCM Mercurial :"
-#: client/src/projects/add/projects-add.controller.js:141
-#: client/src/projects/edit/projects-edit.controller.js:276
+#: client/src/projects/add/projects-add.controller.js:149
+#: client/src/projects/edit/projects-edit.controller.js:284
msgid "Example URLs for Subversion SCM include:"
msgstr "Ejemplos de URLs para SCM Subversion :"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid "Example: ansible_facts.ansible_distribution:\"RedHat\""
msgstr "Ejemplo: ansible_facts.ansible_distribution:\"RedHat\""
@@ -1776,37 +2033,40 @@ msgstr "Grupo existente"
msgid "Existing Host"
msgstr "Host existente"
-#: client/src/job-results/job-results.controller.js:18
-#: client/src/job-results/job-results.controller.js:228
-#: client/src/standard-out/standard-out.controller.js:24
-#: client/src/standard-out/standard-out.controller.js:245
-#: client/src/workflow-results/workflow-results.controller.js:120
-#: client/src/workflow-results/workflow-results.controller.js:76
+#: client/features/output/output.strings.js:22
+#: client/src/workflow-results/workflow-results.controller.js:154
+#: client/src/workflow-results/workflow-results.controller.js:43
msgid "Expand Output"
msgstr "Extender salida"
+#: client/src/network-ui/network.ui.strings.js:18
+msgid "Expand Panel"
+msgstr "Expandir el panel"
+
#: client/src/license/license.partial.html:39
msgid "Expires On"
msgstr "Fecha de expiración el"
-#: client/src/job-results/job-results.partial.html:81
+#: client/features/output/output.strings.js:49
msgid "Explanation"
msgstr "Explicación"
-#: client/src/job-results/job-results.partial.html:275
-msgid "Extra Credentials"
-msgstr "Credenciales adicionales"
+#: client/src/network-ui/network.ui.strings.js:17
+msgid "Export"
+msgstr ""
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:132
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:144
-#: client/src/job-results/job-results.partial.html:409
+#: client/features/output/output.strings.js:44
+#: client/features/templates/templates.strings.js:54
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:133
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:145
#: client/src/job-submission/job-submission.partial.html:165
#: client/src/partials/logviewer.html:8
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:105
-#: client/src/templates/job_templates/job-template.form.js:342
-#: client/src/templates/job_templates/job-template.form.js:349
-#: client/src/templates/workflows.form.js:74
-#: client/src/templates/workflows.form.js:81
+#: client/src/scheduler/scheduler.strings.js:45
+#: client/src/templates/job_templates/job-template.form.js:352
+#: client/src/templates/job_templates/job-template.form.js:359
+#: client/src/templates/workflows.form.js:83
+#: client/src/templates/workflows.form.js:90
+#: client/src/workflow-results/workflow-results.controller.js:122
msgid "Extra Variables"
msgstr "Variables adicionales"
@@ -1815,17 +2075,19 @@ msgstr "Variables adicionales"
msgid "FACTS"
msgstr "EVENTOS"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:64
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:65
msgid "FAILED"
msgstr "FALLIDO"
+#: client/features/output/output.strings.js:80
+msgid "FIELDS"
+msgstr "CAMPOS"
+
#: client/src/shared/smart-search/smart-search.partial.html:45
msgid "FIELDS:"
msgstr "CAMPOS:"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:39
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:72
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:52
+#: client/src/smart-status/smart-status.controller.js:43
msgid "FINISHED"
msgstr "FINALIZADO"
@@ -1835,6 +2097,7 @@ msgstr "FINALIZADO"
msgid "Facts"
msgstr "Eventos"
+#: client/lib/components/components.strings.js:100
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:80
msgid "Failed"
msgstr "Fallido"
@@ -1851,30 +2114,30 @@ msgstr "Ha fallado la creación de nuevo usuario. POST ha devuelto el estado:"
msgid "Failed to create new Credential. POST status:"
msgstr "Ha fallado la creación de un nuevo Credencial. Estado POST :"
-#: client/src/projects/add/projects-add.controller.js:109
+#: client/src/projects/add/projects-add.controller.js:117
msgid "Failed to create new project. POST returned status:"
msgstr ""
"Ha fallado la creación de un nuevo proyecto. POST ha devuelto el estado:"
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:214
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:218
msgid "Failed to retrieve job template extra variables."
msgstr ""
"Ha fallado la obtención de variables adicionales para la plantilla de tarea."
-#: client/src/projects/edit/projects-edit.controller.js:157
+#: client/src/projects/edit/projects-edit.controller.js:165
msgid "Failed to retrieve project: %s. GET status:"
msgstr "Ha fallado la obtención del proyecto: %s. Estado GET :"
-#: client/src/users/edit/users-edit.controller.js:181
-#: client/src/users/edit/users-edit.controller.js:81
+#: client/src/users/edit/users-edit.controller.js:186
+#: client/src/users/edit/users-edit.controller.js:83
msgid "Failed to retrieve user: %s. GET status:"
msgstr "Ha fallado la obtención del usuario: %s. Estado GET :"
-#: client/src/configuration/configuration.controller.js:450
+#: client/src/configuration/configuration.controller.js:518
msgid "Failed to save settings. Returned status:"
msgstr "Ha fallado guardar los ajustes. Estado devuelto:"
-#: client/src/configuration/configuration.controller.js:484
+#: client/src/configuration/configuration.controller.js:553
msgid "Failed to save toggle settings. Returned status:"
msgstr "Ha fallado el guardado de los ajustes cambiados. Estado devuelto:"
@@ -1882,55 +2145,55 @@ msgstr "Ha fallado el guardado de los ajustes cambiados. Estado devuelto:"
msgid "Failed to update Credential. PUT status:"
msgstr "Ha fallado la actualización de Credencial. Estado PUT :"
-#: client/src/projects/edit/projects-edit.controller.js:222
+#: client/src/projects/edit/projects-edit.controller.js:230
msgid "Failed to update project: %s. PUT status:"
msgstr "Ha fallado la actualización del proyecto: %s. Estado PUT :"
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:195
-#: client/src/management-jobs/card/card.controller.js:141
-#: client/src/management-jobs/card/card.controller.js:231
+#: client/features/output/output.strings.js:84
+msgid "Failed to update search results."
+msgstr "No se pudieron actualizar los resultados de búsqueda."
+
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:199
+#: client/src/management-jobs/card/card.controller.js:103
msgid "Failed updating job %s with variables. POST returned: %d"
msgstr ""
"Ha fallado la actualización del trabajo %s con variables. POST ha devuelto: "
"%d"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:24
-msgid "Failed. Click for details"
-msgstr "Fallido. Pulse para obtener más información"
-
-#: client/src/notifications/notifications.list.js:48
+#: client/src/notifications/notifications.list.js:49
msgid "Failure"
msgstr "Fallo"
-#: client/src/scheduler/schedules.list.js:48
+#: client/src/scheduler/schedules.list.js:56
msgid "Final Run"
msgstr "Última ejecución"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:59
-#: client/src/instance-groups/jobs/jobs.list.js:57
+#: client/features/jobs/jobs.strings.js:9
+#: client/features/output/output.strings.js:45
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:54
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:58
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:44
-#: client/src/job-results/job-results.partial.html:111
-#: client/src/jobs/all-jobs.list.js:66
-#: client/src/portal-mode/portal-jobs.list.js:40
-#: client/src/templates/completed-jobs.list.js:59
+#: client/src/workflow-results/workflow-results.controller.js:50
msgid "Finished"
msgstr "Finalizado"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:21
-#: client/src/users/users.form.js:26 client/src/users/users.list.js:33
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:27
+#: client/src/users/users.form.js:29 client/src/users/users.list.js:33
msgid "First Name"
msgstr "Nombre"
-#: client/src/scheduler/schedules.list.js:38
+#: client/src/scheduler/schedules.list.js:46
msgid "First Run"
msgstr "Primera ejecución"
+#: client/src/templates/survey-maker/surveys/init.factory.js:19
+msgid "Float"
+msgstr ""
+
+#: client/features/output/output.strings.js:76
#: client/src/shared/smart-search/smart-search.partial.html:52
msgid ""
-"For additional information on advanced search search syntax please see the "
-"Ansible Tower"
+"For additional information on advanced search syntax please see the Ansible "
+"Tower"
msgstr ""
"Para obtener información adicional sobre la sintaxis de búsqueda avanzada, "
"consulte Ansible Tower"
@@ -1965,59 +2228,68 @@ msgstr ""
" manual, probar la configuración del entorno e informar problemas sin "
"ejecutar el manual."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:118
-msgid ""
-"For more information and examples see %sthe Patterns topic at "
-"docs.ansible.com%s."
-msgstr ""
-"Para más información y ejemplos, observe el tema llamado %sPatterns en "
-"docs.ansible.com%s."
-
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:109
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:96
-#: client/src/job-results/job-results.partial.html:336
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:87
-#: client/src/templates/job_templates/job-template.form.js:144
-#: client/src/templates/job_templates/job-template.form.js:154
+#: client/features/output/output.strings.js:46
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:110
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:97
+#: client/src/templates/job_templates/job-template.form.js:143
+#: client/src/templates/job_templates/job-template.form.js:153
msgid "Forks"
msgstr "Forks"
-#: client/src/management-jobs/scheduler/schedulerForm.partial.html:172
+#: client/src/management-jobs/scheduler/schedulerForm.partial.html:173
+#: client/src/scheduler/scheduler.strings.js:20
msgid "Frequency Details"
msgstr "Información sobre la frecuencia"
+#: client/src/scheduler/scheduler.strings.js:33
+msgid "Fri"
+msgstr ""
+
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:2
+msgid "GO TO NOTIFICATIONS TO"
+msgstr ""
+
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.route.js:45
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.route.js:46
msgid "GROUPS"
msgstr "GRUPOS"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:107
+#: client/src/projects/edit/projects-edit.controller.js:135
+#: client/src/projects/list/projects-list.controller.js:76
+msgid "Get latest SCM revision"
+msgstr "Utilice la revisión SCM más reciente"
+
+#: client/src/credential-types/add/add.controller.js:41
+msgid "Getting Started with Credential Types"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:129
msgid "GitHub"
msgstr "GitHub"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:108
+#: client/src/configuration/auth-form/configuration-auth.controller.js:130
msgid "GitHub Org"
msgstr "GitHub Org"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:109
+#: client/src/configuration/auth-form/configuration-auth.controller.js:131
msgid "GitHub Team"
msgstr "Equipo GitHub"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:110
+#: client/src/configuration/auth-form/configuration-auth.controller.js:132
msgid "Google OAuth2"
msgstr "Google OAuth2"
-#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:214
+#: client/src/teams/teams.form.js:158 client/src/users/users.form.js:217
msgid "Grant Permission"
msgstr "Conceder permiso"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:79
+#: client/src/notifications/edit/edit.controller.js:126
msgid "Gray"
msgstr "Gris"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:80
+#: client/src/notifications/edit/edit.controller.js:127
msgid "Green"
msgstr "Verde"
@@ -2026,14 +2298,6 @@ msgstr "Verde"
msgid "Group Variables"
msgstr "Variables de grupo"
-#: client/src/setup-menu/setup-menu.partial.html:5
-msgid ""
-"Group all of your content to manage permissions across departments in your "
-"company."
-msgstr ""
-"Agrupar todo su contenido para administrar permisos a través de los "
-"diferentes departamentos en su compañía."
-
#: client/src/inventories-hosts/hosts/host.form.js:115
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:31
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:89
@@ -2043,15 +2307,17 @@ msgstr ""
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:114
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:115
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:32
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:150
msgid "Groups"
msgstr "Grupos"
#: client/lib/components/components.strings.js:12
+#: client/lib/services/base-string.service.js:66
+#: client/src/templates/survey-maker/surveys/init.factory.js:483
msgid "HIDE"
msgstr "OCULTAR"
-#: client/lib/components/components.strings.js:39
+#: client/lib/components/components.strings.js:43
msgid "HINT: Drag and drop an SSH private key file on the field below."
msgstr ""
"SUGERENCIA: Arrastre y suelte el archivo de clave privada SSH en el "
@@ -2059,8 +2325,8 @@ msgstr ""
#: client/src/activity-stream/get-target-title.factory.js:41
#: client/src/inventories-hosts/hosts/hosts.partial.html:9
-#: client/src/inventories-hosts/hosts/main.js:80
-#: client/src/inventories-hosts/inventories/inventories.partial.html:14
+#: client/src/inventories-hosts/hosts/main.js:81
+#: client/src/inventories-hosts/inventories/inventories.partial.html:15
#: client/src/inventories-hosts/inventories/related/hosts/related-host.route.js:18
#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js:17
msgid "HOSTS"
@@ -2075,11 +2341,24 @@ msgstr "Cabeceras HTTP"
msgid "Hide Activity Stream"
msgstr "Ocultar flujo de actividad"
+#: client/src/network-ui/network.ui.strings.js:26
+msgid "Hide Buttons"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:25
+msgid "Hide Cursor"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:27
+msgid "Hide Interfaces"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:23
msgid "High"
msgstr "Alto"
#: client/src/credentials/credentials.form.js:139
+#: client/src/network-ui/network.ui.strings.js:33
#: client/src/notifications/notificationTemplates.form.js:83
msgid "Host"
msgstr "Servidor"
@@ -2089,8 +2368,8 @@ msgstr "Servidor"
msgid "Host (Authentication URL)"
msgstr "Servidor (URL de autentificación)"
-#: client/src/templates/job_templates/job-template.form.js:324
-#: client/src/templates/job_templates/job-template.form.js:333
+#: client/src/templates/job_templates/job-template.form.js:334
+#: client/src/templates/job_templates/job-template.form.js:343
msgid "Host Config Key"
msgstr "Clave de configuración del servidor"
@@ -2106,6 +2385,7 @@ msgstr "Servidor habilitado"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:56
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:45
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:56
+#: client/src/network-ui/network.ui.strings.js:45
msgid "Host Name"
msgstr "Nombre de Host"
@@ -2131,14 +2411,20 @@ msgstr "El host no está disponible"
msgid "Host is not available. Click to toggle."
msgstr "El host no está disponible. Haga clic para alternar."
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:25
+#: client/features/output/output.strings.js:13
+msgid "Host status information for this job is unavailable."
+msgstr ""
+"La información de estado del host para esta tarea no se encuentra "
+"disponible."
+
+#: client/features/output/output.strings.js:92
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:27
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:39
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:98
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:57
#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:56
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:167
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:176
-#: client/src/job-results/job-results.partial.html:504
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:149
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:159
msgid "Hosts"
msgstr "Servidores"
@@ -2154,8 +2440,8 @@ msgstr "Servidores restantes"
msgid "Hosts Used"
msgstr "Servidores utilizados"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "Hosts are imported to"
msgstr "Los hosts se importan a"
@@ -2163,9 +2449,7 @@ msgstr "Los hosts se importan a"
msgid "I agree to the End User License Agreement"
msgstr "Yo acepto el Acuerdo de licencia de usuario final."
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:27
-#: client/src/instance-groups/jobs/jobs.list.js:26
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:38
+#: client/features/output/output.strings.js:101
msgid "ID"
msgstr "ID"
@@ -2181,27 +2465,26 @@ msgstr "INICIALIZADO POR"
msgid "INSIGHTS"
msgstr "OBSERVACIONES"
+#: client/lib/components/components.strings.js:84
#: client/src/instance-groups/instance-groups.list.js:6
#: client/src/instance-groups/instance-groups.list.js:7
-#: client/src/instance-groups/instance-groups.route.js:10
-#: client/src/instance-groups/list/instance-groups-list.partial.html:3
+#: client/src/instance-groups/instance-groups.strings.js:13
msgid "INSTANCE GROUPS"
msgstr "GRUPOS DE INSTANCIA"
-#: client/src/instance-groups/instance-group.partial.html:27
+#: client/src/instance-groups/instance-groups.strings.js:22
msgid "INSTANCES"
msgstr "INSTANCIAS"
#: client/src/activity-stream/get-target-title.factory.js:14
#: client/src/inventories-hosts/hosts/hosts.partial.html:8
-#: client/src/inventories-hosts/inventories/inventories.partial.html:13
+#: client/src/inventories-hosts/inventories/inventories.partial.html:14
#: client/src/inventories-hosts/inventories/inventories.route.js:8
#: client/src/inventories-hosts/inventories/inventory.list.js:14
#: client/src/inventories-hosts/inventories/inventory.list.js:15
-#: client/src/main-menu/main-menu.partial.html:104
-#: client/src/main-menu/main-menu.partial.html:27
-#: client/src/organizations/linkout/organizations-linkout.route.js:143
-#: client/src/organizations/list/organizations-list.controller.js:66
+#: client/src/network-ui/network.ui.strings.js:8
+#: client/src/organizations/linkout/organizations-linkout.route.js:144
+#: client/src/organizations/list/organizations-list.controller.js:67
msgid "INVENTORIES"
msgstr "INVENTARIOS"
@@ -2216,27 +2499,23 @@ msgstr "SCRIPT DE INVENTARIO"
#: client/src/activity-stream/get-target-title.factory.js:35
#: client/src/inventory-scripts/inventory-scripts.list.js:12
-#: client/src/inventory-scripts/main.js:66
+#: client/src/inventory-scripts/main.js:65
msgid "INVENTORY SCRIPTS"
msgstr "SCRIPTS DE INVENTARIO"
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.route.js:8
-msgid "INVENTORY SOURCES"
-msgstr "FUENTES DE INVENTARIO"
-
-#: client/src/notifications/notificationTemplates.form.js:348
+#: client/src/notifications/notificationTemplates.form.js:419
msgid "IRC Nick"
msgstr "Alias en IRC"
-#: client/src/notifications/notificationTemplates.form.js:337
+#: client/src/notifications/notificationTemplates.form.js:408
msgid "IRC Server Address"
msgstr "Dirección del servidor IRC"
-#: client/src/notifications/shared/type-change.service.js:58
+#: client/src/notifications/shared/type-change.service.js:66
msgid "IRC Server Password"
msgstr "Contraseña del servidor IRC"
-#: client/src/notifications/shared/type-change.service.js:57
+#: client/src/notifications/shared/type-change.service.js:65
msgid "IRC Server Port"
msgstr "Puerto del servidor IRC"
@@ -2248,12 +2527,17 @@ msgstr "PROBLEMA: {{report.rule.description}}"
msgid "ITEMS"
msgstr "ELEMENTOS"
+#: client/src/notifications/notificationTemplates.form.js:362
+#: client/src/notifications/notificationTemplates.form.js:394
+msgid "Icon URL"
+msgstr "URL de ícono"
+
#: client/src/login/authenticationServices/timer.factory.js:157
msgid "Idle Session"
msgstr "Sesión inactiva"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:182
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:263
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:236
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:250
msgid "If blank, all groups above are created except"
msgstr "Si está en blanco, se crean todos los grupos de arriba, excepto"
@@ -2282,13 +2566,13 @@ msgstr ""
" o, si no hay un grupo creado manualmente al que puedan ser promovidos, se "
"los dejará en el grupo predeterminado \"Todo\" para el inventario."
-#: client/src/templates/job_templates/job-template.form.js:267
+#: client/src/templates/job_templates/job-template.form.js:277
msgid "If enabled, run this playbook as an administrator."
msgstr ""
"Si se encuentra habilitada la opción, ejecute este manual como "
"administrador."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:120
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:121
msgid ""
"If enabled, show the changes made by Ansible tasks, where supported. This is"
" equivalent to Ansible’s --diff mode."
@@ -2296,7 +2580,7 @@ msgstr ""
"Si se habilita, muestra los cambios realizados por las tareas de Ansible, "
"donde sea compatible. Esto es equivalente al modo --diff de Ansible."
-#: client/src/templates/job_templates/job-template.form.js:251
+#: client/src/templates/job_templates/job-template.form.js:262
msgid ""
"If enabled, show the changes made by Ansible tasks, where supported. This is"
" equivalent to Ansible’s --diff mode."
@@ -2304,13 +2588,20 @@ msgstr ""
"Si se habilita, muestra los cambios realizados por las tareas de Ansible, "
"donde sea compatible. Esto es equivalente al modo --diff de Ansible."
-#: client/src/templates/job_templates/job-template.form.js:291
+#: client/src/templates/job_templates/job-template.form.js:301
msgid "If enabled, simultaneous runs of this job template will be allowed."
msgstr ""
"Si se habilita esta opción, la ejecución de esta plantilla de trabajo en "
"paralelo será permitida."
-#: client/src/templates/job_templates/job-template.form.js:302
+#: client/src/templates/workflows.form.js:103
+msgid ""
+"If enabled, simultaneous runs of this workflow job template will be allowed."
+msgstr ""
+"Si se habilita esta opción, la ejecución de esta plantilla de flujo de "
+"trabajo en paralelo será permitida."
+
+#: client/src/templates/job_templates/job-template.form.js:312
msgid ""
"If enabled, use cached facts if available and store discovered facts in the "
"cache."
@@ -2338,8 +2629,8 @@ msgstr ""
"Si usted está listo para la actualización, por favor contáctenos pulsando el"
" siguiente botón"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:173
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:227
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:241
msgid "Image ID:"
msgstr "ID de la imagen:"
@@ -2375,7 +2666,7 @@ msgstr "Configuración de entrada"
msgid "Insights"
msgstr "Insights"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:69
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:52
msgid "Insights Credential"
msgstr "Credencial de Insights"
@@ -2384,43 +2675,55 @@ msgstr "Credencial de Insights"
msgid "Instance Filters"
msgstr "Filtros de instancias"
-#: client/src/job-results/job-results.partial.html:369
+#: client/features/output/output.strings.js:47
msgid "Instance Group"
msgstr "Grupo de instancias"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:72
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:75
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:78
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:81
+#: client/src/instance-groups/instance-groups.strings.js:58
+msgid "Instance Group parameter is missing."
+msgstr "Falta el parámetro del Grupo de instancias"
+
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:54
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:57
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:61
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:64
#: client/src/organizations/organizations.form.js:38
#: client/src/organizations/organizations.form.js:41
-#: client/src/setup-menu/setup-menu.partial.html:54
-#: client/src/templates/job_templates/job-template.form.js:191
-#: client/src/templates/job_templates/job-template.form.js:194
+#: client/src/templates/job_templates/job-template.form.js:247
+#: client/src/templates/job_templates/job-template.form.js:250
msgid "Instance Groups"
msgstr "Grupos de instancias"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:182
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:263
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:236
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:250
msgid "Instance ID"
msgstr "ID de instancia"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:174
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:255
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:228
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:242
msgid "Instance ID:"
msgstr "ID de instancia:"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:175
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:256
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:229
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:243
msgid "Instance Type:"
msgstr "Tipo de instancia:"
+#: client/lib/components/components.strings.js:83
+#: client/src/instance-groups/instance-groups.strings.js:14
+msgid "Instances"
+msgstr "Instancias"
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:18
+msgid "Integer"
+msgstr ""
+
#: client/src/license/license.partial.html:11
msgid "Invalid License"
msgstr "Licencia no valida"
-#: client/src/license/license.controller.js:63
-#: client/src/license/license.controller.js:70
+#: client/src/license/license.controller.js:86
+#: client/src/license/license.controller.js:94
msgid "Invalid file format. Please upload valid JSON."
msgstr "Formato de fichero inválido. Por favor cargue un JSON válido."
@@ -2428,29 +2731,36 @@ msgstr "Formato de fichero inválido. Por favor cargue un JSON válido."
msgid "Invalid input for this type."
msgstr "Entrada no válida para este tipo."
+#: client/features/output/output.strings.js:85
+msgid "Invalid search filter provided."
+msgstr "Se introdujo un filtro de búsqueda inválido."
+
#: client/src/login/loginModal/loginModal.partial.html:34
msgid "Invalid username and/or password. Please try again."
msgstr "Nombre de usuario o contraseña inválida. Por favor intente de nuevo."
+#: client/lib/components/components.strings.js:75
+#: client/lib/models/models.strings.js:16
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:122
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:52
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:26
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:28
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:50
-#: client/src/organizations/linkout/organizations-linkout.route.js:155
+#: client/src/organizations/linkout/organizations-linkout.route.js:156
msgid "Inventories"
msgstr "Inventarios"
+#: client/features/jobs/jobs.strings.js:13
+#: client/features/output/output.strings.js:48
+#: client/features/templates/templates.strings.js:16
+#: client/features/templates/templates.strings.js:24
#: client/src/inventories-hosts/hosts/host.list.js:69
-#: client/src/inventories-hosts/inventories/inventory.list.js:80
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:69
-#: client/src/job-results/job-results.partial.html:201
+#: client/src/inventories-hosts/inventories/inventory.list.js:81
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:71
#: client/src/job-submission/job-submission.partial.html:17
+#: client/src/network-ui/network.ui.strings.js:12
#: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:58
#: client/src/templates/job_templates/job-template.form.js:66
#: client/src/templates/job_templates/job-template.form.js:80
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:72
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:82
msgid "Inventory"
msgstr "Inventario"
@@ -2459,12 +2769,19 @@ msgstr "Inventario"
msgid "Inventory File"
msgstr "Archivo de inventario"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:27
-#: client/src/setup-menu/setup-menu.partial.html:41
+#: client/lib/components/components.strings.js:80
+#: client/lib/models/models.strings.js:20
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:29
msgid "Inventory Scripts"
msgstr "Scripts de inventario"
+#: client/lib/models/models.strings.js:25
+msgid "Inventory Sources"
+msgstr "Fuentes de inventario"
+
+#: client/features/templates/templates.strings.js:108
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:46
+#: client/src/workflow-results/workflow-results.controller.js:68
msgid "Inventory Sync"
msgstr "Sincronización de inventario"
@@ -2472,14 +2789,26 @@ msgstr "Sincronización de inventario"
msgid "Inventory Sync Failures"
msgstr "Errores de sincronización de inventario"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:93
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:75
msgid "Inventory Variables"
msgstr "Variables de inventario"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:66
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:68
msgid "Inventory contains 0 hosts."
msgstr "El inventario contiene 0 hosts."
+#: client/features/output/output.strings.js:35
+msgid "Isolated"
+msgstr "Aislada"
+
+#: client/src/smart-status/smart-status.controller.js:43
+msgid "JOB ID"
+msgstr ""
+
+#: client/features/output/output.strings.js:83
+msgid "JOB IS STILL RUNNING"
+msgstr "EL TRABAJO AÚN SE ESTÁ EJECUTANDO"
+
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:4
msgid "JOB STATUS"
msgstr "ESTADO DEL TRABAJO"
@@ -2488,26 +2817,28 @@ msgstr "ESTADO DEL TRABAJO"
msgid "JOB TEMPLATE"
msgstr "PLANTILLA DE TRABAJO"
-#: client/src/organizations/linkout/organizations-linkout.route.js:256
-#: client/src/organizations/list/organizations-list.controller.js:78
-#: client/src/portal-mode/portal-job-templates.list.js:13
-#: client/src/portal-mode/portal-job-templates.list.js:14
+#: client/features/templates/routes/organizationsTemplatesList.route.js:20
+#: client/features/templates/routes/projectsTemplatesList.route.js:18
+#: client/src/organizations/list/organizations-list.controller.js:79
+#: client/src/portal-mode/portal-mode-layout.partial.html:8
msgid "JOB TEMPLATES"
msgstr "PLANTILLAS DE TRABAJO"
+#: client/features/jobs/index.view.html:7
+#: client/features/jobs/routes/instanceGroupJobs.route.js:13
+#: client/features/jobs/routes/instanceJobs.route.js:13
+#: client/features/jobs/routes/inventoryCompletedJobs.route.js:22
+#: client/features/jobs/routes/jobs.route.js:12
+#: client/features/templates/templates.strings.js:113
#: client/src/activity-stream/get-target-title.factory.js:32
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:118
-#: client/src/instance-groups/instance-group.partial.html:28
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:27
-#: client/src/instance-groups/jobs/jobs-list.route.js:9
-#: client/src/jobs/jobs.route.js:15
-#: client/src/main-menu/main-menu.partial.html:122
-#: client/src/main-menu/main-menu.partial.html:43
-#: client/src/portal-mode/portal-jobs.list.js:13
-#: client/src/portal-mode/portal-jobs.list.js:17
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:119
+#: client/src/instance-groups/instance-groups.strings.js:23
+#: client/src/portal-mode/portal-mode-layout.partial.html:19
msgid "JOBS"
msgstr "TRABAJOS"
+#: client/lib/components/code-mirror/code-mirror.strings.js:12
+#: client/lib/services/base-string.service.js:70
#: client/src/job-submission/job-submission.partial.html:173
msgid "JSON"
msgstr "JSON"
@@ -2518,62 +2849,71 @@ msgstr "JSON"
msgid "JSON:"
msgstr "JSON:"
-#: client/src/job-results/job-results.partial.html:384
+#: client/src/workflow-results/workflow-results.controller.js:86
+msgid "Job"
+msgstr ""
+
+#: client/features/output/output.strings.js:50
+#: client/features/templates/templates.strings.js:48
#: client/src/job-submission/job-submission.partial.html:228
-#: client/src/templates/job_templates/job-template.form.js:200
-#: client/src/templates/job_templates/job-template.form.js:207
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:127
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:135
+#: client/src/templates/job_templates/job-template.form.js:190
+#: client/src/templates/job_templates/job-template.form.js:197
msgid "Job Tags"
msgstr "Etiquetas de trabajo"
+#: client/features/jobs/jobs.strings.js:12
+#: client/features/output/output.strings.js:51
+#: client/features/templates/templates.strings.js:13
#: client/src/templates/templates.list.js:61
msgid "Job Template"
msgstr "Plantilla de trabajo"
+#: client/lib/models/models.strings.js:30
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:103
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:36
-#: client/src/organizations/linkout/organizations-linkout.route.js:268
+#: client/src/projects/projects.form.js:303
msgid "Job Templates"
msgstr "Plantillas de trabajo"
+#: client/features/output/output.strings.js:52
+#: client/features/templates/templates.strings.js:50
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:32
-#: client/src/job-results/job-results.partial.html:159
#: client/src/job-submission/job-submission.partial.html:202
#: client/src/templates/job_templates/job-template.form.js:47
#: client/src/templates/job_templates/job-template.form.js:55
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:103
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:92
msgid "Job Type"
msgstr "Tipo de trabajo"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:46
-msgid ""
-"Job details are not available for this job. Please download to view "
-"standard out."
+#: client/src/home/dashboard/lists/jobs/jobs-list.directive.js:45
+msgid "Job failed. Click for details."
msgstr ""
-"Los detalles de la tarea no están disponibles para esta tarea. Descargue "
-"para ver la salida estándar."
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:28
-#: client/src/configuration/configuration.partial.html:16
-#: client/src/jobs/jobs.partial.html:7
+#: client/src/home/dashboard/lists/jobs/jobs-list.directive.js:42
+msgid "Job successful. Click for details."
+msgstr ""
+
+#: client/lib/components/components.strings.js:69
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:30
+#: client/src/configuration/configuration.partial.html:22
+#: client/src/instance-groups/instance-groups.strings.js:47
msgid "Jobs"
msgstr "Trabajos"
-#: client/src/job-results/job-results.controller.js:269
-#: client/src/job-results/job-results.controller.js:366
-msgid "Jump to last line of standard out."
-msgstr "Ir a la última línea de la salida estándar."
+#: client/features/output/output.strings.js:81
+#: client/features/templates/templates.strings.js:103
+#: client/src/workflow-results/workflow-results.controller.js:69
+msgid "KEY"
+msgstr "LLAVE"
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:61
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:154
+#: client/src/network-ui/network.ui.strings.js:23
#: client/src/shared/smart-search/smart-search.partial.html:14
msgid "Key"
msgstr "Clave"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:176
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:257
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:230
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:244
msgid "Key Name:"
msgstr "Nombre de la clave:"
@@ -2582,49 +2922,78 @@ msgstr "Nombre de la clave:"
msgid "Kind"
msgstr "Tipo"
+#: client/features/applications/applications.strings.js:30
+msgid "LAST MODIFIED"
+msgstr "ÚLTIMO MODIFICADO"
+
+#: client/features/users/tokens/tokens.strings.js:37
+msgid "LAST USED"
+msgstr "ÚLTIMO UTILIZADO"
+
+#: client/features/templates/templates.strings.js:30
+msgid "LAUNCH"
+msgstr "LANZAMIENTO"
+
#: client/src/job-submission/job-submission.partial.html:6
msgid "LAUNCH JOB"
msgstr "EJECUTAR TAREA"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:86
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:66
-msgid "LAUNCH TYPE"
-msgstr "TIPO DE EJECUCIÓN"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:111
+#: client/src/configuration/auth-form/configuration-auth.controller.js:133
msgid "LDAP"
msgstr "LDAP"
-#: client/src/license/license.route.js:19
+#: client/src/configuration/auth-form/configuration-auth.controller.js:141
+msgid "LDAP 1 (Optional)"
+msgstr "LDAP 1 (Opcional)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:142
+msgid "LDAP 2 (Optional)"
+msgstr "LDAP 2 (Opcional)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:143
+msgid "LDAP 3 (Optional)"
+msgstr "LDAP 3 (Opcional)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:144
+msgid "LDAP 4 (Optional)"
+msgstr "LDAP 4 (Opcional)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:145
+msgid "LDAP 5 (Optional)"
+msgstr "LDAP 5 (Opcional)"
+
+#: client/src/configuration/auth-form/configuration-auth.partial.html:17
+msgid "LDAP Server"
+msgstr "Servidor LDAP"
+
+#: client/src/configuration/license.route.js:18
+#: client/src/license/license.route.js:18
msgid "LICENSE"
msgstr "LICENCIA"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:58
-msgid "LICENSE ERROR"
-msgstr "ERROR DE LICENCIA"
-
-#: client/src/main-menu/main-menu.partial.html:83
-msgid "LOG OUT"
-msgstr "CERRAR SESIÓN"
-
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:68
-#: client/src/instance-groups/jobs/jobs.list.js:66
-#: client/src/job-results/job-results.partial.html:434
-#: client/src/job-results/job-results.partial.html:443
-#: client/src/jobs/all-jobs.list.js:74
-#: client/src/templates/job_templates/job-template.form.js:234
-#: client/src/templates/job_templates/job-template.form.js:238
+#: client/features/output/output.strings.js:53
+#: client/src/templates/job_templates/job-template.form.js:224
+#: client/src/templates/job_templates/job-template.form.js:228
#: client/src/templates/templates.list.js:43
-#: client/src/templates/workflows.form.js:62
-#: client/src/templates/workflows.form.js:67
+#: client/src/templates/workflows.form.js:72
+#: client/src/templates/workflows.form.js:76
+#: client/src/workflow-results/workflow-results.controller.js:51
msgid "Labels"
msgstr "Etiquetas"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:25
-#: client/src/users/users.form.js:33 client/src/users/users.list.js:37
+#: client/features/templates/templates.strings.js:19
+msgid "Last Modified"
+msgstr "Ultimo modificado"
+
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:31
+#: client/src/users/users.form.js:36 client/src/users/users.list.js:37
msgid "Last Name"
msgstr "Apellidos"
+#: client/features/templates/templates.strings.js:20
+msgid "Last Ran"
+msgstr "Último ejecutado"
+
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:56
msgid "Last Sync"
msgstr "Última sincronización"
@@ -2633,9 +3002,7 @@ msgstr "Última sincronización"
msgid "Last Updated"
msgstr "Última actualización"
-#: client/src/portal-mode/portal-job-templates.list.js:36
-#: client/src/shared/form-generator.js:1707
-#: client/src/templates/templates.list.js:80
+#: client/src/shared/form-generator.js:1716
msgid "Launch"
msgstr "Ejecutar"
@@ -2643,12 +3010,13 @@ msgstr "Ejecutar"
msgid "Launch Management Job"
msgstr "Ejecutar trabajo de gestión"
-#: client/src/job-results/job-results.partial.html:170
-#: client/src/job-results/job-results.partial.html:185
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:76
+#: client/features/jobs/jobs.strings.js:11
+#: client/features/output/output.strings.js:54
+#: client/src/workflow-results/workflow-results.controller.js:48
msgid "Launched By"
msgstr "Ejecutado por"
+#: client/features/templates/templates.strings.js:38
#: client/src/job-submission/job-submission.partial.html:99
msgid ""
"Launching this job requires the passwords listed below. Enter and confirm "
@@ -2657,15 +3025,20 @@ msgstr ""
"Ejecutar esta tarea requiere las siguientes contraseñas. Ingrese y confirme "
"cada contraseña antes de continuar."
-#: client/features/credentials/legacy.credentials.js:357
+#: client/features/credentials/legacy.credentials.js:350
msgid "Legacy state configuration for does not exist"
msgstr "No existe la configuración del estado heredado de"
-#: client/src/license/license.controller.js:40
+#: client/src/configuration/configuration.partial.html:43
+#: client/src/license/license.controller.js:44
#: client/src/license/license.partial.html:8
msgid "License"
msgstr "Licencia"
+#: client/features/output/output.strings.js:55
+msgid "License Error"
+msgstr "Error de licencia"
+
#: client/src/license/license.partial.html:104
msgid "License File"
msgstr "Fichero de licencia"
@@ -2674,7 +3047,7 @@ msgstr "Fichero de licencia"
msgid "License Key"
msgstr "Clave de licencia"
-#: client/src/license/license.controller.js:40
+#: client/src/license/license.controller.js:46
msgid "License Management"
msgstr "Gestión de licencia"
@@ -2682,38 +3055,40 @@ msgstr "Gestión de licencia"
msgid "License Type"
msgstr "Tipo de licencia"
+#: client/features/output/output.strings.js:56
+#: client/features/templates/templates.strings.js:49
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:45
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:55
-#: client/src/job-results/job-results.partial.html:347
#: client/src/job-submission/job-submission.partial.html:220
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:92
-#: client/src/templates/job_templates/job-template.form.js:160
-#: client/src/templates/job_templates/job-template.form.js:164
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:113
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:120
+#: client/src/templates/job_templates/job-template.form.js:159
+#: client/src/templates/job_templates/job-template.form.js:163
msgid "Limit"
msgstr "Límite"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:186
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:268
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:240
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:255
msgid "Limit to hosts having a tag:"
msgstr "Se limita a hosts que tengan una etiqueta:"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:188
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:270
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:242
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:257
msgid "Limit to hosts using either key pair:"
msgstr "Se limita a hosts que utilicen un par de claves:"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:190
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:272
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:244
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
msgid "Limit to hosts where the Name tag begins with"
msgstr "Se limita a hosts en los que la etiqueta Nombre comience con"
-#: client/src/shared/socket/socket.service.js:168
+#: client/src/scheduler/scheduler.strings.js:43
+msgid "Limited to first 10"
+msgstr ""
+
+#: client/src/shared/socket/socket.service.js:203
msgid "Live events: attempting to connect to the server."
msgstr "Eventos en directo: intentando conectar al servidor."
-#: client/src/shared/socket/socket.service.js:172
+#: client/src/shared/socket/socket.service.js:207
msgid ""
"Live events: connected. Pages containing job status information will "
"automatically update in real-time."
@@ -2721,22 +3096,19 @@ msgstr ""
"Eventos en directo: Páginas que contienen información del estado de un "
"trabajo serán actualizados automáticamente en tiempo real."
-#: client/src/shared/socket/socket.service.js:176
+#: client/src/shared/socket/socket.service.js:211
msgid "Live events: error connecting to the server."
msgstr "Eventos en directo: error al conectar al servidor."
-#: client/src/shared/form-generator.js:1983
+#: client/src/shared/form-generator.js:1994
msgid "Loading..."
msgstr "Cargando..."
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:133
+#: client/src/scheduler/scheduler.strings.js:18
msgid "Local Time Zone"
msgstr "Huso horario local"
-#: client/src/main-menu/main-menu.partial.html:188
-msgid "Log Out"
-msgstr "Cerrar sesión"
-
#: client/src/configuration/system-form/configuration-system.controller.js:225
msgid "Log aggregator test failed.
Detail:"
msgstr "Error en la prueba del agregador de registros.
Detalles:"
@@ -2745,20 +3117,32 @@ msgstr "Error en la prueba del agregador de registros.
Detalles:"
msgid "Log aggregator test successful."
msgstr "Se realizó correctamente la prueba del agregador de registros."
+#: client/lib/components/components.strings.js:65
+msgid "Logged in as"
+msgstr "Conectado como"
+
#: client/src/configuration/system-form/configuration-system.controller.js:89
msgid "Logging"
msgstr "Iniciando sesión"
+#: client/lib/components/components.strings.js:67
+msgid "Logout"
+msgstr "Finalización de la sesión"
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:35
msgid "Low"
msgstr "Bajo"
#: client/src/management-jobs/card/card.partial.html:6
-#: client/src/management-jobs/card/card.route.js:21
+#: client/src/management-jobs/card/card.route.js:20
msgid "MANAGEMENT JOBS"
msgstr "TAREAS DE GESTIÓN"
-#: client/src/portal-mode/portal-mode.route.js:12
+#: client/features/output/output.strings.js:104
+msgid "MODULE"
+msgstr ""
+
+#: client/features/templates/routes/portalModeTemplatesList.route.js:12
msgid "MY VIEW"
msgstr "MI VISTA"
@@ -2767,30 +3151,21 @@ msgstr "MI VISTA"
msgid "Machine"
msgstr "Máquina"
+#: client/features/output/output.strings.js:57
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:60
-#: client/src/job-results/job-results.partial.html:260
msgid "Machine Credential"
msgstr "Credenciales de máquina"
-#: client/src/setup-menu/setup-menu.partial.html:36
-msgid ""
-"Manage the cleanup of old job history, activity streams, data marked for "
-"deletion, and system tracking info."
-msgstr ""
-"Gestionar la limpieza del histórico de trabajos antiguos, flujos de "
-"actividad, datos marcados para eliminación e información de sistema de "
-"rastreo."
-
-#: client/src/setup-menu/setup-menu.partial.html:35
+#: client/lib/components/components.strings.js:82
msgid "Management Jobs"
msgstr "Trabajos de gestión"
-#: client/src/projects/list/projects-list.controller.js:89
+#: client/src/projects/list/projects-list.controller.js:91
msgid "Manual projects do not require a schedule"
msgstr "Los proyectos manuales no necesitan de una planificación."
-#: client/src/projects/edit/projects-edit.controller.js:141
-#: client/src/projects/list/projects-list.controller.js:88
+#: client/src/projects/edit/projects-edit.controller.js:142
+#: client/src/projects/list/projects-list.controller.js:90
msgid "Manual projects do not require an SCM update"
msgstr "Los proyectos manuales no necesitan una actualización del SCM"
@@ -2807,19 +3182,28 @@ msgstr "Medio"
msgid "Misc. System"
msgstr "Miscelánea del sistema"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:27
-msgid "Missing. Click for details"
-msgstr "Desaparecido. Pulse para obtener más información"
+#: client/src/templates/workflows.form.js:35
+msgid ""
+"Missing Job Templates found in the Workflow Editor"
+msgstr ""
+"Plantillas de trabajo faltantes encontradas en el Editor de flujo de "
+"trabajo"
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:22
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:30
msgid "Module"
msgstr "Módulo"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:53
+#: client/features/output/output.strings.js:58
msgid "Module Args"
msgstr "Argumentos del módulo"
+#: client/src/scheduler/scheduler.strings.js:29
+msgid "Mon"
+msgstr ""
+
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:25
msgid "Most recent job failed. Click to view jobs."
msgstr "Error en la tarea más reciente. Haga clic para ver las tareas."
@@ -2830,25 +3214,31 @@ msgstr ""
"La tarea más reciente se completó correctamente. Haga clic para ver las "
"tareas."
+#: client/src/templates/survey-maker/surveys/init.factory.js:17
+msgid "Multiple Choice (multiple select)"
+msgstr ""
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:16
+msgid "Multiple Choice (single select)"
+msgstr ""
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:77
msgid "Multiple Choice Options"
msgstr "Opciones de selección múltiple"
-#: client/src/portal-mode/portal-mode-jobs.partial.html:4
-#: client/src/portal-mode/portal-mode-layout.partial.html:11
+#: client/src/portal-mode/portal-mode-layout.partial.html:25
msgid "My Jobs"
msgstr "Mis trabajos"
-#: client/src/main-menu/main-menu.partial.html:160
+#: client/lib/components/components.strings.js:71
msgid "My View"
msgstr "Mi vista"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:19
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:19
-msgid "NAME"
-msgstr "NOMBRE"
+#: client/features/applications/applications.strings.js:24
+msgid "NEW APPLICATION"
+msgstr "NUEVA APLICACIÓN"
-#: client/features/credentials/credentials.strings.js:24
+#: client/features/credentials/credentials.strings.js:26
msgid "NEW CREDENTIAL"
msgstr "NUEVA CREDENCIAL"
@@ -2860,7 +3250,7 @@ msgstr "NUEVO TIPO DE CREDENCIAL"
msgid "NEW CUSTOM INVENTORY"
msgstr "NUEVO INVENTARIO PERSONALIZADO"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:34
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:17
msgid "NEW INVENTORY"
msgstr "NUEVO INVENTARIO"
@@ -2876,11 +3266,11 @@ msgstr "NUEVA PLANTILLA DE NOTIFICACION"
msgid "NEW ORGANIZATION"
msgstr "NUEVA ORGANIZACION"
-#: client/src/projects/projects.form.js:16
+#: client/src/projects/projects.form.js:17
msgid "NEW PROJECT"
msgstr "NUEVO PROYECTO"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:28
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:10
msgid "NEW SMART INVENTORY"
msgstr "NUEVO INVENTARIO INTELIGENTE"
@@ -2896,11 +3286,15 @@ msgstr "NUEVO USUARIO"
msgid "NEW WORKFLOW JOB TEMPLATE"
msgstr "NUEVA PLANTILLA DE FLUJO DE TRABAJO"
+#: client/lib/services/base-string.service.js:64
+msgid "NEXT"
+msgstr "SIGUIENTE"
+
#: client/src/inventories-hosts/hosts/hosts.partial.html:38
msgid "NO HOSTS HAVE BEEN CREATED"
msgstr "NO SE CREARON HOSTS"
-#: client/lib/components/components.strings.js:35
+#: client/lib/components/components.strings.js:39
msgid "NO OPTIONS AVAILABLE"
msgstr "NO HAY OPCIONES DISPONIBLES"
@@ -2919,10 +3313,12 @@ msgstr "PLANTILLAS DE NOTIFICACIÓN"
#: client/src/inventories-hosts/inventories/related/sources/edit/sources-notifications.route.js:9
#: client/src/management-jobs/notifications/notification.route.js:46
-#: client/src/notifications/main.js:43 client/src/notifications/main.js:91
+#: client/src/notifications/main.js:42 client/src/notifications/main.js:89
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:2
msgid "NOTIFICATIONS"
msgstr "NOTIFICACIONES"
+#: client/features/output/output.strings.js:59
#: client/src/credential-types/credential-types.form.js:27
#: client/src/credential-types/credential-types.list.js:24
#: client/src/credentials/credentials.form.js:32
@@ -2930,44 +3326,34 @@ msgstr "NOTIFICACIONES"
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:14
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:13
#: client/src/instance-groups/instance-groups.list.js:15
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:35
-#: client/src/instance-groups/instances/instances-list.partial.html:15
-#: client/src/instance-groups/instances/instances.list.js:14
-#: client/src/instance-groups/jobs/jobs.list.js:34
-#: client/src/instance-groups/list/instance-groups-list.partial.html:26
#: client/src/inventories-hosts/hosts/host.list.js:61
-#: client/src/inventories-hosts/inventories/inventory.list.js:47
+#: client/src/inventories-hosts/inventories/inventory.list.js:48
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:55
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:45
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:32
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:33
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:51
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:39
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:45
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:21
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:28
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:45
#: client/src/inventory-scripts/inventory-scripts.form.js:28
#: client/src/inventory-scripts/inventory-scripts.list.js:20
-#: client/src/jobs/all-jobs.list.js:43
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:21
#: client/src/notifications/notificationTemplates.form.js:32
#: client/src/notifications/notificationTemplates.list.js:32
-#: client/src/notifications/notifications.list.js:26
+#: client/src/notifications/notifications.list.js:27
#: client/src/organizations/organizations.form.js:26
-#: client/src/portal-mode/portal-job-templates.list.js:23
-#: client/src/portal-mode/portal-jobs.list.js:35
-#: client/src/projects/projects.form.js:29
+#: client/src/projects/projects.form.js:30
#: client/src/projects/projects.list.js:37
#: client/src/scheduler/scheduled-jobs.list.js:31
-#: client/src/scheduler/schedules.list.js:33
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:19
-#: client/src/teams/teams.form.js:124 client/src/teams/teams.form.js:25
+#: client/src/scheduler/scheduler.strings.js:13
+#: client/src/scheduler/schedules.list.js:41
+#: client/src/teams/teams.form.js:127 client/src/teams/teams.form.js:28
#: client/src/teams/teams.list.js:23
-#: client/src/templates/completed-jobs.list.js:46
#: client/src/templates/job_templates/job-template.form.js:34
#: client/src/templates/templates.list.js:24
-#: client/src/templates/workflows.form.js:32
-#: client/src/users/users.form.js:142 client/src/users/users.form.js:168
-#: client/src/users/users.form.js:194
+#: client/src/templates/workflows.form.js:42
+#: client/src/users/users.form.js:145 client/src/users/users.form.js:171
+#: client/src/users/users.form.js:197
msgid "Name"
msgstr "Nombre"
@@ -2975,9 +3361,10 @@ msgstr "Nombre"
msgid "Network"
msgstr "Red"
-#: client/src/job-results/job-results.partial.html:306
-msgid "Network Credential"
-msgstr "Credenciales de Red"
+#: client/src/inventories-hosts/inventories/inventory.list.js:105
+#: client/src/inventories-hosts/inventories/inventory.list.js:107
+msgid "Network Visualization"
+msgstr "Visualización de red"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:81
msgid "New Group"
@@ -2992,7 +3379,7 @@ msgid "New user successfully created!"
msgstr "¡Nuevo usuario creado correctamente!"
#: client/src/scheduler/scheduled-jobs.list.js:51
-#: client/src/scheduler/schedules.list.js:43
+#: client/src/scheduler/schedules.list.js:51
msgid "Next Run"
msgstr "Siguiente ejecución"
@@ -3000,12 +3387,13 @@ msgstr "Siguiente ejecución"
msgid "No Credentials Have Been Created"
msgstr "Ningún credencial ha sido creado"
+#: client/features/templates/templates.strings.js:62
#: client/src/job-submission/lists/credential/job-sub-cred-list.controller.js:44
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:140
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:15
msgid "No Credentials Matching This Type Have Been Created"
msgstr "No se crearon credenciales que coincidan con este tipo"
-#: client/src/job-results/host-event/host-event-codemirror.partial.html:3
+#: client/features/output/host-event/host-event-codemirror.partial.html:3
msgid "No JSON data returned by the module"
msgstr "El módulo no arrojó datos JSON"
@@ -3017,7 +3405,7 @@ msgstr "No se crearon proyectos"
msgid "No Remediation Playbook Available"
msgstr "No hay un playbook de reparación disponible"
-#: client/src/projects/list/projects-list.controller.js:159
+#: client/src/projects/list/projects-list.controller.js:176
msgid "No SCM Configuration"
msgstr "Ninguna configuración SCM"
@@ -3029,7 +3417,7 @@ msgstr "Ninguna actualización SCM ha sido ejecutada para este proyecto"
msgid "No Teams exist"
msgstr "No existe ningún equipo"
-#: client/src/projects/list/projects-list.controller.js:150
+#: client/src/projects/list/projects-list.controller.js:152
msgid "No Updates Available"
msgstr "No existen actualizaciones disponibles"
@@ -3037,24 +3425,27 @@ msgstr "No existen actualizaciones disponibles"
msgid "No Users exist"
msgstr "No existe ningún usuario"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:23
-#: client/src/templates/completed-jobs.list.js:24
-msgid "No completed jobs"
-msgstr "No hay trabajos completados"
+#: client/features/templates/templates.strings.js:33
+msgid "No credentials selected"
+msgstr "No se seleccionaron credenciales"
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:63
msgid "No data is available. There are no issues to report."
msgstr "No hay datos disponibles. No hay problemas para informar."
-#: client/src/license/license.controller.js:39
+#: client/src/license/license.controller.js:41
msgid "No file selected."
msgstr "Ningún fichero seleccionado."
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:62
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:64
msgid "No hosts with failures. Click for details."
msgstr "No hay hosts con fallos. Haga clic para obtener más información."
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:47
+#: client/features/templates/templates.strings.js:34
+msgid "No inventory selected"
+msgstr "Sin inventario seleccionado"
+
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:49
msgid "No inventory sync failures. Click for details."
msgstr ""
"No hay fallos en la sincronización de inventario. Haga clic para obtener más"
@@ -3072,21 +3463,15 @@ msgstr "No hay datos de tareas disponibles."
msgid "No job failures"
msgstr "No hay fallos en las tareas"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:54
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:55
msgid "No job templates were recently used."
msgstr "Ninguna plantilla de trabajo fue recientemente utilizada."
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:9
-#: client/src/instance-groups/jobs/jobs.list.js:9
-#: client/src/jobs/all-jobs.list.js:18
-msgid "No jobs have yet run."
-msgstr "Ningún trabajo ha sido ejecutado todavía."
-
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:44
msgid "No jobs were recently run."
msgstr "Ningún trabajo ha sido recientemente ejecutado."
-#: client/src/teams/teams.form.js:121 client/src/users/users.form.js:191
+#: client/src/teams/teams.form.js:124 client/src/users/users.form.js:194
msgid "No permissions have been granted"
msgstr "Ningún permiso concedido"
@@ -3103,11 +3488,15 @@ msgid "No recent notifications."
msgstr "No hay notificaciones recientes"
#: client/src/inventories-hosts/hosts/hosts.partial.html:36
-#: client/src/shared/form-generator.js:1879
+#: client/src/shared/form-generator.js:1888
#: client/src/shared/list-generator/list-generator.factory.js:240
msgid "No records matched your search."
msgstr "No existe registros que coincidan con su búsqueda."
+#: client/features/output/output.strings.js:105
+msgid "No result found"
+msgstr ""
+
#: client/src/scheduler/scheduled-jobs.list.js:16
msgid "No schedules exist"
msgstr "No existen planificaciones"
@@ -3123,11 +3512,21 @@ msgstr "Ninguno seleccionado"
msgid "Normal User"
msgstr "Usuario normal"
-#: client/src/projects/list/projects-list.controller.js:91
+#: client/features/output/output.strings.js:36
+#: client/src/workflow-results/workflow-results.controller.js:56
+msgid "Not Finished"
+msgstr "No finalizado"
+
+#: client/features/output/output.strings.js:37
+#: client/src/workflow-results/workflow-results.controller.js:57
+msgid "Not Started"
+msgstr "No iniciado"
+
+#: client/src/projects/list/projects-list.controller.js:93
msgid "Not configured for SCM"
msgstr "No configurado para SCM"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:52
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:54
msgid "Not configured for inventory sync."
msgstr "No configurado para la sincronización de inventario."
@@ -3143,10 +3542,12 @@ msgstr ""
#: client/src/notifications/notificationTemplates.form.js:288
#: client/src/notifications/notificationTemplates.form.js:289
+#: client/src/notifications/notificationTemplates.form.js:472
+#: client/src/notifications/notificationTemplates.form.js:473
msgid "Notification Color"
msgstr "Color de notificación"
-#: client/src/notifications/notification-templates-list/list.controller.js:113
+#: client/src/notifications/notification-templates-list/list.controller.js:131
msgid "Notification Failed."
msgstr "Notificación fallida"
@@ -3154,14 +3555,14 @@ msgstr "Notificación fallida"
msgid "Notification Label"
msgstr "Etiqueta de Notificación"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:29
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:31
msgid "Notification Templates"
msgstr "Plantillas de notificación"
+#: client/lib/components/components.strings.js:81
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:20
#: client/src/management-jobs/notifications/notification.route.js:21
#: client/src/notifications/notifications.list.js:17
-#: client/src/setup-menu/setup-menu.partial.html:48
msgid "Notifications"
msgstr "Notificación"
@@ -3169,26 +3570,28 @@ msgstr "Notificación"
msgid "Notify Channel"
msgstr "Notificar canal"
+#: client/lib/services/base-string.service.js:68
#: client/src/inventories-hosts/hosts/hosts.partial.html:55
#: client/src/job-submission/job-submission.partial.html:269
#: client/src/partials/survey-maker-modal.html:27
-#: client/src/shared/form-generator.js:542
-#: client/src/shared/form-generator.js:773
-#: client/src/shared/generator-helpers.js:551
+#: client/src/shared/form-generator.js:547
+#: client/src/shared/form-generator.js:782
+#: client/src/shared/generator-helpers.js:554
msgid "OFF"
msgstr "OFF"
#: client/lib/services/base-string.service.js:63
-#: client/src/jobs/factories/delete-job.factory.js:115
+#: client/src/network-ui/network-nav/network.nav.view.html:85
msgid "OK"
msgstr "Aceptar"
+#: client/lib/services/base-string.service.js:67
#: client/src/inventories-hosts/hosts/hosts.partial.html:54
#: client/src/job-submission/job-submission.partial.html:267
#: client/src/partials/survey-maker-modal.html:26
-#: client/src/shared/form-generator.js:538
-#: client/src/shared/form-generator.js:771
-#: client/src/shared/generator-helpers.js:547
+#: client/src/shared/form-generator.js:543
+#: client/src/shared/form-generator.js:780
+#: client/src/shared/generator-helpers.js:550
msgid "ON"
msgstr "ON"
@@ -3196,27 +3599,32 @@ msgstr "ON"
msgid "OPTIONS"
msgstr "OPCIONES"
+#: client/features/applications/applications.strings.js:29
+msgid "ORG"
+msgstr "ORG"
+
#: client/src/activity-stream/get-target-title.factory.js:29
#: client/src/organizations/list/organizations-list.partial.html:6
-#: client/src/organizations/main.js:52
+#: client/src/organizations/main.js:51
msgid "ORGANIZATIONS"
msgstr "ORGANIZACIONES"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:116
-msgid "OVERWRITE"
-msgstr "REEMPLAZAR"
+#: client/src/scheduler/scheduler.strings.js:37
+msgid "Occurrences"
+msgstr ""
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:123
-msgid "OVERWRITE VARS"
-msgstr "REEMPLAZAR VARS"
+#: client/src/workflow-results/workflow-results.controller.js:65
+msgid "On Fail"
+msgstr "En falla"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:38
-msgid "On Failure"
-msgstr "En caso de error"
+#: client/features/templates/templates.strings.js:105
+msgid "On Failure"
+msgstr ""
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:33
-msgid "On Success"
-msgstr "En caso de éxito"
+#: client/features/templates/templates.strings.js:104
+#: client/src/workflow-results/workflow-results.controller.js:64
+msgid "On Success"
+msgstr "Con éxito"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:157
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:162
@@ -3232,8 +3640,8 @@ msgstr ""
"necesario para las direcciones URLs en el uso de autentificación para "
"KeyStone v3. Los escenarios más habituales:"
-#: client/src/templates/job_templates/job-template.form.js:240
-#: client/src/templates/workflows.form.js:69
+#: client/src/templates/job_templates/job-template.form.js:230
+#: client/src/templates/workflows.form.js:78
msgid ""
"Optional labels that describe this job template, such as 'dev' or 'test'. "
"Labels can be used to group and filter job templates and completed jobs."
@@ -3242,35 +3650,38 @@ msgstr ""
" 'dev' o 'test'. Las etiquetas pueden ser utilizadas para agrupar y filtrar "
"plantillas de trabajo y tareas completadas."
-#: client/src/notifications/notificationTemplates.form.js:382
+#: client/src/notifications/notificationTemplates.form.js:453
#: client/src/partials/logviewer.html:7
-#: client/src/templates/job_templates/job-template.form.js:259
+#: client/src/templates/job_templates/job-template.form.js:270
+#: client/src/templates/workflows.form.js:96
msgid "Options"
msgstr "Opciones"
#: client/src/credentials/credentials.form.js:46
#: client/src/credentials/credentials.form.js:53
-#: client/src/inventories-hosts/inventories/inventory.list.js:60
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:51
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:58
+#: client/src/inventories-hosts/inventories/inventory.list.js:61
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:33
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:41
#: client/src/inventory-scripts/inventory-scripts.form.js:40
#: client/src/inventory-scripts/inventory-scripts.list.js:27
#: client/src/notifications/notificationTemplates.form.js:44
-#: client/src/projects/projects.form.js:41
-#: client/src/projects/projects.form.js:47 client/src/teams/teams.form.js:37
-#: client/src/teams/teams.list.js:30 client/src/templates/workflows.form.js:45
-#: client/src/templates/workflows.form.js:51 client/src/users/users.form.js:40
+#: client/src/projects/projects.form.js:42
+#: client/src/projects/projects.form.js:48 client/src/teams/teams.form.js:40
+#: client/src/teams/teams.list.js:30 client/src/templates/workflows.form.js:55
+#: client/src/templates/workflows.form.js:61 client/src/users/users.form.js:43
msgid "Organization"
msgstr "Organización"
+#: client/lib/components/components.strings.js:77
+#: client/lib/models/models.strings.js:35
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:136
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:64
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:30
-#: client/src/setup-menu/setup-menu.partial.html:4
-#: client/src/users/users.form.js:132
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32
+#: client/src/users/users.form.js:135
msgid "Organizations"
msgstr "Organizaciones"
+#: client/features/templates/templates.strings.js:27
#: client/src/job-submission/job-submission.partial.html:19
msgid "Other Prompts"
msgstr "Otros avisos"
@@ -3327,6 +3738,7 @@ msgstr ""
" de actualización del inventario. Para acceder a un ejemplo de configuración"
" de estas variables"
+#: client/features/output/output.strings.js:60
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:328
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:333
msgid "Overwrite"
@@ -3337,6 +3749,10 @@ msgstr "Anular"
msgid "Overwrite Variables"
msgstr "Anular variables"
+#: client/features/output/output.strings.js:61
+msgid "Overwrite Vars"
+msgstr "Sobrescribir Vars"
+
#: client/src/credentials/credentials.list.js:40
msgid "Owners"
msgstr "Propietarios"
@@ -3345,10 +3761,14 @@ msgstr "Propietarios"
msgid "PASSWORD"
msgstr "CONTRASEÑA"
-#: client/features/credentials/legacy.credentials.js:122
+#: client/features/credentials/legacy.credentials.js:117
msgid "PERMISSIONS"
msgstr "PERMISOS"
+#: client/features/output/output.strings.js:102
+msgid "PLAY"
+msgstr ""
+
#: client/src/partials/job-template-details.html:2
msgid "PLAYBOOK"
msgstr "PLAYBOOK"
@@ -3357,41 +3777,32 @@ msgstr "PLAYBOOK"
msgid "PLEASE ADD A SURVEY PROMPT."
msgstr "AGREGAR UN AVISO DE ENCUESTA."
-#: client/src/instance-groups/instances/instances-list.partial.html:6
-#: client/src/instance-groups/list/instance-groups-list.partial.html:16
-#: client/src/organizations/list/organizations-list.partial.html:47
-#: client/src/shared/form-generator.js:1885
+#: client/src/organizations/list/organizations-list.partial.html:37
+#: client/src/shared/form-generator.js:1894
#: client/src/shared/list-generator/list-generator.factory.js:248
msgid "PLEASE ADD ITEMS TO THIS LIST"
msgstr "Por favor añada elementos a la lista"
-#: client/src/main-menu/main-menu.partial.html:67
-msgid "PORTAL MODE"
-msgstr "MODO PORTAL"
-
#: client/src/partials/survey-maker-modal.html:43
msgid "PREVIEW"
msgstr "VISTA PREVIA"
-#: client/src/job-results/job-results.service.js:166
-msgid "PROCEED"
-msgstr "PROCEDER"
-
#: client/src/partials/job-template-details.html:2
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:73
msgid "PROJECT"
msgstr "PROYECTO"
#: client/src/activity-stream/get-target-title.factory.js:8
-#: client/src/main-menu/main-menu.partial.html:19
-#: client/src/main-menu/main-menu.partial.html:95
-#: client/src/organizations/linkout/organizations-linkout.route.js:195
-#: client/src/organizations/list/organizations-list.controller.js:72
-#: client/src/projects/main.js:73 client/src/projects/projects.list.js:14
+#: client/src/organizations/linkout/organizations-linkout.route.js:196
+#: client/src/organizations/list/organizations-list.controller.js:73
+#: client/src/projects/main.js:92 client/src/projects/projects.list.js:14
#: client/src/projects/projects.list.js:15
msgid "PROJECTS"
msgstr "PROYECTOS"
+#: client/features/templates/templates.strings.js:26
+msgid "PROMPT"
+msgstr ""
+
#: client/src/shared/paginate/paginate.partial.html:33
msgid "Page"
msgstr "Página"
@@ -3400,7 +3811,7 @@ msgstr "Página"
msgid "Pagerduty subdomain"
msgstr "Subdominio Pagerduty"
-#: client/src/templates/job_templates/job-template.form.js:348
+#: client/src/templates/job_templates/job-template.form.js:358
msgid ""
"Pass extra command line variables to the playbook. Provide key/value pairs "
"using either YAML or JSON. Refer to the Ansible Tower documentation for "
@@ -3410,7 +3821,7 @@ msgstr ""
"claves/pares de valores utilizando YAML o JSON. Consulte la documentación de"
" Ansible Tower para acceder a ejemplos de sintaxis."
-#: client/src/templates/workflows.form.js:80
+#: client/src/templates/workflows.form.js:89
msgid ""
"Pass extra command line variables to the playbook. This is the -e or "
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
@@ -3422,7 +3833,7 @@ msgstr ""
"Proporcione claves/pares de valores utilizando YAML o JSON. Consulte la "
"documentación de Ansible Tower para acceder a ejemplos de sintaxis."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:138
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:139
msgid ""
"Pass extra command line variables. This is the %s or %s command line "
"parameter for %s. Provide key/value pairs using either YAML or JSON."
@@ -3446,8 +3857,9 @@ msgstr ""
#: client/src/credentials/factories/kind-change.factory.js:78
#: client/src/credentials/factories/kind-change.factory.js:97
#: client/src/job-submission/job-submission.partial.html:104
-#: client/src/notifications/shared/type-change.service.js:28
-#: client/src/users/users.form.js:68
+#: client/src/notifications/shared/type-change.service.js:30
+#: client/src/templates/survey-maker/surveys/init.factory.js:15
+#: client/src/users/users.form.js:71
msgid "Password"
msgstr "Contraseña"
@@ -3486,7 +3898,7 @@ msgid "Paste the contents of the SSH private key file.%s or click to close%s"
msgstr ""
"Pegue el contenido del fichero de la clave privada SSH. %s o pulse cerrar%s"
-#: client/src/inventories-hosts/inventories/inventory.list.js:119
+#: client/src/inventories-hosts/inventories/inventory.list.js:135
msgid "Pending Delete"
msgstr "Eliminación pendiente"
@@ -3494,43 +3906,48 @@ msgstr "Eliminación pendiente"
msgid "Period"
msgstr "Periodo"
-#: client/src/projects/add/projects-add.controller.js:29
+#: client/src/projects/add/projects-add.controller.js:31
#: client/src/users/add/users-add.controller.js:43
msgid "Permission Error"
msgstr "Error de permiso"
#: client/features/credentials/credentials.strings.js:14
-#: client/features/credentials/legacy.credentials.js:66
+#: client/features/credentials/legacy.credentials.js:63
#: client/src/credentials/credentials.form.js:439
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:122
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:123
-#: client/src/projects/projects.form.js:233 client/src/teams/teams.form.js:117
-#: client/src/templates/job_templates/job-template.form.js:386
-#: client/src/templates/workflows.form.js:114
-#: client/src/users/users.form.js:187
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:104
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:106
+#: client/src/projects/projects.form.js:247 client/src/teams/teams.form.js:120
+#: client/src/templates/job_templates/job-template.form.js:397
+#: client/src/templates/workflows.form.js:139
+#: client/src/users/users.form.js:190
msgid "Permissions"
msgstr "Permisos"
-#: client/src/job-results/job-results.partial.html:249
-#: client/src/shared/form-generator.js:1069
+#: client/features/output/output.strings.js:62
+#: client/src/shared/form-generator.js:1078
#: client/src/templates/job_templates/job-template.form.js:107
#: client/src/templates/job_templates/job-template.form.js:115
msgid "Playbook"
msgstr "Playbook"
-#: client/src/projects/projects.form.js:89
+#: client/src/projects/projects.form.js:90
msgid "Playbook Directory"
msgstr "Directorio de playbook"
+#: client/features/templates/templates.strings.js:60
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:52
msgid "Playbook Run"
msgstr "Ejecución de playbook"
-#: client/src/job-results/job-results.partial.html:488
+#: client/features/output/output.strings.js:90
msgid "Plays"
msgstr "Reproduccciones"
-#: client/src/users/users.form.js:126
+#: client/lib/components/components.strings.js:108
+msgid "Please add items to this list."
+msgstr "Añador elementos a esta lista"
+
+#: client/src/users/users.form.js:129
msgid "Please add user to an Organization."
msgstr "Por favor añada un usuario a su organización."
@@ -3542,6 +3959,12 @@ msgstr "Por favor asigne funciones a los recursos seleccionados"
msgid "Please assign roles to the selected users/teams"
msgstr "Por favor asigne funciones a los usuarios/equipos seleccionados"
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid ""
+"Please check the server and make sure the directory exists and file "
+"permissions are set correctly."
+msgstr ""
+
#: client/src/license/license.partial.html:84
msgid ""
"Please click the button below to visit Ansible's website to get a Tower "
@@ -3554,8 +3977,12 @@ msgstr ""
msgid "Please click the icon to edit the host filter."
msgstr "Haga clic en el icono para editar el filtro del host."
-#: client/src/shared/form-generator.js:861
-#: client/src/shared/form-generator.js:956
+#: client/features/templates/templates.strings.js:114
+msgid "Please click the start button to build your workflow."
+msgstr ""
+
+#: client/src/shared/form-generator.js:870
+#: client/src/shared/form-generator.js:965
msgid ""
"Please enter a URL that begins with ssh, http or https. The URL may not "
"contain the '@' character."
@@ -3563,18 +3990,19 @@ msgstr ""
"Por favor introduzca una URL que inicie por ssh, http o https. La URL no "
"puede contener el caracter '@'."
-#: client/src/shared/form-generator.js:1158
+#: client/src/shared/form-generator.js:1167
msgid "Please enter a number greater than %d and less than %d."
msgstr "Por favor introduzca un número mayor que %d y menor que %d."
-#: client/src/shared/form-generator.js:1160
+#: client/src/shared/form-generator.js:1169
msgid "Please enter a number greater than %d."
msgstr "Por favor introduzca un número mayor que %d."
-#: client/src/shared/form-generator.js:1152
+#: client/src/shared/form-generator.js:1161
msgid "Please enter a number."
msgstr "Por favor introduzca un número."
+#: client/features/templates/templates.strings.js:39
#: client/src/job-submission/job-submission.partial.html:112
#: client/src/job-submission/job-submission.partial.html:126
#: client/src/job-submission/job-submission.partial.html:140
@@ -3587,15 +4015,15 @@ msgstr "Por favor introduzca una contraseña."
msgid "Please enter a username."
msgstr "Por favor introduzca un nombre de usuario."
-#: client/src/shared/form-generator.js:851
-#: client/src/shared/form-generator.js:946
+#: client/src/shared/form-generator.js:860
+#: client/src/shared/form-generator.js:955
msgid "Please enter a valid email address."
msgstr "Por favor introduzca una dirección de correo válida."
#: client/lib/components/components.strings.js:15
-#: client/src/shared/form-generator.js:1016
-#: client/src/shared/form-generator.js:846
-#: client/src/shared/form-generator.js:941
+#: client/src/shared/form-generator.js:1025
+#: client/src/shared/form-generator.js:855
+#: client/src/shared/form-generator.js:950
msgid "Please enter a value."
msgstr "Por favor introduzca un valor."
@@ -3604,17 +4032,25 @@ msgstr "Por favor introduzca un valor."
#: client/src/job-submission/job-submission.partial.html:305
#: client/src/job-submission/job-submission.partial.html:311
#: client/src/job-submission/job-submission.partial.html:317
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:36
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:42
msgid "Please enter an answer between"
msgstr "Ingrese una respuesta entre"
+#: client/features/templates/templates.strings.js:59
#: client/src/job-submission/job-submission.partial.html:316
msgid "Please enter an answer that is a decimal number."
msgstr "Ingrese una respuesta que sea un número decimal."
+#: client/features/templates/templates.strings.js:58
#: client/src/job-submission/job-submission.partial.html:310
msgid "Please enter an answer that is a valid integer."
msgstr "Ingrese una respuesta que sea un valor entero válido."
+#: client/features/templates/templates.strings.js:56
#: client/src/job-submission/job-submission.partial.html:288
#: client/src/job-submission/job-submission.partial.html:293
#: client/src/job-submission/job-submission.partial.html:304
@@ -3623,16 +4059,27 @@ msgstr "Ingrese una respuesta que sea un valor entero válido."
msgid "Please enter an answer."
msgstr "Ingrese una respuesta."
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:11
-#: client/src/templates/completed-jobs.list.js:11
-msgid "Please save and run a job to view."
-msgstr "Guarde y ejecute una tarea para ver."
+#: client/features/templates/templates.strings.js:115
+msgid "Please hover over a template for additional options."
+msgstr ""
-#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:50
+#: client/src/management-jobs/scheduler/schedulerForm.partial.html:169
+msgid "Please input a number greater than 1."
+msgstr "Introducir un número superior a 1."
+
+#: client/src/scheduler/scheduler.strings.js:39
+msgid "Please provide a valid date."
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:22
+msgid "Please provide a value between 1 and 999."
+msgstr ""
+
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:54
msgid "Please save before adding a survey to this job template."
msgstr "Guarde antes de agregar una encuesta a esta plantilla de trabajo."
-#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:46
+#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:51
msgid "Please save before adding a survey to this workflow."
msgstr "Guarde antes de agregar una encuesta a este flujo de trabajo."
@@ -3640,32 +4087,32 @@ msgstr "Guarde antes de agregar una encuesta a este flujo de trabajo."
msgid "Please save before adding notifications."
msgstr "Guarde antes de agregar notificaciones."
-#: client/src/organizations/organizations.form.js:68
-#: client/src/teams/teams.form.js:69
+#: client/src/organizations/organizations.form.js:80
+#: client/src/teams/teams.form.js:72
msgid "Please save before adding users."
msgstr "Guarde antes de agregar usuarios."
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:118
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:119
-#: client/src/projects/projects.form.js:225 client/src/teams/teams.form.js:113
-#: client/src/templates/job_templates/job-template.form.js:379
-#: client/src/templates/workflows.form.js:107
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:100
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:102
+#: client/src/projects/projects.form.js:239 client/src/teams/teams.form.js:116
+#: client/src/templates/job_templates/job-template.form.js:390
+#: client/src/templates/workflows.form.js:132
msgid "Please save before assigning permissions."
msgstr "Guarde antes de asignar permisos."
-#: client/src/users/users.form.js:124 client/src/users/users.form.js:183
+#: client/src/users/users.form.js:127 client/src/users/users.form.js:186
msgid "Please save before assigning to organizations."
msgstr "Guarde antes de asignar a organizaciones"
-#: client/src/users/users.form.js:152
+#: client/src/users/users.form.js:155
msgid "Please save before assigning to teams."
msgstr "Guarde antes de asignar a equipos."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:164
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:147
msgid "Please save before creating groups."
msgstr "Guarde antes de crear grupos."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:173
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:156
msgid "Please save before creating hosts."
msgstr "Guarde antes de crear hosts."
@@ -3680,11 +4127,11 @@ msgstr "Guarde antes de definir grupos."
msgid "Please save before defining hosts."
msgstr "Guarde antes de definir hosts."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:182
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:165
msgid "Please save before defining inventory sources."
msgstr "Guarde antes de definir fuentes de inventario."
-#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:45
+#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:50
msgid "Please save before defining the workflow graph."
msgstr "Guarde antes de definir un gráfico de flujo de trabajo."
@@ -3699,7 +4146,7 @@ msgstr "Guarde antes de ver Insights."
msgid "Please save before viewing facts."
msgstr "Guarde antes de ver eventos."
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:164
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:146
msgid "Please save before viewing hosts."
msgstr "Guarde antes de ver los hosts."
@@ -3711,30 +4158,22 @@ msgstr "Por favor seleccione Usuarios / Equipos de la siguiente lista."
msgid "Please select Users from the list below."
msgstr "Por favor seleccione Usuarios de la siguiente lista.."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:58
-msgid "Please select a Credential."
-msgstr "Por favor seleccione un credencial."
-
-#: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:46
-msgid ""
-"Please select a machine (SSH) credential or check the \"Prompt on launch\" "
-"option."
-msgstr ""
-"Seleccione una credencial de máquina (SSH) o marque la opción “Preguntar al "
-"ejecutar”."
-
-#: client/src/shared/form-generator.js:1193
+#: client/src/shared/form-generator.js:1202
msgid "Please select a number between"
msgstr "Por favor seleccione un número entre"
-#: client/src/shared/form-generator.js:1189
+#: client/src/shared/form-generator.js:1198
msgid "Please select a number."
msgstr "Por favor seleccione un número."
-#: client/src/shared/form-generator.js:1081
-#: client/src/shared/form-generator.js:1149
-#: client/src/shared/form-generator.js:1270
-#: client/src/shared/form-generator.js:1378
+#: client/features/templates/templates.strings.js:57
+msgid "Please select a value"
+msgstr "Seleccionar un valor."
+
+#: client/src/shared/form-generator.js:1090
+#: client/src/shared/form-generator.js:1158
+#: client/src/shared/form-generator.js:1279
+#: client/src/shared/form-generator.js:1387
msgid "Please select a value."
msgstr "Por favor seleccione un valor."
@@ -3744,37 +4183,42 @@ msgstr ""
"Por favor seleccione un inventario o seleccione la opción Preguntar al "
"ejecutar."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:79
-msgid "Please select an Inventory."
-msgstr "Por favor seleccione un Inventario."
-
#: client/src/inventories-hosts/inventory-hosts.strings.js:26
msgid "Please select an organization before editing the host filter."
msgstr "Seleccione una organización antes de editar el filtro del host."
-#: client/src/shared/form-generator.js:1186
+#: client/src/shared/form-generator.js:1195
msgid "Please select at least one value."
msgstr "Por favor seleccione al menos un valor."
+#: client/src/scheduler/scheduler.strings.js:35
+msgid "Please select one or more days."
+msgstr ""
+
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:30
msgid "Please select resources from the lists below."
msgstr "Por favor seleccione recursos de la lista siguiente."
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid "Populate the hosts for this inventory by using a search filter."
msgstr ""
"Complete los hosts de este inventario por medio del filtro de búsqueda."
-#: client/src/notifications/shared/type-change.service.js:27
+#: client/src/notifications/shared/type-change.service.js:29
msgid "Port"
msgstr "Puerto"
+#: client/features/templates/templates.strings.js:29
+msgid "Preview"
+msgstr "Vista previa"
+
#: client/src/credentials/credentials.form.js:257
#: client/src/credentials/factories/kind-change.factory.js:21
#: client/src/credentials/factories/kind-change.factory.js:45
msgid "Private Key"
msgstr "Clave privada"
+#: client/features/templates/templates.strings.js:42
#: client/src/credentials/credentials.form.js:264
#: client/src/job-submission/job-submission.partial.html:118
msgid "Private Key Passphrase"
@@ -3785,6 +4229,7 @@ msgstr "Frase de contraseña para la clave privada"
msgid "Privilege Escalation"
msgstr "Elevación de privilegios"
+#: client/features/templates/templates.strings.js:43
#: client/src/credentials/credentials.form.js:305
#: client/src/job-submission/job-submission.partial.html:132
msgid "Privilege Escalation Password"
@@ -3794,10 +4239,12 @@ msgstr "Contraseña para la elevación de privilegios"
msgid "Privilege Escalation Username"
msgstr "Usuario para la elevación de privilegios"
+#: client/features/jobs/jobs.strings.js:14
+#: client/features/output/output.strings.js:63
+#: client/features/templates/templates.strings.js:17
#: client/src/credentials/factories/become-method-change.factory.js:30
#: client/src/credentials/factories/kind-change.factory.js:87
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:93
-#: client/src/job-results/job-results.partial.html:216
#: client/src/templates/job_templates/job-template.form.js:100
#: client/src/templates/job_templates/job-template.form.js:91
msgid "Project"
@@ -3808,8 +4255,8 @@ msgstr "Proyecto"
msgid "Project (Tenant Name)"
msgstr "Proyecto (Nombre del inquilino [Tenant])"
-#: client/src/projects/projects.form.js:75
-#: client/src/projects/projects.form.js:83
+#: client/src/projects/projects.form.js:76
+#: client/src/projects/projects.form.js:84
msgid "Project Base Path"
msgstr "Ruta base del proyecto"
@@ -3817,23 +4264,30 @@ msgstr "Ruta base del proyecto"
msgid "Project Name"
msgstr "Nombre del proyecto"
-#: client/src/projects/projects.form.js:100
+#: client/src/projects/projects.form.js:101
msgid "Project Path"
msgstr "Ruta del proyecto"
+#: client/features/templates/templates.strings.js:107
+#: client/src/workflow-results/workflow-results.controller.js:67
+msgid "Project Sync"
+msgstr "Sincronización del proyecto"
+
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:66
msgid "Project Sync Failures"
msgstr "Errores de sincronización del proyecto"
-#: client/src/projects/list/projects-list.controller.js:170
+#: client/src/projects/list/projects-list.controller.js:187
msgid "Project lookup failed. GET returned:"
msgstr "La búsqueda del proyecto ha fallado. GET ha devuelto:"
+#: client/lib/components/components.strings.js:72
+#: client/lib/models/models.strings.js:40
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:115
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:47
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:31
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:61
-#: client/src/organizations/linkout/organizations-linkout.route.js:206
+#: client/src/organizations/linkout/organizations-linkout.route.js:207
msgid "Projects"
msgstr "Proyectos"
@@ -3865,35 +4319,31 @@ msgstr "Promover hosts"
msgid "Promote {{ group }} and {{ host }}"
msgstr "Promover {{ group }} y {{ host }}"
+#: client/src/scheduler/scheduler.strings.js:46
#: client/src/templates/survey-maker/shared/question-definition.form.js:27
msgid "Prompt"
msgstr "Aviso"
-#: client/lib/components/components.strings.js:30
-#: client/src/templates/job_templates/job-template.form.js:139
-#: client/src/templates/job_templates/job-template.form.js:169
-#: client/src/templates/job_templates/job-template.form.js:186
-#: client/src/templates/job_templates/job-template.form.js:212
-#: client/src/templates/job_templates/job-template.form.js:229
-#: client/src/templates/job_templates/job-template.form.js:254
-#: client/src/templates/job_templates/job-template.form.js:354
+#: client/lib/components/components.strings.js:34
+#: client/src/templates/job_templates/job-template.form.js:138
+#: client/src/templates/job_templates/job-template.form.js:168
+#: client/src/templates/job_templates/job-template.form.js:185
+#: client/src/templates/job_templates/job-template.form.js:202
+#: client/src/templates/job_templates/job-template.form.js:219
+#: client/src/templates/job_templates/job-template.form.js:265
+#: client/src/templates/job_templates/job-template.form.js:365
#: client/src/templates/job_templates/job-template.form.js:60
#: client/src/templates/job_templates/job-template.form.js:86
msgid "Prompt on launch"
msgstr "Preguntar al ejecutar"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:132
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:147
-msgid "Provide a comma separated list of tags."
-msgstr "Introduzca una lista de etiquetas separadas por coma."
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:184
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:266
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:238
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:253
msgid "Provide a comma-separated list of filter expressions."
msgstr "Proporcione una lista de expresiones de filtrado separadas por coma."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:200
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:284
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:254
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:271
msgid ""
"Provide a comma-separated list of filter expressions. Hosts are imported "
"when all of the filters match. Refer to Ansible Tower documentation for more"
@@ -3906,11 +4356,12 @@ msgstr ""
#: client/src/inventories-hosts/hosts/host.form.js:50
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:49
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:49
+#: client/src/network-ui/network.ui.strings.js:47
msgid "Provide a host name, ip address, or ip address:port. Examples include:"
msgstr ""
"Provea un nombre de host, dirección ip, ó dirección:puerto. Por ejemplo:"
-#: client/src/templates/job_templates/job-template.form.js:163
+#: client/src/templates/job_templates/job-template.form.js:162
msgid ""
"Provide a host pattern to further constrain the list of hosts that will be "
"managed or affected by the playbook. Multiple patterns are allowed. Refer to"
@@ -3921,15 +4372,13 @@ msgstr ""
"Se permiten distintos patrones. Consulte la documentación de Ansible para "
"obtener más información y ejemplos relacionados con los patrones."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:116
+#: client/features/credentials/credentials.strings.js:22
msgid ""
-"Provide a host pattern to further constrain the list of hosts that will be "
-"managed or affected by the playbook. Multiple patterns can be separated by "
-"%s %s or %s"
+"Provide account information using Google Compute Engine JSON credentials "
+"file."
msgstr ""
-"Introduzca un patrón de servidores para restringir aún más la lista de "
-"servidores que serán administrados o afectados por el playbook. Varios "
-"patrones pueden ser separados por %s %s o %s"
+"Introduzca información de la cuenta usando el archivo de credenciales Google"
+" Compute Engine JSON."
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:196
msgid "Provide environment variables to pass to the custom inventory script."
@@ -3937,8 +4386,8 @@ msgstr ""
"Proporcione variables del entorno para trasladar al script del inventario "
"personalizado."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:203
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:287
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:257
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
msgid ""
"Provide the named URL encoded name or id of the remote Tower inventory to be"
" imported."
@@ -3946,24 +4395,24 @@ msgstr ""
"Indique la URL, el nombre cifrado o id del inventario remoto de Tower para "
"importarlos."
-#: client/src/templates/job_templates/job-template.form.js:311
-#: client/src/templates/job_templates/job-template.form.js:319
+#: client/src/templates/job_templates/job-template.form.js:321
+#: client/src/templates/job_templates/job-template.form.js:329
msgid "Provisioning Callback URL"
msgstr "Dirección URL para las llamadas callback"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:81
+#: client/src/notifications/edit/edit.controller.js:128
msgid "Purple"
msgstr "Púrpura"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:14
-msgid "Queued. Click for details"
-msgstr "En cola. Pulse para más información"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:112
+#: client/src/configuration/auth-form/configuration-auth.controller.js:134
msgid "RADIUS"
msgstr "RADIUS"
+#: client/src/instance-groups/instance-groups.strings.js:43
+msgid "RAM"
+msgstr ""
+
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:4
msgid "RECENT JOB RUNS"
msgstr "TRABAJOS EJECUTADOS RECIENTEMENTE"
@@ -3972,7 +4421,7 @@ msgstr "TRABAJOS EJECUTADOS RECIENTEMENTE"
msgid "RECENTLY RUN JOBS"
msgstr "TRABAJOS EJECUTADOS RECIENTEMENTE"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:50
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:51
msgid "RECENTLY USED JOB TEMPLATES"
msgstr "PLANTILLAS DE TRABAJO USADOS RECIENTEMENTE"
@@ -3988,22 +4437,20 @@ msgstr "PLANTILLAS USADAS RECIENTEMENTE"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:113
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:47
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:54
-#: client/src/jobs/jobs.partial.html:15
-#: client/src/portal-mode/portal-mode-jobs.partial.html:20
#: client/src/projects/projects.list.js:71
-#: client/src/scheduler/schedules.list.js:61
+#: client/src/scheduler/schedules.list.js:69
msgid "REFRESH"
msgstr "ACTUALIZAR"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:109
-msgid "REGIONS"
-msgstr "REGIONES"
+#: client/features/users/tokens/tokens.strings.js:23
+msgid "REFRESH TOKEN"
+msgstr "ACTUALIZAR TOKEN"
#: client/src/shared/smart-search/smart-search.partial.html:48
msgid "RELATED FIELDS:"
msgstr "CAMPOS RELACIONADOS:"
-#: client/src/shared/directives.js:78
+#: client/src/shared/directives.js:94
msgid "REMOVE"
msgstr "ELIMINAR"
@@ -4011,16 +4458,15 @@ msgstr "ELIMINAR"
msgid "REPLACE"
msgstr "REEMPLAZAR"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:7
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:7
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:7
+#: client/features/output/output.strings.js:8
msgid "RESULTS"
msgstr "RESULTADOS"
+#: client/features/templates/templates.strings.js:35
#: client/lib/components/components.strings.js:8
#: client/src/job-submission/job-submission.partial.html:44
#: client/src/job-submission/job-submission.partial.html:87
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:52
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:60
msgid "REVERT"
msgstr "REVERTIR"
@@ -4029,6 +4475,10 @@ msgstr "REVERTIR"
msgid "RSA Private Key"
msgstr "Clave privada RSA"
+#: client/features/templates/templates.strings.js:116
+msgid "RUN"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/adhoc/adhoc.route.js:28
msgid "RUN COMMAND"
msgstr "EJECUTAR COMANDO"
@@ -4041,23 +4491,28 @@ msgstr "EJECUTAR COMANDO"
msgid "RUN COMMANDS"
msgstr "EJECUTAR COMANDOS"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:84
+#: client/src/notifications/edit/edit.controller.js:131
msgid "Random"
msgstr "Aleatorio"
-#: client/src/job-results/job-results.partial.html:411
-msgid "Read only view of extra variables added to the job template."
-msgstr ""
-"Vista de solo lectura de las variables adicionales añadidas a la plantilla "
-"de trabajo."
+#: client/features/users/tokens/tokens.strings.js:30
+msgid "Read"
+msgstr "Leído"
-#: client/src/workflow-results/workflow-results.partial.html:155
+#: client/src/workflow-results/workflow-results.controller.js:121
msgid "Read only view of extra variables added to the workflow."
msgstr ""
"Vista de sólo lectura de las variables adicionales añadidas al flujo de "
"trabajo."
+#: client/features/output/output.strings.js:23
+#: client/lib/components/code-mirror/code-mirror.strings.js:49
+msgid "Read-only view of extra variables added to the job template."
+msgstr ""
+"Vista de solo lectura de las variables adicionales añadidas a la plantilla "
+"de trabajo."
+
#: client/src/notifications/notificationTemplates.list.js:26
msgid "Recent Notifications"
msgstr "Notificaciones recientes"
@@ -4067,12 +4522,12 @@ msgstr "Notificaciones recientes"
msgid "Recipient List"
msgstr "Lista de destinatarios"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:82
+#: client/src/notifications/edit/edit.controller.js:129
msgid "Red"
msgstr "Rojo"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid ""
"Refer to the Ansible Tower documentation for further syntax and examples."
msgstr ""
@@ -4089,12 +4544,12 @@ msgstr ""
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:43
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:50
#: client/src/projects/projects.list.js:67
-#: client/src/scheduler/schedules.list.js:57
+#: client/src/scheduler/schedules.list.js:65
msgid "Refresh the page"
msgstr "Actualizar la página"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:177
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:258
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:231
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:245
msgid "Region:"
msgstr "Región:"
@@ -4106,31 +4561,37 @@ msgstr "Regiones"
msgid "Related Groups"
msgstr "Grupos relacionados"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:77
-#: client/src/job-results/job-results.partial.html:29
-#: client/src/jobs/all-jobs.list.js:99
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:11
-#: client/src/templates/completed-jobs.list.js:78
-#: client/src/workflow-results/workflow-results.partial.html:29
+#: client/lib/components/components.strings.js:98
+msgid "Relaunch On"
+msgstr "Relanzar el"
+
+#: client/lib/components/components.strings.js:97
+msgid "Relaunch using host parameters"
+msgstr "Relanzar utilizando los parámetros de host"
+
+#: client/lib/components/components.strings.js:96
+#: client/src/workflow-results/workflow-results.controller.js:37
msgid "Relaunch using the same parameters"
msgstr "Relanzar utilizando los mismos parámetros"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:194
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:180
msgid "Remediate Inventory"
msgstr "Reparar inventario"
-#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:96
-#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:97
-#: client/src/teams/teams.form.js:142 client/src/users/users.form.js:222
+#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:102
+#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:103
+#: client/src/network-ui/network.ui.strings.js:41
+#: client/src/teams/teams.form.js:145 client/src/users/users.form.js:225
msgid "Remove"
msgstr "Eliminar"
-#: client/src/projects/projects.form.js:158
+#: client/src/projects/projects.form.js:159
msgid "Remove any local modifications prior to performing an update."
msgstr ""
"Eliminar cualquier modificación local antes de realizar una actualización."
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:149
+#: client/src/scheduler/scheduler.strings.js:19
msgid "Repeat frequency"
msgstr "Frecuencia de repetición"
@@ -4142,15 +4603,32 @@ msgstr "Solicitar una licencia"
msgid "Required"
msgstr "Obligatorio"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:153
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:154
msgid "Reset"
msgstr "Restablecer"
-#: client/src/job-results/job-results.partial.html:123
-msgid "Results Traceback"
-msgstr "Resultados Traceback"
+#: client/src/network-ui/network.ui.strings.js:28
+msgid "Reset Zoom"
+msgstr ""
-#: client/src/shared/form-generator.js:690
+#: client/lib/components/components.strings.js:90
+msgid "Resources"
+msgstr "Recursos"
+
+#: client/features/templates/templates.strings.js:89
+#: client/src/scheduler/schedules.list.js:24
+msgid "Resources are missing from this template."
+msgstr "Faltan recursos de esta plantilla."
+
+#: client/lib/services/base-string.service.js:87
+msgid "Return"
+msgstr "Volver"
+
+#: client/features/users/tokens/tokens.strings.js:26
+msgid "Returned status:"
+msgstr "Estado devuelto:"
+
+#: client/src/shared/form-generator.js:699
msgid "Revert"
msgstr "Revertir"
@@ -4159,54 +4637,56 @@ msgstr "Revertir"
#: client/src/configuration/auth-form/sub-forms/auth-github-team.form.js:51
#: client/src/configuration/auth-form/sub-forms/auth-github.form.js:47
#: client/src/configuration/auth-form/sub-forms/auth-google-oauth2.form.js:59
-#: client/src/configuration/auth-form/sub-forms/auth-ldap.form.js:95
+#: client/src/configuration/auth-form/sub-forms/auth-ldap.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap1.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap2.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap3.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap4.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap5.form.js:102
#: client/src/configuration/auth-form/sub-forms/auth-radius.form.js:34
-#: client/src/configuration/auth-form/sub-forms/auth-saml.form.js:87
+#: client/src/configuration/auth-form/sub-forms/auth-saml.form.js:121
#: client/src/configuration/auth-form/sub-forms/auth-tacacs.form.js:47
#: client/src/configuration/jobs-form/configuration-jobs.form.js:73
#: client/src/configuration/system-form/sub-forms/system-activity-stream.form.js:26
#: client/src/configuration/system-form/sub-forms/system-logging.form.js:74
-#: client/src/configuration/system-form/sub-forms/system-misc.form.js:50
+#: client/src/configuration/system-form/sub-forms/system-misc.form.js:53
#: client/src/configuration/ui-form/configuration-ui.form.js:36
msgid "Revert all to default"
msgstr "Revertir todo a valores por defecto"
-#: client/src/job-results/job-results.partial.html:239
+#: client/features/output/output.strings.js:65
#: client/src/projects/projects.list.js:50
msgid "Revision"
msgstr "Revisión"
-#: client/src/projects/add/projects-add.controller.js:146
-#: client/src/projects/edit/projects-edit.controller.js:281
+#: client/src/projects/add/projects-add.controller.js:154
+#: client/src/projects/edit/projects-edit.controller.js:289
msgid "Revision #"
msgstr "Revisión n°"
-#: client/features/credentials/legacy.credentials.js:88
-#: client/src/credentials/credentials.form.js:461
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:148
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:149
-#: client/src/organizations/organizations.form.js:97
-#: client/src/projects/projects.form.js:255 client/src/teams/teams.form.js:135
-#: client/src/teams/teams.form.js:98
-#: client/src/templates/workflows.form.js:138
-#: client/src/users/users.form.js:205
+#: client/features/credentials/legacy.credentials.js:85
+#: client/src/credentials/credentials.form.js:462
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:130
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:132
+#: client/src/organizations/organizations.form.js:109
+#: client/src/projects/projects.form.js:270 client/src/teams/teams.form.js:101
+#: client/src/teams/teams.form.js:138
+#: client/src/templates/workflows.form.js:163
+#: client/src/users/users.form.js:208
msgid "Role"
msgstr "Función"
-#: client/src/instance-groups/instance-group.partial.html:14
+#: client/src/network-ui/network.ui.strings.js:35
+msgid "Router"
+msgstr ""
+
#: client/src/instance-groups/instance-groups.list.js:26
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:14
-#: client/src/instance-groups/instances/instances-list.partial.html:18
-#: client/src/instance-groups/instances/instances.list.js:24
-#: client/src/instance-groups/list/instance-groups-list.partial.html:29
+#: client/src/instance-groups/instance-groups.strings.js:15
+#: client/src/instance-groups/instance-groups.strings.js:48
msgid "Running Jobs"
msgstr "Tareas en ejecución"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:18
-msgid "Running! Click for details"
-msgstr "¡En ejecución!. Pulse para más detalles"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:113
+#: client/src/configuration/auth-form/configuration-auth.controller.js:135
msgid "SAML"
msgstr "SAML"
@@ -4219,45 +4699,42 @@ msgstr "SAML"
msgid "SAVE"
msgstr "GUARDAR"
-#: client/src/scheduler/main.js:331
-msgid "SCHEDULED"
-msgstr "PROGRAMADO"
-
#: client/src/scheduler/scheduled-jobs.list.js:13
msgid "SCHEDULED JOBS"
msgstr "TRABAJOS PROGRAMADOS"
+#: client/features/jobs/index.view.html:13
#: client/src/activity-stream/get-target-title.factory.js:38
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:49
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:8
-#: client/src/management-jobs/scheduler/main.js:26
-#: client/src/management-jobs/scheduler/main.js:32
-#: client/src/scheduler/main.js:145 client/src/scheduler/main.js:183
-#: client/src/scheduler/main.js:235 client/src/scheduler/main.js:273
-#: client/src/scheduler/main.js:52 client/src/scheduler/main.js:90
+#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:9
+#: client/src/management-jobs/scheduler/main.js:28
+#: client/src/management-jobs/scheduler/main.js:34
+#: client/src/scheduler/schedules.route.js:104
+#: client/src/scheduler/schedules.route.js:15
+#: client/src/scheduler/schedules.route.js:192
+#: client/src/scheduler/schedules.route.js:288
msgid "SCHEDULES"
msgstr "PROGRAMACIONES"
-#: client/src/projects/add/projects-add.controller.js:118
-#: client/src/projects/edit/projects-edit.controller.js:254
+#: client/src/projects/add/projects-add.controller.js:126
+#: client/src/projects/edit/projects-edit.controller.js:262
msgid "SCM Branch"
msgstr "Rama SCM"
-#: client/src/projects/add/projects-add.controller.js:137
-#: client/src/projects/edit/projects-edit.controller.js:272
+#: client/src/projects/add/projects-add.controller.js:145
+#: client/src/projects/edit/projects-edit.controller.js:280
msgid "SCM Branch/Tag/Commit"
msgstr "Consigna/Etiqueta/Rama SCM"
-#: client/src/projects/add/projects-add.controller.js:158
-#: client/src/projects/edit/projects-edit.controller.js:293
+#: client/src/projects/add/projects-add.controller.js:166
+#: client/src/projects/edit/projects-edit.controller.js:301
msgid "SCM Branch/Tag/Revision"
msgstr "Revisión/Etiqueta/Rama SCM"
-#: client/src/projects/projects.form.js:159
+#: client/src/projects/projects.form.js:160
msgid "SCM Clean"
msgstr "Limpiar SCM"
-#: client/src/projects/projects.form.js:170
+#: client/src/projects/projects.form.js:171
msgid "SCM Delete"
msgstr "Eliminar SCM"
@@ -4266,30 +4743,38 @@ msgstr "Eliminar SCM"
msgid "SCM Private Key"
msgstr "Clave privada SCM"
-#: client/src/projects/projects.form.js:55
+#: client/src/projects/projects.form.js:56
msgid "SCM Type"
msgstr "Tipo SCM"
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:49
-#: client/src/projects/projects.form.js:180
+#: client/src/projects/projects.form.js:181
msgid "SCM Update"
msgstr "Actualización SCM"
-#: client/src/projects/list/projects-list.controller.js:222
+#: client/src/projects/list/projects-list.controller.js:257
msgid "SCM Update Cancel"
msgstr "Cancelar actualización SCM"
-#: client/src/projects/projects.form.js:150
+#: client/src/projects/projects.form.js:151
msgid "SCM Update Options"
msgstr "Opciones de actualización SCM"
-#: client/src/projects/edit/projects-edit.controller.js:137
-#: client/src/projects/list/projects-list.controller.js:84
+#: client/src/projects/edit/projects-edit.controller.js:138
+#: client/src/projects/list/projects-list.controller.js:86
msgid "SCM update currently running"
msgstr "Actualización SCM actualmente en ejecución"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc-credential.route.js:35
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:70
+#: client/features/users/tokens/tokens.strings.js:38
+msgid "SCOPE"
+msgstr "ALCANCE"
+
+#: client/features/output/output.strings.js:82
+msgid "SEARCH"
+msgstr "BÚSQUEDA"
+
+#: client/features/templates/templates.strings.js:118
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:84
msgid "SELECT"
msgstr "SELECCIONAR"
@@ -4297,6 +4782,11 @@ msgstr "SELECCIONAR"
msgid "SELECT A CREDENTIAL TYPE"
msgstr "SELECCIONAR UN TIPO DE CREDENCIAL"
+#: client/features/users/tokens/tokens.strings.js:19
+msgid "SELECT AN APPLICATION"
+msgstr "SELECCIONAR UNA APLICACIÓN"
+
+#: client/features/applications/applications.strings.js:34
#: client/features/credentials/credentials.strings.js:19
msgid "SELECT AN ORGANIZATION"
msgstr "SELECCIONAR UNA ORGANIZACIÓN"
@@ -4309,18 +4799,31 @@ msgstr "SELECCIONAR GRUPOS"
msgid "SELECT HOSTS"
msgstr "SELECCIONAR HOSTS"
+#: client/src/instance-groups/instance-groups.strings.js:32
+msgid "SELECT INSTANCE"
+msgstr "SELECCIONAR INSTANCIA"
+
+#: client/features/templates/templates.strings.js:32
+msgid "SELECTED"
+msgstr "SELECCIONADO"
+
#: client/src/job-submission/job-submission.partial.html:29
#: client/src/job-submission/job-submission.partial.html:56
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:20
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:18
msgid "SELECTED:"
msgstr "SELECCIONADO:"
-#: client/src/main-menu/main-menu.partial.html:59
-#: client/src/setup-menu/setup.route.js:9
-msgid "SETTINGS"
-msgstr "AJUSTES"
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:20
+msgid "SETTING CATEGORY"
+msgstr "CATEGORÍA DE LA CONFIGURACIÓN"
+
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:24
+msgid "SETTING NAME"
+msgstr "NOMBRE DE LA CONFIGURACIÓN"
#: client/lib/components/components.strings.js:11
+#: client/lib/services/base-string.service.js:65
+#: client/src/templates/survey-maker/surveys/init.factory.js:486
msgid "SHOW"
msgstr "MOSTRAR"
@@ -4333,14 +4836,10 @@ msgid "SIGN IN WITH"
msgstr "INICIAR SESIÓN CON"
#: client/src/inventories-hosts/hosts/host.list.js:110
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:32
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:14
msgid "SMART INVENTORY"
msgstr "INVENTARIO INTELIGENTE"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:102
-msgid "SOURCE"
-msgstr "FUENTE"
-
#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js:26
msgid "SOURCES"
msgstr "FUENTES"
@@ -4350,29 +4849,23 @@ msgstr "FUENTES"
msgid "SSH Key"
msgstr "Clave SSH"
+#: client/features/templates/templates.strings.js:41
+msgid "SSH Password"
+msgstr "Contraseña de SSH"
+
#: client/src/credentials/credentials.form.js:255
msgid "SSH key description"
msgstr "Descripción de la clave SSH"
-#: client/src/notifications/notificationTemplates.form.js:375
+#: client/src/notifications/notificationTemplates.form.js:446
msgid "SSL Connection"
msgstr "Conexión SSL"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:128
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:135
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:96
-msgid "STANDARD OUT"
-msgstr "SALIDA ESTÁNDAR"
+#: client/features/templates/templates.strings.js:121
+msgid "START"
+msgstr ""
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:32
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:65
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:45
-msgid "STARTED"
-msgstr "INICIADO"
-
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:24
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:37
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:37
+#: client/src/smart-status/smart-status.controller.js:43
msgid "STATUS"
msgstr "ESTADO"
@@ -4381,7 +4874,7 @@ msgstr "ESTADO"
msgid "STS Token"
msgstr "Token STS"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:61
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:62
msgid "SUCCESSFUL"
msgstr "CORRECTO"
@@ -4397,6 +4890,10 @@ msgstr "SINCRONIZAR TODO"
msgid "SYSTEM TRACKING"
msgstr "SISTEMA DE RASTREO"
+#: client/src/scheduler/scheduler.strings.js:34
+msgid "Sat"
+msgstr ""
+
#: client/src/credentials/factories/become-method-change.factory.js:70
#: client/src/credentials/factories/kind-change.factory.js:127
msgid "Satellite 6 URL"
@@ -4404,49 +4901,80 @@ msgstr "URL Satellite 6"
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:110
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:193
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:157
-#: client/src/shared/form-generator.js:1691
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:158
+#: client/src/scheduler/scheduler.strings.js:49
+#: client/src/shared/form-generator.js:1700
msgid "Save"
msgstr "Guardar"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:86
-#: client/src/configuration/configuration.controller.js:213
-#: client/src/configuration/configuration.controller.js:272
+#: client/src/configuration/configuration.controller.js:510
+#: client/src/network-ui/network.ui.strings.js:48
+msgid "Save Complete"
+msgstr "Guardado completo"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:104
+#: client/src/configuration/configuration.controller.js:242
+#: client/src/configuration/configuration.controller.js:324
#: client/src/configuration/system-form/configuration-system.controller.js:68
msgid "Save changes"
msgstr "Guardar los cambios"
-#: client/src/license/license.partial.html:127
+#: client/src/license/license.partial.html:140
msgid "Save successful!"
msgstr "Guardado correctamente"
-#: client/src/templates/templates.list.js:88
+#: client/src/templates/templates.list.js:93
msgid "Schedule"
msgstr "Planificar"
+#: client/src/scheduler/scheduler.strings.js:42
+msgid "Schedule Description"
+msgstr ""
+
#: client/src/management-jobs/card/card.partial.html:28
msgid "Schedule Management Job"
msgstr "Planificar trabajo de gestión"
-#: client/src/projects/list/projects-list.controller.js:75
-msgid "Schedule future SCM updates"
-msgstr "Planificar futuras actualizaciones SCM"
+#: client/src/projects/list/projects-list.controller.js:77
+msgid "Schedule SCM revision updates"
+msgstr "Programar actualizaciones de revisión SCM"
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:7
-msgid "Schedule future inventory syncs"
-msgstr "Programar futuras sincronizaciones de inventario"
+msgid "Schedule inventory syncs"
+msgstr "Programar sincronizaciones de inventario"
-#: client/src/templates/templates.list.js:91
-msgid "Schedule future job template runs"
-msgstr "Planificar futuras ejecuciones de plantilla de trabajo."
+#: client/src/scheduler/schedulerList.controller.js:122
+msgid "Schedule is active."
+msgstr ""
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33
-#: client/src/jobs/jobs.partial.html:10
+#: client/src/scheduler/schedulerList.controller.js:122
+msgid "Schedule is active. Click to stop."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:127
+msgid "Schedule is stopped."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:127
+msgid "Schedule is stopped. Click to activate."
+msgstr ""
+
+#: client/src/templates/templates.list.js:96
+msgid "Schedule job template runs"
+msgstr "Planificar ejecuciones de plantilla de trabajo."
+
+#: client/lib/components/components.strings.js:70
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35
+#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:416
+#: client/src/projects/projects.form.js:290
+#: client/src/templates/job_templates/job-template.form.js:443
+#: client/src/templates/workflows.form.js:185
msgid "Schedules"
msgstr "Programaciones"
-#: client/src/shared/smart-search/smart-search.controller.js:49
-#: client/src/shared/smart-search/smart-search.controller.js:94
+#: client/src/network-ui/network.ui.strings.js:32
+#: client/src/shared/smart-search/smart-search.controller.js:121
+#: client/src/shared/smart-search/smart-search.controller.js:160
msgid "Search"
msgstr "Buscar"
@@ -4454,8 +4982,8 @@ msgstr "Buscar"
msgid "Secret Key"
msgstr "Clave secreta"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:178
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:232
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:246
msgid "Security Group:"
msgstr "Grupo de seguridad:"
@@ -4469,7 +4997,9 @@ msgstr ""
" temporalmente y con credenciales con privilegio limitado para usuarios de "
"AWS Identity y Access Management (IAM)."
-#: client/src/shared/form-generator.js:1695
+#: client/src/shared/form-generator.js:1704
+#: client/src/shared/lookup/lookup-modal.directive.js:59
+#: client/src/shared/lookup/lookup-modal.partial.html:20
msgid "Select"
msgstr "Seleccionar"
@@ -4477,8 +5007,8 @@ msgstr "Seleccionar"
msgid "Select Instance Groups"
msgstr "Seleccionar grupos de instancias"
-#: client/src/job-submission/job-submission.directive.js:64
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:46
+#: client/src/job-submission/job-submission.directive.js:65
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:66
msgid "Select a credential"
msgstr "Seleccionar una credencial"
@@ -4486,6 +5016,10 @@ msgstr "Seleccionar una credencial"
msgid "Select a role"
msgstr "Seleccionar un rol"
+#: client/features/users/tokens/tokens.strings.js:29
+msgid "Select a scope"
+msgstr "Seleccionar un alcance"
+
#: client/src/inventories-hosts/inventories/related/groups/groups.list.js:53
msgid ""
"Select an inventory source by clicking the check box beside it. The "
@@ -4522,7 +5056,7 @@ msgstr ""
msgid "Select commands"
msgstr "Seleccionar comandos"
-#: client/src/templates/job_templates/job-template.form.js:133
+#: client/src/templates/job_templates/job-template.form.js:132
msgid ""
"Select credentials that allow Tower to access the nodes this job will be ran"
" against. You can only select one credential of each type. For machine "
@@ -4540,7 +5074,7 @@ msgstr ""
"seleccionadas se convierten en las predeterminadas que pueden actualizarse "
"al momento de la ejecución."
-#: client/src/projects/projects.form.js:98
+#: client/src/projects/projects.form.js:99
msgid ""
"Select from the list of directories found in the Project Base Path. Together"
" the base path and the playbook directory provide the full path used to "
@@ -4550,8 +5084,8 @@ msgstr ""
"del proyecto. Junto al directorio base y el directorio del playbook se "
"construirá la ruta completa utilizada para encontrar playbooks."
-#: client/src/configuration/auth-form/configuration-auth.controller.js:263
-#: client/src/configuration/auth-form/configuration-auth.controller.js:282
+#: client/src/configuration/auth-form/configuration-auth.controller.js:346
+#: client/src/configuration/auth-form/configuration-auth.controller.js:365
msgid "Select group types"
msgstr "Seleccionar un tipo de grupo"
@@ -4559,12 +5093,12 @@ msgstr "Seleccionar un tipo de grupo"
msgid "Select roles"
msgstr "Seleccionar roles"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:56
msgid "Select the Instance Groups for this Inventory to run on."
msgstr ""
"Seleccione los grupos de instancias en los que se ejecutará este inventario."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:80
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:63
msgid ""
"Select the Instance Groups for this Inventory to run on. Refer to the "
"Ansible Tower documentation for more detail."
@@ -4573,7 +5107,7 @@ msgstr ""
" Inventario. Consulte la documentación de Ansible Tower para obtener más "
"información."
-#: client/src/templates/job_templates/job-template.form.js:193
+#: client/src/templates/job_templates/job-template.form.js:249
msgid "Select the Instance Groups for this Job Template to run on."
msgstr ""
"Seleccione los grupos de instancias en los que se ejecutará esta plantilla "
@@ -4585,19 +5119,30 @@ msgstr ""
"Seleccione los grupos de instancias en los que se ejecutará esta "
"organización."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:60
+#: client/src/templates/job_templates/job-template.form.js:239
msgid ""
-"Select the credential you want the job to use when accessing the remote "
-"hosts. Choose the credential containing the username and SSH key or "
-"password that Ansible will need to log into the remote hosts."
+"Select the custom Python virtual environment for this job template to run "
+"on."
msgstr ""
-"Seleccione la credential que desea que el trabajo utilice al conectarse a "
-"servidores remotos. Escoja una credencial que contenga el usuario y la clave"
-" SSH o la contraseña que Ansible necesitará para autentificarse dentro de "
-"los sistema remotos"
+"Seleccione el entorno virtual Python personalizado en el que se ejecutará "
+"esta plantilla."
+
+#: client/src/organizations/organizations.form.js:51
+msgid ""
+"Select the custom Python virtual environment for this organization to run "
+"on."
+msgstr ""
+"Seleccione el entorno virtual Python personalizado en el que se ejecutará "
+"esta organización."
+
+#: client/src/projects/projects.form.js:211
+msgid ""
+"Select the custom Python virtual environment for this project to run on."
+msgstr ""
+"Seleccione el entorno virtual Python personalizado en el que se ejecutará "
+"este projecto."
#: client/src/templates/job_templates/job-template.form.js:79
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:81
msgid "Select the inventory containing the hosts you want this job to manage."
msgstr ""
"Seleccione el inventario que contenga los servidores que desea que este "
@@ -4626,8 +5171,8 @@ msgstr ""
msgid "Select types"
msgstr "Seleccionar los tipos"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:170
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:251
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:224
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:238
msgid "Select which groups to create automatically."
msgstr "Seleccione los grupos que se crearán de manera automática."
@@ -4640,24 +5185,11 @@ msgstr "Dirección de correo del remitente"
msgid "Service Account Email Address"
msgstr "Dirección de correo de cuenta de servicio"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:101
-msgid ""
-"Setting the type to %s will execute the playbook and store any scanned "
-"facts for use with 's System Tracking feature."
-msgstr ""
-"La configuración del tipo en %s ejecutará el playbook y almacenará cualquier"
-" evento analizado para el uso de la función del sistema de rastreo."
+#: client/features/credentials/credentials.strings.js:21
+msgid "Service Account JSON File"
+msgstr "Archivo JSON de cuenta de servicio "
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:99
-msgid ""
-"Setting the type to %s will not execute the playbook. Instead, %s will check"
-" playbook syntax, test environment setup and report problems."
-msgstr ""
-"La configuración del tipo a %s no ejecutará el playbook. En cambio, %s "
-"comprobará la sintaxis del playbook, la configuración del entorno de pruebas"
-" e informará de problemas."
-
-#: client/src/main-menu/main-menu.partial.html:147
+#: client/lib/components/components.strings.js:86
msgid "Settings"
msgstr "Ajustes"
@@ -4666,17 +5198,27 @@ msgstr "Ajustes"
#: client/src/job-submission/job-submission.partial.html:136
#: client/src/job-submission/job-submission.partial.html:150
#: client/src/job-submission/job-submission.partial.html:299
-#: client/src/shared/form-generator.js:876
+#: client/src/shared/form-generator.js:885
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:24
msgid "Show"
msgstr "Mostrar"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:114
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:117
-#: client/src/templates/job_templates/job-template.form.js:245
-#: client/src/templates/job_templates/job-template.form.js:248
+#: client/features/templates/templates.strings.js:46
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:115
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:118
+#: client/src/templates/job_templates/job-template.form.js:256
+#: client/src/templates/job_templates/job-template.form.js:259
msgid "Show Changes"
msgstr "Mostrar cambios"
+#: client/features/output/output.strings.js:38
+msgid "Show Less"
+msgstr "Mostrar menos"
+
+#: client/features/output/output.strings.js:39
+msgid "Show More"
+msgstr "Mostrar más"
+
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:33
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:44
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:55
@@ -4692,24 +5234,15 @@ msgstr "Iniciar sesión con las organizaciones %s"
msgid "Sign in with %s Teams"
msgstr "Iniciar sesión con los equipos %s"
-#: client/src/job-results/job-results.partial.html:395
+#: client/features/output/output.strings.js:66
+#: client/features/templates/templates.strings.js:47
#: client/src/job-submission/job-submission.partial.html:245
-#: client/src/templates/job_templates/job-template.form.js:217
-#: client/src/templates/job_templates/job-template.form.js:224
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:142
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:150
+#: client/src/templates/job_templates/job-template.form.js:207
+#: client/src/templates/job_templates/job-template.form.js:214
msgid "Skip Tags"
msgstr "Omitir etiquetas"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:148
-msgid ""
-"Skip tags are useful when you have a large playbook, and you want to skip "
-"specific parts of a play or task."
-msgstr ""
-"Omitir etiquetas es útil cuando se posee de un playbook largo y desea omitir"
-" algunas partes de una jugada o tarea."
-
-#: client/src/templates/job_templates/job-template.form.js:223
+#: client/src/templates/job_templates/job-template.form.js:213
msgid ""
"Skip tags are useful when you have a large playbook, and you want to skip "
"specific parts of a play or task. Use commas to separate multiple tags. "
@@ -4720,15 +5253,15 @@ msgstr ""
"comas para separar las distintas etiquetas. Consulte la documentación de "
"Ansible Tower para obtener información detallada sobre el uso de etiquetas."
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:62
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:66
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:44
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:48
msgid "Smart Host Filter"
msgstr "Filtro de host inteligente"
-#: client/src/inventories-hosts/inventories/inventory.list.js:85
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:69
+#: client/src/inventories-hosts/inventories/inventory.list.js:86
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:71
#: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70
-#: client/src/shared/form-generator.js:1456
+#: client/src/shared/form-generator.js:1465
msgid "Smart Inventory"
msgstr "Inventario inteligente"
@@ -4736,6 +5269,7 @@ msgstr "Inventario inteligente"
msgid "Solvable With Playbook"
msgstr "Se puede solucionar con playbook"
+#: client/features/output/output.strings.js:67
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:57
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:64
msgid "Source"
@@ -4745,8 +5279,12 @@ msgstr "Fuente"
msgid "Source Control"
msgstr "Fuente de control"
+#: client/features/output/output.strings.js:68
+msgid "Source Credential"
+msgstr "Credencial de origen"
+
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:47
-#: client/src/projects/projects.form.js:25
+#: client/src/projects/projects.form.js:26
msgid "Source Details"
msgstr "Detalles de la fuente"
@@ -4777,7 +5315,7 @@ msgid "Source Vars"
msgstr "Vars de la fuente"
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:34
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167
msgid "Sources"
msgstr "Fuentes"
@@ -4797,6 +5335,14 @@ msgstr ""
"Especificar un método para las operaciones %s. Esto es equivalente a "
"especificar el parámetro %s, cuando %s puede ser %s."
+#: client/src/notifications/notificationTemplates.form.js:478
+msgid ""
+"Specify a notification color. Acceptable colors are hex color code (example:"
+" #3af or #789abc) ."
+msgstr ""
+"Especifique un color de notificación. Los colores aceptables son el código "
+"de color hex (ejemplo: #3af o #789abc) ."
+
#: client/src/notifications/notificationTemplates.form.js:292
msgid ""
"Specify a notification color. Acceptable colors are: yellow, green, red "
@@ -4805,8 +5351,12 @@ msgstr ""
"Especifique un color para la notificación. Se aceptan los siguientes "
"colores: amarillo, verde, rojo, púrpura, gris o al azar."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:199
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:283
+#: client/features/users/tokens/tokens.strings.js:20
+msgid "Specify a scope for the token's access"
+msgstr "Especifique un alcance para el acceso al token"
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:253
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:270
msgid ""
"Specify which groups to create automatically. Group names will be created "
"similar to the options selected. If blank, all groups above are created. "
@@ -4817,66 +5367,57 @@ msgstr ""
"opción se deja en blanco, se crearán todos los grupos de arriba. Consulte la"
" documentación de Ansible Tower para obtener información detallada."
-#: client/src/setup-menu/setup-menu.partial.html:17
-msgid ""
-"Split up your organization to associate content and control permissions for "
-"groups."
+#: client/features/output/output.strings.js:107
+msgid "Standard Error"
msgstr ""
-"Dividir su organización para asociar contenido y controlar permisos para los"
-" grupos."
+#: client/features/output/output.strings.js:106
#: client/src/partials/logviewer.html:5
msgid "Standard Out"
msgstr "Salida estándar"
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:41
+#: client/src/scheduler/scheduler.strings.js:15
msgid "Start Date"
msgstr "Fecha de inicio"
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:56
+#: client/src/scheduler/scheduler.strings.js:16
msgid "Start Time"
msgstr "Hora de inicio"
-#: client/src/portal-mode/portal-job-templates.list.js:39
-#: client/src/templates/templates.list.js:83
+#: client/lib/components/components.strings.js:104
msgid "Start a job using this template"
msgstr "Iniciar un trabajo usando esta plantilla"
-#: client/src/projects/edit/projects-edit.controller.js:134
-#: client/src/projects/list/projects-list.controller.js:74
-msgid "Start an SCM update"
-msgstr "Iniciar una actualización de SCM"
-
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:6
msgid "Start sync process"
msgstr "Iniciar proceso de sincronización"
-#: client/src/job-results/job-results.partial.html:100
+#: client/features/jobs/jobs.strings.js:8
+#: client/features/output/output.strings.js:69
+#: client/src/workflow-results/workflow-results.controller.js:49
msgid "Started"
msgstr "Iniciado"
+#: client/features/output/output.strings.js:70
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:53
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:55
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:43
-#: client/src/job-results/job-results.partial.html:67
-#: client/src/job-results/parse-stdout.service.js:68
#: client/src/notifications/notification-templates-list/list.controller.js:71
#: client/src/partials/logviewer.html:4
+#: client/src/workflow-results/workflow-results.controller.js:52
msgid "Status"
msgstr "Estado"
-#: client/src/configuration/auth-form/configuration-auth.partial.html:3
+#: client/src/configuration/auth-form/configuration-auth.partial.html:4
msgid "Sub Category"
msgstr "Subcategoría"
-#: client/src/license/license.partial.html:126
+#: client/src/license/license.partial.html:139
msgid "Submit"
msgstr "Enviar"
-#: client/src/jobs/factories/delete-job.factory.js:109
-msgid "Submit the request to cancel?"
-msgstr "¿Enviar la solicitud de cancelación?"
-
#: client/src/license/license.partial.html:27
msgid "Subscription"
msgstr "Subscripción"
@@ -4892,24 +5433,25 @@ msgstr ""
"El ID de subscripción es un elemento Azure, el cual está asociado al "
"usuario."
-#: client/src/notifications/notifications.list.js:38
+#: client/src/notifications/notifications.list.js:39
msgid "Success"
msgstr "Correcto"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:21
-msgid "Success! Click for details"
-msgstr "¡Correcto!. Pulse para más información."
-
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:77
msgid "Successful"
msgstr "Correctos"
+#: client/src/scheduler/scheduler.strings.js:28
+msgid "Sun"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:28
#: client/src/job-submission/job-submission.partial.html:20
msgid "Survey"
msgstr "Encuesta"
-#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:60
-#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:64
+#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:62
+#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:262
msgid ""
"Surveys allow users to be prompted at job launch with a series of questions "
"related to the job. This allows for variables to be defined that affect the "
@@ -4919,6 +5461,10 @@ msgstr ""
"relacionadas a la tarea en el momento de su ejecución. Esto permite que se "
"definan las variables que afectan el playbook ejecutado en el lanzamiento."
+#: client/src/network-ui/network.ui.strings.js:34
+msgid "Switch"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:58
msgid "Sync all inventory sources"
msgstr "Sincronizar todas las fuentes de inventario"
@@ -4951,7 +5497,7 @@ msgstr "Sincronización en ejecución"
msgid "Sync running. Click to view log."
msgstr "Sincronización en ejecución. Haga clic para ver el registro."
-#: client/src/configuration/configuration.partial.html:17
+#: client/src/configuration/configuration.partial.html:29
msgid "System"
msgstr "Sistema"
@@ -4972,22 +5518,26 @@ msgid "System auditors have read-only permissions in this section."
msgstr ""
"Los auditores de sistema tienen permisos sólo de lectura en esta sección."
-#: client/src/configuration/auth-form/configuration-auth.controller.js:114
+#: client/src/configuration/auth-form/configuration-auth.controller.js:136
msgid "TACACS+"
msgstr "TACACS+"
+#: client/features/output/output.strings.js:103
+msgid "TASK"
+msgstr ""
+
#: client/src/activity-stream/get-target-title.factory.js:23
-#: client/src/organizations/linkout/organizations-linkout.route.js:97
-#: client/src/organizations/list/organizations-list.controller.js:60
-#: client/src/teams/main.js:46 client/src/teams/teams.list.js:14
+#: client/src/organizations/linkout/organizations-linkout.route.js:98
+#: client/src/organizations/list/organizations-list.controller.js:61
+#: client/src/teams/main.js:65 client/src/teams/teams.list.js:14
#: client/src/teams/teams.list.js:15
msgid "TEAMS"
msgstr "EQUIPOS"
+#: client/features/templates/routes/templatesList.route.js:12
+#: client/features/templates/templates.strings.js:12
+#: client/features/templates/templates.strings.js:8
#: client/src/activity-stream/get-target-title.factory.js:44
-#: client/src/main-menu/main-menu.partial.html:113
-#: client/src/main-menu/main-menu.partial.html:35
-#: client/src/templates/list/templates-list.route.js:13
#: client/src/templates/templates.list.js:15
#: client/src/templates/templates.list.js:16
msgid "TEMPLATES"
@@ -4997,28 +5547,36 @@ msgstr "PLANTILLAS"
msgid "THERE ARE CURRENTLY NO INSTANCE GROUPS DEFINED"
msgstr "NO HAY INSTANCIAS DE GRUPOS DEFINIDAS EN ESTE MOMENTO"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:104
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:105
msgid "TIME"
msgstr "DURACIÓN"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:61
-msgid "TOP"
-msgstr "SUPERIOR"
+#: client/features/users/tokens/tokens.strings.js:22
+msgid "TOKEN"
+msgstr "TOKEN"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:181
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:262
+#: client/features/users/tokens/tokens.strings.js:21
+msgid "TOKEN INFORMATION"
+msgstr "INFORMACIÓN DE TOKEN"
+
+#: client/features/applications/applications.strings.js:11
+#: client/features/users/tokens/tokens.strings.js:10
+#: client/features/users/tokens/tokens.strings.js:8
+#: client/features/users/tokens/users-tokens-list.route.js:11
+#: client/src/activity-stream/get-target-title.factory.js:50
+msgid "TOKENS"
+msgstr "TOKENS"
+
+#: client/features/templates/templates.strings.js:110
+msgid "TOTAL TEMPLATES"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:235
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:249
msgid "Tag None:"
msgstr "Ninguna etiqueta:"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:133
-msgid ""
-"Tags are useful when you have a large playbook, and you want to run a "
-"specific part of a play or task."
-msgstr ""
-"Etiquetas son útiles cuando se tiene un playbook largo y se desea "
-"especificar una parte específica de una jugada o tarea."
-
-#: client/src/templates/job_templates/job-template.form.js:206
+#: client/src/templates/job_templates/job-template.form.js:196
msgid ""
"Tags are useful when you have a large playbook, and you want to run a "
"specific part of a play or task. Use commas to separate multiple tags. Refer"
@@ -5029,43 +5587,51 @@ msgstr ""
"separar las distintas etiquetas. Consulte la documentación de Ansible Tower "
"para obtener información detallada sobre el uso de etiquetas."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:179
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:260
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:233
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:247
msgid "Tags:"
msgstr "Etiquetas:"
#: client/src/notifications/notificationTemplates.form.js:309
+#: client/src/notifications/notificationTemplates.form.js:337
+#: client/src/notifications/notificationTemplates.form.js:376
msgid "Target URL"
msgstr "URL destino"
-#: client/src/job-results/job-results.partial.html:496
+#: client/features/output/output.strings.js:91
msgid "Tasks"
msgstr "Tareas"
-#: client/features/credentials/legacy.credentials.js:94
-#: client/src/credentials/credentials.form.js:467
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:154
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:155
-#: client/src/projects/projects.form.js:261
-#: client/src/templates/workflows.form.js:144
+#: client/features/credentials/legacy.credentials.js:91
+#: client/src/credentials/credentials.form.js:468
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:136
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:138
+#: client/src/projects/projects.form.js:276
+#: client/src/templates/workflows.form.js:169
msgid "Team Roles"
msgstr "Funciones de equipo"
+#: client/lib/components/components.strings.js:79
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:40
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34
-#: client/src/organizations/linkout/organizations-linkout.route.js:108
-#: client/src/setup-menu/setup-menu.partial.html:16
-#: client/src/shared/stateDefinitions.factory.js:410
-#: client/src/users/users.form.js:159
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:36
+#: client/src/organizations/linkout/organizations-linkout.route.js:109
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+#: client/src/shared/stateDefinitions.factory.js:426
+#: client/src/users/users.form.js:162
msgid "Teams"
msgstr "Equipos"
-#: client/src/job-results/job-results.partial.html:135
#: client/src/templates/templates.list.js:14
+#: client/src/workflow-results/workflow-results.controller.js:47
msgid "Template"
msgstr "Plantilla"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35
+#: client/features/templates/templates.strings.js:67
+msgid "Template parameter is missing."
+msgstr "Falta el parámetro de la plantilla"
+
+#: client/lib/components/components.strings.js:76
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:37
msgid "Templates"
msgstr "Plantillas"
@@ -5077,18 +5643,26 @@ msgstr "ID inquilino [Tenant]"
msgid "Test"
msgstr "Probar"
-#: client/src/notifications/notificationTemplates.list.js:67
+#: client/src/notifications/notificationTemplates.list.js:77
msgid "Test notification"
msgstr "Probar notificación"
-#: client/src/shared/form-generator.js:1386
-#: client/src/shared/form-generator.js:1392
+#: client/src/templates/survey-maker/surveys/init.factory.js:13
+msgid "Text"
+msgstr ""
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:14
+msgid "Textarea"
+msgstr ""
+
+#: client/src/shared/form-generator.js:1395
+#: client/src/shared/form-generator.js:1401
msgid "That value was not found. Please enter or select a valid value."
msgstr ""
"El valor no fue encontrado. Por favor introduzca o seleccione un valor "
"válido."
-#: client/lib/components/components.strings.js:43
+#: client/lib/components/components.strings.js:47
msgid "That value was not found. Please enter or select a valid value."
msgstr "No se encontró ese valor. Introduzca o seleccione un valor válido."
@@ -5105,13 +5679,18 @@ msgstr ""
"El ID del proyecto es el identificador asignado en GCE. Se construye de dos "
"palabras seguidas por tres dígitos. Ejemplo:"
-#: client/src/projects/edit/projects-edit.controller.js:332
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid "The Project selected has a status of"
+msgstr ""
+
+#: client/src/projects/edit/projects-edit.controller.js:340
msgid "The SCM update process is running."
msgstr "El proceso de actualización SCM está en ejecución."
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:70
-msgid "The credential used to run this command."
-msgstr "El credencial utilizado para ejecutar este comando."
+#: client/src/scheduler/scheduler.strings.js:24
+msgid "The day must be between 1 and 31."
+msgstr ""
#: client/src/credentials/credentials.form.js:190
msgid ""
@@ -5120,9 +5699,10 @@ msgstr ""
"La dirección de correo asignada a la cuenta de servicio Google Compute "
"Engine %s."
-#: client/src/job-results/job-results.partial.html:513
-msgid "The host count will update when the job is complete."
-msgstr "El conteo de hosts se actualizará cuando se complete la tarea."
+#: client/features/output/output.strings.js:12
+msgid "The host status bar will update when the job is complete."
+msgstr ""
+"La barra de estado del host se actualizará cuando se complete la tarea."
#: client/src/credentials/factories/become-method-change.factory.js:62
#: client/src/credentials/factories/kind-change.factory.js:119
@@ -5133,11 +5713,7 @@ msgstr "El servidor al que autentificarse."
msgid "The host value"
msgstr "El valor del servidor"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:61
-msgid "The inventory this command ran on."
-msgstr "El inventario en el cual este comando se ejecutará."
-
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:101
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:136
msgid ""
"The inventory will be in a pending status until the final delete is "
"processed."
@@ -5145,7 +5721,7 @@ msgstr ""
"El inventario estará en un estado pendiente hasta que se procese la "
"eliminación final."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:104
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:105
msgid ""
"The number of parallel or simultaneous processes to use while executing the "
"playbook. Inputting no value will use the default value from the %sansible "
@@ -5155,7 +5731,7 @@ msgstr ""
"ejecuta el playbook. Si no ingresa un valor, se utilizará el valor "
"predeterminado desde el %sfichero de configuración ansible%s."
-#: client/src/templates/job_templates/job-template.form.js:152
+#: client/src/templates/job_templates/job-template.form.js:151
msgid ""
"The number of parallel or simultaneous processes to use while executing the "
"playbook. Value defaults to 0. Refer to the Ansible documentation for "
@@ -5166,15 +5742,20 @@ msgstr ""
" documentación de Ansible Tower para obtener información detallada sobre el "
"archivo de configuración."
-#: client/src/job-results/job-results.controller.js:619
-msgid "The output is too large to display. Please download."
-msgstr "La salida es muy larga para ser mostrada. Por favor descárguela."
-
#: client/src/credentials/factories/kind-change.factory.js:59
msgid "The project value"
msgstr "El valor del proyecto"
-#: client/src/projects/list/projects-list.controller.js:159
+#: client/src/scheduler/scheduler.strings.js:41
+msgid ""
+"The scheduler options are invalid, incomplete, or a date is in the past."
+msgstr ""
+
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid "The selected project has a status of"
+msgstr ""
+
+#: client/src/projects/list/projects-list.controller.js:176
msgid ""
"The selected project is not configured for SCM. To configure for SCM, edit "
"the project and provide SCM settings, and then run an update."
@@ -5183,14 +5764,6 @@ msgstr ""
"el uso SCM, edita el proyecto y establezca opciones SCM y ejecute una "
"actualización."
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:42
-msgid ""
-"The standard output is too large to display. Please specify additional "
-"filters to narrow the standard out."
-msgstr ""
-"La salida estándar es demasiado larga para ser mostrada. Especifique filtros"
-" adicionales para limitar la salida estándar."
-
#: client/src/templates/survey-maker/shared/question-definition.form.js:52
msgid ""
"The suggested format for variable names is lowercase and underscore-"
@@ -5202,26 +5775,24 @@ msgstr ""
"los nombres de variables con espacios."
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:124
+#: client/src/scheduler/scheduler.strings.js:17
msgid "The time must be in HH24:MM:SS format."
msgstr "La hora debe ser en formato HH24:MM:SS"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:79
-msgid "The user who ran this command."
-msgstr "El usuario que ejecuta este comando."
+#: client/lib/services/base-string.service.js:78
+msgid "The {{ resourceType }} is currently being used by other resources."
+msgstr ""
+"El {{ resourceType }} actualmente está siendo usado por otros recursos."
#: client/src/activity-stream/streams.list.js:17
msgid "There are no events to display at this time"
msgstr "No hay eventos a mostrar por el momento"
-#: client/src/portal-mode/portal-job-templates.list.js:18
-msgid "There are no job templates to display at this time"
-msgstr "No hay plantillas de trabajo a mostrar por el momento"
+#: client/features/jobs/jobs.strings.js:16
+msgid "There are no running jobs."
+msgstr "No hay tareas en ejecución"
-#: client/src/portal-mode/portal-jobs.list.js:18
-msgid "There are no jobs to display at this time"
-msgstr "No hay trabajos a mostrar por el momento"
-
-#: client/src/projects/list/projects-list.controller.js:150
+#: client/src/projects/list/projects-list.controller.js:152
msgid ""
"There is no SCM update information available for this project. An update has"
" not yet been completed. If you have not already done so, start an update "
@@ -5230,28 +5801,32 @@ msgstr ""
"No hay información disponible de la actualización SCM disponible para este "
"proyecto. Una actualización no ha sido todavía completada."
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:140
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:142
msgid "There was an error deleting inventory source groups. Returned status:"
msgstr ""
"Se produjo un error al eliminar los grupos de la fuente del inventario. "
"Estado devuelto:"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:130
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:132
msgid "There was an error deleting inventory source hosts. Returned status:"
msgstr ""
"Se produjo un error al eliminar los hosts de la fuente del inventario. "
"Estado devuelto:"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:167
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:169
msgid "There was an error deleting inventory source. Returned status:"
msgstr ""
"Se produjo un error al eliminar la fuente del inventario. Estado devuelto:"
-#: client/src/configuration/configuration.controller.js:349
+#: client/src/configuration/configuration.controller.js:142
+msgid "There was an error getting config values:"
+msgstr "Hubo un error al obtener los valores de configuración:"
+
+#: client/src/configuration/configuration.controller.js:409
msgid "There was an error resetting value. Returned status:"
msgstr "Ha habido un error reiniciando el valor. Estado devuelto:"
-#: client/src/configuration/configuration.controller.js:531
+#: client/src/configuration/configuration.controller.js:601
msgid "There was an error resetting values. Returned status:"
msgstr "Ha habido un error reiniciando valores. Estado devuelto:"
@@ -5266,6 +5841,39 @@ msgid ""
msgstr ""
"Estos son los módulos que {{BRAND_NAME}} admite para ejecutar comandos."
+#: client/features/templates/templates.strings.js:98
+msgid ""
+"This Job Template has a credential that requires a password. Credentials "
+"requiring passwords on launch are not permitted on workflow nodes."
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:51
+msgid ""
+"This Job Template has a default credential that requires a password before "
+"launch. Adding or editing schedules is prohibited while this credential is "
+"selected. To add or edit a schedule, credentials that require a password "
+"must be removed from the Job Template."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:97
+msgid ""
+"This Job Template is missing a default inventory or project. This must be "
+"addressed in the Job Template form before this node can be saved."
+msgstr ""
+"A esta Plantilla de tareas le falta un inventario o proyecto predeterminado."
+" Esto se debe abordar en el formulario de Plantilla del trabajo antes de que"
+" se pueda guardar este nodo."
+
+#: client/src/credential-types/credential-types.strings.js:8
+msgid ""
+"This credential type is currently being used by one or more credentials. "
+"Credentials that use this credential type must be deleted before the "
+"credential type can be deleted."
+msgstr ""
+"Este tipo de credencial actualmente es utilizado por una o más "
+"credenciales. Las credenciales que usan este tipo de credencial se deben "
+"eliminar antes de que se pueda eliminar el tipo de credencial."
+
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:25
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:26
@@ -5287,6 +5895,14 @@ msgstr ""
"Este es el nombre del inquilino [Tenant]. Este valor normalmente es el mismo"
" que el usuario."
+#: client/features/templates/templates.strings.js:63
+msgid ""
+"This job template has a default {{typeLabel}} credential which must be "
+"included or replaced before proceeding."
+msgstr ""
+"Esta plantilla de tareas cuenta con una credencial predeterminada "
+"{{typeLabel}} que se debe incluir o reemplazar antes de proceder."
+
#: client/src/notifications/notifications.list.js:21
msgid ""
"This list is populated by notification templates added from the "
@@ -5295,25 +5911,29 @@ msgstr ""
"La lista contiene las plantillas de notificación añadidas desde la sección "
"%sNotificaciones%s"
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+msgid "This list is populated by teams added from the"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:4
msgid ""
"This machine has not checked in with Insights in {{last_check_in}} hours"
msgstr ""
"Esta máquina no se ha registrado con Insights en {{last_check_in}} horas"
-#: client/src/shared/form-generator.js:746
+#: client/src/shared/form-generator.js:755
msgid ""
"This setting has been set manually in a settings file and is now disabled."
msgstr ""
"Este valor ha sido establecido manualmente en el fichero de configuración y "
"ahora está inhabilitado."
-#: client/src/users/users.form.js:164
+#: client/src/users/users.form.js:167
msgid "This user is not a member of any teams"
msgstr "Este usuario no es miembro de ningún equipo."
-#: client/src/shared/form-generator.js:856
-#: client/src/shared/form-generator.js:951
+#: client/src/shared/form-generator.js:865
+#: client/src/shared/form-generator.js:960
msgid ""
"This value does not match the password you entered previously. Please "
"confirm that password."
@@ -5321,7 +5941,7 @@ msgstr ""
"Este valor no corresponde con la contraseña introducida anteriormente. Por "
"favor confirme la contraseña."
-#: client/src/configuration/configuration.controller.js:556
+#: client/src/configuration/configuration.controller.js:626
msgid ""
"This will reset all configuration values to their factory defaults. Are you "
"sure you want to proceed?"
@@ -5329,6 +5949,10 @@ msgstr ""
"Esta operación reiniciará todos los valores de configuración a los valores "
"por defecto de fábrica. ¿Está seguro de querer continuar?"
+#: client/src/scheduler/scheduler.strings.js:32
+msgid "Thu"
+msgstr ""
+
#: client/src/activity-stream/streams.list.js:25
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:14
#: client/src/notifications/notification-templates-list/list.controller.js:72
@@ -5339,7 +5963,7 @@ msgstr "Duración"
msgid "Time Remaining"
msgstr "Tiempo restante"
-#: client/src/projects/projects.form.js:196
+#: client/src/projects/projects.form.js:197
msgid ""
"Time in seconds to consider a project to be current. During job runs and "
"callbacks the task system will evaluate the timestamp of the latest project "
@@ -5373,47 +5997,50 @@ msgstr ""
"Para aprender más sobre el token de IAM STS, acuda a la documentación de "
"%sAmazon%s."
-#: client/src/shared/form-generator.js:881
+#: client/src/shared/form-generator.js:890
msgid "Toggle the display of plaintext."
msgstr "Conmutar la visualización en texto plano."
-#: client/src/notifications/shared/type-change.service.js:34
-#: client/src/notifications/shared/type-change.service.js:40
+#: client/src/notifications/shared/type-change.service.js:36
+#: client/src/notifications/shared/type-change.service.js:42
msgid "Token"
msgstr "Token"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:44
-msgid "Too much previous output to display. Showing running standard output."
-msgstr ""
-"La salida es demasiado antigua para ser mostrada. Mostrando salida estándar "
-"en ejecución."
+#: client/features/applications/applications.strings.js:16
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:25
+#: client/src/users/users.form.js:236
+msgid "Tokens"
+msgstr "Tokens"
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:10
msgid "Total Issues"
msgstr "Total de problemas"
+#: client/src/instance-groups/instance-groups.strings.js:16
+#: client/src/workflow-results/workflow-results.controller.js:60
+msgid "Total Jobs"
+msgstr "Tareas totales"
+
#: client/src/partials/logviewer.html:6
msgid "Traceback"
msgstr "Traceback"
+#: client/src/scheduler/scheduler.strings.js:30
+msgid "Tue"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:60
#: client/src/credentials/credentials.form.js:84
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:52
-#: client/src/instance-groups/jobs/jobs.list.js:51
-#: client/src/inventories-hosts/inventories/inventory.list.js:55
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:52
+#: client/src/inventories-hosts/inventories/inventory.list.js:56
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:41
-#: client/src/jobs/all-jobs.list.js:59
#: client/src/notifications/notificationTemplates.form.js:54
#: client/src/notifications/notificationTemplates.list.js:39
-#: client/src/notifications/notifications.list.js:31
+#: client/src/notifications/notifications.list.js:32
#: client/src/projects/projects.list.js:44
#: client/src/scheduler/scheduled-jobs.list.js:42
-#: client/src/teams/teams.form.js:130
-#: client/src/templates/completed-jobs.list.js:53
+#: client/src/teams/teams.form.js:133
#: client/src/templates/templates.list.js:31
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:27
-#: client/src/users/users.form.js:200
+#: client/src/users/users.form.js:203
msgid "Type"
msgstr "Tipo"
@@ -5423,8 +6050,8 @@ msgstr "Tipo"
msgid "Type Details"
msgstr "Detalles del tipo"
-#: client/src/projects/add/projects-add.controller.js:169
-#: client/src/projects/edit/projects-edit.controller.js:304
+#: client/src/projects/add/projects-add.controller.js:177
+#: client/src/projects/edit/projects-edit.controller.js:312
msgid "URL popover text"
msgstr "Texto 'popover' de la URL"
@@ -5433,40 +6060,100 @@ msgid "USERNAME"
msgstr "NOMBRE DE USUARIO"
#: client/src/activity-stream/get-target-title.factory.js:20
-#: client/src/organizations/linkout/organizations-linkout.route.js:42
-#: client/src/organizations/list/organizations-list.controller.js:54
-#: client/src/users/main.js:46 client/src/users/users.list.js:18
+#: client/src/organizations/linkout/organizations-linkout.route.js:43
+#: client/src/organizations/list/organizations-list.controller.js:55
+#: client/src/users/main.js:67 client/src/users/users.list.js:18
#: client/src/users/users.list.js:19
msgid "USERS"
msgstr "USUARIOS"
-#: client/lib/components/components.strings.js:20
+#: client/lib/components/components.strings.js:24
msgid "Unable to Submit"
msgstr "No se puede enviar"
-#: client/lib/components/components.strings.js:52
+#: client/features/templates/templates.strings.js:88
+msgid "Unable to copy template."
+msgstr "No es posible copiar la plantilla"
+
+#: client/src/instance-groups/instance-groups.strings.js:54
+msgid "Unable to delete instance group."
+msgstr "No es posible eliminar el grupo de instancias"
+
+#: client/features/templates/templates.strings.js:84
+msgid "Unable to delete template."
+msgstr "No es posible eliminar la plantilla"
+
+#: client/features/templates/templates.strings.js:86
+msgid "Unable to determine template type."
+msgstr "No es posible determinar el tipo de plantilla."
+
+#: client/features/templates/templates.strings.js:69
+msgid "Unable to determine this template's type while copying."
+msgstr "No es posible determinar este tipo de plantilla mientras se copia."
+
+#: client/features/templates/templates.strings.js:70
+msgid "Unable to determine this template's type while deleting."
+msgstr "No es posible determinar este tipo de plantilla mientras se borra."
+
+#: client/features/templates/templates.strings.js:71
+msgid "Unable to determine this template's type while editing."
+msgstr "No es posible determinar este tipo de plantilla mientras se edita."
+
+#: client/features/templates/templates.strings.js:72
+msgid "Unable to determine this template's type while launching."
+msgstr "No es posible determinar este tipo de plantilla mientras se borra."
+
+#: client/features/templates/templates.strings.js:73
+msgid "Unable to determine this template's type while scheduling."
+msgstr "No es posible determinar este tipo de plantilla mientras se programa."
+
+#: client/features/templates/templates.strings.js:83
+msgid "Unable to edit template."
+msgstr "No es posible editar la plantilla"
+
+#: client/src/shared/stateDefinitions.factory.js:231
+msgid "Unable to get resource:"
+msgstr "No es posible obtener el recurso:"
+
+#: client/features/templates/templates.strings.js:85
+msgid "Unable to launch template."
+msgstr "No es posible lanzar la plantilla"
+
+#: client/features/templates/templates.strings.js:87
+msgid "Unable to schedule job."
+msgstr "No es posible programar la tarea."
+
+#: client/src/instance-groups/instance-groups.strings.js:37
+msgid "Unavailable"
+msgstr "No disponible"
+
+#: client/src/instance-groups/instance-groups.strings.js:36
msgid "Unavailable to run jobs."
msgstr "No disponible para ejecutar tareas."
-#: client/lib/components/components.strings.js:22
+#: client/lib/components/components.strings.js:26
msgid "Unexpected Error"
msgstr "Error inesperado"
-#: client/lib/components/components.strings.js:21
+#: client/lib/components/components.strings.js:25
msgid "Unexpected server error. View the console for more information"
msgstr ""
"Error inesperado del servidor. Consulte la consola para obtener más "
"información."
-#: client/lib/components/components.strings.js:34
+#: client/src/network-ui/network.ui.strings.js:36
+msgid "Unknown"
+msgstr ""
+
+#: client/lib/components/components.strings.js:38
msgid "Unsupported display model type"
msgstr "Tipo de modelo de visualización no compatible"
-#: client/lib/components/components.strings.js:26
+#: client/lib/components/components.strings.js:30
msgid "Unsupported input type"
msgstr "Tipo de entrada no compatible"
-#: client/src/projects/list/projects-list.controller.js:266
+#: client/src/projects/list/projects-list.controller.js:301
msgid "Update Not Found"
msgstr "Actualización no encontrada"
@@ -5474,13 +6161,28 @@ msgstr "Actualización no encontrada"
msgid "Update Options"
msgstr "Actualizar opciones"
-#: client/src/projects/edit/projects-edit.controller.js:332
+#: client/src/projects/projects.form.js:178
+msgid "Update Revision on Launch"
+msgstr "Revisión de actualización al ejecutar"
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:30
+msgid "Update canceled. Click for details"
+msgstr "Actualización cancelada. Haga clic para más información."
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:24
+msgid "Update failed. Click for details"
+msgstr "Actualización fallida. Haga clic para más información."
+
+#: client/src/projects/edit/projects-edit.controller.js:340
msgid "Update in Progress"
msgstr "Actualización en curso"
+#: client/src/projects/factories/get-project-tool-tip.factory.js:27
+msgid "Update missing. Click for details"
+msgstr "Actualización faltante. Haga clic para más información."
+
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:352
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:357
-#: client/src/projects/projects.form.js:177
msgid "Update on Launch"
msgstr "Actualizar al ejecutar"
@@ -5492,27 +6194,37 @@ msgstr "Actualizar en el cambio de proyecto"
msgid "Update on Project Update"
msgstr "Actualizar en la actualización del proyecto"
+#: client/src/projects/factories/get-project-tool-tip.factory.js:14
+msgid "Update queued. Click for details"
+msgstr "Actualización en fila. Haga clic para más información."
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:18
+msgid "Update running. Click for details"
+msgstr "Actualización en ejecución. Haga clic para más información."
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:21
+msgid "Update succeeded. Click for details"
+msgstr "Actualización exitosa. Haga clic para más información."
+
#: client/src/license/license.partial.html:71
msgid "Upgrade"
msgstr "Actualizar"
-#: client/src/templates/job_templates/job-template.form.js:299
-#: client/src/templates/job_templates/job-template.form.js:304
+#: client/src/templates/job_templates/job-template.form.js:309
+#: client/src/templates/job_templates/job-template.form.js:314
msgid "Use Fact Cache"
msgstr "Usar caché de eventos"
-#: client/src/notifications/notificationTemplates.form.js:395
+#: client/src/notifications/notificationTemplates.form.js:466
msgid "Use SSL"
msgstr "Utilizar SSL"
-#: client/src/notifications/notificationTemplates.form.js:390
+#: client/src/notifications/notificationTemplates.form.js:461
msgid "Use TLS"
msgstr "Utilizar TLS"
-#: client/src/instance-groups/instance-group.partial.html:10
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:10
-#: client/src/instance-groups/instances/instances-list.partial.html:21
-#: client/src/instance-groups/list/instance-groups-list.partial.html:32
+#: client/src/instance-groups/instance-groups.strings.js:17
+#: client/src/instance-groups/instance-groups.strings.js:38
msgid "Used Capacity"
msgstr "Capacidad usada"
@@ -5526,33 +6238,35 @@ msgstr ""
" remoto de gestión de código fuente como Git, Subversion (svn) o Mercurial "
"(hg). Estos credenciales son utilizados por proyectos."
-#: client/features/credentials/legacy.credentials.js:83
-#: client/src/credentials/credentials.form.js:456
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:143
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:144
-#: client/src/organizations/organizations.form.js:92
-#: client/src/projects/projects.form.js:250 client/src/teams/teams.form.js:93
-#: client/src/templates/workflows.form.js:133
+#: client/features/credentials/legacy.credentials.js:80
+#: client/src/credentials/credentials.form.js:457
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:125
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:127
+#: client/src/organizations/organizations.form.js:104
+#: client/src/projects/projects.form.js:265 client/src/teams/teams.form.js:96
+#: client/src/templates/workflows.form.js:158
msgid "User"
msgstr "Usuario"
-#: client/src/configuration/configuration.partial.html:18
+#: client/src/configuration/configuration.partial.html:36
msgid "User Interface"
msgstr "Interfaz de usuario"
-#: client/src/users/users.form.js:95
+#: client/src/users/users.form.js:98
msgid "User Type"
msgstr "Tipo de usuario"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:30
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:36
#: client/src/credentials/factories/become-method-change.factory.js:17
#: client/src/credentials/factories/become-method-change.factory.js:38
#: client/src/credentials/factories/kind-change.factory.js:17
#: client/src/credentials/factories/kind-change.factory.js:41
#: client/src/credentials/factories/kind-change.factory.js:74
#: client/src/credentials/factories/kind-change.factory.js:95
+#: client/src/notifications/notificationTemplates.form.js:348
+#: client/src/notifications/notificationTemplates.form.js:387
#: client/src/notifications/notificationTemplates.form.js:64
-#: client/src/users/users.form.js:58 client/src/users/users.list.js:29
+#: client/src/users/users.form.js:61 client/src/users/users.list.js:29
msgid "Username"
msgstr "Usuario"
@@ -5567,34 +6281,43 @@ msgstr ""
"para fuentes de inventario inteligente y para el aprovisionamiento y la "
"implementación de nube cuando se ejecuta un playbook."
+#: client/lib/components/components.strings.js:78
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:35
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:36
-#: client/src/organizations/organizations.form.js:74
-#: client/src/setup-menu/setup-menu.partial.html:10
-#: client/src/teams/teams.form.js:75
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:38
+#: client/src/organizations/organizations.form.js:86
+#: client/src/teams/teams.form.js:78
msgid "Users"
msgstr "Usuarios"
+#: client/src/scheduler/schedulerList.controller.js:46
+msgid ""
+"Using a credential that requires a password on launch is prohibited when "
+"creating a Job Template schedule"
+msgstr ""
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:9
+msgid "VARIABLES"
+msgstr "VARIABLES"
+
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:7
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:7
msgid "VIEW ALL"
msgstr "VER TODO"
-#: client/src/main-menu/main-menu.partial.html:75
-msgid "VIEW DOCUMENTATION"
-msgstr "VER DOCUMENTACIÓN"
+#: client/lib/components/components.strings.js:57
+msgid "VIEW LESS"
+msgstr ""
+
+#: client/lib/components/components.strings.js:56
+msgid "VIEW MORE"
+msgstr ""
#: client/src/shared/paginate/paginate.partial.html:48
msgid "VIEW PER PAGE"
msgstr "VISTA POR PÁGINA"
-#: client/src/main-menu/main-menu.partial.html:51
-msgid "VIEW USER PAGE FOR {{ $root.current_user.username | uppercase }}"
-msgstr ""
-"MOSTRAR ṔAGINA DE USUARIO PARA {{ $root.current_user.username | uppercase }}"
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:180
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:234
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:248
msgid "VPC ID:"
msgstr "VPC ID:"
@@ -5607,9 +6330,9 @@ msgstr "Licencia válida"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:47
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:67
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:67
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:81
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:88
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:94
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:63
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:71
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:77
msgid "Variables"
msgstr "Variables"
@@ -5617,24 +6340,25 @@ msgstr "Variables"
msgid "Vault"
msgstr "Vault"
-#: client/src/job-results/job-results.partial.html:321
-msgid "Vault Credential"
-msgstr "Credencial de Vault"
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:25
+msgid "Vault ID"
+msgstr "ID de Vault"
+#: client/features/templates/templates.strings.js:44
#: client/src/credentials/credentials.form.js:391
#: client/src/job-submission/job-submission.partial.html:146
msgid "Vault Password"
msgstr "Contraseña Vault"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:81
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:90
+#: client/features/output/output.strings.js:71
+#: client/features/templates/templates.strings.js:51
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:82
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:91
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:307
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:314
-#: client/src/job-results/job-results.partial.html:358
#: client/src/job-submission/job-submission.partial.html:183
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:99
-#: client/src/templates/job_templates/job-template.form.js:174
-#: client/src/templates/job_templates/job-template.form.js:181
+#: client/src/templates/job_templates/job-template.form.js:173
+#: client/src/templates/job_templates/job-template.form.js:180
msgid "Verbosity"
msgstr "Nivel de detalle"
@@ -5644,13 +6368,13 @@ msgstr "Versión"
#: client/src/activity-stream/streams.list.js:63
#: client/src/credential-types/credential-types.list.js:64
-#: client/src/credentials/credentials.list.js:75
+#: client/src/credentials/credentials.list.js:82
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:58
-#: client/src/inventories-hosts/inventories/inventory.list.js:104
-#: client/src/inventory-scripts/inventory-scripts.list.js:62
-#: client/src/notifications/notificationTemplates.list.js:82
-#: client/src/scheduler/schedules.list.js:83 client/src/teams/teams.list.js:64
-#: client/src/templates/templates.list.js:112
+#: client/src/inventories-hosts/inventories/inventory.list.js:120
+#: client/src/inventory-scripts/inventory-scripts.list.js:70
+#: client/src/notifications/notificationTemplates.list.js:91
+#: client/src/scheduler/schedules.list.js:93 client/src/teams/teams.list.js:64
+#: client/src/templates/templates.list.js:108
#: client/src/users/users.list.js:70
msgid "View"
msgstr "Mostrar"
@@ -5659,11 +6383,11 @@ msgstr "Mostrar"
msgid "View Activity Stream"
msgstr "Mostrar el flujo de actividad"
-#: client/src/main-menu/main-menu.partial.html:173
+#: client/lib/components/components.strings.js:66
msgid "View Documentation"
msgstr "Mostrar la documentación"
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:79
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:86
msgid "View Insights Data"
msgstr "Ver datos de Insights"
@@ -5676,7 +6400,7 @@ msgstr "Ver ejemplos de JSON en"
#: client/src/inventories-hosts/hosts/host.form.js:78
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:77
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:77
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:91
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:73
msgid "View JSON examples at %s"
msgstr "Mostrar los ejemplos JSON en %s"
@@ -5688,9 +6412,13 @@ msgstr "Ver menos"
msgid "View More"
msgstr "Ver más"
-#: client/src/shared/form-generator.js:1719
-#: client/src/templates/job_templates/job-template.form.js:436
-#: client/src/templates/workflows.form.js:161
+#: client/features/output/output.strings.js:27
+msgid "View Project checkout results"
+msgstr "Ver resultados de verificación del proyecto"
+
+#: client/src/shared/form-generator.js:1728
+#: client/src/templates/job_templates/job-template.form.js:454
+#: client/src/templates/workflows.form.js:196
msgid "View Survey"
msgstr "Mostrar la encuesta"
@@ -5703,19 +6431,11 @@ msgstr "Ver ejemplos de YAML en"
#: client/src/inventories-hosts/hosts/host.form.js:79
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:78
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:78
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:92
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74
msgid "View YAML examples at %s"
msgstr "Mostrar los ejemplos YAML en %s"
-#: client/src/setup-menu/setup-menu.partial.html:72
-msgid "View Your License"
-msgstr "Mostrar su licencia"
-
-#: client/src/setup-menu/setup-menu.partial.html:73
-msgid "View and edit your license information."
-msgstr "Mostrar y editar su información de licencia."
-
-#: client/src/credentials/credentials.list.js:77
+#: client/src/credentials/credentials.list.js:84
msgid "View credential"
msgstr "Mostrar credencial"
@@ -5739,31 +6459,19 @@ msgstr "Ver grupo"
msgid "View host"
msgstr "Ver host"
-#: client/src/setup-menu/setup-menu.partial.html:67
-msgid "View information about this version of Ansible {{BRAND_NAME}}."
-msgstr "Ver información acerca de esta versión de Ansible {{BRAND_NAME}}."
-
-#: client/src/inventories-hosts/inventories/inventory.list.js:106
+#: client/src/inventories-hosts/inventories/inventory.list.js:122
msgid "View inventory"
msgstr "Mostrar inventario"
-#: client/src/inventory-scripts/inventory-scripts.list.js:64
+#: client/src/inventory-scripts/inventory-scripts.list.js:72
msgid "View inventory script"
msgstr "Mostrar script de inventario"
-#: client/src/setup-menu/setup-menu.partial.html:55
-msgid "View list and capacity of {{BRAND_NAME}} instances."
-msgstr "Ver lista y capacidad de las instancias de {{BRAND_NAME}}."
-
-#: client/src/notifications/notificationTemplates.list.js:84
+#: client/src/notifications/notificationTemplates.list.js:93
msgid "View notification"
msgstr "Mostrar notificación"
-#: client/src/job-results/job-results.partial.html:222
-msgid "View project sync results"
-msgstr "Ver resultados de sincronización del proyecto"
-
-#: client/src/scheduler/schedules.list.js:85
+#: client/src/scheduler/schedules.list.js:95
msgid "View schedule"
msgstr "Mostrar el calendario"
@@ -5775,20 +6483,41 @@ msgstr "Ver fuente"
msgid "View team"
msgstr "Mostrar equipo"
-#: client/src/templates/templates.list.js:114
+#: client/src/templates/templates.list.js:110
msgid "View template"
msgstr "Mostrar plantilla"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:192
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:246
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
msgid "View the"
msgstr "Ver"
-#: client/src/jobs/all-jobs.list.js:92
-msgid "View the job"
-msgstr "Mostrar el trabajo"
+#: client/features/output/output.strings.js:21
+#: client/lib/components/components.strings.js:61
+msgid "View the Credential"
+msgstr "Ver credencial"
-#: client/src/projects/projects.list.js:111
+#: client/features/output/output.strings.js:24
+msgid "View the Inventory"
+msgstr "Ver inventario"
+
+#: client/features/output/output.strings.js:25
+msgid "View the Job Template"
+msgstr "Ver la plantilla de tareas"
+
+#: client/features/output/output.strings.js:26
+msgid "View the Project"
+msgstr "Ver el proyecto"
+
+#: client/features/output/output.strings.js:28
+msgid "View the Schedule"
+msgstr "Ver la programación"
+
+#: client/features/output/output.strings.js:30
+msgid "View the User"
+msgstr "Ver el usuario"
+
+#: client/src/projects/projects.list.js:118
msgid "View the project"
msgstr "Mostrar el proyecto"
@@ -5796,30 +6525,39 @@ msgstr "Mostrar el proyecto"
msgid "View the schedule"
msgstr "Mostrar el calendario"
+#: client/features/output/output.strings.js:29
+msgid "View the source Workflow Job"
+msgstr "Ver la tarea del flujo de trabajo de origen"
+
#: client/src/users/users.list.js:73
msgid "View user"
msgstr "Mostrar usuario"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:42
-#: client/src/instance-groups/jobs/jobs.list.js:41
-#: client/src/job-results/job-results.partial.html:145
-#: client/src/jobs/all-jobs.list.js:49
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:25
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:25
-msgid "View workflow results"
-msgstr "Mostrar resultados del flujo de trabajo"
+#: client/lib/components/components.strings.js:89
+msgid "Views"
+msgstr "Vistas"
#: client/src/templates/workflows.form.js:20
msgid "WORKFLOW"
msgstr "FLUJO DE TRABAJO"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:73
-#: client/src/configuration/configuration.controller.js:200
-#: client/src/configuration/configuration.controller.js:262
+#: client/features/templates/templates.strings.js:109
+#: client/src/scheduler/scheduler.strings.js:50
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:213
+msgid "Warning"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:91
+#: client/src/configuration/configuration.controller.js:229
+#: client/src/configuration/configuration.controller.js:314
#: client/src/configuration/system-form/configuration-system.controller.js:55
msgid "Warning: Unsaved Changes"
msgstr "Aviso: modificaciones no guardadas"
+#: client/src/scheduler/scheduler.strings.js:31
+msgid "Wed"
+msgstr ""
+
#: client/src/license/license.partial.html:78
msgid ""
"Welcome to Ansible Tower! Please complete the steps below to acquire a "
@@ -5849,19 +6587,20 @@ msgstr ""
" encuentren en la fuente externa no se modificarán a partir del proceso de "
"actualización del inventario."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:97
-msgid ""
-"When this template is submitted as a job, setting the type to %s will "
-"execute the playbook, running tasks on the selected hosts."
-msgstr ""
-"Cuando una plantilla es lanzada como un trabajo, configurar el tipo a %s "
-"ejecutará el playbook, ejecutará las tareas en los servidores seleccionados."
-
-#: client/src/shared/form-generator.js:1723
-#: client/src/templates/workflows.form.js:187
+#: client/src/shared/form-generator.js:1732
+#: client/src/templates/workflows.form.js:222
msgid "Workflow Editor"
msgstr "Editor de flujo de trabajo"
+#: client/features/jobs/jobs.strings.js:10
+msgid "Workflow Job"
+msgstr "Tarea de flujo de trabajo"
+
+#: client/lib/models/models.strings.js:45
+msgid "Workflow Job Template Nodes"
+msgstr "Nodos de la plantilla de tareas de flujo de trabajo"
+
+#: client/features/templates/templates.strings.js:14
#: client/src/templates/templates.list.js:66
msgid "Workflow Template"
msgstr "Plantilla de flujo de trabajo"
@@ -5871,6 +6610,12 @@ msgstr "Plantilla de flujo de trabajo"
msgid "Workflow Templates"
msgstr "Plantillas de flujo de trabajo"
+#: client/features/users/tokens/tokens.strings.js:31
+msgid "Write"
+msgstr "Escribir"
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:11
+#: client/lib/services/base-string.service.js:69
#: client/src/job-submission/job-submission.partial.html:171
msgid "YAML"
msgstr "YAML"
@@ -5881,12 +6626,16 @@ msgstr "YAML"
msgid "YAML:"
msgstr "YAML:"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/lib/services/base-string.service.js:73
+msgid "YES"
+msgstr "SÍ"
+
+#: client/src/notifications/add/add.controller.js:83
+#: client/src/notifications/edit/edit.controller.js:130
msgid "Yellow"
msgstr "Amarillo"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:56
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:57
msgid ""
"You can create a job template here."
@@ -5894,11 +6643,21 @@ msgstr ""
"Usted puede crear una plantilla de trabajo aquí."
-#: client/src/projects/edit/projects-edit.controller.js:62
+#: client/features/templates/templates.strings.js:93
+msgid ""
+"You do not have access to all resources used by this workflow. Resources "
+"that you don't have access to will not be copied and will result in an "
+"incomplete workflow."
+msgstr ""
+"Usted no tiene acceso a todos los recursos utilizados por este flujo de "
+"trabajo. Los recursos a los que no tiene acceso no se copiarán y darán como "
+"resultado un flujo de trabajo incompleto."
+
+#: client/src/projects/edit/projects-edit.controller.js:63
msgid "You do not have access to view this property"
msgstr "Usted no tiene permiso para ver esta propiedad"
-#: client/src/projects/add/projects-add.controller.js:29
+#: client/src/projects/add/projects-add.controller.js:31
msgid "You do not have permission to add a project."
msgstr "Usted no tiene permiso para añadir un proyecto."
@@ -5906,13 +6665,21 @@ msgstr "Usted no tiene permiso para añadir un proyecto."
msgid "You do not have permission to add a user."
msgstr "Usted no tiene permiso para añadir un usuario."
+#: client/src/access/rbac-multiselect/rbac-multiselect-list.directive.js:174
+msgid "You do not have permission to manage this user"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:68
+msgid "You do not have permission to perform this action."
+msgstr "No tiene permiso para realizar esta acción."
+
#: client/src/inventories-hosts/inventory-hosts.strings.js:28
msgid "You do not have sufficient permissions to edit the host filter."
msgstr "No tiene permisos suficientes para editar el filtro del host."
-#: client/src/configuration/auth-form/configuration-auth.controller.js:72
-#: client/src/configuration/configuration.controller.js:199
-#: client/src/configuration/configuration.controller.js:261
+#: client/src/configuration/auth-form/configuration-auth.controller.js:90
+#: client/src/configuration/configuration.controller.js:228
+#: client/src/configuration/configuration.controller.js:313
#: client/src/configuration/system-form/configuration-system.controller.js:54
msgid ""
"You have unsaved changes. Would you like to proceed without"
@@ -5921,7 +6688,14 @@ msgstr ""
"Usted tiene modificaciones sin guardar.¿Desea proceder sin "
"guardarlas?"
-#: client/src/projects/list/projects-list.controller.js:222
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid ""
+"You must run a successful update before you can select a playbook. You will "
+"not be able to save this Job Template without a valid playbook."
+msgstr ""
+
+#: client/src/projects/list/projects-list.controller.js:257
msgid "Your request to cancel the update was submitted to the task manager."
msgstr ""
"Su solicitud de cancelación de la actualización ha sido enviada al gestor de"
@@ -5933,22 +6707,35 @@ msgstr "Su sesión ha expirado debido a inactividad. Por favor inicie sesión."
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24
#: client/src/job-submission/job-submission.partial.html:317
-#: client/src/shared/form-generator.js:1193
+#: client/src/shared/form-generator.js:1202
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:42
msgid "and"
msgstr "y"
+#: client/features/users/tokens/tokens.strings.js:27
+msgid "by"
+msgstr "por"
+
#: client/src/job-submission/job-submission.partial.html:289
#: client/src/job-submission/job-submission.partial.html:294
#: client/src/job-submission/job-submission.partial.html:305
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
msgid "characters long."
msgstr "caracteres."
+#: client/features/output/output.strings.js:78
#: client/src/shared/smart-search/smart-search.partial.html:53
msgid "documentation"
msgstr "documentación"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:193
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:275
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+msgid "failed"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:247
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:262
msgid "for a complete list of supported filters."
msgstr "para acceder a una lista completa de filtros compatibles."
@@ -5982,50 +6769,81 @@ msgstr[1] "hosts"
msgid "hosts"
msgstr "hosts"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:58
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:60
msgid "hosts with failures. Click for details."
msgstr "hosts con fallos. Haga clic para obtener más información."
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid "missing"
+msgstr ""
+
#: client/src/access/rbac-multiselect/permissionsTeams.list.js:21
msgid "name"
msgstr "nombre"
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid "never updated"
+msgstr ""
+
#: client/src/shared/paginate/paginate.partial.html:34
msgid "of"
msgstr "de"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "of the filters match."
msgstr "de la coincidencia con los filtros."
+#: client/src/scheduler/scheduler.strings.js:26
+msgid "on"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:23
+msgid "on day"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:27
+msgid "on days"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:25
+msgid "on the"
+msgstr ""
+
#: client/src/access/rbac-multiselect/permissionsTeams.list.js:24
msgid "organization"
msgstr "organización"
-#: client/src/shared/form-generator.js:1069
+#: client/src/shared/form-generator.js:1078
msgid "playbook"
msgstr "playbook"
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+msgid "section"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:138
#: client/src/credentials/credentials.form.js:364
msgid "set in helpers/credentials"
msgstr "definir en helpers/credentials"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:43
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:45
msgid "sources with sync failures. Click for details"
msgstr ""
"fuentes con fallos en la sincronización. Haga clic para obtener más "
"información"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:190
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:272
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:244
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
msgid "test"
msgstr "prueba"
#: client/src/job-submission/job-submission.partial.html:289
#: client/src/job-submission/job-submission.partial.html:294
#: client/src/job-submission/job-submission.partial.html:305
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
msgid "to"
msgstr "para"
@@ -6065,13 +6883,13 @@ msgstr "vea ec2.ini en el repositorio github de Ansible."
msgid "view vmware_inventory.ini in the Ansible github repo."
msgstr "vea vmware_inventory.ini en el repositorio github de Ansible."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "when"
msgstr "cuando"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:171
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:252
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:225
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:239
msgid ""
"will create group names similar to the following examples based on the "
"options selected:"
@@ -6083,18 +6901,22 @@ msgstr ""
msgid "with failed jobs."
msgstr "con tareas con errores."
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs-list.route.js:9
-msgid "{{ breadcrumb.instance_name }}"
-msgstr "{{ breadcrumb.instance_name }}"
+#: client/features/users/tokens/tokens.strings.js:40
+msgid "{{ appName }} Token"
+msgstr "{{ appName }} Token"
+
+#: client/lib/services/base-string.service.js:95
+msgid "{{ header }} {{ body }}"
+msgstr "{{ header }} {{ body }}"
+
+#: client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html:5
+msgid "{{:: vm.strings.get('prompt.JOB_TYPE') }}"
+msgstr "{{:: vm.strings.get('prompt.JOB_TYPE') }}"
#: client/lib/components/input/label.partial.html:5
msgid "{{::state._hint}}"
msgstr "{{::state._hint}}"
-#: client/src/instance-groups/instances/instances-list.route.js:10
-msgid "{{breadcrumb.instance_group_name}}"
-msgstr "{{breadcrumb.instance_group_name}}"
-
#: client/src/shared/paginate/paginate.partial.html:55
msgid "{{pageSize}}"
msgstr "{{pageSize}}"
diff --git a/awx/ui/po/fr.po b/awx/ui/po/fr.po
index e889960028..c1519c23c5 100644
--- a/awx/ui/po/fr.po
+++ b/awx/ui/po/fr.po
@@ -2,20 +2,21 @@
# croe , 2017. #zanata
# mkim , 2017. #zanata
# shanemcd , 2017. #zanata
+# croe , 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2017-12-04 04:51+0000\n"
-"Last-Translator: croe \n"
+"PO-Revision-Date: 2018-06-13 04:39+0000\n"
+"Last-Translator: Copied by Zanata \n"
"Language-Team: French\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
-"X-Generator: Zanata 4.3.2\n"
+"X-Generator: Zanata 4.4.3\n"
-#: client/src/projects/add/projects-add.controller.js:153
-#: client/src/projects/edit/projects-edit.controller.js:288
+#: client/src/projects/add/projects-add.controller.js:161
+#: client/src/projects/edit/projects-edit.controller.js:296
msgid ""
"%sNote:%s Mercurial does not support password authentication for SSH. Do not"
" put the username and key in the URL. If using Bitbucket and SSH, do not "
@@ -26,8 +27,8 @@ msgstr ""
"Si vous utilisez Bitbucket et SSH, ne saisissez pas votre nom d’utilisateur "
"Bitbucket."
-#: client/src/projects/add/projects-add.controller.js:132
-#: client/src/projects/edit/projects-edit.controller.js:267
+#: client/src/projects/add/projects-add.controller.js:140
+#: client/src/projects/edit/projects-edit.controller.js:275
msgid ""
"%sNote:%s When using SSH protocol for GitHub or Bitbucket, enter an SSH key "
"only, do not enter a username (other than git). Additionally, GitHub and "
@@ -49,10 +50,6 @@ msgstr "(défini par défaut sur %s)"
msgid "(seconds)"
msgstr "(secondes)"
-#: client/src/organizations/list/organizations-list.partial.html:20
-msgid "+ ADD"
-msgstr "+ AJOUTER"
-
#: client/src/shared/paginate/paginate.partial.html:66
msgid "100"
msgstr "100"
@@ -65,9 +62,91 @@ msgstr "20"
msgid "50"
msgstr "50"
+#: client/lib/components/code-mirror/code-mirror.strings.js:17
+msgid ""
+"\n"
+" Enter inventory variables using either JSON or YAML\n"
+" syntax. Use the radio button to toggle between the two.\n"
+"
\n"
+" JSON:\n"
+"
\n"
+" \n"
+" {\n"
+"
\"somevar\": \"somevalue\",\n"
+"
\"password\": \"magic\"\n"
+"
\n"
+" }\n"
+"
\n"
+" YAML:\n"
+"
\n"
+" \n"
+" ---\n"
+"
somevar: somevalue\n"
+"
password: magic\n"
+"
\n"
+"
\n"
+" \n"
+" View JSON examples at\n"
+" www.json.org\n"
+"
\n"
+" \n"
+" View YAML examples at\n"
+" \n"
+" docs.ansible.com\n"
+"
"
+msgstr ""
+"\n"
+" Saisir les variables d'inventaire en utilisant la syntaxe JSON ou YAML.\n"
+" Utiliser le bouton radio pour basculer d'une syntaxe à l'autre.\n"
+"
\n"
+" JSON:\n"
+"
\n"
+" \n"
+" {\n"
+"
\"somevar\": \"somevalue\",\n"
+"
\"password\": \"magic\"\n"
+"
\n"
+" }\n"
+"
\n"
+" YAML:\n"
+"
\n"
+" \n"
+" ---\n"
+"
somevar: somevalue\n"
+"
password: magic\n"
+"
\n"
+"
\n"
+" \n"
+" View JSON examples at\n"
+" www.json.org\n"
+"
\n"
+" \n"
+" Exemples YAML\n"
+" \n"
+" docs.ansible.com\n"
+"
"
+
+#: client/features/templates/templates.strings.js:55
+msgid ""
+"Pass extra command line variables to the playbook. This is the -e or "
+"--extra-vars command line parameter for ansible-playbook. Provide key/value "
+"pairs using either YAML or JSON.
JSON:
{
"somevar": "somevalue",
"password": "
+""magic"
}
YAML:
---
somevar: somevalue
password: magic
"
+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. "
+"
JSON:
{
"somevar": "
+""somevalue",
"password": "magic"
"
+"}
YAML:
---
somevar: somevalue
password: magic
"
+
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:33
+#: client/src/scheduler/scheduler.strings.js:14
msgid "A schedule name is required."
-msgstr "Un intitulé est requis pour la programmation"
+msgstr "Un intitulé est requis pour le planning"
#: client/src/users/add/users-add.controller.js:102
msgid "A value is required"
@@ -95,43 +174,17 @@ msgstr "DÉTAILS ACTIVITÉ"
msgid "ACTIVITY STREAM"
msgstr "FLUX D’ACTIVITÉ"
-#: client/features/credentials/legacy.credentials.js:76
-#: client/src/credential-types/credential-types.list.js:44
-#: client/src/credentials/credentials.form.js:449
-#: client/src/credentials/credentials.list.js:54
-#: client/src/inventories-hosts/inventories/inventory.list.js:77
-#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:71
-#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:120
-#: client/src/inventory-scripts/inventory-scripts.list.js:42
-#: client/src/notifications/notificationTemplates.list.js:54
#: client/src/organizations/linkout/addUsers/addUsers.partial.html:8
-#: client/src/organizations/organizations.form.js:84
-#: client/src/projects/projects.form.js:243
-#: client/src/projects/projects.list.js:78
-#: client/src/scheduler/schedules.list.js:68 client/src/teams/teams.form.js:85
-#: client/src/teams/teams.list.js:45
-#: client/src/templates/job_templates/job-template.form.js:397
-#: client/src/templates/templates.list.js:58
-#: client/src/templates/workflows.form.js:125
-#: client/src/users/users.list.js:50
msgid "ADD"
msgstr "AJOUTER"
-#: client/src/inventories-hosts/inventories/related/groups/groups.list.js:71
-msgid "ADD GROUP"
-msgstr "AJOUTER UN GROUPE"
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:3
+msgid "ADD A NEW TEMPLATE"
+msgstr ""
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:125
-msgid "ADD HOST"
-msgstr "AJOUTER UN HÔTE"
-
-#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:216
-msgid "ADD PERMISSIONS"
-msgstr "AJOUTER PERMISSION"
-
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:70
-msgid "ADD SOURCE"
-msgstr "AJOUTER UNE SOURCE"
+#: client/features/templates/templates.strings.js:111
+msgid "ADD A TEMPLATE"
+msgstr ""
#: client/src/templates/survey-maker/shared/question-definition.form.js:16
msgid "ADD SURVEY PROMPT"
@@ -141,8 +194,12 @@ msgstr "AJOUTER UNE INVITE AU QUESTIONNAIRE"
msgid "ADDITIONAL INFORMATION"
msgstr "INFORMATIONS SUPPLÉMENTAIRES"
-#: client/src/organizations/linkout/organizations-linkout.route.js:330
-#: client/src/organizations/list/organizations-list.controller.js:84
+#: client/features/output/output.strings.js:75
+msgid "ADDITIONAL_INFORMATION"
+msgstr "INFORMATIONS_SUPPLÉMENTAIRES"
+
+#: client/src/organizations/linkout/organizations-linkout.route.js:258
+#: client/src/organizations/list/organizations-list.controller.js:85
msgid "ADMINS"
msgstr "ADMINS"
@@ -150,12 +207,8 @@ msgstr "ADMINS"
msgid "ALL ACTIVITY"
msgstr "ACTIVITÉS"
-#: client/src/jobs/all-jobs.list.js:14
-msgid "ALL JOBS"
-msgstr "TOUTES LES TÂCHES"
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "ANY"
msgstr "QUELCONQUE"
@@ -167,14 +220,18 @@ msgstr "Clé API"
msgid "API Service/Integration Key"
msgstr "Service API/Clé d’intégration"
-#: client/src/notifications/shared/type-change.service.js:52
+#: client/src/notifications/shared/type-change.service.js:60
msgid "API Token"
-msgstr "Token API"
+msgstr "Jeton API"
-#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:53
-#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:71
-msgid "ASSOCIATE GROUP"
-msgstr "ASSOCIER UN GROUPE"
+#: client/features/users/tokens/tokens.strings.js:39
+msgid "APPLICATION"
+msgstr "APPLICATION"
+
+#: client/features/applications/applications.strings.js:8
+#: client/src/activity-stream/get-target-title.factory.js:47
+msgid "APPLICATIONS"
+msgstr "APPLICATIONS"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.route.js:19
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.route.js:19
@@ -185,9 +242,13 @@ msgstr "GROUPES ASSOCIÉS"
msgid "ASSOCIATED HOSTS"
msgstr "HÔTES ASSOCIÉS"
-#: client/src/setup-menu/setup-menu.partial.html:66
-msgid "About {{BRAND_NAME}}"
-msgstr "À propos de {{BRAND_NAME}}"
+#: client/lib/components/components.strings.js:87
+msgid "About"
+msgstr "À propos de "
+
+#: client/lib/components/components.strings.js:91
+msgid "Access"
+msgstr "Accès"
#: client/src/credentials/credentials.form.js:91
msgid "Access Key"
@@ -199,7 +260,7 @@ msgstr "SID de compte"
#: client/src/notifications/notificationTemplates.form.js:180
msgid "Account Token"
-msgstr "Token de compte"
+msgstr "Jeton de compte"
#: client/src/activity-stream/activity-detail.form.js:36
msgid "Action"
@@ -207,10 +268,12 @@ msgstr "Action"
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:20
#: client/src/inventories-hosts/hosts/hosts.partial.html:47
-#: client/src/shared/list-generator/list-generator.factory.js:573
+#: client/src/network-ui/network.ui.strings.js:16
+#: client/src/shared/list-generator/list-generator.factory.js:586
msgid "Actions"
msgstr "Actions"
+#: client/features/templates/templates.strings.js:15
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:17
#: client/src/templates/templates.list.js:36
msgid "Activity"
@@ -220,11 +283,11 @@ msgstr "Activité"
msgid "Activity Stream"
msgstr "Flux d’activité"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:131
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:132
-#: client/src/organizations/organizations.form.js:81
-#: client/src/teams/teams.form.js:82
-#: client/src/templates/workflows.form.js:122
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:113
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:115
+#: client/src/organizations/organizations.form.js:93
+#: client/src/teams/teams.form.js:85
+#: client/src/templates/workflows.form.js:147
msgid "Add"
msgstr "Ajouter"
@@ -236,7 +299,7 @@ msgstr "Ajouter des informations d’identification"
msgid "Add Inventories"
msgstr "Ajouter des inventaires"
-#: client/src/shared/stateDefinitions.factory.js:288
+#: client/src/shared/stateDefinitions.factory.js:304
msgid "Add Permissions"
msgstr "Ajouter les permissions"
@@ -244,9 +307,9 @@ msgstr "Ajouter les permissions"
msgid "Add Project"
msgstr "Ajouter un projet"
-#: client/src/shared/form-generator.js:1711
-#: client/src/templates/job_templates/job-template.form.js:445
-#: client/src/templates/workflows.form.js:170
+#: client/src/shared/form-generator.js:1720
+#: client/src/templates/job_templates/job-template.form.js:463
+#: client/src/templates/workflows.form.js:205
msgid "Add Survey"
msgstr "Ajouter un questionnaire"
@@ -254,17 +317,17 @@ msgstr "Ajouter un questionnaire"
msgid "Add Team"
msgstr "Ajouter une équipe"
-#: client/src/teams/teams.form.js:83
+#: client/src/teams/teams.form.js:86
msgid "Add User"
msgstr "Ajouter un utilisateur"
-#: client/src/shared/stateDefinitions.factory.js:410
-#: client/src/shared/stateDefinitions.factory.js:578
+#: client/src/shared/stateDefinitions.factory.js:426
+#: client/src/shared/stateDefinitions.factory.js:594
#: client/src/users/users.list.js:17
msgid "Add Users"
msgstr "Ajouter des utilisateurs"
-#: client/src/organizations/organizations.form.js:82
+#: client/src/organizations/organizations.form.js:94
msgid "Add Users to this organization."
msgstr "Ajouter des utilisateurs à cette organisation."
@@ -276,34 +339,29 @@ msgstr "Ajouter un groupe"
msgid "Add a host"
msgstr "Ajouter un hôte"
-#: client/src/scheduler/schedules.list.js:66
+#: client/src/scheduler/schedules.list.js:74
msgid "Add a new schedule"
-msgstr "Ajouter une nouvelle programmation"
+msgstr "Ajouter un nouveau planning"
-#: client/features/credentials/legacy.credentials.js:74
-#: client/src/credentials/credentials.form.js:447
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:133
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:134
-#: client/src/projects/projects.form.js:241
-#: client/src/templates/job_templates/job-template.form.js:395
-#: client/src/templates/workflows.form.js:123
+#: client/features/credentials/legacy.credentials.js:71
+#: client/src/credentials/credentials.form.js:448
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:115
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:117
+#: client/src/projects/projects.form.js:255
+#: client/src/templates/job_templates/job-template.form.js:406
+#: client/src/templates/workflows.form.js:148
msgid "Add a permission"
msgstr "Ajouter une permission"
-#: client/src/setup-menu/setup-menu.partial.html:23
-msgid ""
-"Add passwords, SSH keys, and other credentials to use when launching jobs "
-"against machines, or when syncing inventories or projects."
-msgstr ""
-"Ajouter des mots de passe, des clés SSH et d'autres informations de "
-"connexion afin de les utiliser lors du lancement de tâches sur des machines "
-"ou durant la synchronisation d'inventaires ou de projets."
-
-#: client/src/shared/form-generator.js:1446
+#: client/src/shared/form-generator.js:1455
msgid "Admin"
msgstr "Administrateur"
-#: client/src/organizations/linkout/organizations-linkout.route.js:354
+#: client/lib/components/components.strings.js:92
+msgid "Administration"
+msgstr "Administration"
+
+#: client/src/organizations/linkout/organizations-linkout.route.js:281
msgid "Admins"
msgstr "Admins"
@@ -314,10 +372,11 @@ msgid ""
"intended for static content, like the Ansible inventory .ini file format."
msgstr ""
"Chaque fois qu’un projet est mis à jour et que la révision SCM est modifiée,"
-" réalisez une mise à jour de la source sélectionnée avant de lancer la "
-"tâche. Le but est le contenu statique, comme le format .ini de fichier "
-"d'inventaire Ansible."
+" réalisez une mise à jour de la source sélectionnée avant de lancer des "
+"tâches liées à un travail. Le but est le contenu statique, comme le format "
+".ini de fichier d'inventaire Ansible."
+#: client/lib/components/components.strings.js:99
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:37
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:43
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:65
@@ -330,28 +389,21 @@ msgstr "Tous"
msgid "All Activity"
msgstr "Activités"
-#: client/src/portal-mode/portal-mode-jobs.partial.html:10
-#: client/src/portal-mode/portal-mode-layout.partial.html:17
+#: client/src/portal-mode/portal-mode-layout.partial.html:31
msgid "All Jobs"
-msgstr "Toutes les tâches"
+msgstr "Tous les jobs"
-#: client/src/templates/job_templates/job-template.form.js:275
-#: client/src/templates/job_templates/job-template.form.js:282
+#: client/src/templates/job_templates/job-template.form.js:285
+#: client/src/templates/job_templates/job-template.form.js:292
msgid "Allow Provisioning Callbacks"
msgstr "Autoriser les rappels d’exécution de Tower job_template"
-#: client/src/setup-menu/setup-menu.partial.html:11
-msgid ""
-"Allow others to sign into {{BRAND_NAME}} and own the content they create."
-msgstr ""
-"Autoriser les autres à se connecter à {{BRAND_NAME}} et à devenir "
-"propriétaire du contenu qu'ils créent."
-
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:43
+#: client/features/templates/templates.strings.js:106
+#: client/src/workflow-results/workflow-results.controller.js:66
msgid "Always"
msgstr "Toujours"
-#: client/src/projects/list/projects-list.controller.js:266
+#: client/src/projects/list/projects-list.controller.js:301
msgid ""
"An SCM update does not appear to be running for project: %s. Click the "
"%sRefresh%s button to view the latest status."
@@ -359,6 +411,15 @@ msgstr ""
"Une mise à jour SCM ne semble pas s’exécuter pour le projet : %s. Cliquez "
"sur le bouton %sActualiser%s pour voir l’état le plus récent."
+#: client/src/organizations/organizations.form.js:47
+#: client/src/organizations/organizations.form.js:52
+#: client/src/projects/projects.form.js:207
+#: client/src/projects/projects.form.js:212
+#: client/src/templates/job_templates/job-template.form.js:235
+#: client/src/templates/job_templates/job-template.form.js:240
+msgid "Ansible Environment"
+msgstr "Environnement Ansible"
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:62
#: client/src/templates/survey-maker/shared/question-definition.form.js:68
msgid "Answer Type"
@@ -369,44 +430,30 @@ msgstr "Type de réponse"
msgid "Answer Variable Name"
msgstr "Nom de variable de réponse"
-#: client/src/job-results/job-results.service.js:144
-msgid "Are you sure you want to cancel the job below?"
-msgstr "Voulez-vous vraiment supprimer la tâche ci-dessous ?"
+#: client/lib/components/components.strings.js:85
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:24
+msgid "Applications"
+msgstr "Applications"
-#: client/src/credentials/list/credentials-list.controller.js:133
-msgid "Are you sure you want to delete the credential below?"
+#: client/src/notifications/notification-templates-list/list.controller.js:219
+msgid "Are you sure you want to delete this notification template?"
+msgstr "Voulez-vous vraiment supprimer ce modèle de notification ?"
+
+#: client/src/teams/list/teams-list.controller.js:80
+msgid "Are you sure you want to delete this team?"
+msgstr "Voulez-vous vraiment supprimer cette équipe ?"
+
+#: client/src/users/list/users-list.controller.js:93
+msgid "Are you sure you want to delete this user?"
+msgstr "Voulez-vous vraiment supprimer cet utilisateur ?"
+
+#: client/features/templates/templates.strings.js:102
+msgid "Are you sure you want to delete this workflow node?"
msgstr ""
-"Voulez-vous vraiment supprimer les informations d’identification ci-dessous "
-"?"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:100
-msgid "Are you sure you want to delete the inventory below?"
-msgstr "Voulez-vous vraiment supprimer l'inventaire ci-dessous ?"
-
-#: client/src/job-results/job-results.service.js:95
-#: client/src/jobs/factories/delete-job.factory.js:110
-msgid "Are you sure you want to delete the job below?"
-msgstr "Voulez-vous vraiment supprimer la tâche ci-dessous ?"
-
-#: client/src/notifications/notification-templates-list/list.controller.js:190
-msgid "Are you sure you want to delete the notification template below?"
-msgstr "Voulez-vous vraiment supprimer le modèle de notification ci-dessous ?"
-
-#: client/src/organizations/list/organizations-list.controller.js:172
-msgid "Are you sure you want to delete the organization below?"
-msgstr "Voulez-vous vraiment supprimer l’organisation ci-dessous ?"
-
-#: client/src/projects/list/projects-list.controller.js:208
-msgid "Are you sure you want to delete the project below?"
-msgstr "Voulez-vous vraiment supprimer le projet ci-dessous ?"
-
-#: client/src/templates/list/templates-list.controller.js:103
-msgid "Are you sure you want to delete the template below?"
-msgstr "Voulez-vous vraiment supprimer le modèle ci-dessous ?"
-
-#: client/src/users/list/users-list.controller.js:90
-msgid "Are you sure you want to delete the user below?"
-msgstr "Voulez-vous vraiment supprimer l’utilisateur ci-dessous ?"
+#: client/lib/services/base-string.service.js:80
+msgid "Are you sure you want to delete this {{ resourceType }}?"
+msgstr "Voulez-vous vraiment supprimer ce {{ resourceType }} ?"
#: client/src/partials/survey-maker-modal.html:13
msgid "Are you sure you want to delete this {{deleteMode}}?"
@@ -446,10 +493,14 @@ msgstr ""
"Voulez-vous vraiment supprimer définitivement la source de l'inventaire ci-"
"dessous ?"
-#: client/src/projects/edit/projects-edit.controller.js:244
+#: client/src/projects/edit/projects-edit.controller.js:252
msgid "Are you sure you want to remove the %s below from %s?"
msgstr "Voulez-vous vraiment supprimer le %s ci-dessous de %s ?"
+#: client/lib/services/base-string.service.js:85
+msgid "Are you sure you want to submit the request to cancel this job?"
+msgstr "Voulez-vous vraiment demander l'annulation de ce job ?"
+
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:39
msgid "Arguments"
msgstr "Arguments"
@@ -461,6 +512,10 @@ msgstr "Arguments"
msgid "Ask at runtime?"
msgstr "Demander durant l’éxecution ?"
+#: client/src/instance-groups/instance-groups.strings.js:28
+msgid "Associate an existing Instance"
+msgstr "Associer une instance existante"
+
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:69
msgid "Associate an existing group"
msgstr "Associer un groupe existant"
@@ -469,7 +524,7 @@ msgstr "Associer un groupe existant"
msgid "Associate this host with a new group"
msgstr "Associer cet hôte à un nouveau groupe"
-#: client/src/shared/form-generator.js:1448
+#: client/src/shared/form-generator.js:1457
msgid "Auditor"
msgstr "Auditeur"
@@ -486,8 +541,8 @@ msgstr ""
"Authentification pour l’accès aux périphériques réseau. Il peut s’agir de "
"clés SSH, de noms d’utilisateur, de mots de passe et d’informations "
"d’autorisation. Les informations d’identification réseau sont utilisées au "
-"cours de l’envoi de tâches afin d’exécuter des playbooks sur des "
-"périphériques réseau."
+"cours de l’envoi de jobs afin d’exécuter des playbooks sur des périphériques"
+" réseau."
#: client/src/credentials/credentials.form.js:68
msgid ""
@@ -498,7 +553,7 @@ msgstr ""
"Authentification pour l’accès aux machines distantes. Il peut s’agir de clés"
" SSH, de noms d’utilisateur, de mots de passe et d’informations sudo. Les "
"informations d’identification de machine sont utilisées au cours de l’envoi "
-"de tâches afin d’exécuter des playbooks sur des hôtes distants."
+"de jobs afin d’exécuter des playbooks sur des hôtes distants."
#: client/src/credentials/credentials.form.js:343
msgid "Authorize"
@@ -508,20 +563,24 @@ msgstr "Autoriser"
msgid "Authorize Password"
msgstr "Mot de passe d’autorisation"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:172
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:253
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:226
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:240
msgid "Availability Zone:"
msgstr "Zone de disponibilité :"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:106
+#: client/src/configuration/auth-form/configuration-auth.controller.js:128
msgid "Azure AD"
msgstr "Azure AD"
-#: client/src/shared/directives.js:75
+#: client/src/shared/directives.js:91
msgid "BROWSE"
msgstr "NAVIGUER"
-#: client/src/projects/projects.form.js:80
+#: client/features/output/output.strings.js:96
+msgid "Back to Top"
+msgstr "Retour Haut de page"
+
+#: client/src/projects/projects.form.js:81
msgid ""
"Base path used for locating playbooks. Directories found inside this path "
"will be listed in the playbook directory drop-down. Together the base path "
@@ -534,7 +593,7 @@ msgstr ""
"sélectionnés fournissent ensemble le chemin complet servant à localiser les "
"playbooks."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:128
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:129
msgid "Become Privilege Escalation"
msgstr "Activer l’élévation des privilèges"
@@ -542,7 +601,19 @@ msgstr "Activer l’élévation des privilèges"
msgid "Browse"
msgstr "Parcourir"
-#: client/lib/services/base-string.service.js:61
+#: client/src/license/license.partial.html:129
+msgid ""
+"By default, Tower collects and transmits analytics data on Tower usage to Red Hat. This data is used to enhance future releases of the Tower Software and help streamline customer experience and success. For more information, see\n"
+"\t\t\t\t\t\t\t\t\t\t\n"
+"\t\t\t\t\t\t\t\t\t\t\t\tthis Tower documentation page\n"
+"\t\t\t\t\t\t\t\t\t\t. Uncheck this box to disable this feature."
+msgstr ""
+"Par défaut, Tower collecte et transmet des données analytiques sur l'utilisation de Tower dans Red Hat. Ces données sont utilisées pour améliorer les nouvelles versions de Tower Software et contribue à rationaliser l'expérience client.\n"
+"\t\t\t\t\t\t\t\t\t\t\n"
+"\t\t\t\t\t\t\t\t\t\t\t\tcette page de documentation Tower\n"
+"\t\t\t\t\t\t\t\t\t\t. Décochez cette case pour désactiver cette fonctionnalité."
+
+#: client/lib/services/base-string.service.js:60
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:28
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:51
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:29
@@ -556,36 +627,68 @@ msgstr "Parcourir"
#: client/src/partials/survey-maker-modal.html:17
#: client/src/partials/survey-maker-modal.html:85
#: client/src/shared/instance-groups-multiselect/instance-groups-modal/instance-groups-modal.partial.html:17
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:65
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:78
msgid "CANCEL"
msgstr "ANNULER"
-#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:20
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:28
msgid "CHANGES"
msgstr "MODIFICATIONS"
+#: client/features/templates/templates.strings.js:117
+msgid "CHECK"
+msgstr ""
+
+#: client/lib/components/components.strings.js:20
+msgid "CHOOSE A FILE"
+msgstr "SÉLECTIONNER UN FICHIER"
+
+#: client/features/output/output.strings.js:77
#: client/src/shared/smart-search/smart-search.partial.html:30
msgid "CLEAR ALL"
msgstr "TOUT EFFACER"
+#: client/lib/services/base-string.service.js:61
+#: client/lib/services/base-string.service.js:74
#: client/src/partials/survey-maker-modal.html:86
msgid "CLOSE"
msgstr "FERMER"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:19
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:19
-#: client/src/templates/completed-jobs.list.js:20
+#: client/features/jobs/routes/hostCompletedJobs.route.js:20
+#: client/features/jobs/routes/templateCompletedJobs.route.js:21
+#: client/features/jobs/routes/workflowJobTemplateCompletedJobs.route.js:21
msgid "COMPLETED JOBS"
msgstr "JOBS TERMINÉS"
#: client/src/configuration/configuration.partial.html:10
-msgid "CONFIGURE {{BRAND_NAME}}"
-msgstr "CONFIGURER {{BRAND_NAME}}"
+msgid "CONFIGURE {{ BRAND_NAME }}"
+msgstr "CONFIGURER {{ BRAND_NAME }}"
-#: client/src/shared/stateDefinitions.factory.js:157
+#: client/features/templates/templates.strings.js:31
+#: client/src/scheduler/scheduler.strings.js:55
+msgid "CONFIRM"
+msgstr "CONFIRMER"
+
+#: client/lib/services/base-string.service.js:72
+msgid "COPY"
+msgstr "COPIER"
+
+#: client/features/users/tokens/tokens.strings.js:25
+msgid "COULD NOT CREATE TOKEN"
+msgstr "N'A PAS PU CRÉER DE JETON"
+
+#: client/src/instance-groups/instance-groups.strings.js:42
+msgid "CPU"
+msgstr ""
+
+#: client/src/shared/stateDefinitions.factory.js:161
msgid "CREATE %s"
msgstr "CRÉER %s"
+#: client/features/applications/applications.strings.js:9
+msgid "CREATE APPLICATION"
+msgstr "CRÉER UNE APPLICATION"
+
#: client/features/credentials/credentials.strings.js:8
#: client/src/credentials/credentials.form.js:16
msgid "CREATE CREDENTIAL"
@@ -606,28 +709,42 @@ msgstr "CRÉER UN GROUPE"
msgid "CREATE HOST"
msgstr "CRÉER HOTE"
+#: client/src/instance-groups/instance-groups.strings.js:8
+msgid "CREATE INSTANCE GROUP"
+msgstr "CRÉER UN GROUPE D'INSTANCES"
+
#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.route.js:8
msgid "CREATE INVENTORY SOURCE"
msgstr "CRÉER UNE SOURCE D'INVENTAIRE"
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule-add.route.js:8
-#: client/src/scheduler/main.js:113 client/src/scheduler/main.js:206
-#: client/src/scheduler/main.js:290
+#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule-add.route.js:9
+#: client/src/scheduler/scheduler.strings.js:8
+#: client/src/scheduler/schedules.route.js:163
+#: client/src/scheduler/schedules.route.js:245
+#: client/src/scheduler/schedules.route.js:74
msgid "CREATE SCHEDULE"
-msgstr "CRÉER UNE PROGRAMMATION"
+msgstr "CRÉER PLANNING"
-#: client/src/management-jobs/scheduler/main.js:81
+#: client/src/management-jobs/scheduler/main.js:83
msgid "CREATE SCHEDULED JOB"
-msgstr "CRÉER UNE TÂCHE PROGRAMMÉE"
+msgstr "CRÉER UN JOB DE PLANNING"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:32
msgid "CREATE SOURCE"
msgstr "CRÉER UNE SOURCE"
+#: client/features/users/tokens/tokens.strings.js:18
+#: client/features/users/tokens/tokens.strings.js:9
+#: client/features/users/tokens/users-tokens-add.route.js:30
+msgid "CREATE TOKEN"
+msgstr "CRÉER JETON"
+
+#: client/features/output/output.strings.js:100
+msgid "CREATED"
+msgstr ""
+
#: client/src/job-submission/job-submission.partial.html:351
#: client/src/partials/job-template-details.html:2
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:93
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:82
msgid "CREDENTIAL"
msgstr "INFORMATIONS D’IDENTIFICATION"
@@ -636,17 +753,17 @@ msgid "CREDENTIAL TYPE"
msgstr "TYPE D'INFORMATIONS D'IDENTIFICATION"
#: client/src/job-submission/job-submission.partial.html:92
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:56
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:70
msgid "CREDENTIAL TYPE:"
msgstr "TYPE D'INFORMATIONS D'IDENTIFICATION :"
#: client/src/activity-stream/get-target-title.factory.js:11
#: client/src/credential-types/credential-types.list.js:12
-#: client/src/credential-types/main.js:45
+#: client/src/credential-types/main.js:44
msgid "CREDENTIAL TYPES"
msgstr "TYPES D'INFORMATIONS D'IDENTIFICATION"
-#: client/features/credentials/legacy.credentials.js:14
+#: client/features/credentials/legacy.credentials.js:11
#: client/src/activity-stream/get-target-title.factory.js:17
#: client/src/credentials/credentials.list.js:15
#: client/src/credentials/credentials.list.js:16
@@ -654,35 +771,35 @@ msgstr "TYPES D'INFORMATIONS D'IDENTIFICATION"
msgid "CREDENTIALS"
msgstr "INFORMATIONS D’IDENTIFICATION"
-#: client/features/credentials/credentials.strings.js:28
+#: client/features/credentials/credentials.strings.js:30
msgid "CREDENTIALS PERMISSIONS"
msgstr "PERMISSIONS LIÉES AUX INFORMATIONS D'IDENTIFICATION"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:378
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:390
-#: client/src/projects/projects.form.js:199
+#: client/src/projects/projects.form.js:200
msgid "Cache Timeout"
msgstr "Expiration du délai d’attente du cache"
-#: client/src/projects/projects.form.js:188
+#: client/src/projects/projects.form.js:189
msgid "Cache Timeout%s (seconds)%s"
msgstr "Expiration du délai d’attente du cache%s (secondes)%s"
-#: client/src/projects/list/projects-list.controller.js:199
-#: client/src/users/list/users-list.controller.js:83
+#: client/src/projects/list/projects-list.controller.js:214
+#: client/src/users/list/users-list.controller.js:85
msgid "Call to %s failed. DELETE returned status:"
msgstr "Échec de l’appel de %s. État DELETE renvoyé :"
-#: client/src/projects/list/projects-list.controller.js:246
-#: client/src/projects/list/projects-list.controller.js:263
+#: client/src/projects/list/projects-list.controller.js:281
+#: client/src/projects/list/projects-list.controller.js:298
msgid "Call to %s failed. GET status:"
msgstr "Échec de l’appel de %s. État GET :"
-#: client/src/projects/edit/projects-edit.controller.js:238
+#: client/src/projects/edit/projects-edit.controller.js:246
msgid "Call to %s failed. POST returned status:"
msgstr "Échec de l’appel de %s. État POST renvoyé :"
-#: client/src/projects/list/projects-list.controller.js:225
+#: client/src/projects/list/projects-list.controller.js:260
msgid "Call to %s failed. POST status:"
msgstr "Échec de l’appel de %s. État POST :"
@@ -690,57 +807,58 @@ msgstr "Échec de l’appel de %s. État POST :"
msgid "Call to %s failed. Return status: %d"
msgstr "Échec de l’appel de %s. État du renvoie : %d"
-#: client/src/projects/list/projects-list.controller.js:272
+#: client/src/projects/list/projects-list.controller.js:307
msgid "Call to get project failed. GET status:"
msgstr "Échec de l’appel du projet en GET. État GET :"
+#: client/lib/services/base-string.service.js:92
+msgid "Call to {{ path }} failed. {{ action }} returned status: {{ status }}."
+msgstr ""
+"La connexion à {{ path }} a échoué. {{ action }} statut renvoyé : {{ status "
+"}}."
+
+#: client/features/output/output.strings.js:17
+#: client/lib/services/base-string.service.js:84
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:105
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:188
-#: client/src/configuration/configuration.controller.js:541
-#: client/src/job-results/job-results.partial.html:42
-#: client/src/jobs/factories/delete-job.factory.js:33
-#: client/src/shared/form-generator.js:1699
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:12
-#: client/src/workflow-results/workflow-results.partial.html:42
+#: client/src/configuration/configuration.controller.js:611
+#: client/src/network-ui/network.ui.strings.js:49
+#: client/src/scheduler/scheduler.strings.js:48
+#: client/src/shared/form-generator.js:1708
+#: client/src/shared/lookup/lookup-modal.partial.html:19
+#: client/src/workflow-results/workflow-results.controller.js:38
msgid "Cancel"
msgstr "Annuler"
-#: client/src/job-results/job-results.service.js:142
+#: client/lib/services/base-string.service.js:86
msgid "Cancel Job"
-msgstr "Annuler la tâche"
+msgstr "Annuler Job"
-#: client/src/projects/list/projects-list.controller.js:241
+#: client/src/projects/list/projects-list.controller.js:276
msgid "Cancel Not Allowed"
msgstr "Annulation non autorisée"
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:93
+#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:100
msgid "Cancel sync process"
msgstr "Annuler le processus de synchronisation"
-#: client/src/projects/projects.list.js:124
+#: client/src/projects/projects.list.js:131
msgid "Cancel the SCM update"
msgstr "Annuler la mise à jour SCM"
-#: client/src/jobs/all-jobs.list.js:106
-msgid "Cancel the job"
-msgstr "Annulation de la tâche"
-
-#: client/src/projects/factories/get-project-tool-tip.factory.js:30
-#: client/src/projects/list/projects-list.controller.js:79
+#: client/src/projects/list/projects-list.controller.js:81
msgid "Canceled. Click for details"
msgstr "Annulé. Cliquez pour connaître les détails."
-#: client/src/shared/smart-search/smart-search.controller.js:49
-#: client/src/shared/smart-search/smart-search.controller.js:91
+#: client/src/shared/smart-search/smart-search.controller.js:158
msgid "Cannot search running job"
-msgstr "Impossible de rechercher les tâches en cours"
+msgstr "Impossible de rechercher les jobs en cours"
#: client/src/instance-groups/instance-groups.list.js:22
-#: client/src/instance-groups/instances/instances.list.js:20
msgid "Capacity"
msgstr "Capacité"
-#: client/src/projects/projects.form.js:82
+#: client/src/projects/projects.form.js:83
msgid "Change %s under \"Configure {{BRAND_NAME}}\" to change this location."
msgstr "Modifiez %s sous \"Configure {{BRAND_NAME}}\" pour changer d'emplacement."
@@ -748,10 +866,26 @@ msgstr "Modifiez %s sous \"Configure {{BRAND_NAME}}\" pour changer d'emplacement
msgid "Changes"
msgstr "Modifications"
-#: client/src/shared/form-generator.js:1071
+#: client/src/notifications/notificationTemplates.form.js:355
+msgid "Channel"
+msgstr "Canal"
+
+#: client/features/templates/templates.strings.js:61
+msgid "Check"
+msgstr "Vérifier"
+
+#: client/src/shared/form-generator.js:1080
msgid "Choose a %s"
msgstr "Choisir un %s"
+#: client/features/templates/templates.strings.js:52
+msgid "Choose a job type"
+msgstr "Choisir un type de job"
+
+#: client/features/templates/templates.strings.js:53
+msgid "Choose a verbosity"
+msgstr "Sélectionnez une verbosité"
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:64
msgid "Choose an answer type"
msgstr "Choisissez un type de réponse"
@@ -770,7 +904,7 @@ msgstr ""
msgid "Choose an inventory file"
msgstr "Sélectionner un fichier d'inventaire"
-#: client/src/shared/directives.js:76
+#: client/src/shared/directives.js:92
msgid "Choose file"
msgstr "Choisir un fichier"
@@ -782,7 +916,7 @@ msgstr ""
"Choisissez votre fichier de licence, acceptez le Contrat de licence de "
"l’utilisateur final et validez."
-#: client/src/projects/projects.form.js:156
+#: client/src/projects/projects.form.js:157
msgid "Clean"
msgstr "Nettoyer"
@@ -791,11 +925,10 @@ msgid "Clear"
msgstr "Effacer"
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:64
-#: client/src/job-results/parse-stdout.service.js:68
msgid "Click for details"
msgstr "Cliquez pour obtenir plus d’informations"
-#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:63
+#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:261
msgid "Click here to open the workflow graph editor."
msgstr "Cliquez ici pour ouvrir l'éditeur de graphique du flux de travail."
@@ -821,7 +954,7 @@ msgid ""
" to create a new job template."
msgstr ""
"Cliquez sur une ligne pour la sélectionner, puis sur Terminé lorsque vous "
-"avez fini. Cliquez sur le bouton %s pour créer un modèle de tâche."
+"avez fini. Cliquez sur le bouton %s pour créer un modèle de job."
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:138
msgid ""
@@ -843,14 +976,11 @@ msgstr "Identifiant client"
msgid "Client Secret"
msgstr "Question secrète du client"
-#: client/src/shared/form-generator.js:1703
+#: client/src/scheduler/scheduler.strings.js:47
+#: client/src/shared/form-generator.js:1712
msgid "Close"
msgstr "Fermer"
-#: client/src/job-results/job-results.partial.html:291
-msgid "Cloud Credential"
-msgstr "Informations d’identification cloud"
-
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:26
msgid "Cloud source not configured."
msgstr "Source cloud non configurée."
@@ -864,64 +994,58 @@ msgstr "Source cloud non configurée. Cliquez sur"
msgid "CloudForms URL"
msgstr "URL CloudForms"
-#: client/src/job-results/job-results.controller.js:226
-#: client/src/standard-out/standard-out.controller.js:243
-#: client/src/workflow-results/workflow-results.controller.js:118
+#: client/features/output/output.strings.js:18
+#: client/src/workflow-results/workflow-results.controller.js:152
msgid "Collapse Output"
msgstr "Tout réduire"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:13
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:21
+#: client/src/network-ui/network.ui.strings.js:19
+msgid "Collapse Panel"
+msgstr "Panneau réduit"
+
+#: client/src/inventories-hosts/hosts/host.form.js:129
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:128
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:155
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:172
+#: client/src/templates/job_templates/job-template.form.js:438
+#: client/src/templates/workflows.form.js:180
msgid "Completed Jobs"
-msgstr "Tâches terminées"
+msgstr "Jobs complétés"
#: client/src/management-jobs/card/card.partial.html:34
msgid "Configure Notifications"
msgstr "Configurer les notifications"
-#: client/src/setup-menu/setup-menu.partial.html:60
-msgid "Configure {{BRAND_NAME}}"
-msgstr "Configurer {{BRAND_NAME}}"
-
-#: client/src/users/users.form.js:81
+#: client/src/users/users.form.js:84
msgid "Confirm Password"
msgstr "Confirmer le mot de passe"
-#: client/src/configuration/configuration.controller.js:548
+#: client/src/configuration/configuration.controller.js:618
msgid "Confirm Reset"
msgstr "Confirmer la réinitialisation"
-#: client/src/configuration/configuration.controller.js:557
+#: client/src/configuration/configuration.controller.js:627
msgid "Confirm factory reset"
msgstr "Confirmer la réinitialisation usine"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:120
-msgid ""
-"Confirm that you want to permanently delete the inventory source below from "
-"the inventory. Deleting this inventory source also deletes its associated "
-"groups and hosts."
-msgstr ""
-"Voulez-vous vraiment supprimer définitivement la source de l'inventaire ci-"
-"dessous ? Supprimer cette source d'inventaire supprimera aussi tous ses "
-"groupes et hôtes associés."
-
#: client/src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.directive.js:82
msgid "Confirm the removal of the"
msgstr "Confirmer la suppression du"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:134
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:149
+#: client/src/teams/teams.form.js:24 client/src/users/users.form.js:25
msgid ""
-"Consult the Ansible documentation for further details on the usage of tags."
+"Contact your System Administrator to grant you the appropriate permissions "
+"to add and edit Users and Teams."
msgstr ""
-"Consultez la documentation d’Ansible pour en savoir plus sur l’utilisation "
-"des balises."
+"Contactez votre administrateur de systèmes pour qu'il vous octroie les "
+"permissions dont vous aurez besoin afin d'ajouter et de modifier les "
+"Utilisateurs et les Équipes."
#: client/src/inventories-hosts/inventories/related/groups/factories/get-hosts-status-msg.factory.js:18
msgid "Contains 0 hosts."
msgstr "Contient 0 hôtes."
-#: client/src/templates/job_templates/job-template.form.js:180
+#: client/src/templates/job_templates/job-template.form.js:179
msgid ""
"Control the level of output ansible will produce as the playbook executes."
msgstr ""
@@ -933,37 +1057,78 @@ msgid ""
"Control the level of output ansible will produce for inventory source update"
" jobs."
msgstr ""
-"Contrôlez le niveau de sortie produit par Ansible pour les tâches "
+"Contrôlez le niveau de sortie produit par Ansible pour les jobs "
"d'actualisation de source d'inventaire."
-#: client/lib/components/components.strings.js:48
+#: client/lib/components/components.strings.js:52
msgid "Copied to clipboard."
msgstr "Copié dans le Presse-papiers."
-#: client/src/templates/templates.list.js:95
+#: client/src/credentials/credentials.list.js:73
+#: client/src/inventories-hosts/inventories/inventory.list.js:112
+#: client/src/inventory-scripts/inventory-scripts.list.js:61
+#: client/src/notifications/notificationTemplates.list.js:82
+#: client/src/projects/projects.list.js:109
+#: client/src/templates/templates.list.js:100
msgid "Copy"
msgstr "Copier"
-#: client/lib/components/components.strings.js:47
+#: client/features/templates/templates.strings.js:77
+msgid "Copy Workflow"
+msgstr "Copier le workflow"
+
+#: client/src/credentials/credentials.list.js:76
+msgid "Copy credential"
+msgstr "Copier les dentifiants"
+
+#: client/lib/components/components.strings.js:51
msgid "Copy full revision to clipboard."
msgstr "Copier la révision complète dans le Presse-papiers."
-#: client/src/templates/templates.list.js:98
+#: client/src/inventories-hosts/inventories/inventory.list.js:115
+msgid "Copy inventory"
+msgstr "Copier l'inventaire"
+
+#: client/src/inventory-scripts/inventory-scripts.list.js:64
+msgid "Copy inventory script"
+msgstr "Copier le script d’inventaire"
+
+#: client/src/notifications/notificationTemplates.list.js:85
+msgid "Copy notification"
+msgstr "Copier la notification"
+
+#: client/src/projects/projects.list.js:112
+msgid "Copy project"
+msgstr "Copier le projet"
+
+#: client/src/templates/templates.list.js:103
msgid "Copy template"
msgstr "Copier le modèle"
#: client/src/about/about.partial.html:27
msgid ""
-"Copyright © 2017 Red Hat, Inc.
\n"
+"Copyright © 2018 Red Hat, Inc.
\n"
" Visit Ansible.com for more information.
"
msgstr ""
-"Copyright © 2017 Red Hat, Inc.
\n"
-" Consulter Ansible.com pour plus d'informations.
"
+"Copyright © 2018 Red Hat, Inc.
\n"
+" Visit Ansible.com pour plus d'informations.
"
+
+#: client/lib/components/components.strings.js:88
+msgid "Copyright © 2018 Red Hat, Inc."
+msgstr "Copyright © 2018 Red Hat, Inc."
#: client/src/users/users.list.js:44
msgid "Create New"
msgstr "Créer"
+#: client/features/applications/applications.strings.js:20
+msgid "Create a new Application"
+msgstr "Créer une nouvelle application"
+
+#: client/src/instance-groups/instance-groups.strings.js:27
+msgid "Create a new Instance Group"
+msgstr "Créer un nouveau groupe d'instances"
+
#: client/src/credentials/credentials.list.js:52
msgid "Create a new credential"
msgstr "Créer de nouvelles informations d’identification"
@@ -984,7 +1149,7 @@ msgstr "Créer un groupe"
msgid "Create a new host"
msgstr "Créer un hôte"
-#: client/src/inventories-hosts/inventories/inventory.list.js:75
+#: client/src/inventories-hosts/inventories/inventory.list.js:76
msgid "Create a new inventory"
msgstr "Créer un inventaire"
@@ -1016,64 +1181,54 @@ msgstr "Créer un modèle"
msgid "Create a new user"
msgstr "Créer un utilisateur"
-#: client/src/setup-menu/setup-menu.partial.html:42
-msgid "Create and edit scripts to dynamically load hosts from any source."
-msgstr ""
-"Créez et modifiez des scripts pour charger dynamiquement des hôtes à partir "
-"de n’importe quelle source."
-
-#: client/src/setup-menu/setup-menu.partial.html:30
-msgid ""
-"Create custom credential types to be used for authenticating to network "
-"hosts and cloud sources"
-msgstr ""
-"Créez les types d'informations d'identification à utiliser pour "
-"l'authentification aux hôtes réseaux et aux sources cloud"
-
-#: client/src/setup-menu/setup-menu.partial.html:49
-msgid ""
-"Create templates for sending notifications with Email, HipChat, Slack, and "
-"SMS."
-msgstr ""
-"Créer des modèles pour envoyer des notifications via email, HipChat, Slack, "
-"et SMS."
-
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:72
+#: client/features/output/output.strings.js:43
+#: client/features/templates/templates.strings.js:25
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:73
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:74
#: client/src/job-submission/job-submission.partial.html:18
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:67
#: client/src/templates/job_templates/job-template.form.js:121
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:53
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:62
msgid "Credential"
msgstr "Information d’identification"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32
-#: client/src/setup-menu/setup-menu.partial.html:29
+#: client/features/templates/templates.strings.js:36
+msgid "Credential Type"
+msgstr "Type d'informations d’identification"
+
+#: client/lib/components/components.strings.js:74
+#: client/lib/models/models.strings.js:12
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34
msgid "Credential Types"
msgstr "Types d'informations d'identification"
+#: client/features/jobs/jobs.strings.js:15
+#: client/features/templates/templates.strings.js:18
+#: client/lib/components/components.strings.js:73
+#: client/lib/models/models.strings.js:8
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:129
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:58
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:24
-#: client/src/setup-menu/setup-menu.partial.html:22
-#: client/src/templates/job_templates/job-template.form.js:134
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:26
+#: client/src/templates/job_templates/job-template.form.js:133
msgid "Credentials"
msgstr "Informations d’identification"
+#: client/features/templates/templates.strings.js:37
+msgid ""
+"Credentials that require passwords on launch are not permitted for template "
+"schedules and workflow nodes. The following credentials must be removed or "
+"replaced to proceed:"
+msgstr ""
+"Les identifiants nécessitant des mots de passe au lancement ne sont pas "
+"autorisés pour les modèles de planning et les nodes de workflow. Les "
+"identifiants suivants doivent être retirés ou remplacés pour continuer :"
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:17
msgid "Critical"
msgstr "Critique"
-#: client/src/shared/directives.js:77
+#: client/src/shared/directives.js:93
msgid "Current Image:"
msgstr "Image actuelle :"
-#: client/src/job-results/job-results.controller.js:271
-msgid "Currently following standard out as it comes in. Click to unfollow."
-msgstr ""
-"Suit le standard à mesure qu'il vient. Cliquez pour annuler l'abonnement."
-
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:171
msgid "Custom Inventory Script"
msgstr "Script d'inventaire personnalisé"
@@ -1087,19 +1242,16 @@ msgstr "Script personnalisé"
msgid "DASHBOARD"
msgstr "TABLEAU DE BORD"
-#: client/src/credentials/list/credentials-list.controller.js:135
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:103
+#: client/features/users/tokens/tokens.strings.js:28
+#: client/lib/services/base-string.service.js:71
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:52
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:178
#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:74
-#: client/src/job-results/job-results.service.js:119
-#: client/src/jobs/factories/delete-job.factory.js:115
-#: client/src/notifications/notification-templates-list/list.controller.js:195
-#: client/src/organizations/list/organizations-list.controller.js:174
+#: client/src/notifications/notification-templates-list/list.controller.js:221
+#: client/src/organizations/list/organizations-list.controller.js:196
#: client/src/partials/survey-maker-modal.html:18
-#: client/src/projects/edit/projects-edit.controller.js:246
-#: client/src/templates/list/templates-list.controller.js:154
-#: client/src/users/list/users-list.controller.js:92
+#: client/src/projects/edit/projects-edit.controller.js:254
+#: client/src/projects/list/projects-list.controller.js:244
+#: client/src/users/list/users-list.controller.js:95
msgid "DELETE"
msgstr "SUPPRIMER"
@@ -1107,10 +1259,24 @@ msgstr "SUPPRIMER"
msgid "DELETE SURVEY"
msgstr "SUPPRIMER QUESTIONNAIRE"
-#: client/src/job-results/job-results.partial.html:16
+#: client/features/templates/templates.strings.js:120
+msgid "DELETED"
+msgstr ""
+
+#: client/features/users/tokens/tokens.strings.js:35
+msgid "DESCRIPTION"
+msgstr "DESCRIPTION"
+
+#: client/features/templates/templates.strings.js:122
+#: client/src/instance-groups/instance-groups.strings.js:21
+#: client/src/workflow-results/workflow-results.controller.js:55
msgid "DETAILS"
msgstr "DÉTAILS"
+#: client/src/network-ui/network-details/details.partial.html:2
+msgid "DETAILS | {{item.name}}"
+msgstr "DÉTAILS | {{item.name}}"
+
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:29
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:30
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:30
@@ -1122,26 +1288,49 @@ msgstr "DISSOCIER"
msgid "DYNAMIC HOSTS"
msgstr "HÔTES DYNAMIQUES"
+#: client/lib/components/components.strings.js:68
+msgid "Dashboard"
+msgstr "Tableau de bord"
+
+#: client/src/scheduler/scheduler.strings.js:44
+msgid "Date format"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:24
+msgid "Debug Mode"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:140
+msgid "Default"
+msgstr "Par défaut"
+
+#: client/src/organizations/organizations.form.js:48
+#: client/src/projects/projects.form.js:209
+#: client/src/templates/job_templates/job-template.form.js:237
+msgid "Default Environment"
+msgstr "Environnements par défaut"
+
+#: client/features/output/output.strings.js:19
+#: client/lib/services/base-string.service.js:77
#: client/src/credential-types/credential-types.list.js:73
-#: client/src/credentials/credentials.list.js:85
-#: client/src/credentials/list/credentials-list.controller.js:132
-#: client/src/inventories-hosts/inventories/inventory.list.js:111
-#: client/src/inventory-scripts/inventory-scripts.list.js:71
-#: client/src/job-results/job-results.partial.html:54
-#: client/src/jobs/factories/delete-job.factory.js:37
-#: client/src/notifications/notification-templates-list/list.controller.js:192
-#: client/src/notifications/notificationTemplates.list.js:91
-#: client/src/organizations/list/organizations-list.controller.js:171
-#: client/src/projects/edit/projects-edit.controller.js:243
-#: client/src/projects/list/projects-list.controller.js:207
-#: client/src/scheduler/schedules.list.js:90
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:13
+#: client/src/credential-types/list/list.controller.js:106
+#: client/src/credentials/credentials.list.js:92
+#: client/src/credentials/list/credentials-list.controller.js:164
+#: client/src/inventories-hosts/inventories/inventory.list.js:127
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:139
+#: client/src/inventory-scripts/inventory-scripts.list.js:79
+#: client/src/inventory-scripts/list/list.controller.js:114
+#: client/src/notifications/notification-templates-list/list.controller.js:217
+#: client/src/notifications/notificationTemplates.list.js:100
+#: client/src/organizations/list/organizations-list.controller.js:192
+#: client/src/projects/edit/projects-edit.controller.js:251
+#: client/src/projects/list/projects-list.controller.js:240
+#: client/src/scheduler/schedules.list.js:100
#: client/src/teams/teams.list.js:72
-#: client/src/templates/list/templates-list.controller.js:102
-#: client/src/templates/templates.list.js:120
-#: client/src/users/list/users-list.controller.js:89
+#: client/src/templates/templates.list.js:116
+#: client/src/users/list/users-list.controller.js:91
#: client/src/users/users.list.js:79
-#: client/src/workflow-results/workflow-results.partial.html:54
+#: client/src/workflow-results/workflow-results.controller.js:39
msgid "Delete"
msgstr "Supprimer"
@@ -1150,15 +1339,15 @@ msgstr "Supprimer"
msgid "Delete Group"
msgstr "Supprimer le groupe"
-#: client/src/job-results/job-results.service.js:93
-msgid "Delete Job"
-msgstr "Supprimer Tâche"
+#: client/src/templates/survey-maker/surveys/init.factory.js:23
+msgid "Delete Question"
+msgstr ""
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:175
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:195
msgid "Delete Source"
msgstr "Supprimer la source"
-#: client/src/credentials/credentials.list.js:87
+#: client/src/credentials/credentials.list.js:94
msgid "Delete credential"
msgstr "Supprimer les informations d’identification"
@@ -1192,19 +1381,19 @@ msgstr[1] "Supprimer les hôtes"
msgid "Delete hosts"
msgstr "Supprimer les hôtes"
-#: client/src/inventories-hosts/inventories/inventory.list.js:113
+#: client/src/inventories-hosts/inventories/inventory.list.js:129
msgid "Delete inventory"
msgstr "Supprimer l’inventaire"
-#: client/src/inventory-scripts/inventory-scripts.list.js:73
+#: client/src/inventory-scripts/inventory-scripts.list.js:81
msgid "Delete inventory script"
msgstr "Supprimer le script d’inventaire"
-#: client/src/notifications/notificationTemplates.list.js:93
+#: client/src/notifications/notificationTemplates.list.js:102
msgid "Delete notification"
msgstr "Supprimer la notification"
-#: client/src/projects/projects.form.js:166
+#: client/src/projects/projects.form.js:167
msgid "Delete on Update"
msgstr "Supprimer lors de la mise à jour"
@@ -1213,9 +1402,9 @@ msgstr "Supprimer lors de la mise à jour"
msgid "Delete or promote the group's children?"
msgstr "Supprimer ou promouvoir les enfants du groupe ?"
-#: client/src/scheduler/schedules.list.js:93
+#: client/src/scheduler/schedules.list.js:103
msgid "Delete schedule"
-msgstr "Supprimer la programmation"
+msgstr "Supprimer Planning"
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:125
msgid "Delete source"
@@ -1225,30 +1414,24 @@ msgstr "Supprimer la source"
msgid "Delete team"
msgstr "Supprimer l’équipe"
-#: client/src/templates/templates.list.js:123
+#: client/src/templates/templates.list.js:119
msgid "Delete template"
msgstr "Supprimer le modèle"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:84
-#: client/src/jobs/all-jobs.list.js:113
-#: client/src/templates/completed-jobs.list.js:85
-msgid "Delete the job"
-msgstr "Supprimer la tâche"
-
-#: client/src/projects/projects.form.js:168
+#: client/src/projects/projects.form.js:169
msgid ""
"Delete the local repository in its entirety prior to performing an update."
msgstr ""
"Supprimer le référentiel local dans son intégralité avant de lancer la mise "
"à jour."
-#: client/src/projects/projects.list.js:118
+#: client/src/projects/projects.list.js:125
msgid "Delete the project"
msgstr "Supprimer le projet"
#: client/src/scheduler/scheduled-jobs.list.js:81
msgid "Delete the schedule"
-msgstr "Supprimer la planification"
+msgstr "Supprimer la planning"
#: client/src/users/users.list.js:83
msgid "Delete user"
@@ -1262,7 +1445,15 @@ msgstr "Supprimer {{ group }} et {{ host }}"
msgid "Deleting group"
msgstr "Suppression du groupe"
-#: client/src/projects/projects.form.js:168
+#: client/lib/services/base-string.service.js:79
+msgid ""
+"Deleting this {{ resourceType }} will make the following resources "
+"unavailable."
+msgstr ""
+"En supprimant cette {{ resourceType }} les ressources suivantes ne seront "
+"plus disponibles."
+
+#: client/src/projects/projects.form.js:169
msgid ""
"Depending on the size of the repository this may significantly increase the "
"amount of time required to complete an update."
@@ -1270,8 +1461,8 @@ msgstr ""
"Selon la taille du référentiel, cette opération risque d’augmenter "
"considérablement le délai d’exécution de la mise à jour."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:192
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:246
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
msgid "Describe Instances documentation"
msgstr "Décrire la documentation des instances"
@@ -1283,16 +1474,17 @@ msgstr "Décrire la documentation des instances"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:62
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:62
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:58
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:46
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:53
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:28
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:36
#: client/src/inventory-scripts/inventory-scripts.form.js:35
+#: client/src/network-ui/network.ui.strings.js:46
#: client/src/notifications/notificationTemplates.form.js:39
#: client/src/organizations/organizations.form.js:33
-#: client/src/projects/projects.form.js:36 client/src/teams/teams.form.js:32
+#: client/src/projects/projects.form.js:37 client/src/teams/teams.form.js:35
#: client/src/templates/job_templates/job-template.form.js:41
#: client/src/templates/survey-maker/shared/question-definition.form.js:36
-#: client/src/templates/workflows.form.js:39
-#: client/src/users/users.form.js:145 client/src/users/users.form.js:171
+#: client/src/templates/workflows.form.js:49
+#: client/src/users/users.form.js:148 client/src/users/users.form.js:174
msgid "Description"
msgstr "Description"
@@ -1303,8 +1495,8 @@ msgstr "Description"
msgid "Destination Channels"
msgstr "Canaux de destination"
-#: client/src/notifications/notificationTemplates.form.js:359
-#: client/src/notifications/notificationTemplates.form.js:363
+#: client/src/notifications/notificationTemplates.form.js:430
+#: client/src/notifications/notificationTemplates.form.js:434
msgid "Destination Channels or Users"
msgstr "Canaux de destination pour les utilisateurs"
@@ -1313,9 +1505,13 @@ msgstr "Canaux de destination pour les utilisateurs"
msgid "Destination SMS Number"
msgstr "Numéro SMS de destination"
+#: client/features/applications/applications.strings.js:15
#: client/features/credentials/credentials.strings.js:13
+#: client/features/output/output.strings.js:34
+#: client/features/users/tokens/tokens.strings.js:14
#: client/src/license/license.partial.html:5
-#: client/src/shared/form-generator.js:1481
+#: client/src/network-ui/network.ui.strings.js:40
+#: client/src/shared/form-generator.js:1490
msgid "Details"
msgstr "Détails"
@@ -1323,6 +1519,15 @@ msgstr "Détails"
msgid "Diff Mode"
msgstr "Mode diff"
+#: client/src/notifications/notificationTemplates.form.js:369
+#: client/src/notifications/notificationTemplates.form.js:401
+msgid "Disable SSL Verification"
+msgstr "Désactiver la vérification SSL"
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:518
+msgid "Disable survey"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:6
msgid "Disassociate Group From Group"
msgstr "Dissocier Groupe du Groupe"
@@ -1346,18 +1551,22 @@ msgstr "Dissocier le groupe"
msgid "Disassociate host"
msgstr "Dissocier l'hôte"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:75
-#: client/src/configuration/configuration.controller.js:202
-#: client/src/configuration/configuration.controller.js:264
+#: client/src/templates/survey-maker/surveys/init.factory.js:21
+msgid "Disble Survey"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:93
+#: client/src/configuration/configuration.controller.js:231
+#: client/src/configuration/configuration.controller.js:316
#: client/src/configuration/system-form/configuration-system.controller.js:57
msgid "Discard changes"
msgstr "Ignorer les modifications"
-#: client/src/teams/teams.form.js:146
+#: client/src/teams/teams.form.js:149
msgid "Dissasociate permission from team"
msgstr "Dissocier la permission de l’équipe"
-#: client/src/users/users.form.js:225
+#: client/src/users/users.form.js:228
msgid "Dissasociate permission from user"
msgstr "Dissocier la permission de l’utilisateur"
@@ -1367,10 +1576,7 @@ msgstr "Dissocier la permission de l’utilisateur"
msgid "Domain Name"
msgstr "Nom de domaine"
-#: client/src/job-results/job-results.controller.js:15
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:134
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:141
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:102
+#: client/features/output/output.strings.js:20
msgid "Download Output"
msgstr "Télécharger la sortie"
@@ -1384,11 +1590,23 @@ msgstr ""
"créez-en un dans le champ pour importer votre inventaire personnalisé. Voir "
"la documentation Ansible Tower pour obtenir des exemples de syntaxe."
+#: client/src/templates/survey-maker/surveys/init.factory.js:24
+msgid "Drag to reorder question"
+msgstr ""
+
#: client/src/partials/survey-maker-modal.html:77
msgid "Drop question here to reorder"
msgstr "Mettez la question ici pour réordonnancer"
-#: client/src/configuration/configuration.route.js:30
+#: client/features/templates/templates.strings.js:119
+msgid "EDGE CONFLICT"
+msgstr ""
+
+#: client/features/applications/applications.strings.js:10
+msgid "EDIT APPLICATION"
+msgstr "MODIFIER APPLICATION"
+
+#: client/src/configuration/configuration.route.js:28
msgid "EDIT CONFIGURATION"
msgstr "MODIFIER CONFIGURATION"
@@ -1396,24 +1614,34 @@ msgstr "MODIFIER CONFIGURATION"
msgid "EDIT CREDENTIAL"
msgstr "MODIFIER LES INFORMATIONS D'IDENTIFICATION"
-#: client/src/management-jobs/scheduler/main.js:95
+#: client/src/instance-groups/instance-groups.strings.js:9
+msgid "EDIT INSTANCE GROUP"
+msgstr "MODIFIER LE GROUPE D'INSTANCES"
+
+#: client/src/scheduler/scheduler.strings.js:9
+msgid "EDIT SCHEDULE"
+msgstr ""
+
+#: client/src/management-jobs/scheduler/main.js:97
msgid "EDIT SCHEDULED JOB"
-msgstr "MODIFIER UNE TÂCHE PROGRAMMÉE"
+msgstr "MODIFIER UN JOB PROGRAMMÉ"
#: client/src/templates/survey-maker/shared/question-definition.form.js:17
msgid "EDIT SURVEY PROMPT"
msgstr "MODIFIER L'INVITE DU QUESTIONNAIRE"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:46
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:79
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:59
-msgid "ELAPSED"
-msgstr "TEMPS ÉCOULÉ"
+#: client/features/templates/templates.strings.js:112
+msgid "EDIT TEMPLATE"
+msgstr ""
#: client/lib/components/components.strings.js:9
msgid "ENCRYPTED"
msgstr "CHIFFRÉ"
+#: client/features/output/output.strings.js:79
+msgid "EXAMPLES"
+msgstr "EXEMPLES"
+
#: client/src/shared/smart-search/smart-search.partial.html:39
msgid "EXAMPLES:"
msgstr "EXEMPLES :"
@@ -1422,41 +1650,59 @@ msgstr "EXEMPLES :"
msgid "EXECUTE COMMAND"
msgstr "EXÉCUTER LA COMMANDE"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:46
-msgid "EXPLANATION"
-msgstr "EXPLICATION"
+#: client/lib/components/code-mirror/code-mirror.strings.js:10
+msgid "EXPAND"
+msgstr "AGRANDIR"
+
+#: client/features/applications/applications.strings.js:28
+#: client/features/users/tokens/tokens.strings.js:36
+msgid "EXPIRATION"
+msgstr "EXPIRATION"
+
+#: client/features/users/tokens/tokens.strings.js:24
+msgid "EXPIRES"
+msgstr "EXPIRE"
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:48
+#: client/lib/components/code-mirror/code-mirror.strings.js:8
+msgid "EXTRA VARIABLES"
+msgstr "VARIABLES SUPPLÉMENTAIRES"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:355
msgid ""
"Each time a job runs using this inventory, refresh the inventory from the "
"selected source before executing job tasks."
msgstr ""
-"Chaque fois qu’une tâche s’exécute avec cet inventaire, réalisez une mise à "
-"jour de la source sélectionnée avant de lancer la tâche."
+"Chaque fois qu’un job s’exécute avec cet inventaire, réalisez une mise à "
+"jour de la source à un sélectionnée avant de lancer les tâches liées à un "
+"job."
-#: client/src/projects/projects.form.js:179
+#: client/src/projects/projects.form.js:180
msgid ""
-"Each time a job runs using this project, perform an update to the local "
-"repository prior to starting the job."
+"Each time a job runs using this project, update the revision of the project "
+"prior to starting the job."
msgstr ""
-"Chaque fois qu’une tâche s’exécute avec ce projet, réalisez une mise à jour "
-"dans le référentiel local avant de lancer la tâche."
+"Chaque fois qu’un job s’exécute avec ce projet, réalisez une mise à jour du "
+"projet avant de démarrer le job."
#: client/src/credential-types/credential-types.list.js:56
#: client/src/credentials/credentials.list.js:66
-#: client/src/inventories-hosts/inventories/inventory.list.js:97
+#: client/src/inventories-hosts/inventories/inventory.list.js:98
#: client/src/inventory-scripts/inventory-scripts.list.js:54
-#: client/src/notifications/notificationTemplates.list.js:65
-#: client/src/notifications/notificationTemplates.list.js:74
-#: client/src/scheduler/schedules.list.js:75 client/src/teams/teams.list.js:55
-#: client/src/templates/templates.list.js:103
-#: client/src/users/users.list.js:60
+#: client/src/notifications/notificationTemplates.list.js:66
+#: client/src/notifications/notificationTemplates.list.js:75
+#: client/src/scheduler/schedules.list.js:85 client/src/teams/teams.list.js:55
+#: client/src/templates/templates.list.js:80 client/src/users/users.list.js:60
msgid "Edit"
msgstr "Modifier"
-#: client/src/shared/form-generator.js:1715
-#: client/src/templates/job_templates/job-template.form.js:452
-#: client/src/templates/workflows.form.js:177
+#: client/src/templates/survey-maker/surveys/init.factory.js:22
+msgid "Edit Question"
+msgstr ""
+
+#: client/src/shared/form-generator.js:1724
+#: client/src/templates/job_templates/job-template.form.js:470
+#: client/src/templates/workflows.form.js:212
msgid "Edit Survey"
msgstr "Modifier le questionnaire"
@@ -1476,11 +1722,11 @@ msgstr "Modifier le groupe"
#: client/src/inventories-hosts/hosts/host.list.js:83
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:73
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:87
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:79
msgid "Edit host"
msgstr "Modifier l’hôte"
-#: client/src/inventories-hosts/inventories/inventory.list.js:99
+#: client/src/inventories-hosts/inventories/inventory.list.js:100
msgid "Edit inventory"
msgstr "Modifier l’inventaire"
@@ -1488,15 +1734,15 @@ msgstr "Modifier l’inventaire"
msgid "Edit inventory script"
msgstr "Modifier le script d’inventaire"
-#: client/src/notifications/notificationTemplates.list.js:76
+#: client/src/notifications/notificationTemplates.list.js:68
msgid "Edit notification"
msgstr "Modifier la notification"
-#: client/src/scheduler/schedules.list.js:78
+#: client/src/scheduler/schedules.list.js:88
msgid "Edit schedule"
-msgstr "Modifier la programmation"
+msgstr "Modifier Planning"
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:111
+#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:83
msgid "Edit source"
msgstr "Modifier la source"
@@ -1504,53 +1750,32 @@ msgstr "Modifier la source"
msgid "Edit team"
msgstr "Modifier l’équipe"
-#: client/src/templates/templates.list.js:105
+#: client/src/templates/templates.list.js:82
msgid "Edit template"
msgstr "Modifier le modèle"
-#: client/src/job-results/job-results.partial.html:191
-msgid "Edit the Schedule"
-msgstr "Modifier la planification"
-
-#: client/src/job-results/job-results.partial.html:175
-#: client/src/workflow-results/workflow-results.partial.html:124
-msgid "Edit the User"
-msgstr "Modifier l’Utilisateur"
-
-#: client/src/job-results/job-results.partial.html:265
-#: client/src/job-results/job-results.partial.html:280
-#: client/src/job-results/job-results.partial.html:296
-#: client/src/job-results/job-results.partial.html:311
-#: client/src/job-results/job-results.partial.html:326
-msgid "Edit the credential"
-msgstr "Modifier l'information d’identification"
-
-#: client/src/job-results/job-results.partial.html:206
-msgid "Edit the inventory"
-msgstr "Modifier l’inventaire"
-
-#: client/src/job-results/job-results.partial.html:140
-msgid "Edit the job template"
-msgstr "Modifier le modèle de tâche"
-
-#: client/src/job-results/job-results.partial.html:229
-#: client/src/projects/projects.list.js:105
+#: client/src/projects/projects.list.js:88
msgid "Edit the project"
msgstr "Modifier le projet"
#: client/src/scheduler/scheduled-jobs.list.js:67
+#: client/src/workflow-results/workflow-results.controller.js:42
msgid "Edit the schedule"
-msgstr "Modifier la planification"
+msgstr "Modifier le planning"
+
+#: client/src/workflow-results/workflow-results.controller.js:40
+msgid "Edit the user"
+msgstr "Modifier l’utilisateur"
+
+#: client/src/workflow-results/workflow-results.controller.js:41
+msgid "Edit the workflow job template"
+msgstr "Modifier le modèle de job de workflow"
#: client/src/users/users.list.js:64
msgid "Edit user"
msgstr "Modifier l’utilisateur"
-#: client/src/setup-menu/setup-menu.partial.html:61
-msgid "Edit {{BRAND_NAME}}'s configuration."
-msgstr "Modifier la configuration de {{BRAND_NAME}}."
-
-#: client/src/projects/list/projects-list.controller.js:241
+#: client/src/projects/list/projects-list.controller.js:276
msgid ""
"Either you do not have access or the SCM update process completed. Click the"
" %sRefresh%s button to view the latest status."
@@ -1558,27 +1783,38 @@ msgstr ""
"Vous n’avez pas accès, ou la mise à jour SCM est terminée. Cliquez sur le "
"bouton %sActualiser%s pour voir l’état le plus récent."
-#: client/src/job-results/job-results.partial.html:520
+#: client/features/output/output.strings.js:89
+#: client/src/workflow-results/workflow-results.controller.js:61
msgid "Elapsed"
msgstr "Temps écoulé"
#: client/src/credentials/credentials.form.js:191
-#: client/src/users/users.form.js:51
+#: client/src/users/users.form.js:54
msgid "Email"
msgstr "Email"
-#: client/src/templates/job_templates/job-template.form.js:288
-#: client/src/templates/job_templates/job-template.form.js:293
+#: client/src/templates/job_templates/job-template.form.js:298
+#: client/src/templates/job_templates/job-template.form.js:303
+#: client/src/templates/workflows.form.js:100
+#: client/src/templates/workflows.form.js:105
msgid "Enable Concurrent Jobs"
-msgstr "Activer les tâches parallèles"
+msgstr "Activer les jobs parallèles"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:123
-#: client/src/templates/job_templates/job-template.form.js:264
-#: client/src/templates/job_templates/job-template.form.js:269
+#: client/src/configuration/system-form/configuration-system.partial.html:30
+msgid "Enable External Logging"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:124
+#: client/src/templates/job_templates/job-template.form.js:274
+#: client/src/templates/job_templates/job-template.form.js:279
msgid "Enable Privilege Escalation"
msgstr "Activer l’élévation des privilèges"
-#: client/src/templates/job_templates/job-template.form.js:279
+#: client/src/templates/survey-maker/surveys/init.factory.js:518
+msgid "Enable survey"
+msgstr ""
+
+#: client/src/templates/job_templates/job-template.form.js:289
msgid ""
"Enables creation of a provisioning callback URL. Using the URL a host can "
"contact {{BRAND_NAME}} and request a configuration update using this job "
@@ -1586,13 +1822,25 @@ msgid ""
msgstr ""
"Active la création d'une URL de rappel. Avec cette URL, un hôte peut "
"contacter {{BRAND_NAME}} et demander une mise à jour de la configuration à "
-"l'aide de ce modèle de tâche."
+"l'aide de ce modèle de job."
#: client/src/credentials/factories/credential-form-save.factory.js:73
msgid "Encrypted credentials are not supported."
msgstr ""
"Les informations d’identification chiffrées ne sont pas prises en charge."
+#: client/src/scheduler/scheduler.strings.js:36
+msgid "End"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:38
+msgid "End Date"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:40
+msgid "End Time"
+msgstr ""
+
#: client/src/license/license.partial.html:113
msgid "End User License Agreement"
msgstr "Contrat de licence de l’utilisateur final"
@@ -1600,7 +1848,7 @@ msgstr "Contrat de licence de l’utilisateur final"
#: client/src/inventories-hosts/hosts/host.form.js:73
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:72
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:72
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:86
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68
msgid ""
"Enter inventory variables using either JSON or YAML syntax. Use the radio "
"button to toggle between the two."
@@ -1608,7 +1856,7 @@ msgstr ""
"Entrez les variables d’inventaire avec la syntaxe JSON ou YAML. Utilisez le "
"bouton radio pour basculer entre les deux."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:76
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 "
@@ -1625,7 +1873,7 @@ msgstr ""
"Saisir un canal HipChat par ligne. Le symbole dièse (#) n’est pas "
"nécessaire."
-#: client/src/notifications/notificationTemplates.form.js:362
+#: client/src/notifications/notificationTemplates.form.js:433
msgid ""
"Enter one IRC channel or username per line. The pound symbol (#) for "
"channels, and the at (@) symbol for users, are not required."
@@ -1702,35 +1950,44 @@ msgstr ""
msgid "Environment Variables"
msgstr "Variables d'environnement"
-#: client/src/configuration/configuration.controller.js:348
-#: client/src/configuration/configuration.controller.js:449
-#: client/src/configuration/configuration.controller.js:483
-#: client/src/configuration/configuration.controller.js:530
+#: client/src/configuration/configuration.controller.js:141
+msgid "Error"
+msgstr "Erreur"
+
+#: client/features/output/output.strings.js:64
+msgid "Error Details"
+msgstr "Détails de l'erreur"
+
+#: client/lib/services/base-string.service.js:91
+#: client/src/configuration/configuration.controller.js:408
+#: client/src/configuration/configuration.controller.js:517
+#: client/src/configuration/configuration.controller.js:552
+#: client/src/configuration/configuration.controller.js:600
#: client/src/configuration/system-form/configuration-system.controller.js:231
#: client/src/credentials/factories/credential-form-save.factory.js:77
#: client/src/credentials/factories/credential-form-save.factory.js:93
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:129
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:139
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:166
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:194
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:213
-#: client/src/management-jobs/card/card.controller.js:140
-#: client/src/management-jobs/card/card.controller.js:230
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:131
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:141
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:168
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:198
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:217
+#: client/src/management-jobs/card/card.controller.js:102
#: client/src/management-jobs/card/card.controller.js:28
-#: client/src/projects/add/projects-add.controller.js:108
-#: client/src/projects/edit/projects-edit.controller.js:156
-#: client/src/projects/edit/projects-edit.controller.js:222
-#: client/src/projects/edit/projects-edit.controller.js:238
-#: client/src/projects/list/projects-list.controller.js:169
-#: client/src/projects/list/projects-list.controller.js:198
-#: client/src/projects/list/projects-list.controller.js:225
-#: client/src/projects/list/projects-list.controller.js:246
-#: client/src/projects/list/projects-list.controller.js:262
-#: client/src/projects/list/projects-list.controller.js:271
+#: client/src/projects/add/projects-add.controller.js:116
+#: client/src/projects/edit/projects-edit.controller.js:164
+#: client/src/projects/edit/projects-edit.controller.js:230
+#: client/src/projects/edit/projects-edit.controller.js:246
+#: client/src/projects/list/projects-list.controller.js:186
+#: client/src/projects/list/projects-list.controller.js:213
+#: client/src/projects/list/projects-list.controller.js:260
+#: client/src/projects/list/projects-list.controller.js:281
+#: client/src/projects/list/projects-list.controller.js:297
+#: client/src/projects/list/projects-list.controller.js:306
+#: client/src/shared/stateDefinitions.factory.js:230
#: client/src/users/add/users-add.controller.js:99
-#: client/src/users/edit/users-edit.controller.js:180
-#: client/src/users/edit/users-edit.controller.js:80
-#: client/src/users/list/users-list.controller.js:82
+#: client/src/users/edit/users-edit.controller.js:185
+#: client/src/users/edit/users-edit.controller.js:82
+#: client/src/users/list/users-list.controller.js:84
msgid "Error!"
msgstr "Erreur !"
@@ -1738,30 +1995,30 @@ msgstr "Erreur !"
msgid "Event"
msgstr "Événement"
-#: client/src/job-results/parse-stdout.service.js:68
-msgid "Event ID"
-msgstr "ID d'événement"
-
#: client/src/activity-stream/factories/build-description.factory.js:120
msgid "Event summary not available"
msgstr "Récapitulatif de l’événement non disponible"
-#: client/src/projects/add/projects-add.controller.js:129
-#: client/src/projects/edit/projects-edit.controller.js:265
+#: client/src/scheduler/scheduler.strings.js:21
+msgid "Every"
+msgstr ""
+
+#: client/src/projects/add/projects-add.controller.js:137
+#: client/src/projects/edit/projects-edit.controller.js:273
msgid "Example URLs for GIT SCM include:"
msgstr "Exemples d’URL pour le SCM GIT :"
-#: client/src/projects/add/projects-add.controller.js:150
-#: client/src/projects/edit/projects-edit.controller.js:285
+#: client/src/projects/add/projects-add.controller.js:158
+#: client/src/projects/edit/projects-edit.controller.js:293
msgid "Example URLs for Mercurial SCM include:"
msgstr "Exemples d’URL pour le SCM Mercurial :"
-#: client/src/projects/add/projects-add.controller.js:141
-#: client/src/projects/edit/projects-edit.controller.js:276
+#: client/src/projects/add/projects-add.controller.js:149
+#: client/src/projects/edit/projects-edit.controller.js:284
msgid "Example URLs for Subversion SCM include:"
msgstr "Exemples d’URL pour le SCM Subversion :"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid "Example: ansible_facts.ansible_distribution:\"RedHat\""
msgstr "Exemple : ansible_facts.ansible_distribution:\"RedHat\""
@@ -1773,37 +2030,40 @@ msgstr "Groupe existant"
msgid "Existing Host"
msgstr "Hôte existant"
-#: client/src/job-results/job-results.controller.js:18
-#: client/src/job-results/job-results.controller.js:228
-#: client/src/standard-out/standard-out.controller.js:24
-#: client/src/standard-out/standard-out.controller.js:245
-#: client/src/workflow-results/workflow-results.controller.js:120
-#: client/src/workflow-results/workflow-results.controller.js:76
+#: client/features/output/output.strings.js:22
+#: client/src/workflow-results/workflow-results.controller.js:154
+#: client/src/workflow-results/workflow-results.controller.js:43
msgid "Expand Output"
msgstr "Tout agrandir"
+#: client/src/network-ui/network.ui.strings.js:18
+msgid "Expand Panel"
+msgstr "Panneau d'extension"
+
#: client/src/license/license.partial.html:39
msgid "Expires On"
msgstr "Arrive à expiration le"
-#: client/src/job-results/job-results.partial.html:81
+#: client/features/output/output.strings.js:49
msgid "Explanation"
msgstr "Explication"
-#: client/src/job-results/job-results.partial.html:275
-msgid "Extra Credentials"
-msgstr "Informations d’identification supplémentaires"
+#: client/src/network-ui/network.ui.strings.js:17
+msgid "Export"
+msgstr ""
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:132
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:144
-#: client/src/job-results/job-results.partial.html:409
+#: client/features/output/output.strings.js:44
+#: client/features/templates/templates.strings.js:54
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:133
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:145
#: client/src/job-submission/job-submission.partial.html:165
#: client/src/partials/logviewer.html:8
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:105
-#: client/src/templates/job_templates/job-template.form.js:342
-#: client/src/templates/job_templates/job-template.form.js:349
-#: client/src/templates/workflows.form.js:74
-#: client/src/templates/workflows.form.js:81
+#: client/src/scheduler/scheduler.strings.js:45
+#: client/src/templates/job_templates/job-template.form.js:352
+#: client/src/templates/job_templates/job-template.form.js:359
+#: client/src/templates/workflows.form.js:83
+#: client/src/templates/workflows.form.js:90
+#: client/src/workflow-results/workflow-results.controller.js:122
msgid "Extra Variables"
msgstr "Variables supplémentaires"
@@ -1812,17 +2072,19 @@ msgstr "Variables supplémentaires"
msgid "FACTS"
msgstr "FAITS"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:64
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:65
msgid "FAILED"
msgstr "ÉCHEC"
+#: client/features/output/output.strings.js:80
+msgid "FIELDS"
+msgstr "CHAMPS"
+
#: client/src/shared/smart-search/smart-search.partial.html:45
msgid "FIELDS:"
msgstr "CHAMPS :"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:39
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:72
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:52
+#: client/src/smart-status/smart-status.controller.js:43
msgid "FINISHED"
msgstr "TERMINÉ"
@@ -1832,6 +2094,7 @@ msgstr "TERMINÉ"
msgid "Facts"
msgstr "Faits"
+#: client/lib/components/components.strings.js:100
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:80
msgid "Failed"
msgstr "Échec"
@@ -1848,29 +2111,28 @@ msgstr "L’ajout de l’utilisateur a échoué. État POST renvoyé :"
msgid "Failed to create new Credential. POST status:"
msgstr "La création des informations d’identification a échoué. État POST :"
-#: client/src/projects/add/projects-add.controller.js:109
+#: client/src/projects/add/projects-add.controller.js:117
msgid "Failed to create new project. POST returned status:"
msgstr "La création du projet a échoué. État POST renvoyé :"
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:214
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:218
msgid "Failed to retrieve job template extra variables."
-msgstr ""
-"N’a pas pu extraire les variables supplémentaires du modèle de la tâche."
+msgstr "N’a pas pu extraire les variables supplémentaires du modèle de job."
-#: client/src/projects/edit/projects-edit.controller.js:157
+#: client/src/projects/edit/projects-edit.controller.js:165
msgid "Failed to retrieve project: %s. GET status:"
msgstr "La récupération du projet a échoué : %s. État GET :"
-#: client/src/users/edit/users-edit.controller.js:181
-#: client/src/users/edit/users-edit.controller.js:81
+#: client/src/users/edit/users-edit.controller.js:186
+#: client/src/users/edit/users-edit.controller.js:83
msgid "Failed to retrieve user: %s. GET status:"
msgstr "La récupération de l’utilisateur a échoué : %s. État GET :"
-#: client/src/configuration/configuration.controller.js:450
+#: client/src/configuration/configuration.controller.js:518
msgid "Failed to save settings. Returned status:"
msgstr "L’enregistrement des paramètres a échoué. État renvoyé :"
-#: client/src/configuration/configuration.controller.js:484
+#: client/src/configuration/configuration.controller.js:553
msgid "Failed to save toggle settings. Returned status:"
msgstr ""
"L’enregistrement des paramètres d’activation/désactivation a échoué. État "
@@ -1880,54 +2142,54 @@ msgstr ""
msgid "Failed to update Credential. PUT status:"
msgstr "La mise à jour des informations d’identification a échoué. État PUT :"
-#: client/src/projects/edit/projects-edit.controller.js:222
+#: client/src/projects/edit/projects-edit.controller.js:230
msgid "Failed to update project: %s. PUT status:"
msgstr "La mise à jour du projet a échoué : %s. État PUT :"
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:195
-#: client/src/management-jobs/card/card.controller.js:141
-#: client/src/management-jobs/card/card.controller.js:231
+#: client/features/output/output.strings.js:84
+msgid "Failed to update search results."
+msgstr "N'a pas pu mettre à jour les résultats de recherche."
+
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:199
+#: client/src/management-jobs/card/card.controller.js:103
msgid "Failed updating job %s with variables. POST returned: %d"
msgstr ""
-"N’a pas pu mettre à jour la tâche %s avec les variables. Retour POST : %d"
+"N’a pas pu mettre à jour le job %s avec les variables. Retour POST : %d"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:24
-msgid "Failed. Click for details"
-msgstr "Échec. Cliquer pour obtenir davantage d’informations"
-
-#: client/src/notifications/notifications.list.js:48
+#: client/src/notifications/notifications.list.js:49
msgid "Failure"
msgstr "Défaillance"
-#: client/src/scheduler/schedules.list.js:48
+#: client/src/scheduler/schedules.list.js:56
msgid "Final Run"
msgstr "Dernière exécution"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:59
-#: client/src/instance-groups/jobs/jobs.list.js:57
+#: client/features/jobs/jobs.strings.js:9
+#: client/features/output/output.strings.js:45
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:54
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:58
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:44
-#: client/src/job-results/job-results.partial.html:111
-#: client/src/jobs/all-jobs.list.js:66
-#: client/src/portal-mode/portal-jobs.list.js:40
-#: client/src/templates/completed-jobs.list.js:59
+#: client/src/workflow-results/workflow-results.controller.js:50
msgid "Finished"
msgstr "Terminé"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:21
-#: client/src/users/users.form.js:26 client/src/users/users.list.js:33
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:27
+#: client/src/users/users.form.js:29 client/src/users/users.list.js:33
msgid "First Name"
msgstr "Prénom"
-#: client/src/scheduler/schedules.list.js:38
+#: client/src/scheduler/schedules.list.js:46
msgid "First Run"
msgstr "Première exécution"
+#: client/src/templates/survey-maker/surveys/init.factory.js:19
+msgid "Float"
+msgstr ""
+
+#: client/features/output/output.strings.js:76
#: client/src/shared/smart-search/smart-search.partial.html:52
msgid ""
-"For additional information on advanced search search syntax please see the "
-"Ansible Tower"
+"For additional information on advanced search syntax please see the Ansible "
+"Tower"
msgstr ""
"Pour obtenir des informations supplémentaires sur la syntaxe de recherche "
"avancée, consulter la documentation Ansible Tower."
@@ -1957,64 +2219,73 @@ msgid ""
"check playbook syntax, test environment setup, and report problems without "
"executing the playbook."
msgstr ""
-"Pour les modèles de tâches, sélectionner «run» (exécuter) pour exécuter le "
+"Pour les modèles de job, sélectionner «run» (exécuter) pour exécuter le "
"playbook. Sélectionner «check» (vérifier) uniquement pour vérifier la "
"syntaxe du playbook, tester la configuration de l’environnement et signaler "
"les problèmes."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:118
-msgid ""
-"For more information and examples see %sthe Patterns topic at "
-"docs.ansible.com%s."
-msgstr ""
-"Pour obtenir plus d’informations et voir des exemples, reportez-vous à la "
-"rubrique %sPatterns sur docs.ansible.com%s."
-
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:109
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:96
-#: client/src/job-results/job-results.partial.html:336
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:87
-#: client/src/templates/job_templates/job-template.form.js:144
-#: client/src/templates/job_templates/job-template.form.js:154
+#: client/features/output/output.strings.js:46
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:110
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:97
+#: client/src/templates/job_templates/job-template.form.js:143
+#: client/src/templates/job_templates/job-template.form.js:153
msgid "Forks"
msgstr "Forks"
-#: client/src/management-jobs/scheduler/schedulerForm.partial.html:172
+#: client/src/management-jobs/scheduler/schedulerForm.partial.html:173
+#: client/src/scheduler/scheduler.strings.js:20
msgid "Frequency Details"
msgstr "Informations sur la fréquence"
+#: client/src/scheduler/scheduler.strings.js:33
+msgid "Fri"
+msgstr ""
+
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:2
+msgid "GO TO NOTIFICATIONS TO"
+msgstr ""
+
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.route.js:45
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.route.js:46
msgid "GROUPS"
msgstr "GROUPES"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:107
+#: client/src/projects/edit/projects-edit.controller.js:135
+#: client/src/projects/list/projects-list.controller.js:76
+msgid "Get latest SCM revision"
+msgstr "Obtenir la dernière révision SCM"
+
+#: client/src/credential-types/add/add.controller.js:41
+msgid "Getting Started with Credential Types"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:129
msgid "GitHub"
msgstr "GitHub"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:108
+#: client/src/configuration/auth-form/configuration-auth.controller.js:130
msgid "GitHub Org"
msgstr "GitHub Org"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:109
+#: client/src/configuration/auth-form/configuration-auth.controller.js:131
msgid "GitHub Team"
msgstr "Équipe GitHub"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:110
+#: client/src/configuration/auth-form/configuration-auth.controller.js:132
msgid "Google OAuth2"
msgstr "Google OAuth2"
-#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:214
+#: client/src/teams/teams.form.js:158 client/src/users/users.form.js:217
msgid "Grant Permission"
msgstr "Donner Permission"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:79
+#: client/src/notifications/edit/edit.controller.js:126
msgid "Gray"
msgstr "Gris"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:80
+#: client/src/notifications/edit/edit.controller.js:127
msgid "Green"
msgstr "Vert"
@@ -2023,14 +2294,6 @@ msgstr "Vert"
msgid "Group Variables"
msgstr "Grouper des variables"
-#: client/src/setup-menu/setup-menu.partial.html:5
-msgid ""
-"Group all of your content to manage permissions across departments in your "
-"company."
-msgstr ""
-"Regroupez l’ensemble du contenu pour gérer les permissions entre les "
-"différents services de votre entreprise."
-
#: client/src/inventories-hosts/hosts/host.form.js:115
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:31
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:89
@@ -2040,15 +2303,17 @@ msgstr ""
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:114
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:115
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:32
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:150
msgid "Groups"
msgstr "Groupes"
#: client/lib/components/components.strings.js:12
+#: client/lib/services/base-string.service.js:66
+#: client/src/templates/survey-maker/surveys/init.factory.js:483
msgid "HIDE"
msgstr "MASQUER"
-#: client/lib/components/components.strings.js:39
+#: client/lib/components/components.strings.js:43
msgid "HINT: Drag and drop an SSH private key file on the field below."
msgstr ""
"INDICE : glissez-déposez un fichier de clé privé SSH dans le champ ci-"
@@ -2056,8 +2321,8 @@ msgstr ""
#: client/src/activity-stream/get-target-title.factory.js:41
#: client/src/inventories-hosts/hosts/hosts.partial.html:9
-#: client/src/inventories-hosts/hosts/main.js:80
-#: client/src/inventories-hosts/inventories/inventories.partial.html:14
+#: client/src/inventories-hosts/hosts/main.js:81
+#: client/src/inventories-hosts/inventories/inventories.partial.html:15
#: client/src/inventories-hosts/inventories/related/hosts/related-host.route.js:18
#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js:17
msgid "HOSTS"
@@ -2072,11 +2337,24 @@ msgstr "En-têtes HTTP"
msgid "Hide Activity Stream"
msgstr "Cacher le flux d’activité"
+#: client/src/network-ui/network.ui.strings.js:26
+msgid "Hide Buttons"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:25
+msgid "Hide Cursor"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:27
+msgid "Hide Interfaces"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:23
msgid "High"
msgstr "Élevée"
#: client/src/credentials/credentials.form.js:139
+#: client/src/network-ui/network.ui.strings.js:33
#: client/src/notifications/notificationTemplates.form.js:83
msgid "Host"
msgstr "Hôte"
@@ -2086,8 +2364,8 @@ msgstr "Hôte"
msgid "Host (Authentication URL)"
msgstr "Hôte (URL d’authentification)"
-#: client/src/templates/job_templates/job-template.form.js:324
-#: client/src/templates/job_templates/job-template.form.js:333
+#: client/src/templates/job_templates/job-template.form.js:334
+#: client/src/templates/job_templates/job-template.form.js:343
msgid "Host Config Key"
msgstr "Clé de configuration de l’hôte"
@@ -2103,6 +2381,7 @@ msgstr "Hôte activé"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:56
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:45
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:56
+#: client/src/network-ui/network.ui.strings.js:45
msgid "Host Name"
msgstr "Nom d'hôte"
@@ -2128,14 +2407,18 @@ msgstr "Hôte indisponible."
msgid "Host is not available. Click to toggle."
msgstr "Hôte indisponible. Cliquez pour activer ou désactiver."
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:25
+#: client/features/output/output.strings.js:13
+msgid "Host status information for this job is unavailable."
+msgstr "Le statut de l'hôte n'est pas disponible pour ce job."
+
+#: client/features/output/output.strings.js:92
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:27
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:39
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:98
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:57
#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:56
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:167
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:176
-#: client/src/job-results/job-results.partial.html:504
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:149
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:159
msgid "Hosts"
msgstr "Hôtes"
@@ -2151,8 +2434,8 @@ msgstr "Hôtes restants"
msgid "Hosts Used"
msgstr "Hôtes utilisés"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "Hosts are imported to"
msgstr "Hôtes importés dans"
@@ -2160,9 +2443,7 @@ msgstr "Hôtes importés dans"
msgid "I agree to the End User License Agreement"
msgstr "J’accepte le Contrat de licence de l’utilisateur final"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:27
-#: client/src/instance-groups/jobs/jobs.list.js:26
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:38
+#: client/features/output/output.strings.js:101
msgid "ID"
msgstr "ID"
@@ -2178,27 +2459,26 @@ msgstr "INITIÉ PAR"
msgid "INSIGHTS"
msgstr "INSIGHTS"
+#: client/lib/components/components.strings.js:84
#: client/src/instance-groups/instance-groups.list.js:6
#: client/src/instance-groups/instance-groups.list.js:7
-#: client/src/instance-groups/instance-groups.route.js:10
-#: client/src/instance-groups/list/instance-groups-list.partial.html:3
+#: client/src/instance-groups/instance-groups.strings.js:13
msgid "INSTANCE GROUPS"
msgstr "GROUPES D'INSTANCES"
-#: client/src/instance-groups/instance-group.partial.html:27
+#: client/src/instance-groups/instance-groups.strings.js:22
msgid "INSTANCES"
msgstr "INSTANCES"
#: client/src/activity-stream/get-target-title.factory.js:14
#: client/src/inventories-hosts/hosts/hosts.partial.html:8
-#: client/src/inventories-hosts/inventories/inventories.partial.html:13
+#: client/src/inventories-hosts/inventories/inventories.partial.html:14
#: client/src/inventories-hosts/inventories/inventories.route.js:8
#: client/src/inventories-hosts/inventories/inventory.list.js:14
#: client/src/inventories-hosts/inventories/inventory.list.js:15
-#: client/src/main-menu/main-menu.partial.html:104
-#: client/src/main-menu/main-menu.partial.html:27
-#: client/src/organizations/linkout/organizations-linkout.route.js:143
-#: client/src/organizations/list/organizations-list.controller.js:66
+#: client/src/network-ui/network.ui.strings.js:8
+#: client/src/organizations/linkout/organizations-linkout.route.js:144
+#: client/src/organizations/list/organizations-list.controller.js:67
msgid "INVENTORIES"
msgstr "INVENTAIRES"
@@ -2213,27 +2493,23 @@ msgstr "SCRIPT D’INVENTAIRE"
#: client/src/activity-stream/get-target-title.factory.js:35
#: client/src/inventory-scripts/inventory-scripts.list.js:12
-#: client/src/inventory-scripts/main.js:66
+#: client/src/inventory-scripts/main.js:65
msgid "INVENTORY SCRIPTS"
msgstr "SCRIPTS D’INVENTAIRE"
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.route.js:8
-msgid "INVENTORY SOURCES"
-msgstr "SOURCES D'INVENTAIRE"
-
-#: client/src/notifications/notificationTemplates.form.js:348
+#: client/src/notifications/notificationTemplates.form.js:419
msgid "IRC Nick"
msgstr "Surnom IRC"
-#: client/src/notifications/notificationTemplates.form.js:337
+#: client/src/notifications/notificationTemplates.form.js:408
msgid "IRC Server Address"
msgstr "Adresse du serveur IRC"
-#: client/src/notifications/shared/type-change.service.js:58
+#: client/src/notifications/shared/type-change.service.js:66
msgid "IRC Server Password"
msgstr "Mot de passe du serveur IRC"
-#: client/src/notifications/shared/type-change.service.js:57
+#: client/src/notifications/shared/type-change.service.js:65
msgid "IRC Server Port"
msgstr "Port du serveur IRC"
@@ -2245,12 +2521,17 @@ msgstr "PROBLÈME : {{report.rule.description}}"
msgid "ITEMS"
msgstr "ÉLÉMENTS"
+#: client/src/notifications/notificationTemplates.form.js:362
+#: client/src/notifications/notificationTemplates.form.js:394
+msgid "Icon URL"
+msgstr "Icône URL"
+
#: client/src/login/authenticationServices/timer.factory.js:157
msgid "Idle Session"
msgstr "Session inactive"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:182
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:263
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:236
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:250
msgid "If blank, all groups above are created except"
msgstr ""
"Si resté vide, cela indique que tous les groupes ci-dessus sont créés sauf"
@@ -2279,11 +2560,11 @@ msgstr ""
" ou s'il n'y a pas de groupe créé manuellement dans lequel les promouvoir, "
"ils devront rester dans le groupe \"all\" par défaut de cet inventaire."
-#: client/src/templates/job_templates/job-template.form.js:267
+#: client/src/templates/job_templates/job-template.form.js:277
msgid "If enabled, run this playbook as an administrator."
msgstr "Si activé, exécuter ce playbook en tant qu'administrateur."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:120
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:121
msgid ""
"If enabled, show the changes made by Ansible tasks, where supported. This is"
" equivalent to Ansible’s --diff mode."
@@ -2291,7 +2572,7 @@ msgstr ""
"Si activé, afficher les changements faits par les tâches Ansible, si "
"supporté. C'est équivalent au mode Ansible’s -diff ."
-#: client/src/templates/job_templates/job-template.form.js:251
+#: client/src/templates/job_templates/job-template.form.js:262
msgid ""
"If enabled, show the changes made by Ansible tasks, where supported. This is"
" equivalent to Ansible’s --diff mode."
@@ -2299,13 +2580,20 @@ msgstr ""
"Si activé, afficher les changements faits par les tâches Ansible, si "
"supporté. C'est équivalent au mode Ansible’s --diff."
-#: client/src/templates/job_templates/job-template.form.js:291
+#: client/src/templates/job_templates/job-template.form.js:301
msgid "If enabled, simultaneous runs of this job template will be allowed."
msgstr ""
-"Si activé, il sera possible d’avoir des exécutions de ce modèle de tâche en "
+"Si activé, il sera possible d’avoir des exécutions de ce modèle de job en "
"simultané."
-#: client/src/templates/job_templates/job-template.form.js:302
+#: client/src/templates/workflows.form.js:103
+msgid ""
+"If enabled, simultaneous runs of this workflow job template will be allowed."
+msgstr ""
+"Si activé, il sera possible d’avoir des exécutions de ce modèle de job de "
+"workflow en simultané."
+
+#: client/src/templates/job_templates/job-template.form.js:312
msgid ""
"If enabled, use cached facts if available and store discovered facts in the "
"cache."
@@ -2334,8 +2622,8 @@ msgstr ""
"Si vous êtes prêt à effectuer une mise à niveau, contactez-nous en cliquant "
"sur le bouton ci-dessous"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:173
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:227
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:241
msgid "Image ID:"
msgstr "ID d'image :"
@@ -2348,7 +2636,7 @@ msgstr "ID d'image :"
msgid ""
"Indicates if a host is available and should be included in running jobs."
msgstr ""
-"Indique si un hôte est disponible et doit être ajouté aux tâches en cours "
+"Indique si un hôte est disponible et doit être ajouté aux jobs en cours "
"d’exécution."
#: client/src/activity-stream/activity-detail.form.js:31
@@ -2371,7 +2659,7 @@ msgstr "Configuration de l'entrée"
msgid "Insights"
msgstr "Insights"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:69
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:52
msgid "Insights Credential"
msgstr "Information d’identification à Insights"
@@ -2380,43 +2668,55 @@ msgstr "Information d’identification à Insights"
msgid "Instance Filters"
msgstr "Filtres de l'instance"
-#: client/src/job-results/job-results.partial.html:369
+#: client/features/output/output.strings.js:47
msgid "Instance Group"
msgstr "Groupe d'instance"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:72
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:75
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:78
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:81
+#: client/src/instance-groups/instance-groups.strings.js:58
+msgid "Instance Group parameter is missing."
+msgstr "Paramètre de groupe de l'instance manquant"
+
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:54
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:57
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:61
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:64
#: client/src/organizations/organizations.form.js:38
#: client/src/organizations/organizations.form.js:41
-#: client/src/setup-menu/setup-menu.partial.html:54
-#: client/src/templates/job_templates/job-template.form.js:191
-#: client/src/templates/job_templates/job-template.form.js:194
+#: client/src/templates/job_templates/job-template.form.js:247
+#: client/src/templates/job_templates/job-template.form.js:250
msgid "Instance Groups"
msgstr "Groupes d'instances"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:182
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:263
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:236
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:250
msgid "Instance ID"
msgstr "ID d'instance"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:174
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:255
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:228
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:242
msgid "Instance ID:"
msgstr "ID d'instance :"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:175
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:256
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:229
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:243
msgid "Instance Type:"
msgstr "Type d'instance"
+#: client/lib/components/components.strings.js:83
+#: client/src/instance-groups/instance-groups.strings.js:14
+msgid "Instances"
+msgstr "Instances"
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:18
+msgid "Integer"
+msgstr ""
+
#: client/src/license/license.partial.html:11
msgid "Invalid License"
msgstr "Licence non valide"
-#: client/src/license/license.controller.js:63
-#: client/src/license/license.controller.js:70
+#: client/src/license/license.controller.js:86
+#: client/src/license/license.controller.js:94
msgid "Invalid file format. Please upload valid JSON."
msgstr "Format de fichier non valide. Chargez un fichier JSON valide."
@@ -2424,29 +2724,36 @@ msgstr "Format de fichier non valide. Chargez un fichier JSON valide."
msgid "Invalid input for this type."
msgstr "Entrée non valide pour ce type."
+#: client/features/output/output.strings.js:85
+msgid "Invalid search filter provided."
+msgstr "Filtre de recherche fourni non valide."
+
#: client/src/login/loginModal/loginModal.partial.html:34
msgid "Invalid username and/or password. Please try again."
msgstr "Nom d’utilisateur et/ou mot de passe non valide. Veuillez réessayer."
+#: client/lib/components/components.strings.js:75
+#: client/lib/models/models.strings.js:16
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:122
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:52
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:26
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:28
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:50
-#: client/src/organizations/linkout/organizations-linkout.route.js:155
+#: client/src/organizations/linkout/organizations-linkout.route.js:156
msgid "Inventories"
msgstr "Inventaires"
+#: client/features/jobs/jobs.strings.js:13
+#: client/features/output/output.strings.js:48
+#: client/features/templates/templates.strings.js:16
+#: client/features/templates/templates.strings.js:24
#: client/src/inventories-hosts/hosts/host.list.js:69
-#: client/src/inventories-hosts/inventories/inventory.list.js:80
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:69
-#: client/src/job-results/job-results.partial.html:201
+#: client/src/inventories-hosts/inventories/inventory.list.js:81
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:71
#: client/src/job-submission/job-submission.partial.html:17
+#: client/src/network-ui/network.ui.strings.js:12
#: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:58
#: client/src/templates/job_templates/job-template.form.js:66
#: client/src/templates/job_templates/job-template.form.js:80
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:72
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:82
msgid "Inventory"
msgstr "Inventaire"
@@ -2455,12 +2762,19 @@ msgstr "Inventaire"
msgid "Inventory File"
msgstr "Fichier d'inventaire"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:27
-#: client/src/setup-menu/setup-menu.partial.html:41
+#: client/lib/components/components.strings.js:80
+#: client/lib/models/models.strings.js:20
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:29
msgid "Inventory Scripts"
msgstr "Scripts d’inventaire"
+#: client/lib/models/models.strings.js:25
+msgid "Inventory Sources"
+msgstr "Source d'inventaire"
+
+#: client/features/templates/templates.strings.js:108
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:46
+#: client/src/workflow-results/workflow-results.controller.js:68
msgid "Inventory Sync"
msgstr "Synchronisation des inventaires"
@@ -2468,42 +2782,56 @@ msgstr "Synchronisation des inventaires"
msgid "Inventory Sync Failures"
msgstr "Erreurs de synchronisation des inventaires"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:93
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:75
msgid "Inventory Variables"
msgstr "Variables d’inventaire"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:66
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:68
msgid "Inventory contains 0 hosts."
msgstr "L'inventaire contient 0 hôtes."
+#: client/features/output/output.strings.js:35
+msgid "Isolated"
+msgstr "Isolé"
+
+#: client/src/smart-status/smart-status.controller.js:43
+msgid "JOB ID"
+msgstr ""
+
+#: client/features/output/output.strings.js:83
+msgid "JOB IS STILL RUNNING"
+msgstr "JOB EN COURS"
+
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:4
msgid "JOB STATUS"
-msgstr "ÉTAT DE LA TÂCHE"
+msgstr "ÉTAT DU JOB"
#: client/src/templates/job_templates/job-template.form.js:22
msgid "JOB TEMPLATE"
-msgstr "MODÈLES DE TÂCHE"
+msgstr "MODÈLE DE JOB"
-#: client/src/organizations/linkout/organizations-linkout.route.js:256
-#: client/src/organizations/list/organizations-list.controller.js:78
-#: client/src/portal-mode/portal-job-templates.list.js:13
-#: client/src/portal-mode/portal-job-templates.list.js:14
+#: client/features/templates/routes/organizationsTemplatesList.route.js:20
+#: client/features/templates/routes/projectsTemplatesList.route.js:18
+#: client/src/organizations/list/organizations-list.controller.js:79
+#: client/src/portal-mode/portal-mode-layout.partial.html:8
msgid "JOB TEMPLATES"
-msgstr "MODÈLES DE TÂCHE "
+msgstr "MODÈLES DE JOB"
+#: client/features/jobs/index.view.html:7
+#: client/features/jobs/routes/instanceGroupJobs.route.js:13
+#: client/features/jobs/routes/instanceJobs.route.js:13
+#: client/features/jobs/routes/inventoryCompletedJobs.route.js:22
+#: client/features/jobs/routes/jobs.route.js:12
+#: client/features/templates/templates.strings.js:113
#: client/src/activity-stream/get-target-title.factory.js:32
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:118
-#: client/src/instance-groups/instance-group.partial.html:28
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:27
-#: client/src/instance-groups/jobs/jobs-list.route.js:9
-#: client/src/jobs/jobs.route.js:15
-#: client/src/main-menu/main-menu.partial.html:122
-#: client/src/main-menu/main-menu.partial.html:43
-#: client/src/portal-mode/portal-jobs.list.js:13
-#: client/src/portal-mode/portal-jobs.list.js:17
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:119
+#: client/src/instance-groups/instance-groups.strings.js:23
+#: client/src/portal-mode/portal-mode-layout.partial.html:19
msgid "JOBS"
-msgstr "TÂCHES"
+msgstr "JOBS"
+#: client/lib/components/code-mirror/code-mirror.strings.js:12
+#: client/lib/services/base-string.service.js:70
#: client/src/job-submission/job-submission.partial.html:173
msgid "JSON"
msgstr "JSON"
@@ -2514,62 +2842,71 @@ msgstr "JSON"
msgid "JSON:"
msgstr "JSON :"
-#: client/src/job-results/job-results.partial.html:384
-#: client/src/job-submission/job-submission.partial.html:228
-#: client/src/templates/job_templates/job-template.form.js:200
-#: client/src/templates/job_templates/job-template.form.js:207
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:127
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:135
-msgid "Job Tags"
-msgstr "Balises de tâche"
+#: client/src/workflow-results/workflow-results.controller.js:86
+msgid "Job"
+msgstr ""
+#: client/features/output/output.strings.js:50
+#: client/features/templates/templates.strings.js:48
+#: client/src/job-submission/job-submission.partial.html:228
+#: client/src/templates/job_templates/job-template.form.js:190
+#: client/src/templates/job_templates/job-template.form.js:197
+msgid "Job Tags"
+msgstr "Balises du Job"
+
+#: client/features/jobs/jobs.strings.js:12
+#: client/features/output/output.strings.js:51
+#: client/features/templates/templates.strings.js:13
#: client/src/templates/templates.list.js:61
msgid "Job Template"
-msgstr "Modèle de tâche"
+msgstr "Modèle de job"
+#: client/lib/models/models.strings.js:30
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:103
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:36
-#: client/src/organizations/linkout/organizations-linkout.route.js:268
+#: client/src/projects/projects.form.js:303
msgid "Job Templates"
-msgstr "Modèles de tâche"
+msgstr "Modèles de job"
+#: client/features/output/output.strings.js:52
+#: client/features/templates/templates.strings.js:50
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:32
-#: client/src/job-results/job-results.partial.html:159
#: client/src/job-submission/job-submission.partial.html:202
#: client/src/templates/job_templates/job-template.form.js:47
#: client/src/templates/job_templates/job-template.form.js:55
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:103
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:92
msgid "Job Type"
-msgstr "Type de tâche"
+msgstr "Type de job"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:46
-msgid ""
-"Job details are not available for this job. Please download to view "
-"standard out."
+#: client/src/home/dashboard/lists/jobs/jobs-list.directive.js:45
+msgid "Job failed. Click for details."
msgstr ""
-"Informations sur cette tâche indisponibles. Téléchargez pour afficher la "
-"sortie standard out."
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:28
-#: client/src/configuration/configuration.partial.html:16
-#: client/src/jobs/jobs.partial.html:7
+#: client/src/home/dashboard/lists/jobs/jobs-list.directive.js:42
+msgid "Job successful. Click for details."
+msgstr ""
+
+#: client/lib/components/components.strings.js:69
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:30
+#: client/src/configuration/configuration.partial.html:22
+#: client/src/instance-groups/instance-groups.strings.js:47
msgid "Jobs"
-msgstr "Tâches"
+msgstr "Jobs"
-#: client/src/job-results/job-results.controller.js:269
-#: client/src/job-results/job-results.controller.js:366
-msgid "Jump to last line of standard out."
-msgstr "Passez à la dernière ligne de la sortie standard out."
+#: client/features/output/output.strings.js:81
+#: client/features/templates/templates.strings.js:103
+#: client/src/workflow-results/workflow-results.controller.js:69
+msgid "KEY"
+msgstr "CLÉ"
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:61
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:154
+#: client/src/network-ui/network.ui.strings.js:23
#: client/src/shared/smart-search/smart-search.partial.html:14
msgid "Key"
msgstr "Clé"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:176
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:257
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:230
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:244
msgid "Key Name:"
msgstr "Nom de la clé :"
@@ -2578,49 +2915,78 @@ msgstr "Nom de la clé :"
msgid "Kind"
msgstr "Genre"
+#: client/features/applications/applications.strings.js:30
+msgid "LAST MODIFIED"
+msgstr "DERNIÈRE MODIFICATION"
+
+#: client/features/users/tokens/tokens.strings.js:37
+msgid "LAST USED"
+msgstr "DERNIÈRE UTILISATION"
+
+#: client/features/templates/templates.strings.js:30
+msgid "LAUNCH"
+msgstr "LANCEMENT"
+
#: client/src/job-submission/job-submission.partial.html:6
msgid "LAUNCH JOB"
-msgstr "TÂCHE DE LANCEMENT"
+msgstr "LANCER JOB"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:86
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:66
-msgid "LAUNCH TYPE"
-msgstr "TYPE LANCEMENT"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:111
+#: client/src/configuration/auth-form/configuration-auth.controller.js:133
msgid "LDAP"
msgstr "LDAP"
-#: client/src/license/license.route.js:19
+#: client/src/configuration/auth-form/configuration-auth.controller.js:141
+msgid "LDAP 1 (Optional)"
+msgstr "LDAP 1 (en option)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:142
+msgid "LDAP 2 (Optional)"
+msgstr "LDAP 2 (en option)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:143
+msgid "LDAP 3 (Optional)"
+msgstr "LDAP 3 (en option)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:144
+msgid "LDAP 4 (Optional)"
+msgstr "LDAP 4 (en option)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:145
+msgid "LDAP 5 (Optional)"
+msgstr "LDAP 5 (en option)"
+
+#: client/src/configuration/auth-form/configuration-auth.partial.html:17
+msgid "LDAP Server"
+msgstr "Serveur LDAP"
+
+#: client/src/configuration/license.route.js:18
+#: client/src/license/license.route.js:18
msgid "LICENSE"
msgstr "LICENCE"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:58
-msgid "LICENSE ERROR"
-msgstr "ERREUR DE LICENCE"
-
-#: client/src/main-menu/main-menu.partial.html:83
-msgid "LOG OUT"
-msgstr "SE DÉCONNECTER"
-
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:68
-#: client/src/instance-groups/jobs/jobs.list.js:66
-#: client/src/job-results/job-results.partial.html:434
-#: client/src/job-results/job-results.partial.html:443
-#: client/src/jobs/all-jobs.list.js:74
-#: client/src/templates/job_templates/job-template.form.js:234
-#: client/src/templates/job_templates/job-template.form.js:238
+#: client/features/output/output.strings.js:53
+#: client/src/templates/job_templates/job-template.form.js:224
+#: client/src/templates/job_templates/job-template.form.js:228
#: client/src/templates/templates.list.js:43
-#: client/src/templates/workflows.form.js:62
-#: client/src/templates/workflows.form.js:67
+#: client/src/templates/workflows.form.js:72
+#: client/src/templates/workflows.form.js:76
+#: client/src/workflow-results/workflow-results.controller.js:51
msgid "Labels"
msgstr "Libellés"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:25
-#: client/src/users/users.form.js:33 client/src/users/users.list.js:37
+#: client/features/templates/templates.strings.js:19
+msgid "Last Modified"
+msgstr "Dernière modification"
+
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:31
+#: client/src/users/users.form.js:36 client/src/users/users.list.js:37
msgid "Last Name"
msgstr "Nom"
+#: client/features/templates/templates.strings.js:20
+msgid "Last Ran"
+msgstr "Dernière exécution"
+
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:56
msgid "Last Sync"
msgstr "Dernière synchronisation"
@@ -2629,39 +2995,43 @@ msgstr "Dernière synchronisation"
msgid "Last Updated"
msgstr "Dernière mise à jour"
-#: client/src/portal-mode/portal-job-templates.list.js:36
-#: client/src/shared/form-generator.js:1707
-#: client/src/templates/templates.list.js:80
+#: client/src/shared/form-generator.js:1716
msgid "Launch"
msgstr "Lancer"
#: client/src/management-jobs/card/card.partial.html:23
msgid "Launch Management Job"
-msgstr "Lancer la tâche de gestion"
+msgstr "Lancer Job de gestion"
-#: client/src/job-results/job-results.partial.html:170
-#: client/src/job-results/job-results.partial.html:185
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:76
+#: client/features/jobs/jobs.strings.js:11
+#: client/features/output/output.strings.js:54
+#: client/src/workflow-results/workflow-results.controller.js:48
msgid "Launched By"
msgstr "Lancé par"
+#: client/features/templates/templates.strings.js:38
#: client/src/job-submission/job-submission.partial.html:99
msgid ""
"Launching this job requires the passwords listed below. Enter and confirm "
"each password before continuing."
msgstr ""
-"Le lancement de cette tâche requiert les mots de passe figurant ci-dessous. "
+"Le lancement de ce job requiert les mots de passe figurant ci-dessous. "
"Saisissez et confirmez chaque mot de passe avant de continuer."
-#: client/features/credentials/legacy.credentials.js:357
+#: client/features/credentials/legacy.credentials.js:350
msgid "Legacy state configuration for does not exist"
msgstr "Configuration inexistante de l'état hérité pour."
-#: client/src/license/license.controller.js:40
+#: client/src/configuration/configuration.partial.html:43
+#: client/src/license/license.controller.js:44
#: client/src/license/license.partial.html:8
msgid "License"
msgstr "Licence"
+#: client/features/output/output.strings.js:55
+msgid "License Error"
+msgstr "Erreur de licence"
+
#: client/src/license/license.partial.html:104
msgid "License File"
msgstr "Fichier de licence"
@@ -2670,7 +3040,7 @@ msgstr "Fichier de licence"
msgid "License Key"
msgstr "Clé de licence"
-#: client/src/license/license.controller.js:40
+#: client/src/license/license.controller.js:46
msgid "License Management"
msgstr "Gestion des licences"
@@ -2678,61 +3048,60 @@ msgstr "Gestion des licences"
msgid "License Type"
msgstr "Type de licence"
+#: client/features/output/output.strings.js:56
+#: client/features/templates/templates.strings.js:49
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:45
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:55
-#: client/src/job-results/job-results.partial.html:347
#: client/src/job-submission/job-submission.partial.html:220
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:92
-#: client/src/templates/job_templates/job-template.form.js:160
-#: client/src/templates/job_templates/job-template.form.js:164
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:113
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:120
+#: client/src/templates/job_templates/job-template.form.js:159
+#: client/src/templates/job_templates/job-template.form.js:163
msgid "Limit"
msgstr "Limite"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:186
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:268
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:240
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:255
msgid "Limit to hosts having a tag:"
msgstr "Limite Hôtes qui ont une balise :"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:188
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:270
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:242
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:257
msgid "Limit to hosts using either key pair:"
msgstr "Limite Hôtes qui ont n'importe paire de clés :"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:190
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:272
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:244
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
msgid "Limit to hosts where the Name tag begins with"
msgstr "Limite Hôtes qui ont une balise de nom commençant par"
-#: client/src/shared/socket/socket.service.js:168
+#: client/src/scheduler/scheduler.strings.js:43
+msgid "Limited to first 10"
+msgstr ""
+
+#: client/src/shared/socket/socket.service.js:203
msgid "Live events: attempting to connect to the server."
msgstr "Événements en direct : tentative de connexion au serveur."
-#: client/src/shared/socket/socket.service.js:172
+#: client/src/shared/socket/socket.service.js:207
msgid ""
"Live events: connected. Pages containing job status information will "
"automatically update in real-time."
msgstr ""
"Événements en direct : connecté. Les pages contenant des informations sur "
-"l’état de la tâche seront automatiquement mises à jour en temps réel."
+"l’état du Job seront automatiquement mises à jour en temps réel."
-#: client/src/shared/socket/socket.service.js:176
+#: client/src/shared/socket/socket.service.js:211
msgid "Live events: error connecting to the server."
msgstr "Événements en direct : erreur de connexion au serveur."
-#: client/src/shared/form-generator.js:1983
+#: client/src/shared/form-generator.js:1994
msgid "Loading..."
msgstr "Chargement en cours..."
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:133
+#: client/src/scheduler/scheduler.strings.js:18
msgid "Local Time Zone"
msgstr "Fuseau horaire local"
-#: client/src/main-menu/main-menu.partial.html:188
-msgid "Log Out"
-msgstr "Se déconnecter"
-
#: client/src/configuration/system-form/configuration-system.controller.js:225
msgid "Log aggregator test failed.
Detail:"
msgstr "Échec du test de l'agrégateur de journalisation.
Détails :"
@@ -2741,20 +3110,32 @@ msgstr "Échec du test de l'agrégateur de journalisation.
Détails :"
msgid "Log aggregator test successful."
msgstr "Test de l'agrégateur de journalisation réussi."
+#: client/lib/components/components.strings.js:65
+msgid "Logged in as"
+msgstr "Connecté en tant que"
+
#: client/src/configuration/system-form/configuration-system.controller.js:89
msgid "Logging"
msgstr "Journalisation"
+#: client/lib/components/components.strings.js:67
+msgid "Logout"
+msgstr "Déconnexion"
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:35
msgid "Low"
msgstr "Basse"
#: client/src/management-jobs/card/card.partial.html:6
-#: client/src/management-jobs/card/card.route.js:21
+#: client/src/management-jobs/card/card.route.js:20
msgid "MANAGEMENT JOBS"
-msgstr "TÂCHES DE GESTION"
+msgstr "JOBS DE GESTION"
-#: client/src/portal-mode/portal-mode.route.js:12
+#: client/features/output/output.strings.js:104
+msgid "MODULE"
+msgstr ""
+
+#: client/features/templates/routes/portalModeTemplatesList.route.js:12
msgid "MY VIEW"
msgstr "MON ÉCRAN"
@@ -2763,30 +3144,21 @@ msgstr "MON ÉCRAN"
msgid "Machine"
msgstr "Machine"
+#: client/features/output/output.strings.js:57
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:60
-#: client/src/job-results/job-results.partial.html:260
msgid "Machine Credential"
msgstr "Informations d’identification de la machine"
-#: client/src/setup-menu/setup-menu.partial.html:36
-msgid ""
-"Manage the cleanup of old job history, activity streams, data marked for "
-"deletion, and system tracking info."
-msgstr ""
-"Gérez le nettoyage de l’historique des anciennes tâches, des flux "
-"d’activité, des données marquées pour suppression et des informations de "
-"suivi du système."
-
-#: client/src/setup-menu/setup-menu.partial.html:35
+#: client/lib/components/components.strings.js:82
msgid "Management Jobs"
-msgstr "Tâches de gestion"
+msgstr "Jobs de gestion"
-#: client/src/projects/list/projects-list.controller.js:89
+#: client/src/projects/list/projects-list.controller.js:91
msgid "Manual projects do not require a schedule"
msgstr "Les projets manuels ne nécessitent pas de planification"
-#: client/src/projects/edit/projects-edit.controller.js:141
-#: client/src/projects/list/projects-list.controller.js:88
+#: client/src/projects/edit/projects-edit.controller.js:142
+#: client/src/projects/list/projects-list.controller.js:90
msgid "Manual projects do not require an SCM update"
msgstr "Les projets manuels ne nécessitent pas de mise à jour SCM"
@@ -2804,46 +3176,60 @@ msgstr "Moyenne"
msgid "Misc. System"
msgstr "Système divers"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:27
-msgid "Missing. Click for details"
-msgstr "Manquant. Cliquer pour obtenir davantage d’informations"
+#: client/src/templates/workflows.form.js:35
+msgid ""
+"Missing Job Templates found in the Workflow Editor"
+msgstr ""
+"Modèles de Job manquants dans Workflow Editor"
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:22
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:30
msgid "Module"
msgstr "Module"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:53
+#: client/features/output/output.strings.js:58
msgid "Module Args"
msgstr "Args de module"
+#: client/src/scheduler/scheduler.strings.js:29
+msgid "Mon"
+msgstr ""
+
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:25
msgid "Most recent job failed. Click to view jobs."
-msgstr "Échec de la dernière tâche. Cliquez pour afficher les tâches."
+msgstr "Échec de la dernière tâche. Cliquez pour afficher les jobs."
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:29
msgid "Most recent job successful. Click to view jobs."
-msgstr "Réussite de la dernière tâche. Cliquez pour afficher les tâches."
+msgstr "Réussite du dernier job. Cliquez pour afficher les jobs."
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:17
+msgid "Multiple Choice (multiple select)"
+msgstr ""
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:16
+msgid "Multiple Choice (single select)"
+msgstr ""
#: client/src/templates/survey-maker/shared/question-definition.form.js:77
msgid "Multiple Choice Options"
msgstr "Options à choix multiples."
-#: client/src/portal-mode/portal-mode-jobs.partial.html:4
-#: client/src/portal-mode/portal-mode-layout.partial.html:11
+#: client/src/portal-mode/portal-mode-layout.partial.html:25
msgid "My Jobs"
-msgstr "Mes tâches"
+msgstr "Mes jobs"
-#: client/src/main-menu/main-menu.partial.html:160
+#: client/lib/components/components.strings.js:71
msgid "My View"
-msgstr "Ma vue"
+msgstr "Mon affichage"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:19
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:19
-msgid "NAME"
-msgstr "NOM"
+#: client/features/applications/applications.strings.js:24
+msgid "NEW APPLICATION"
+msgstr "NOUVELLE APPLICATION"
-#: client/features/credentials/credentials.strings.js:24
+#: client/features/credentials/credentials.strings.js:26
msgid "NEW CREDENTIAL"
msgstr "NOUVELLE INFORMATION D'IDENTIFICATION"
@@ -2855,13 +3241,13 @@ msgstr "NOUVEAU TYPE D'INFORMATION D'IDENTIFICATION"
msgid "NEW CUSTOM INVENTORY"
msgstr "NOUVEL INVENTAIRE PERSONNALISÉ"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:34
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:17
msgid "NEW INVENTORY"
msgstr "NOUVEL INVENTAIRE"
#: client/src/templates/job_templates/job-template.form.js:19
msgid "NEW JOB TEMPLATE"
-msgstr "NOUVEAU MODÈLE DE TÂCHE"
+msgstr "NOUVEAU MODÈLE DE JOB"
#: client/src/notifications/notificationTemplates.form.js:16
msgid "NEW NOTIFICATION TEMPLATE"
@@ -2871,11 +3257,11 @@ msgstr "NOUVEAU MODÈLE DE NOTIFICATION"
msgid "NEW ORGANIZATION"
msgstr "NOUVELLE ORGANISATION"
-#: client/src/projects/projects.form.js:16
+#: client/src/projects/projects.form.js:17
msgid "NEW PROJECT"
msgstr "NOUVEAU PROJET"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:28
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:10
msgid "NEW SMART INVENTORY"
msgstr "NOUVEL INVENTAIRE SMART"
@@ -2889,13 +3275,17 @@ msgstr "NOUVEL UTILISATEUR"
#: client/src/templates/workflows.form.js:17
msgid "NEW WORKFLOW JOB TEMPLATE"
-msgstr "MODÈLE DE NOUVEAU FLUX DE TRAVAIL"
+msgstr "MODÈLE DE NOUVEAU FLUX DE JOB"
+
+#: client/lib/services/base-string.service.js:64
+msgid "NEXT"
+msgstr "SUIVANT"
#: client/src/inventories-hosts/hosts/hosts.partial.html:38
msgid "NO HOSTS HAVE BEEN CREATED"
msgstr "AUCUN HÔTE CRÉÉ"
-#: client/lib/components/components.strings.js:35
+#: client/lib/components/components.strings.js:39
msgid "NO OPTIONS AVAILABLE"
msgstr "AUCUNE OPTION DISPONIBLE"
@@ -2914,10 +3304,12 @@ msgstr "MODÈLES DE NOTIFICATION"
#: client/src/inventories-hosts/inventories/related/sources/edit/sources-notifications.route.js:9
#: client/src/management-jobs/notifications/notification.route.js:46
-#: client/src/notifications/main.js:43 client/src/notifications/main.js:91
+#: client/src/notifications/main.js:42 client/src/notifications/main.js:89
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:2
msgid "NOTIFICATIONS"
msgstr "NOTIFICATIONS"
+#: client/features/output/output.strings.js:59
#: client/src/credential-types/credential-types.form.js:27
#: client/src/credential-types/credential-types.list.js:24
#: client/src/credentials/credentials.form.js:32
@@ -2925,44 +3317,34 @@ msgstr "NOTIFICATIONS"
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:14
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:13
#: client/src/instance-groups/instance-groups.list.js:15
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:35
-#: client/src/instance-groups/instances/instances-list.partial.html:15
-#: client/src/instance-groups/instances/instances.list.js:14
-#: client/src/instance-groups/jobs/jobs.list.js:34
-#: client/src/instance-groups/list/instance-groups-list.partial.html:26
#: client/src/inventories-hosts/hosts/host.list.js:61
-#: client/src/inventories-hosts/inventories/inventory.list.js:47
+#: client/src/inventories-hosts/inventories/inventory.list.js:48
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:55
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:45
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:32
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:33
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:51
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:39
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:45
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:21
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:28
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:45
#: client/src/inventory-scripts/inventory-scripts.form.js:28
#: client/src/inventory-scripts/inventory-scripts.list.js:20
-#: client/src/jobs/all-jobs.list.js:43
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:21
#: client/src/notifications/notificationTemplates.form.js:32
#: client/src/notifications/notificationTemplates.list.js:32
-#: client/src/notifications/notifications.list.js:26
+#: client/src/notifications/notifications.list.js:27
#: client/src/organizations/organizations.form.js:26
-#: client/src/portal-mode/portal-job-templates.list.js:23
-#: client/src/portal-mode/portal-jobs.list.js:35
-#: client/src/projects/projects.form.js:29
+#: client/src/projects/projects.form.js:30
#: client/src/projects/projects.list.js:37
#: client/src/scheduler/scheduled-jobs.list.js:31
-#: client/src/scheduler/schedules.list.js:33
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:19
-#: client/src/teams/teams.form.js:124 client/src/teams/teams.form.js:25
+#: client/src/scheduler/scheduler.strings.js:13
+#: client/src/scheduler/schedules.list.js:41
+#: client/src/teams/teams.form.js:127 client/src/teams/teams.form.js:28
#: client/src/teams/teams.list.js:23
-#: client/src/templates/completed-jobs.list.js:46
#: client/src/templates/job_templates/job-template.form.js:34
#: client/src/templates/templates.list.js:24
-#: client/src/templates/workflows.form.js:32
-#: client/src/users/users.form.js:142 client/src/users/users.form.js:168
-#: client/src/users/users.form.js:194
+#: client/src/templates/workflows.form.js:42
+#: client/src/users/users.form.js:145 client/src/users/users.form.js:171
+#: client/src/users/users.form.js:197
msgid "Name"
msgstr "Nom"
@@ -2970,9 +3352,10 @@ msgstr "Nom"
msgid "Network"
msgstr "Réseau"
-#: client/src/job-results/job-results.partial.html:306
-msgid "Network Credential"
-msgstr "Informations d’identification réseau"
+#: client/src/inventories-hosts/inventories/inventory.list.js:105
+#: client/src/inventories-hosts/inventories/inventory.list.js:107
+msgid "Network Visualization"
+msgstr "Visualisation Réseau"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:81
msgid "New Group"
@@ -2987,7 +3370,7 @@ msgid "New user successfully created!"
msgstr "Création de l’utilisateur réussie"
#: client/src/scheduler/scheduled-jobs.list.js:51
-#: client/src/scheduler/schedules.list.js:43
+#: client/src/scheduler/schedules.list.js:51
msgid "Next Run"
msgstr "Exécution suivante"
@@ -2995,13 +3378,14 @@ msgstr "Exécution suivante"
msgid "No Credentials Have Been Created"
msgstr "Informations d’identification non créées"
+#: client/features/templates/templates.strings.js:62
#: client/src/job-submission/lists/credential/job-sub-cred-list.controller.js:44
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:140
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:15
msgid "No Credentials Matching This Type Have Been Created"
msgstr ""
"Aucune information d'identification correspondant à ce type n'a été créée"
-#: client/src/job-results/host-event/host-event-codemirror.partial.html:3
+#: client/features/output/host-event/host-event-codemirror.partial.html:3
msgid "No JSON data returned by the module"
msgstr "Aucune donnée JSON retournée par ce module"
@@ -3013,7 +3397,7 @@ msgstr "Projets non créés"
msgid "No Remediation Playbook Available"
msgstr "Playbook de remédiation indisponible"
-#: client/src/projects/list/projects-list.controller.js:159
+#: client/src/projects/list/projects-list.controller.js:176
msgid "No SCM Configuration"
msgstr "Aucune configuration SCM"
@@ -3025,7 +3409,7 @@ msgstr "Aucune mise à jour SCM n’a été exécutée pour ce projet"
msgid "No Teams exist"
msgstr "Aucune équipe existante"
-#: client/src/projects/list/projects-list.controller.js:150
+#: client/src/projects/list/projects-list.controller.js:152
msgid "No Updates Available"
msgstr "Aucune mise à jour disponible"
@@ -3033,24 +3417,27 @@ msgstr "Aucune mise à jour disponible"
msgid "No Users exist"
msgstr "Aucun utilisateur existant"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:23
-#: client/src/templates/completed-jobs.list.js:24
-msgid "No completed jobs"
-msgstr "Aucune tâche terminée"
+#: client/features/templates/templates.strings.js:33
+msgid "No credentials selected"
+msgstr "Aucune valeur d'identification sélectionnée"
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:63
msgid "No data is available. There are no issues to report."
msgstr "Aucune donnée disponible : aucun problème à signaler."
-#: client/src/license/license.controller.js:39
+#: client/src/license/license.controller.js:41
msgid "No file selected."
msgstr "Aucun fichier sélectionné."
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:62
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:64
msgid "No hosts with failures. Click for details."
msgstr "Aucun hôte avec des échecs. Cliquez pour obtenir plus d'informations."
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:47
+#: client/features/templates/templates.strings.js:34
+msgid "No inventory selected"
+msgstr "Aucun inventaire sélectionné"
+
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:49
msgid "No inventory sync failures. Click for details."
msgstr ""
"Aucun échec de synchronisation d'inventaire. Cliquez pour obtenir plus "
@@ -3058,52 +3445,50 @@ msgstr ""
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:16
msgid "No job data"
-msgstr "Aucune donnée de tâche"
+msgstr "Aucune donnée pour ce job"
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:75
msgid "No job data available."
-msgstr "Aucune donnée de tâche disponible."
+msgstr "Aucune donnée disponible pour ce job."
#: client/src/inventories-hosts/inventories/related/groups/factories/get-hosts-status-msg.factory.js:22
msgid "No job failures"
-msgstr "Aucun échec de tâche"
+msgstr "Aucun échec pour ce job"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:54
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:55
msgid "No job templates were recently used."
-msgstr "Aucun modèle de tâche utilisé récemment."
-
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:9
-#: client/src/instance-groups/jobs/jobs.list.js:9
-#: client/src/jobs/all-jobs.list.js:18
-msgid "No jobs have yet run."
-msgstr "Aucune tâche exécutée pour l’instant."
+msgstr "Aucun modèle de job utilisé récemment."
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:44
msgid "No jobs were recently run."
-msgstr "Aucune tâche récemment exécutée."
+msgstr "Aucun job récemment exécuté."
-#: client/src/teams/teams.form.js:121 client/src/users/users.form.js:191
+#: client/src/teams/teams.form.js:124 client/src/users/users.form.js:194
msgid "No permissions have been granted"
msgstr "Aucune permission accordée"
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:17
msgid "No recent job data available for this host."
-msgstr "Aucune donnée de tâche récente n'est disponible pour cet hôte."
+msgstr "Aucune donnée de job récent n'est disponible pour cet hôte."
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:75
msgid "No recent job data available for this inventory."
-msgstr "Aucune donnée de tâche récente n'est disponible pour cet inventaire."
+msgstr "Aucune donnée de job récente n'est disponible pour cet inventaire."
#: client/src/notifications/notification-templates-list/list.controller.js:86
msgid "No recent notifications."
msgstr "Aucun notification récente."
#: client/src/inventories-hosts/hosts/hosts.partial.html:36
-#: client/src/shared/form-generator.js:1879
+#: client/src/shared/form-generator.js:1888
#: client/src/shared/list-generator/list-generator.factory.js:240
msgid "No records matched your search."
msgstr "Aucun enregistrement ne correspond à votre demande."
+#: client/features/output/output.strings.js:105
+msgid "No result found"
+msgstr ""
+
#: client/src/scheduler/scheduled-jobs.list.js:16
msgid "No schedules exist"
msgstr "Aucune planification existante"
@@ -3119,11 +3504,21 @@ msgstr "Aucune sélectionnée"
msgid "Normal User"
msgstr "Utilisateur normal"
-#: client/src/projects/list/projects-list.controller.js:91
+#: client/features/output/output.strings.js:36
+#: client/src/workflow-results/workflow-results.controller.js:56
+msgid "Not Finished"
+msgstr "Non terminé"
+
+#: client/features/output/output.strings.js:37
+#: client/src/workflow-results/workflow-results.controller.js:57
+msgid "Not Started"
+msgstr "Non démarré"
+
+#: client/src/projects/list/projects-list.controller.js:93
msgid "Not configured for SCM"
msgstr "Non configuré pour le SCM"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:52
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:54
msgid "Not configured for inventory sync."
msgstr "Non configuré pour la synchronisation de l'inventaire."
@@ -3139,10 +3534,12 @@ msgstr ""
#: client/src/notifications/notificationTemplates.form.js:288
#: client/src/notifications/notificationTemplates.form.js:289
+#: client/src/notifications/notificationTemplates.form.js:472
+#: client/src/notifications/notificationTemplates.form.js:473
msgid "Notification Color"
msgstr "Couleur des notifications"
-#: client/src/notifications/notification-templates-list/list.controller.js:113
+#: client/src/notifications/notification-templates-list/list.controller.js:131
msgid "Notification Failed."
msgstr "Échec de notification"
@@ -3150,14 +3547,14 @@ msgstr "Échec de notification"
msgid "Notification Label"
msgstr "Étiquette de notification"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:29
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:31
msgid "Notification Templates"
msgstr "Modèles de notification"
+#: client/lib/components/components.strings.js:81
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:20
#: client/src/management-jobs/notifications/notification.route.js:21
#: client/src/notifications/notifications.list.js:17
-#: client/src/setup-menu/setup-menu.partial.html:48
msgid "Notifications"
msgstr "Notifications"
@@ -3165,26 +3562,28 @@ msgstr "Notifications"
msgid "Notify Channel"
msgstr "Canal de notification"
+#: client/lib/services/base-string.service.js:68
#: client/src/inventories-hosts/hosts/hosts.partial.html:55
#: client/src/job-submission/job-submission.partial.html:269
#: client/src/partials/survey-maker-modal.html:27
-#: client/src/shared/form-generator.js:542
-#: client/src/shared/form-generator.js:773
-#: client/src/shared/generator-helpers.js:551
+#: client/src/shared/form-generator.js:547
+#: client/src/shared/form-generator.js:782
+#: client/src/shared/generator-helpers.js:554
msgid "OFF"
msgstr "DÉSACTIVÉ"
#: client/lib/services/base-string.service.js:63
-#: client/src/jobs/factories/delete-job.factory.js:115
+#: client/src/network-ui/network-nav/network.nav.view.html:85
msgid "OK"
msgstr "OK"
+#: client/lib/services/base-string.service.js:67
#: client/src/inventories-hosts/hosts/hosts.partial.html:54
#: client/src/job-submission/job-submission.partial.html:267
#: client/src/partials/survey-maker-modal.html:26
-#: client/src/shared/form-generator.js:538
-#: client/src/shared/form-generator.js:771
-#: client/src/shared/generator-helpers.js:547
+#: client/src/shared/form-generator.js:543
+#: client/src/shared/form-generator.js:780
+#: client/src/shared/generator-helpers.js:550
msgid "ON"
msgstr "ACTIVÉ"
@@ -3192,27 +3591,32 @@ msgstr "ACTIVÉ"
msgid "OPTIONS"
msgstr "OPTIONS"
+#: client/features/applications/applications.strings.js:29
+msgid "ORG"
+msgstr "ORG"
+
#: client/src/activity-stream/get-target-title.factory.js:29
#: client/src/organizations/list/organizations-list.partial.html:6
-#: client/src/organizations/main.js:52
+#: client/src/organizations/main.js:51
msgid "ORGANIZATIONS"
msgstr "ORGANISATIONS"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:116
-msgid "OVERWRITE"
-msgstr "REMPLACER"
+#: client/src/scheduler/scheduler.strings.js:37
+msgid "Occurrences"
+msgstr ""
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:123
-msgid "OVERWRITE VARS"
-msgstr "REMPLACER VARS"
+#: client/src/workflow-results/workflow-results.controller.js:65
+msgid "On Fail"
+msgstr "En cas d'échec"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:38
-msgid "On Failure"
-msgstr "Lors d’un échec"
+#: client/features/templates/templates.strings.js:105
+msgid "On Failure"
+msgstr ""
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:33
-msgid "On Success"
-msgstr "Lors d’une réussite"
+#: client/features/templates/templates.strings.js:104
+#: client/src/workflow-results/workflow-results.controller.js:64
+msgid "On Success"
+msgstr "En cas de succès"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:157
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:162
@@ -3228,45 +3632,48 @@ msgstr ""
"nécessaires seulement pour les URL d’authentification Keystone v3. Les "
"scénarios courants incluent :"
-#: client/src/templates/job_templates/job-template.form.js:240
-#: client/src/templates/workflows.form.js:69
+#: client/src/templates/job_templates/job-template.form.js:230
+#: client/src/templates/workflows.form.js:78
msgid ""
"Optional labels that describe this job template, such as 'dev' or 'test'. "
"Labels can be used to group and filter job templates and completed jobs."
msgstr ""
-"Libellés facultatifs décrivant ce modèle de tâche, par exemple 'dev' ou "
+"Libellés facultatifs décrivant ce modèle de job, par exemple 'dev' ou "
"'test'. Les libellés peuvent être utilisés pour regrouper et filtrer les "
-"modèles de tâche et les tâches terminées."
+"modèles de job et les jobs terminés."
-#: client/src/notifications/notificationTemplates.form.js:382
+#: client/src/notifications/notificationTemplates.form.js:453
#: client/src/partials/logviewer.html:7
-#: client/src/templates/job_templates/job-template.form.js:259
+#: client/src/templates/job_templates/job-template.form.js:270
+#: client/src/templates/workflows.form.js:96
msgid "Options"
msgstr "Options"
#: client/src/credentials/credentials.form.js:46
#: client/src/credentials/credentials.form.js:53
-#: client/src/inventories-hosts/inventories/inventory.list.js:60
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:51
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:58
+#: client/src/inventories-hosts/inventories/inventory.list.js:61
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:33
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:41
#: client/src/inventory-scripts/inventory-scripts.form.js:40
#: client/src/inventory-scripts/inventory-scripts.list.js:27
#: client/src/notifications/notificationTemplates.form.js:44
-#: client/src/projects/projects.form.js:41
-#: client/src/projects/projects.form.js:47 client/src/teams/teams.form.js:37
-#: client/src/teams/teams.list.js:30 client/src/templates/workflows.form.js:45
-#: client/src/templates/workflows.form.js:51 client/src/users/users.form.js:40
+#: client/src/projects/projects.form.js:42
+#: client/src/projects/projects.form.js:48 client/src/teams/teams.form.js:40
+#: client/src/teams/teams.list.js:30 client/src/templates/workflows.form.js:55
+#: client/src/templates/workflows.form.js:61 client/src/users/users.form.js:43
msgid "Organization"
msgstr "Organisation"
+#: client/lib/components/components.strings.js:77
+#: client/lib/models/models.strings.js:35
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:136
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:64
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:30
-#: client/src/setup-menu/setup-menu.partial.html:4
-#: client/src/users/users.form.js:132
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32
+#: client/src/users/users.form.js:135
msgid "Organizations"
msgstr "Organisations"
+#: client/features/templates/templates.strings.js:27
#: client/src/job-submission/job-submission.partial.html:19
msgid "Other Prompts"
msgstr "Autres invites"
@@ -3326,6 +3733,7 @@ msgstr ""
"utilisées par le script de mise à jour de l'inventaire. Pour obtenir une "
"description détaillée de ces variables"
+#: client/features/output/output.strings.js:60
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:328
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:333
msgid "Overwrite"
@@ -3336,6 +3744,10 @@ msgstr "Remplacer"
msgid "Overwrite Variables"
msgstr "Remplacer les variables"
+#: client/features/output/output.strings.js:61
+msgid "Overwrite Vars"
+msgstr "Remplacer Vars"
+
#: client/src/credentials/credentials.list.js:40
msgid "Owners"
msgstr "Propriétaires"
@@ -3344,10 +3756,14 @@ msgstr "Propriétaires"
msgid "PASSWORD"
msgstr "MOT DE PASSE"
-#: client/features/credentials/legacy.credentials.js:122
+#: client/features/credentials/legacy.credentials.js:117
msgid "PERMISSIONS"
msgstr "PERMISSIONS"
+#: client/features/output/output.strings.js:102
+msgid "PLAY"
+msgstr ""
+
#: client/src/partials/job-template-details.html:2
msgid "PLAYBOOK"
msgstr "PLAYBOOK"
@@ -3356,41 +3772,32 @@ msgstr "PLAYBOOK"
msgid "PLEASE ADD A SURVEY PROMPT."
msgstr "VEUILLEZ AJOUTER UNE INVITE AU QUESTIONNAIRE."
-#: client/src/instance-groups/instances/instances-list.partial.html:6
-#: client/src/instance-groups/list/instance-groups-list.partial.html:16
-#: client/src/organizations/list/organizations-list.partial.html:47
-#: client/src/shared/form-generator.js:1885
+#: client/src/organizations/list/organizations-list.partial.html:37
+#: client/src/shared/form-generator.js:1894
#: client/src/shared/list-generator/list-generator.factory.js:248
msgid "PLEASE ADD ITEMS TO THIS LIST"
msgstr "AJOUTEZ DES ÉLÉMENTS À CETTE LISTE"
-#: client/src/main-menu/main-menu.partial.html:67
-msgid "PORTAL MODE"
-msgstr "MODE PORTAIL"
-
#: client/src/partials/survey-maker-modal.html:43
msgid "PREVIEW"
msgstr "PRÉVISUALISATION"
-#: client/src/job-results/job-results.service.js:166
-msgid "PROCEED"
-msgstr "CONTINUER"
-
#: client/src/partials/job-template-details.html:2
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:73
msgid "PROJECT"
msgstr "PROJET"
#: client/src/activity-stream/get-target-title.factory.js:8
-#: client/src/main-menu/main-menu.partial.html:19
-#: client/src/main-menu/main-menu.partial.html:95
-#: client/src/organizations/linkout/organizations-linkout.route.js:195
-#: client/src/organizations/list/organizations-list.controller.js:72
-#: client/src/projects/main.js:73 client/src/projects/projects.list.js:14
+#: client/src/organizations/linkout/organizations-linkout.route.js:196
+#: client/src/organizations/list/organizations-list.controller.js:73
+#: client/src/projects/main.js:92 client/src/projects/projects.list.js:14
#: client/src/projects/projects.list.js:15
msgid "PROJECTS"
msgstr "PROJETS"
+#: client/features/templates/templates.strings.js:26
+msgid "PROMPT"
+msgstr ""
+
#: client/src/shared/paginate/paginate.partial.html:33
msgid "Page"
msgstr "Page"
@@ -3399,7 +3806,7 @@ msgstr "Page"
msgid "Pagerduty subdomain"
msgstr "Sous-domaine Pagerduty"
-#: client/src/templates/job_templates/job-template.form.js:348
+#: client/src/templates/job_templates/job-template.form.js:358
msgid ""
"Pass extra command line variables to the playbook. Provide key/value pairs "
"using either YAML or JSON. Refer to the Ansible Tower documentation for "
@@ -3409,7 +3816,7 @@ msgstr ""
" Fournir la paire clé/valeur en utilisant YAML ou JSON. Consulter la "
"documentation Ansible Tower pour obtenir des exemples de syntaxe."
-#: client/src/templates/workflows.form.js:80
+#: client/src/templates/workflows.form.js:89
msgid ""
"Pass extra command line variables to the playbook. This is the -e or "
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
@@ -3421,7 +3828,7 @@ msgstr ""
"playbook. Fournir la paire clé/valeur en utilisant YAML ou JSON. Consulter "
"la documentation Ansible Tower pour obtenir des exemples de syntaxe."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:138
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:139
msgid ""
"Pass extra command line variables. This is the %s or %s command line "
"parameter for %s. Provide key/value pairs using either YAML or JSON."
@@ -3445,8 +3852,9 @@ msgstr ""
#: client/src/credentials/factories/kind-change.factory.js:78
#: client/src/credentials/factories/kind-change.factory.js:97
#: client/src/job-submission/job-submission.partial.html:104
-#: client/src/notifications/shared/type-change.service.js:28
-#: client/src/users/users.form.js:68
+#: client/src/notifications/shared/type-change.service.js:30
+#: client/src/templates/survey-maker/surveys/init.factory.js:15
+#: client/src/users/users.form.js:71
msgid "Password"
msgstr "Mot de passe"
@@ -3485,7 +3893,7 @@ msgid "Paste the contents of the SSH private key file.%s or click to close%s"
msgstr ""
"Collez le contenu du fichier de clé privée SSH.%s ou cliquez pour fermer%s"
-#: client/src/inventories-hosts/inventories/inventory.list.js:119
+#: client/src/inventories-hosts/inventories/inventory.list.js:135
msgid "Pending Delete"
msgstr "En attente de suppression"
@@ -3493,43 +3901,48 @@ msgstr "En attente de suppression"
msgid "Period"
msgstr "Période"
-#: client/src/projects/add/projects-add.controller.js:29
+#: client/src/projects/add/projects-add.controller.js:31
#: client/src/users/add/users-add.controller.js:43
msgid "Permission Error"
msgstr "Erreur de permission"
#: client/features/credentials/credentials.strings.js:14
-#: client/features/credentials/legacy.credentials.js:66
+#: client/features/credentials/legacy.credentials.js:63
#: client/src/credentials/credentials.form.js:439
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:122
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:123
-#: client/src/projects/projects.form.js:233 client/src/teams/teams.form.js:117
-#: client/src/templates/job_templates/job-template.form.js:386
-#: client/src/templates/workflows.form.js:114
-#: client/src/users/users.form.js:187
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:104
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:106
+#: client/src/projects/projects.form.js:247 client/src/teams/teams.form.js:120
+#: client/src/templates/job_templates/job-template.form.js:397
+#: client/src/templates/workflows.form.js:139
+#: client/src/users/users.form.js:190
msgid "Permissions"
msgstr "Permissions"
-#: client/src/job-results/job-results.partial.html:249
-#: client/src/shared/form-generator.js:1069
+#: client/features/output/output.strings.js:62
+#: client/src/shared/form-generator.js:1078
#: client/src/templates/job_templates/job-template.form.js:107
#: client/src/templates/job_templates/job-template.form.js:115
msgid "Playbook"
msgstr "Playbook"
-#: client/src/projects/projects.form.js:89
+#: client/src/projects/projects.form.js:90
msgid "Playbook Directory"
msgstr "Répertoire de playbooks"
+#: client/features/templates/templates.strings.js:60
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:52
msgid "Playbook Run"
msgstr "Exécution du playbook"
-#: client/src/job-results/job-results.partial.html:488
+#: client/features/output/output.strings.js:90
msgid "Plays"
msgstr "Lancements"
-#: client/src/users/users.form.js:126
+#: client/lib/components/components.strings.js:108
+msgid "Please add items to this list."
+msgstr "Veuillez ajouter des éléments à cette liste."
+
+#: client/src/users/users.form.js:129
msgid "Please add user to an Organization."
msgstr "Veuillez ajouter un utilisateur à votre organisation."
@@ -3541,6 +3954,12 @@ msgstr "Veuillez allouer des rôles aux ressources sélectionnées"
msgid "Please assign roles to the selected users/teams"
msgstr "Veuillez allouer des rôles aux utilisateurs / équipes sélectionnées"
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid ""
+"Please check the server and make sure the directory exists and file "
+"permissions are set correctly."
+msgstr ""
+
#: client/src/license/license.partial.html:84
msgid ""
"Please click the button below to visit Ansible's website to get a Tower "
@@ -3553,8 +3972,12 @@ msgstr ""
msgid "Please click the icon to edit the host filter."
msgstr "Cliquez sur l'icône pour modifier le filtre de l'hôte."
-#: client/src/shared/form-generator.js:861
-#: client/src/shared/form-generator.js:956
+#: client/features/templates/templates.strings.js:114
+msgid "Please click the start button to build your workflow."
+msgstr ""
+
+#: client/src/shared/form-generator.js:870
+#: client/src/shared/form-generator.js:965
msgid ""
"Please enter a URL that begins with ssh, http or https. The URL may not "
"contain the '@' character."
@@ -3562,18 +3985,19 @@ msgstr ""
"Veuillez saisir une URL commençant par ssh, http ou https. L’URL ne doit pas"
" contenir le caractère '@'."
-#: client/src/shared/form-generator.js:1158
+#: client/src/shared/form-generator.js:1167
msgid "Please enter a number greater than %d and less than %d."
msgstr "Entrez un nombre supérieur à %d et inférieur à %d."
-#: client/src/shared/form-generator.js:1160
+#: client/src/shared/form-generator.js:1169
msgid "Please enter a number greater than %d."
msgstr "Entrez un nombre supérieur à %d."
-#: client/src/shared/form-generator.js:1152
+#: client/src/shared/form-generator.js:1161
msgid "Please enter a number."
msgstr "Entrez un nombre."
+#: client/features/templates/templates.strings.js:39
#: client/src/job-submission/job-submission.partial.html:112
#: client/src/job-submission/job-submission.partial.html:126
#: client/src/job-submission/job-submission.partial.html:140
@@ -3586,15 +4010,15 @@ msgstr "Entrez un mot de passe."
msgid "Please enter a username."
msgstr "Entrez un nom d’utilisateur."
-#: client/src/shared/form-generator.js:851
-#: client/src/shared/form-generator.js:946
+#: client/src/shared/form-generator.js:860
+#: client/src/shared/form-generator.js:955
msgid "Please enter a valid email address."
msgstr "Entrez une adresse électronique valide."
#: client/lib/components/components.strings.js:15
-#: client/src/shared/form-generator.js:1016
-#: client/src/shared/form-generator.js:846
-#: client/src/shared/form-generator.js:941
+#: client/src/shared/form-generator.js:1025
+#: client/src/shared/form-generator.js:855
+#: client/src/shared/form-generator.js:950
msgid "Please enter a value."
msgstr "Entrez une valeur."
@@ -3603,17 +4027,25 @@ msgstr "Entrez une valeur."
#: client/src/job-submission/job-submission.partial.html:305
#: client/src/job-submission/job-submission.partial.html:311
#: client/src/job-submission/job-submission.partial.html:317
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:36
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:42
msgid "Please enter an answer between"
msgstr "Veuillez saisir une réponse entre"
+#: client/features/templates/templates.strings.js:59
#: client/src/job-submission/job-submission.partial.html:316
msgid "Please enter an answer that is a decimal number."
msgstr "Veuillez saisir une réponse qui est un chiffre décimal."
+#: client/features/templates/templates.strings.js:58
#: client/src/job-submission/job-submission.partial.html:310
msgid "Please enter an answer that is a valid integer."
msgstr "Veuillez saisir une réponse qui est un entier valide."
+#: client/features/templates/templates.strings.js:56
#: client/src/job-submission/job-submission.partial.html:288
#: client/src/job-submission/job-submission.partial.html:293
#: client/src/job-submission/job-submission.partial.html:304
@@ -3622,17 +4054,28 @@ msgstr "Veuillez saisir une réponse qui est un entier valide."
msgid "Please enter an answer."
msgstr "Veuillez saisir une réponse."
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:11
-#: client/src/templates/completed-jobs.list.js:11
-msgid "Please save and run a job to view."
-msgstr "Veuillez enregistrer et exécuter une tâche à afficher"
+#: client/features/templates/templates.strings.js:115
+msgid "Please hover over a template for additional options."
+msgstr ""
-#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:50
+#: client/src/management-jobs/scheduler/schedulerForm.partial.html:169
+msgid "Please input a number greater than 1."
+msgstr "Veuillez saisir un nombre supérieur à 1."
+
+#: client/src/scheduler/scheduler.strings.js:39
+msgid "Please provide a valid date."
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:22
+msgid "Please provide a value between 1 and 999."
+msgstr ""
+
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:54
msgid "Please save before adding a survey to this job template."
msgstr ""
-"Veuillez enregistrer avant d'ajouter un questionnaire à ce modèle de tâche."
+"Veuillez enregistrer avant d'ajouter un questionnaire à ce modèle de job."
-#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:46
+#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:51
msgid "Please save before adding a survey to this workflow."
msgstr ""
"Veuillez enregistrer avant d'ajouter un questionnaire à ce flux de travail."
@@ -3641,32 +4084,32 @@ msgstr ""
msgid "Please save before adding notifications."
msgstr "Veuillez enregistrer avant d'ajouter des notifications."
-#: client/src/organizations/organizations.form.js:68
-#: client/src/teams/teams.form.js:69
+#: client/src/organizations/organizations.form.js:80
+#: client/src/teams/teams.form.js:72
msgid "Please save before adding users."
msgstr "Veuillez enregistrer avant d'ajouter des utilisateurs"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:118
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:119
-#: client/src/projects/projects.form.js:225 client/src/teams/teams.form.js:113
-#: client/src/templates/job_templates/job-template.form.js:379
-#: client/src/templates/workflows.form.js:107
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:100
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:102
+#: client/src/projects/projects.form.js:239 client/src/teams/teams.form.js:116
+#: client/src/templates/job_templates/job-template.form.js:390
+#: client/src/templates/workflows.form.js:132
msgid "Please save before assigning permissions."
msgstr "Veuillez enregistrer avant d'attribuer des permissions."
-#: client/src/users/users.form.js:124 client/src/users/users.form.js:183
+#: client/src/users/users.form.js:127 client/src/users/users.form.js:186
msgid "Please save before assigning to organizations."
msgstr "Veuillez enregistrer avant l'attribution à des organisations."
-#: client/src/users/users.form.js:152
+#: client/src/users/users.form.js:155
msgid "Please save before assigning to teams."
msgstr "Veuillez enregistrer avant l'attribution à des équipes."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:164
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:147
msgid "Please save before creating groups."
msgstr "Veuillez enregistrer avant la création de groupes."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:173
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:156
msgid "Please save before creating hosts."
msgstr "Veuillez enregistrer avant la création d'hôtes."
@@ -3681,11 +4124,11 @@ msgstr "Veuillez enregistrer avant de définir des groupes."
msgid "Please save before defining hosts."
msgstr "Veuillez enregistrer avant de définir des hôtes."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:182
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:165
msgid "Please save before defining inventory sources."
msgstr "Veuillez enregistrer avant de définir des sources d'inventaire."
-#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:45
+#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:50
msgid "Please save before defining the workflow graph."
msgstr ""
"Veuillez enregistrer avant de définir le graphique du flux de travail."
@@ -3701,43 +4144,34 @@ msgstr "Veuillez enregistrer avant d'afficher Insights."
msgid "Please save before viewing facts."
msgstr "Veuillez enregistrer avant d'afficher des facts."
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:164
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:146
msgid "Please save before viewing hosts."
msgstr "Veuillez enregistrer avant d'afficher le hôtes."
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:26
msgid "Please select Users / Teams from the lists below."
-msgstr ""
-"Veuillez sélectionner des utilisateurs / équipes dans les listes ci-dessous."
+msgstr "Sélectionnez des utilisateurs / équipes dans les listes ci-dessous."
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:29
msgid "Please select Users from the list below."
-msgstr "Veuillez sélectionner des utilisateurs dans la liste ci-dessous."
+msgstr "Sélectionnez des utilisateurs dans la liste ci-dessous."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:58
-msgid "Please select a Credential."
-msgstr "Sélectionnez des informations d’identification."
-
-#: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:46
-msgid ""
-"Please select a machine (SSH) credential or check the \"Prompt on launch\" "
-"option."
-msgstr ""
-"Sélectionnez les informations d'identification de la machine (SSH) ou cochez"
-" l'option Me le demander au lancement."
-
-#: client/src/shared/form-generator.js:1193
+#: client/src/shared/form-generator.js:1202
msgid "Please select a number between"
msgstr "Sélectionnez un nombre compris entre"
-#: client/src/shared/form-generator.js:1189
+#: client/src/shared/form-generator.js:1198
msgid "Please select a number."
msgstr "Sélectionnez un nombre."
-#: client/src/shared/form-generator.js:1081
-#: client/src/shared/form-generator.js:1149
-#: client/src/shared/form-generator.js:1270
-#: client/src/shared/form-generator.js:1378
+#: client/features/templates/templates.strings.js:57
+msgid "Please select a value"
+msgstr "Sélectionnez une valeur."
+
+#: client/src/shared/form-generator.js:1090
+#: client/src/shared/form-generator.js:1158
+#: client/src/shared/form-generator.js:1279
+#: client/src/shared/form-generator.js:1387
msgid "Please select a value."
msgstr "Sélectionnez une valeur."
@@ -3746,38 +4180,42 @@ msgid "Please select an Inventory or check the Prompt on launch option."
msgstr ""
"Sélectionnez un inventaire ou cochez l’option Me le demander au lancement."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:79
-msgid "Please select an Inventory."
-msgstr "Sélectionnez un inventaire."
-
#: client/src/inventories-hosts/inventory-hosts.strings.js:26
msgid "Please select an organization before editing the host filter."
-msgstr ""
-"Veuillez sélectionner une organisation avant d'éditer le filtre de l'hôte."
+msgstr "Sélectionnez une organisation avant d'éditer le filtre de l'hôte."
-#: client/src/shared/form-generator.js:1186
+#: client/src/shared/form-generator.js:1195
msgid "Please select at least one value."
msgstr "Sélectionnez une valeur au moins."
+#: client/src/scheduler/scheduler.strings.js:35
+msgid "Please select one or more days."
+msgstr ""
+
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:30
msgid "Please select resources from the lists below."
-msgstr "Veuillez sélectionner des ressources dans les listes ci-dessous."
+msgstr "Sélectionnez des ressources dans les listes ci-dessous."
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid "Populate the hosts for this inventory by using a search filter."
msgstr ""
"Remplir les hôtes de cet inventaire en utilisant un filtre de recherche."
-#: client/src/notifications/shared/type-change.service.js:27
+#: client/src/notifications/shared/type-change.service.js:29
msgid "Port"
msgstr "Port"
+#: client/features/templates/templates.strings.js:29
+msgid "Preview"
+msgstr "Prévisualisation"
+
#: client/src/credentials/credentials.form.js:257
#: client/src/credentials/factories/kind-change.factory.js:21
#: client/src/credentials/factories/kind-change.factory.js:45
msgid "Private Key"
msgstr "Clé privée"
+#: client/features/templates/templates.strings.js:42
#: client/src/credentials/credentials.form.js:264
#: client/src/job-submission/job-submission.partial.html:118
msgid "Private Key Passphrase"
@@ -3788,6 +4226,7 @@ msgstr "Phrase de passe pour la clé privée"
msgid "Privilege Escalation"
msgstr "Élévation des privilèges"
+#: client/features/templates/templates.strings.js:43
#: client/src/credentials/credentials.form.js:305
#: client/src/job-submission/job-submission.partial.html:132
msgid "Privilege Escalation Password"
@@ -3797,10 +4236,12 @@ msgstr "Mot de passe pour l’élévation des privilèges"
msgid "Privilege Escalation Username"
msgstr "Nom d’utilisateur pour l’élévation des privilèges"
+#: client/features/jobs/jobs.strings.js:14
+#: client/features/output/output.strings.js:63
+#: client/features/templates/templates.strings.js:17
#: client/src/credentials/factories/become-method-change.factory.js:30
#: client/src/credentials/factories/kind-change.factory.js:87
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:93
-#: client/src/job-results/job-results.partial.html:216
#: client/src/templates/job_templates/job-template.form.js:100
#: client/src/templates/job_templates/job-template.form.js:91
msgid "Project"
@@ -3811,8 +4252,8 @@ msgstr "Projet"
msgid "Project (Tenant Name)"
msgstr "Projet (nom du client)"
-#: client/src/projects/projects.form.js:75
-#: client/src/projects/projects.form.js:83
+#: client/src/projects/projects.form.js:76
+#: client/src/projects/projects.form.js:84
msgid "Project Base Path"
msgstr "Chemin de base du projet"
@@ -3820,23 +4261,30 @@ msgstr "Chemin de base du projet"
msgid "Project Name"
msgstr "Nom du projet"
-#: client/src/projects/projects.form.js:100
+#: client/src/projects/projects.form.js:101
msgid "Project Path"
msgstr "Chemin du projet"
+#: client/features/templates/templates.strings.js:107
+#: client/src/workflow-results/workflow-results.controller.js:67
+msgid "Project Sync"
+msgstr "Sync Projet"
+
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:66
msgid "Project Sync Failures"
msgstr "Erreurs de synchronisation du projet"
-#: client/src/projects/list/projects-list.controller.js:170
+#: client/src/projects/list/projects-list.controller.js:187
msgid "Project lookup failed. GET returned:"
msgstr "La recherche de projet n’a pas abouti. GET renvoyé :"
+#: client/lib/components/components.strings.js:72
+#: client/lib/models/models.strings.js:40
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:115
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:47
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:31
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:61
-#: client/src/organizations/linkout/organizations-linkout.route.js:206
+#: client/src/organizations/linkout/organizations-linkout.route.js:207
msgid "Projects"
msgstr "Projets"
@@ -3868,35 +4316,31 @@ msgstr "Promouvoir des hôtes"
msgid "Promote {{ group }} and {{ host }}"
msgstr "Promouvoir {{ group }} et {{ host }}"
+#: client/src/scheduler/scheduler.strings.js:46
#: client/src/templates/survey-maker/shared/question-definition.form.js:27
msgid "Prompt"
msgstr "Invite"
-#: client/lib/components/components.strings.js:30
-#: client/src/templates/job_templates/job-template.form.js:139
-#: client/src/templates/job_templates/job-template.form.js:169
-#: client/src/templates/job_templates/job-template.form.js:186
-#: client/src/templates/job_templates/job-template.form.js:212
-#: client/src/templates/job_templates/job-template.form.js:229
-#: client/src/templates/job_templates/job-template.form.js:254
-#: client/src/templates/job_templates/job-template.form.js:354
+#: client/lib/components/components.strings.js:34
+#: client/src/templates/job_templates/job-template.form.js:138
+#: client/src/templates/job_templates/job-template.form.js:168
+#: client/src/templates/job_templates/job-template.form.js:185
+#: client/src/templates/job_templates/job-template.form.js:202
+#: client/src/templates/job_templates/job-template.form.js:219
+#: client/src/templates/job_templates/job-template.form.js:265
+#: client/src/templates/job_templates/job-template.form.js:365
#: client/src/templates/job_templates/job-template.form.js:60
#: client/src/templates/job_templates/job-template.form.js:86
msgid "Prompt on launch"
msgstr "Me le demander au lancement"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:132
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:147
-msgid "Provide a comma separated list of tags."
-msgstr "Entrez une liste de balises séparées par des virgules."
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:184
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:266
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:238
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:253
msgid "Provide a comma-separated list of filter expressions."
msgstr "Fournir une liste d'expressions de filtre séparées par des virgules."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:200
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:284
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:254
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:271
msgid ""
"Provide a comma-separated list of filter expressions. Hosts are imported "
"when all of the filters match. Refer to Ansible Tower documentation for more"
@@ -3909,10 +4353,11 @@ msgstr ""
#: client/src/inventories-hosts/hosts/host.form.js:50
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:49
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:49
+#: client/src/network-ui/network.ui.strings.js:47
msgid "Provide a host name, ip address, or ip address:port. Examples include:"
msgstr "Fournir un nom d'hôte, une adresse ip ou ip address:port. Exemples :"
-#: client/src/templates/job_templates/job-template.form.js:163
+#: client/src/templates/job_templates/job-template.form.js:162
msgid ""
"Provide a host pattern to further constrain the list of hosts that will be "
"managed or affected by the playbook. Multiple patterns are allowed. Refer to"
@@ -3923,15 +4368,13 @@ msgstr ""
"la documentation Ansible pour plus d'informations et pour obtenir des "
"exemples de modèles."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:116
+#: client/features/credentials/credentials.strings.js:22
msgid ""
-"Provide a host pattern to further constrain the list of hosts that will be "
-"managed or affected by the playbook. Multiple patterns can be separated by "
-"%s %s or %s"
+"Provide account information using Google Compute Engine JSON credentials "
+"file."
msgstr ""
-"Entrez un modèle d’hôte pour limiter davantage la liste des hôtes qui seront"
-" gérés ou attribués par le playbook. Plusieurs modèles peuvent être séparés "
-"par des %s %s ou des %s"
+"Fournir des informations sur le compte à l'aide de Google Compute Engine "
+"JSON."
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:196
msgid "Provide environment variables to pass to the custom inventory script."
@@ -3939,8 +4382,8 @@ msgstr ""
"Fournir des variables d'environnement à transmettre au script de "
"l'inventaire personnalisé."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:203
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:287
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:257
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
msgid ""
"Provide the named URL encoded name or id of the remote Tower inventory to be"
" imported."
@@ -3948,35 +4391,35 @@ msgstr ""
"Fournir le nom encodé de l'URL ou d'id de l'inventaire distant de Tower à "
"importer."
-#: client/src/templates/job_templates/job-template.form.js:311
-#: client/src/templates/job_templates/job-template.form.js:319
+#: client/src/templates/job_templates/job-template.form.js:321
+#: client/src/templates/job_templates/job-template.form.js:329
msgid "Provisioning Callback URL"
msgstr "URL de rappel d’exécution de Tower job_template"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:81
+#: client/src/notifications/edit/edit.controller.js:128
msgid "Purple"
msgstr "Violet"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:14
-msgid "Queued. Click for details"
-msgstr "En file d’attente. Cliquer pour obtenir davantage d’informations"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:112
+#: client/src/configuration/auth-form/configuration-auth.controller.js:134
msgid "RADIUS"
msgstr "RADIUS"
+#: client/src/instance-groups/instance-groups.strings.js:43
+msgid "RAM"
+msgstr ""
+
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:4
msgid "RECENT JOB RUNS"
-msgstr "RÉCENTES EXÉCUTIONS DE TÂCHE"
+msgstr "RÉCENTES EXÉCUTIONS DE JOBS"
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:40
msgid "RECENTLY RUN JOBS"
-msgstr "TÂCHES RÉCEMMENT EXÉCUTÉES"
+msgstr "JOBS RÉCEMMENT EXÉCUTÉS"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:50
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:51
msgid "RECENTLY USED JOB TEMPLATES"
-msgstr "MODÈLES DE TÂCHE RÉCEMMENT UTILISÉS"
+msgstr "MODÈLES DE JOB RÉCEMMENT UTILISÉS"
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:4
msgid "RECENTLY USED TEMPLATES"
@@ -3990,22 +4433,20 @@ msgstr "MODÈLES RÉCEMMENT UTILISÉS"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:113
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:47
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:54
-#: client/src/jobs/jobs.partial.html:15
-#: client/src/portal-mode/portal-mode-jobs.partial.html:20
#: client/src/projects/projects.list.js:71
-#: client/src/scheduler/schedules.list.js:61
+#: client/src/scheduler/schedules.list.js:69
msgid "REFRESH"
msgstr "ACTUALISER"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:109
-msgid "REGIONS"
-msgstr "RÉGIONS"
+#: client/features/users/tokens/tokens.strings.js:23
+msgid "REFRESH TOKEN"
+msgstr "RÉACTUALISER JETON"
#: client/src/shared/smart-search/smart-search.partial.html:48
msgid "RELATED FIELDS:"
msgstr "CHAMPS ASSOCIÉS :"
-#: client/src/shared/directives.js:78
+#: client/src/shared/directives.js:94
msgid "REMOVE"
msgstr "SUPPRIMER"
@@ -4013,16 +4454,15 @@ msgstr "SUPPRIMER"
msgid "REPLACE"
msgstr "REMPLACER"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:7
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:7
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:7
+#: client/features/output/output.strings.js:8
msgid "RESULTS"
msgstr "RÉSULTATS"
+#: client/features/templates/templates.strings.js:35
#: client/lib/components/components.strings.js:8
#: client/src/job-submission/job-submission.partial.html:44
#: client/src/job-submission/job-submission.partial.html:87
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:52
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:60
msgid "REVERT"
msgstr "RÉTABLIR"
@@ -4031,6 +4471,10 @@ msgstr "RÉTABLIR"
msgid "RSA Private Key"
msgstr "Clé privée RSA"
+#: client/features/templates/templates.strings.js:116
+msgid "RUN"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/adhoc/adhoc.route.js:28
msgid "RUN COMMAND"
msgstr "EXÉCUTER COMMANDE"
@@ -4043,23 +4487,28 @@ msgstr "EXÉCUTER COMMANDE"
msgid "RUN COMMANDS"
msgstr "EXÉCUTER DES COMMANDES"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:84
+#: client/src/notifications/edit/edit.controller.js:131
msgid "Random"
msgstr "Aléatoire"
-#: client/src/job-results/job-results.partial.html:411
-msgid "Read only view of extra variables added to the job template."
-msgstr ""
-"Affichage en lecture seule de variables supplémentaires ajoutées au modèle "
-"de tâche."
+#: client/features/users/tokens/tokens.strings.js:30
+msgid "Read"
+msgstr "Lecture"
-#: client/src/workflow-results/workflow-results.partial.html:155
+#: client/src/workflow-results/workflow-results.controller.js:121
msgid "Read only view of extra variables added to the workflow."
msgstr ""
"Affichage en lecture seule de variables supplémentaires ajoutées au flux de "
"travail."
+#: client/features/output/output.strings.js:23
+#: client/lib/components/code-mirror/code-mirror.strings.js:49
+msgid "Read-only view of extra variables added to the job template."
+msgstr ""
+"Affichage en lecture seule de variables supplémentaires ajoutées au modèle "
+"de job."
+
#: client/src/notifications/notificationTemplates.list.js:26
msgid "Recent Notifications"
msgstr "Notifications récentes"
@@ -4069,12 +4518,12 @@ msgstr "Notifications récentes"
msgid "Recipient List"
msgstr "Liste de destinataires"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:82
+#: client/src/notifications/edit/edit.controller.js:129
msgid "Red"
msgstr "Rouge"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid ""
"Refer to the Ansible Tower documentation for further syntax and examples."
msgstr ""
@@ -4091,12 +4540,12 @@ msgstr ""
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:43
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:50
#: client/src/projects/projects.list.js:67
-#: client/src/scheduler/schedules.list.js:57
+#: client/src/scheduler/schedules.list.js:65
msgid "Refresh the page"
msgstr "Actualiser la page"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:177
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:258
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:231
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:245
msgid "Region:"
msgstr "Région :"
@@ -4108,32 +4557,38 @@ msgstr "Régions"
msgid "Related Groups"
msgstr "Groupes liés"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:77
-#: client/src/job-results/job-results.partial.html:29
-#: client/src/jobs/all-jobs.list.js:99
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:11
-#: client/src/templates/completed-jobs.list.js:78
-#: client/src/workflow-results/workflow-results.partial.html:29
+#: client/lib/components/components.strings.js:98
+msgid "Relaunch On"
+msgstr "Relancer sur"
+
+#: client/lib/components/components.strings.js:97
+msgid "Relaunch using host parameters"
+msgstr "Relancer en utilisant les paramètres de l'hôte"
+
+#: client/lib/components/components.strings.js:96
+#: client/src/workflow-results/workflow-results.controller.js:37
msgid "Relaunch using the same parameters"
msgstr "Relancer en utilisant les mêmes paramètres"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:194
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:180
msgid "Remediate Inventory"
msgstr "Remédier à l'inventaire"
-#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:96
-#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:97
-#: client/src/teams/teams.form.js:142 client/src/users/users.form.js:222
+#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:102
+#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:103
+#: client/src/network-ui/network.ui.strings.js:41
+#: client/src/teams/teams.form.js:145 client/src/users/users.form.js:225
msgid "Remove"
msgstr "Supprimer"
-#: client/src/projects/projects.form.js:158
+#: client/src/projects/projects.form.js:159
msgid "Remove any local modifications prior to performing an update."
msgstr ""
"Supprimez toutes les modifications locales avant d’effectuer une mise à "
"jour."
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:149
+#: client/src/scheduler/scheduler.strings.js:19
msgid "Repeat frequency"
msgstr "Fréquence de répétition"
@@ -4145,15 +4600,32 @@ msgstr "Demander une licence"
msgid "Required"
msgstr "Obligatoire"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:153
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:154
msgid "Reset"
msgstr "Réinitialisation"
-#: client/src/job-results/job-results.partial.html:123
-msgid "Results Traceback"
-msgstr "Traceback Résultats"
+#: client/src/network-ui/network.ui.strings.js:28
+msgid "Reset Zoom"
+msgstr ""
-#: client/src/shared/form-generator.js:690
+#: client/lib/components/components.strings.js:90
+msgid "Resources"
+msgstr "Ressources"
+
+#: client/features/templates/templates.strings.js:89
+#: client/src/scheduler/schedules.list.js:24
+msgid "Resources are missing from this template."
+msgstr "Ressources manquantes dans ce modèle."
+
+#: client/lib/services/base-string.service.js:87
+msgid "Return"
+msgstr "Renvoi"
+
+#: client/features/users/tokens/tokens.strings.js:26
+msgid "Returned status:"
+msgstr "État renvoyé :"
+
+#: client/src/shared/form-generator.js:699
msgid "Revert"
msgstr "Revenir"
@@ -4162,54 +4634,56 @@ msgstr "Revenir"
#: client/src/configuration/auth-form/sub-forms/auth-github-team.form.js:51
#: client/src/configuration/auth-form/sub-forms/auth-github.form.js:47
#: client/src/configuration/auth-form/sub-forms/auth-google-oauth2.form.js:59
-#: client/src/configuration/auth-form/sub-forms/auth-ldap.form.js:95
+#: client/src/configuration/auth-form/sub-forms/auth-ldap.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap1.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap2.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap3.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap4.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap5.form.js:102
#: client/src/configuration/auth-form/sub-forms/auth-radius.form.js:34
-#: client/src/configuration/auth-form/sub-forms/auth-saml.form.js:87
+#: client/src/configuration/auth-form/sub-forms/auth-saml.form.js:121
#: client/src/configuration/auth-form/sub-forms/auth-tacacs.form.js:47
#: client/src/configuration/jobs-form/configuration-jobs.form.js:73
#: client/src/configuration/system-form/sub-forms/system-activity-stream.form.js:26
#: client/src/configuration/system-form/sub-forms/system-logging.form.js:74
-#: client/src/configuration/system-form/sub-forms/system-misc.form.js:50
+#: client/src/configuration/system-form/sub-forms/system-misc.form.js:53
#: client/src/configuration/ui-form/configuration-ui.form.js:36
msgid "Revert all to default"
msgstr "Revenir aux valeurs par défaut"
-#: client/src/job-results/job-results.partial.html:239
+#: client/features/output/output.strings.js:65
#: client/src/projects/projects.list.js:50
msgid "Revision"
msgstr "Révision"
-#: client/src/projects/add/projects-add.controller.js:146
-#: client/src/projects/edit/projects-edit.controller.js:281
+#: client/src/projects/add/projects-add.controller.js:154
+#: client/src/projects/edit/projects-edit.controller.js:289
msgid "Revision #"
msgstr "Révision n°"
-#: client/features/credentials/legacy.credentials.js:88
-#: client/src/credentials/credentials.form.js:461
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:148
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:149
-#: client/src/organizations/organizations.form.js:97
-#: client/src/projects/projects.form.js:255 client/src/teams/teams.form.js:135
-#: client/src/teams/teams.form.js:98
-#: client/src/templates/workflows.form.js:138
-#: client/src/users/users.form.js:205
+#: client/features/credentials/legacy.credentials.js:85
+#: client/src/credentials/credentials.form.js:462
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:130
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:132
+#: client/src/organizations/organizations.form.js:109
+#: client/src/projects/projects.form.js:270 client/src/teams/teams.form.js:101
+#: client/src/teams/teams.form.js:138
+#: client/src/templates/workflows.form.js:163
+#: client/src/users/users.form.js:208
msgid "Role"
msgstr "Rôle"
-#: client/src/instance-groups/instance-group.partial.html:14
+#: client/src/network-ui/network.ui.strings.js:35
+msgid "Router"
+msgstr ""
+
#: client/src/instance-groups/instance-groups.list.js:26
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:14
-#: client/src/instance-groups/instances/instances-list.partial.html:18
-#: client/src/instance-groups/instances/instances.list.js:24
-#: client/src/instance-groups/list/instance-groups-list.partial.html:29
+#: client/src/instance-groups/instance-groups.strings.js:15
+#: client/src/instance-groups/instance-groups.strings.js:48
msgid "Running Jobs"
-msgstr "Tâches en cours d'exécution"
+msgstr "Jobs en cours d'exécution"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:18
-msgid "Running! Click for details"
-msgstr "En cours d’exécution. Cliquer pour obtenir davantage d’informations"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:113
+#: client/src/configuration/auth-form/configuration-auth.controller.js:135
msgid "SAML"
msgstr "SAML"
@@ -4222,45 +4696,42 @@ msgstr "SAML"
msgid "SAVE"
msgstr "ENREGISTRER"
-#: client/src/scheduler/main.js:331
-msgid "SCHEDULED"
-msgstr "PROGRAMMÉ"
-
#: client/src/scheduler/scheduled-jobs.list.js:13
msgid "SCHEDULED JOBS"
-msgstr "TÂCHES PROGRAMMÉES"
+msgstr "JOBS PROGRAMMÉS"
+#: client/features/jobs/index.view.html:13
#: client/src/activity-stream/get-target-title.factory.js:38
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:49
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:8
-#: client/src/management-jobs/scheduler/main.js:26
-#: client/src/management-jobs/scheduler/main.js:32
-#: client/src/scheduler/main.js:145 client/src/scheduler/main.js:183
-#: client/src/scheduler/main.js:235 client/src/scheduler/main.js:273
-#: client/src/scheduler/main.js:52 client/src/scheduler/main.js:90
+#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:9
+#: client/src/management-jobs/scheduler/main.js:28
+#: client/src/management-jobs/scheduler/main.js:34
+#: client/src/scheduler/schedules.route.js:104
+#: client/src/scheduler/schedules.route.js:15
+#: client/src/scheduler/schedules.route.js:192
+#: client/src/scheduler/schedules.route.js:288
msgid "SCHEDULES"
msgstr "PROGRAMMATIONS"
-#: client/src/projects/add/projects-add.controller.js:118
-#: client/src/projects/edit/projects-edit.controller.js:254
+#: client/src/projects/add/projects-add.controller.js:126
+#: client/src/projects/edit/projects-edit.controller.js:262
msgid "SCM Branch"
msgstr "Branche SCM"
-#: client/src/projects/add/projects-add.controller.js:137
-#: client/src/projects/edit/projects-edit.controller.js:272
+#: client/src/projects/add/projects-add.controller.js:145
+#: client/src/projects/edit/projects-edit.controller.js:280
msgid "SCM Branch/Tag/Commit"
msgstr "Branche SCM/Balise/Validation"
-#: client/src/projects/add/projects-add.controller.js:158
-#: client/src/projects/edit/projects-edit.controller.js:293
+#: client/src/projects/add/projects-add.controller.js:166
+#: client/src/projects/edit/projects-edit.controller.js:301
msgid "SCM Branch/Tag/Revision"
msgstr "Branche SCM/Balise/Révision"
-#: client/src/projects/projects.form.js:159
+#: client/src/projects/projects.form.js:160
msgid "SCM Clean"
msgstr "Nettoyage SCM"
-#: client/src/projects/projects.form.js:170
+#: client/src/projects/projects.form.js:171
msgid "SCM Delete"
msgstr "Suppression SCM"
@@ -4269,30 +4740,38 @@ msgstr "Suppression SCM"
msgid "SCM Private Key"
msgstr "Clé privée SCM"
-#: client/src/projects/projects.form.js:55
+#: client/src/projects/projects.form.js:56
msgid "SCM Type"
msgstr "Type SCM"
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:49
-#: client/src/projects/projects.form.js:180
+#: client/src/projects/projects.form.js:181
msgid "SCM Update"
msgstr "Mise à jour SCM"
-#: client/src/projects/list/projects-list.controller.js:222
+#: client/src/projects/list/projects-list.controller.js:257
msgid "SCM Update Cancel"
msgstr "Annulation de la mise à jour SCM"
-#: client/src/projects/projects.form.js:150
+#: client/src/projects/projects.form.js:151
msgid "SCM Update Options"
msgstr "Options de mise à jour SCM"
-#: client/src/projects/edit/projects-edit.controller.js:137
-#: client/src/projects/list/projects-list.controller.js:84
+#: client/src/projects/edit/projects-edit.controller.js:138
+#: client/src/projects/list/projects-list.controller.js:86
msgid "SCM update currently running"
msgstr "Mise à jour SCM en cours"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc-credential.route.js:35
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:70
+#: client/features/users/tokens/tokens.strings.js:38
+msgid "SCOPE"
+msgstr "CHAMP d'APPLICATION"
+
+#: client/features/output/output.strings.js:82
+msgid "SEARCH"
+msgstr "RECHERCHE"
+
+#: client/features/templates/templates.strings.js:118
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:84
msgid "SELECT"
msgstr "SÉLECTIONNER"
@@ -4300,6 +4779,11 @@ msgstr "SÉLECTIONNER"
msgid "SELECT A CREDENTIAL TYPE"
msgstr "SÉLECTIONNER UN TYPE D'INFORMATION D'IDENTIFICATION"
+#: client/features/users/tokens/tokens.strings.js:19
+msgid "SELECT AN APPLICATION"
+msgstr "SÉLECTIONNER UNE APPLICATION"
+
+#: client/features/applications/applications.strings.js:34
#: client/features/credentials/credentials.strings.js:19
msgid "SELECT AN ORGANIZATION"
msgstr "SÉLECTIONNER UNE ORGANISATION"
@@ -4312,18 +4796,31 @@ msgstr "SÉLECTIONNER DES GROUPES"
msgid "SELECT HOSTS"
msgstr "SÉLECTIONNER DES HÔTES"
+#: client/src/instance-groups/instance-groups.strings.js:32
+msgid "SELECT INSTANCE"
+msgstr "SÉLECTIONNER UNE INSTANCE"
+
+#: client/features/templates/templates.strings.js:32
+msgid "SELECTED"
+msgstr "SÉLECTIONNÉ"
+
#: client/src/job-submission/job-submission.partial.html:29
#: client/src/job-submission/job-submission.partial.html:56
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:20
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:18
msgid "SELECTED:"
msgstr "SÉLECTIONNÉ :"
-#: client/src/main-menu/main-menu.partial.html:59
-#: client/src/setup-menu/setup.route.js:9
-msgid "SETTINGS"
-msgstr "PARAMÈTRES"
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:20
+msgid "SETTING CATEGORY"
+msgstr "CATÉGORIE DE PARAMÈTRE"
+
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:24
+msgid "SETTING NAME"
+msgstr "NOM DU PARAMÈTRE"
#: client/lib/components/components.strings.js:11
+#: client/lib/services/base-string.service.js:65
+#: client/src/templates/survey-maker/surveys/init.factory.js:486
msgid "SHOW"
msgstr "AFFICHER"
@@ -4336,14 +4833,10 @@ msgid "SIGN IN WITH"
msgstr "SE CONNECTER AVEC"
#: client/src/inventories-hosts/hosts/host.list.js:110
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:32
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:14
msgid "SMART INVENTORY"
msgstr "INVENTAIRE SMART"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:102
-msgid "SOURCE"
-msgstr "SOURCE"
-
#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js:26
msgid "SOURCES"
msgstr "SOURCES"
@@ -4353,38 +4846,32 @@ msgstr "SOURCES"
msgid "SSH Key"
msgstr "Clé SSH"
+#: client/features/templates/templates.strings.js:41
+msgid "SSH Password"
+msgstr "Mot de passe SSH"
+
#: client/src/credentials/credentials.form.js:255
msgid "SSH key description"
msgstr "Description de la clé SSH"
-#: client/src/notifications/notificationTemplates.form.js:375
+#: client/src/notifications/notificationTemplates.form.js:446
msgid "SSL Connection"
msgstr "Connexion SSL"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:128
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:135
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:96
-msgid "STANDARD OUT"
-msgstr "STANDARD OUT"
+#: client/features/templates/templates.strings.js:121
+msgid "START"
+msgstr ""
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:32
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:65
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:45
-msgid "STARTED"
-msgstr "DÉMARRÉ"
-
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:24
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:37
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:37
+#: client/src/smart-status/smart-status.controller.js:43
msgid "STATUS"
msgstr "STATUT"
#: client/src/credentials/credentials.form.js:119
#: client/src/credentials/credentials.form.js:127
msgid "STS Token"
-msgstr "Token STS"
+msgstr "Jeton STS"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:61
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:62
msgid "SUCCESSFUL"
msgstr "RÉUSSI"
@@ -4400,6 +4887,10 @@ msgstr "SYNCHRONISER TOUT"
msgid "SYSTEM TRACKING"
msgstr "SUIVI DU SYSTÈME"
+#: client/src/scheduler/scheduler.strings.js:34
+msgid "Sat"
+msgstr ""
+
#: client/src/credentials/factories/become-method-change.factory.js:70
#: client/src/credentials/factories/kind-change.factory.js:127
msgid "Satellite 6 URL"
@@ -4407,49 +4898,80 @@ msgstr "URL Satellite 6"
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:110
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:193
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:157
-#: client/src/shared/form-generator.js:1691
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:158
+#: client/src/scheduler/scheduler.strings.js:49
+#: client/src/shared/form-generator.js:1700
msgid "Save"
msgstr "Enregistrer"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:86
-#: client/src/configuration/configuration.controller.js:213
-#: client/src/configuration/configuration.controller.js:272
+#: client/src/configuration/configuration.controller.js:510
+#: client/src/network-ui/network.ui.strings.js:48
+msgid "Save Complete"
+msgstr "Sauvegarde terminée"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:104
+#: client/src/configuration/configuration.controller.js:242
+#: client/src/configuration/configuration.controller.js:324
#: client/src/configuration/system-form/configuration-system.controller.js:68
msgid "Save changes"
msgstr "Enregistrer les modifications"
-#: client/src/license/license.partial.html:127
+#: client/src/license/license.partial.html:140
msgid "Save successful!"
msgstr "Enregistrement réussi"
-#: client/src/templates/templates.list.js:88
+#: client/src/templates/templates.list.js:93
msgid "Schedule"
msgstr "Planifier"
+#: client/src/scheduler/scheduler.strings.js:42
+msgid "Schedule Description"
+msgstr ""
+
#: client/src/management-jobs/card/card.partial.html:28
msgid "Schedule Management Job"
-msgstr "Planifier la tâche de gestion"
+msgstr "Planifier le Job de gestion"
-#: client/src/projects/list/projects-list.controller.js:75
-msgid "Schedule future SCM updates"
-msgstr "Planifier les prochaines mises à jour SCM"
+#: client/src/projects/list/projects-list.controller.js:77
+msgid "Schedule SCM revision updates"
+msgstr "Planifier les mises à jour de révisions SCM"
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:7
-msgid "Schedule future inventory syncs"
+msgid "Schedule inventory syncs"
msgstr "Planifier des synchronisations d'inventaire futures"
-#: client/src/templates/templates.list.js:91
-msgid "Schedule future job template runs"
-msgstr "Planifier les prochaines exécutions de modèle de tâche"
+#: client/src/scheduler/schedulerList.controller.js:122
+msgid "Schedule is active."
+msgstr ""
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33
-#: client/src/jobs/jobs.partial.html:10
+#: client/src/scheduler/schedulerList.controller.js:122
+msgid "Schedule is active. Click to stop."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:127
+msgid "Schedule is stopped."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:127
+msgid "Schedule is stopped. Click to activate."
+msgstr ""
+
+#: client/src/templates/templates.list.js:96
+msgid "Schedule job template runs"
+msgstr "Planifier les prochaines exécutions de modèles de jobs"
+
+#: client/lib/components/components.strings.js:70
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35
+#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:416
+#: client/src/projects/projects.form.js:290
+#: client/src/templates/job_templates/job-template.form.js:443
+#: client/src/templates/workflows.form.js:185
msgid "Schedules"
-msgstr "Calendriers"
+msgstr "Plannings"
-#: client/src/shared/smart-search/smart-search.controller.js:49
-#: client/src/shared/smart-search/smart-search.controller.js:94
+#: client/src/network-ui/network.ui.strings.js:32
+#: client/src/shared/smart-search/smart-search.controller.js:121
+#: client/src/shared/smart-search/smart-search.controller.js:160
msgid "Search"
msgstr "Rechercher"
@@ -4457,8 +4979,8 @@ msgstr "Rechercher"
msgid "Secret Key"
msgstr "Clé secrète"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:178
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:232
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:246
msgid "Security Group:"
msgstr "Groupe de sécurité :"
@@ -4472,7 +4994,9 @@ msgstr ""
"demander des informations d’identification provisoires avec des privilèges "
"limités pour les utilisateurs d’AWS Identity and Access Management (IAM)."
-#: client/src/shared/form-generator.js:1695
+#: client/src/shared/form-generator.js:1704
+#: client/src/shared/lookup/lookup-modal.directive.js:59
+#: client/src/shared/lookup/lookup-modal.partial.html:20
msgid "Select"
msgstr "Sélectionner"
@@ -4480,8 +5004,8 @@ msgstr "Sélectionner"
msgid "Select Instance Groups"
msgstr "Sélectionner des groupes d'instance"
-#: client/src/job-submission/job-submission.directive.js:64
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:46
+#: client/src/job-submission/job-submission.directive.js:65
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:66
msgid "Select a credential"
msgstr "Sélectionner une information d'identification"
@@ -4489,6 +5013,10 @@ msgstr "Sélectionner une information d'identification"
msgid "Select a role"
msgstr "Sélectionner un rôle"
+#: client/features/users/tokens/tokens.strings.js:29
+msgid "Select a scope"
+msgstr "Sélectionner un champ d'application"
+
#: client/src/inventories-hosts/inventories/related/groups/groups.list.js:53
msgid ""
"Select an inventory source by clicking the check box beside it. The "
@@ -4525,7 +5053,7 @@ msgstr ""
msgid "Select commands"
msgstr "Sélectionner des commandes"
-#: client/src/templates/job_templates/job-template.form.js:133
+#: client/src/templates/job_templates/job-template.form.js:132
msgid ""
"Select credentials that allow Tower to access the nodes this job will be ran"
" against. You can only select one credential of each type. For machine "
@@ -4535,7 +5063,7 @@ msgid ""
"credential(s) become the defaults that can be updated at run time."
msgstr ""
"Sélectionnez les informations d'identification permettant à Tower d'accéder "
-"aux noeuds selon qui déterminent l'exécution de cette tâche. Vous pouvez "
+"aux nodes selon qui déterminent l'exécution de ce job. Vous pouvez "
"uniquement sélectionner une information d'identification de chaque type. "
"Pour les informations d'identification machine (SSH), cocher la case \"Me "
"demander au lancement\" requiert la sélection des informations "
@@ -4545,7 +5073,7 @@ msgstr ""
"informations d'identification par défaut qui peuvent être mises à jour au "
"moment de l'exécution."
-#: client/src/projects/projects.form.js:98
+#: client/src/projects/projects.form.js:99
msgid ""
"Select from the list of directories found in the Project Base Path. Together"
" the base path and the playbook directory provide the full path used to "
@@ -4555,8 +5083,8 @@ msgstr ""
"chemin de base du projet. Le chemin de base et le répertoire de playbook "
"fournissent ensemble le chemin complet servant à localiser les playbooks."
-#: client/src/configuration/auth-form/configuration-auth.controller.js:263
-#: client/src/configuration/auth-form/configuration-auth.controller.js:282
+#: client/src/configuration/auth-form/configuration-auth.controller.js:346
+#: client/src/configuration/auth-form/configuration-auth.controller.js:365
msgid "Select group types"
msgstr "Sélectionner des types de groupe"
@@ -4564,12 +5092,12 @@ msgstr "Sélectionner des types de groupe"
msgid "Select roles"
msgstr "Sélectionner des rôles"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:56
msgid "Select the Instance Groups for this Inventory to run on."
msgstr ""
"Sélectionnez les groupes d'instances sur lesquels exécuter cet inventaire."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:80
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:63
msgid ""
"Select the Instance Groups for this Inventory to run on. Refer to the "
"Ansible Tower documentation for more detail."
@@ -4577,11 +5105,10 @@ msgstr ""
"Sélectionnez les groupes d'instances sur lesquels exécuter cet inventaire. "
"Voir la documentation Ansible Tower pour obtenir plus d'informations."
-#: client/src/templates/job_templates/job-template.form.js:193
+#: client/src/templates/job_templates/job-template.form.js:249
msgid "Select the Instance Groups for this Job Template to run on."
msgstr ""
-"Sélectionnez les groupes d'instances sur lesquels exécuter ce modèle de "
-"tâche."
+"Sélectionnez les groupes d'instances sur lesquels exécuter ce modèle de job."
#: client/src/organizations/organizations.form.js:40
msgid "Select the Instance Groups for this Organization to run on."
@@ -4589,22 +5116,34 @@ msgstr ""
"Sélectionnez les groupes d'instances sur lesquels exécuter cette "
"organisation."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:60
+#: client/src/templates/job_templates/job-template.form.js:239
msgid ""
-"Select the credential you want the job to use when accessing the remote "
-"hosts. Choose the credential containing the username and SSH key or "
-"password that Ansible will need to log into the remote hosts."
+"Select the custom Python virtual environment for this job template to run "
+"on."
msgstr ""
-"Sélectionnez les informations d’identification que la tâche doit utiliser "
-"lors de l’accès à des hôtes distants. Choisissez les informations "
-"d’identification contenant le nom d’utilisateur et la clé SSH ou le mot de "
-"passe dont Ansible aura besoin pour se connecter aux hôtes distants."
+"Sélectionnez l'environnement virtuel Python personnalisé sur lequel exécuter"
+" ce modèle de job."
+
+#: client/src/organizations/organizations.form.js:51
+msgid ""
+"Select the custom Python virtual environment for this organization to run "
+"on."
+msgstr ""
+"Sélectionnez l'environnement virtuel Python personnalisé sur lequel exécuter"
+" ce modèle de job."
+
+#: client/src/projects/projects.form.js:211
+msgid ""
+"Select the custom Python virtual environment for this project to run on."
+msgstr ""
+"Sélectionnez l'environnement virtuel Python personnalisé sur lequel exécuter"
+" ce projet."
#: client/src/templates/job_templates/job-template.form.js:79
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:81
msgid "Select the inventory containing the hosts you want this job to manage."
msgstr ""
-"Sélectionnez l’inventaire contenant les hôtes que vous souhaitez gérer."
+"Sélectionnez l’inventaire contenant les hôtes que vous souhaitez voir gérer "
+"par ce Job."
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:122
msgid ""
@@ -4616,20 +5155,20 @@ msgstr ""
#: client/src/templates/job_templates/job-template.form.js:114
msgid "Select the playbook to be executed by this job."
-msgstr "Sélectionnez le playbook qui devra être exécuté par cette tâche."
+msgstr "Sélectionnez le playbook qui devra être exécuté par ce job."
#: client/src/templates/job_templates/job-template.form.js:99
msgid ""
"Select the project containing the playbook you want this job to execute."
msgstr ""
-"Sélectionnez le projet contenant le playbook que cette tâche devra exécuter."
+"Sélectionnez le projet contenant le playbook que ce job devra exécuter."
#: client/src/configuration/system-form/configuration-system.controller.js:197
msgid "Select types"
msgstr "Sélectionner des types"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:170
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:251
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:224
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:238
msgid "Select which groups to create automatically."
msgstr "Sélectionner quels groupes créer automatiquement."
@@ -4642,24 +5181,11 @@ msgstr "Adresse électronique de l’expéditeur"
msgid "Service Account Email Address"
msgstr "Adresse électronique du compte de service"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:101
-msgid ""
-"Setting the type to %s will execute the playbook and store any scanned "
-"facts for use with 's System Tracking feature."
-msgstr ""
-"La définition du type sur %s exécute le playbook et stocke tous les faits "
-"scannés à utiliser avec la fonctionnalité de suivi System Tracking."
+#: client/features/credentials/credentials.strings.js:21
+msgid "Service Account JSON File"
+msgstr "Fichier JSON Compte de service"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:99
-msgid ""
-"Setting the type to %s will not execute the playbook. Instead, %s will check"
-" playbook syntax, test environment setup and report problems."
-msgstr ""
-"La définition du type sur %s n’exécute pas le playbook. À la place, %s "
-"vérifie la syntaxe du playbook, teste la configuration de l’environnement et"
-" signale les problèmes."
-
-#: client/src/main-menu/main-menu.partial.html:147
+#: client/lib/components/components.strings.js:86
msgid "Settings"
msgstr "Paramètres"
@@ -4668,17 +5194,27 @@ msgstr "Paramètres"
#: client/src/job-submission/job-submission.partial.html:136
#: client/src/job-submission/job-submission.partial.html:150
#: client/src/job-submission/job-submission.partial.html:299
-#: client/src/shared/form-generator.js:876
+#: client/src/shared/form-generator.js:885
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:24
msgid "Show"
msgstr "Afficher"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:114
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:117
-#: client/src/templates/job_templates/job-template.form.js:245
-#: client/src/templates/job_templates/job-template.form.js:248
+#: client/features/templates/templates.strings.js:46
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:115
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:118
+#: client/src/templates/job_templates/job-template.form.js:256
+#: client/src/templates/job_templates/job-template.form.js:259
msgid "Show Changes"
msgstr "Afficher les modifications"
+#: client/features/output/output.strings.js:38
+msgid "Show Less"
+msgstr "Afficher moins de détails"
+
+#: client/features/output/output.strings.js:39
+msgid "Show More"
+msgstr "Afficher plus de détails"
+
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:33
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:44
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:55
@@ -4694,24 +5230,15 @@ msgstr "Se connecter avec des organisations %s"
msgid "Sign in with %s Teams"
msgstr "Se connecter avec des équipes %s"
-#: client/src/job-results/job-results.partial.html:395
+#: client/features/output/output.strings.js:66
+#: client/features/templates/templates.strings.js:47
#: client/src/job-submission/job-submission.partial.html:245
-#: client/src/templates/job_templates/job-template.form.js:217
-#: client/src/templates/job_templates/job-template.form.js:224
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:142
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:150
+#: client/src/templates/job_templates/job-template.form.js:207
+#: client/src/templates/job_templates/job-template.form.js:214
msgid "Skip Tags"
msgstr "Balises de saut"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:148
-msgid ""
-"Skip tags are useful when you have a large playbook, and you want to skip "
-"specific parts of a play or task."
-msgstr ""
-"Les balises de saut sont utiles si votre playbook est important et que vous "
-"souhaitez ignorer certaines parties d’une scène ou d’une tâche."
-
-#: client/src/templates/job_templates/job-template.form.js:223
+#: client/src/templates/job_templates/job-template.form.js:213
msgid ""
"Skip tags are useful when you have a large playbook, and you want to skip "
"specific parts of a play or task. Use commas to separate multiple tags. "
@@ -4722,15 +5249,15 @@ msgstr ""
" virgules pour séparer plusieurs balises. Consulter la documentation Ansible"
" Tower pour obtenir des détails sur l'utilisation des balises."
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:62
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:66
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:44
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:48
msgid "Smart Host Filter"
msgstr "Filtre d'hôte smart"
-#: client/src/inventories-hosts/inventories/inventory.list.js:85
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:69
+#: client/src/inventories-hosts/inventories/inventory.list.js:86
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:71
#: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70
-#: client/src/shared/form-generator.js:1456
+#: client/src/shared/form-generator.js:1465
msgid "Smart Inventory"
msgstr "Inventaire smart"
@@ -4738,6 +5265,7 @@ msgstr "Inventaire smart"
msgid "Solvable With Playbook"
msgstr "Solvable avec playbook"
+#: client/features/output/output.strings.js:67
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:57
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:64
msgid "Source"
@@ -4747,8 +5275,12 @@ msgstr "Source"
msgid "Source Control"
msgstr "Contrôle de la source"
+#: client/features/output/output.strings.js:68
+msgid "Source Credential"
+msgstr "Informations d'identification de la source"
+
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:47
-#: client/src/projects/projects.form.js:25
+#: client/src/projects/projects.form.js:26
msgid "Source Details"
msgstr "Détails de la source"
@@ -4779,7 +5311,7 @@ msgid "Source Vars"
msgstr "Vars Source"
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:34
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167
msgid "Sources"
msgstr "Sources"
@@ -4799,6 +5331,14 @@ msgstr ""
"Spécifiez une méthode pour les opérations %s. Cela équivaut à définir le "
"paramètre %s, où %s peut être %s"
+#: client/src/notifications/notificationTemplates.form.js:478
+msgid ""
+"Specify a notification color. Acceptable colors are hex color code (example:"
+" #3af or #789abc) ."
+msgstr ""
+"Spécifier une couleur de notification. Les couleurs acceptées sont d'un code"
+" de couleur hex (exemple : #3af or #789abc) ."
+
#: client/src/notifications/notificationTemplates.form.js:292
msgid ""
"Specify a notification color. Acceptable colors are: yellow, green, red "
@@ -4807,8 +5347,12 @@ msgstr ""
"Spécifier une couleur de notification. Les couleurs acceptées sont : jaune, "
"vert, rouge, violet, gris, ou au hasard."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:199
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:283
+#: client/features/users/tokens/tokens.strings.js:20
+msgid "Specify a scope for the token's access"
+msgstr "Spécifier le champ d'application du jeton"
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:253
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:270
msgid ""
"Specify which groups to create automatically. Group names will be created "
"similar to the options selected. If blank, all groups above are created. "
@@ -4819,66 +5363,57 @@ msgstr ""
"groupes au-dessus seront créés. Voir la documentation Ansible Tower pour "
"obtenir plus d'informations."
-#: client/src/setup-menu/setup-menu.partial.html:17
-msgid ""
-"Split up your organization to associate content and control permissions for "
-"groups."
+#: client/features/output/output.strings.js:107
+msgid "Standard Error"
msgstr ""
-"Divisez votre organisation afin d’associer du contenu et des permissions de "
-"contrôle pour les groupes."
+#: client/features/output/output.strings.js:106
#: client/src/partials/logviewer.html:5
msgid "Standard Out"
msgstr "Standard Out"
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:41
+#: client/src/scheduler/scheduler.strings.js:15
msgid "Start Date"
msgstr "Date Début"
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:56
+#: client/src/scheduler/scheduler.strings.js:16
msgid "Start Time"
msgstr "Heure Début"
-#: client/src/portal-mode/portal-job-templates.list.js:39
-#: client/src/templates/templates.list.js:83
+#: client/lib/components/components.strings.js:104
msgid "Start a job using this template"
-msgstr "Démarrer une tâche avec ce modèle"
-
-#: client/src/projects/edit/projects-edit.controller.js:134
-#: client/src/projects/list/projects-list.controller.js:74
-msgid "Start an SCM update"
-msgstr "Démarrer une mise à jour SCM"
+msgstr "Démarrer un job avec ce modèle"
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:6
msgid "Start sync process"
msgstr "Démarrer le processus de synchronisation"
-#: client/src/job-results/job-results.partial.html:100
+#: client/features/jobs/jobs.strings.js:8
+#: client/features/output/output.strings.js:69
+#: client/src/workflow-results/workflow-results.controller.js:49
msgid "Started"
msgstr "Démarré"
+#: client/features/output/output.strings.js:70
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:53
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:55
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:43
-#: client/src/job-results/job-results.partial.html:67
-#: client/src/job-results/parse-stdout.service.js:68
#: client/src/notifications/notification-templates-list/list.controller.js:71
#: client/src/partials/logviewer.html:4
+#: client/src/workflow-results/workflow-results.controller.js:52
msgid "Status"
msgstr "État"
-#: client/src/configuration/auth-form/configuration-auth.partial.html:3
+#: client/src/configuration/auth-form/configuration-auth.partial.html:4
msgid "Sub Category"
msgstr "Sous-catégorie"
-#: client/src/license/license.partial.html:126
+#: client/src/license/license.partial.html:139
msgid "Submit"
msgstr "Valider"
-#: client/src/jobs/factories/delete-job.factory.js:109
-msgid "Submit the request to cancel?"
-msgstr "Demander l’annulation de la demande ?"
-
#: client/src/license/license.partial.html:27
msgid "Subscription"
msgstr "Abonnement"
@@ -4893,33 +5428,38 @@ msgid "Subscription ID is an Azure construct, which is mapped to a username."
msgstr ""
"L’ID d’abonnement est une construction Azure mappée à un nom d’utilisateur."
-#: client/src/notifications/notifications.list.js:38
+#: client/src/notifications/notifications.list.js:39
msgid "Success"
msgstr "Réussite"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:21
-msgid "Success! Click for details"
-msgstr "Réussi. Cliquer pour obtenir davantage d’informations"
-
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:77
msgid "Successful"
msgstr "Réussi"
+#: client/src/scheduler/scheduler.strings.js:28
+msgid "Sun"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:28
#: client/src/job-submission/job-submission.partial.html:20
msgid "Survey"
msgstr "Questionnaire"
-#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:60
-#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:64
+#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:62
+#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:262
msgid ""
"Surveys allow users to be prompted at job launch with a series of questions "
"related to the job. This allows for variables to be defined that affect the "
"playbook run at time of launch."
msgstr ""
"Les questionnaires permettent aux utilisateurs d'être invités lors du "
-"lancement d'une tâche à répondre à une série de questions liées à la tâche. "
-"Cela permet de définir les variables affectant l'exécution du Playbook au "
-"moment du lancement."
+"lancement d'un job à répondre à une série de questions liées au job. Cela "
+"permet de définir les variables affectant l'exécution du Playbook au moment "
+"du lancement."
+
+#: client/src/network-ui/network.ui.strings.js:34
+msgid "Switch"
+msgstr ""
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:58
msgid "Sync all inventory sources"
@@ -4953,7 +5493,7 @@ msgstr "Synchronisation en cours"
msgid "Sync running. Click to view log."
msgstr "Synchronisation en cours. Cliquez pour afficher le journal."
-#: client/src/configuration/configuration.partial.html:17
+#: client/src/configuration/configuration.partial.html:29
msgid "System"
msgstr "Système"
@@ -4975,22 +5515,26 @@ msgstr ""
"Les auditeurs de système n’ont que des permissions lecture-seule sur cette "
"section."
-#: client/src/configuration/auth-form/configuration-auth.controller.js:114
+#: client/src/configuration/auth-form/configuration-auth.controller.js:136
msgid "TACACS+"
msgstr "TACACS+"
+#: client/features/output/output.strings.js:103
+msgid "TASK"
+msgstr ""
+
#: client/src/activity-stream/get-target-title.factory.js:23
-#: client/src/organizations/linkout/organizations-linkout.route.js:97
-#: client/src/organizations/list/organizations-list.controller.js:60
-#: client/src/teams/main.js:46 client/src/teams/teams.list.js:14
+#: client/src/organizations/linkout/organizations-linkout.route.js:98
+#: client/src/organizations/list/organizations-list.controller.js:61
+#: client/src/teams/main.js:65 client/src/teams/teams.list.js:14
#: client/src/teams/teams.list.js:15
msgid "TEAMS"
msgstr "ÉQUIPES"
+#: client/features/templates/routes/templatesList.route.js:12
+#: client/features/templates/templates.strings.js:12
+#: client/features/templates/templates.strings.js:8
#: client/src/activity-stream/get-target-title.factory.js:44
-#: client/src/main-menu/main-menu.partial.html:113
-#: client/src/main-menu/main-menu.partial.html:35
-#: client/src/templates/list/templates-list.route.js:13
#: client/src/templates/templates.list.js:15
#: client/src/templates/templates.list.js:16
msgid "TEMPLATES"
@@ -5000,28 +5544,36 @@ msgstr "MODÈLES"
msgid "THERE ARE CURRENTLY NO INSTANCE GROUPS DEFINED"
msgstr "IL N'Y AUCUN GROUPE D'INSTANCES ACTUELLEMENT DÉFINIS"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:104
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:105
msgid "TIME"
msgstr "DURÉE"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:61
-msgid "TOP"
-msgstr "TOP"
+#: client/features/users/tokens/tokens.strings.js:22
+msgid "TOKEN"
+msgstr "JETON"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:181
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:262
+#: client/features/users/tokens/tokens.strings.js:21
+msgid "TOKEN INFORMATION"
+msgstr "INFORMATION JETON"
+
+#: client/features/applications/applications.strings.js:11
+#: client/features/users/tokens/tokens.strings.js:10
+#: client/features/users/tokens/tokens.strings.js:8
+#: client/features/users/tokens/users-tokens-list.route.js:11
+#: client/src/activity-stream/get-target-title.factory.js:50
+msgid "TOKENS"
+msgstr "JETONS"
+
+#: client/features/templates/templates.strings.js:110
+msgid "TOTAL TEMPLATES"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:235
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:249
msgid "Tag None:"
msgstr "Ne rien baliser :"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:133
-msgid ""
-"Tags are useful when you have a large playbook, and you want to run a "
-"specific part of a play or task."
-msgstr ""
-"Les balises sont utiles si votre playbook est important et que vous "
-"souhaitez exécuter une partie donnée d’une scène ou d’une tâche."
-
-#: client/src/templates/job_templates/job-template.form.js:206
+#: client/src/templates/job_templates/job-template.form.js:196
msgid ""
"Tags are useful when you have a large playbook, and you want to run a "
"specific part of a play or task. Use commas to separate multiple tags. Refer"
@@ -5033,43 +5585,51 @@ msgstr ""
"documentation Ansible Tower pour obtenir des détails sur l'utilisation des "
"balises."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:179
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:260
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:233
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:247
msgid "Tags:"
msgstr "Balises :"
#: client/src/notifications/notificationTemplates.form.js:309
+#: client/src/notifications/notificationTemplates.form.js:337
+#: client/src/notifications/notificationTemplates.form.js:376
msgid "Target URL"
msgstr "URL cible"
-#: client/src/job-results/job-results.partial.html:496
+#: client/features/output/output.strings.js:91
msgid "Tasks"
msgstr "Tâches"
-#: client/features/credentials/legacy.credentials.js:94
-#: client/src/credentials/credentials.form.js:467
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:154
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:155
-#: client/src/projects/projects.form.js:261
-#: client/src/templates/workflows.form.js:144
+#: client/features/credentials/legacy.credentials.js:91
+#: client/src/credentials/credentials.form.js:468
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:136
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:138
+#: client/src/projects/projects.form.js:276
+#: client/src/templates/workflows.form.js:169
msgid "Team Roles"
msgstr "Rôles d’équipe"
+#: client/lib/components/components.strings.js:79
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:40
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34
-#: client/src/organizations/linkout/organizations-linkout.route.js:108
-#: client/src/setup-menu/setup-menu.partial.html:16
-#: client/src/shared/stateDefinitions.factory.js:410
-#: client/src/users/users.form.js:159
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:36
+#: client/src/organizations/linkout/organizations-linkout.route.js:109
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+#: client/src/shared/stateDefinitions.factory.js:426
+#: client/src/users/users.form.js:162
msgid "Teams"
msgstr "Équipes"
-#: client/src/job-results/job-results.partial.html:135
#: client/src/templates/templates.list.js:14
+#: client/src/workflow-results/workflow-results.controller.js:47
msgid "Template"
msgstr "Modèle"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35
+#: client/features/templates/templates.strings.js:67
+msgid "Template parameter is missing."
+msgstr "Paramètre du modèle manquant"
+
+#: client/lib/components/components.strings.js:76
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:37
msgid "Templates"
msgstr "Modèles"
@@ -5081,18 +5641,26 @@ msgstr "ID Client"
msgid "Test"
msgstr "Test"
-#: client/src/notifications/notificationTemplates.list.js:67
+#: client/src/notifications/notificationTemplates.list.js:77
msgid "Test notification"
msgstr "Notification test"
-#: client/src/shared/form-generator.js:1386
-#: client/src/shared/form-generator.js:1392
+#: client/src/templates/survey-maker/surveys/init.factory.js:13
+msgid "Text"
+msgstr ""
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:14
+msgid "Textarea"
+msgstr ""
+
+#: client/src/shared/form-generator.js:1395
+#: client/src/shared/form-generator.js:1401
msgid "That value was not found. Please enter or select a valid value."
msgstr ""
"Cette valeur n’a pas été trouvée. Veuillez entrer ou sélectionner une valeur"
" valide."
-#: client/lib/components/components.strings.js:43
+#: client/lib/components/components.strings.js:47
msgid "That value was not found. Please enter or select a valid value."
msgstr ""
"Cette valeur n’a pas été trouvée. Veuillez entrer ou sélectionner une valeur"
@@ -5112,14 +5680,18 @@ msgstr ""
"L’ID du projet est l’identifiant attribué par GCE. Il se compose de deux "
"mots suivis d’un nombre à trois chiffres. Exemple :"
-#: client/src/projects/edit/projects-edit.controller.js:332
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid "The Project selected has a status of"
+msgstr ""
+
+#: client/src/projects/edit/projects-edit.controller.js:340
msgid "The SCM update process is running."
msgstr "Le processus de mise à jour SCM est en cours d’exécution."
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:70
-msgid "The credential used to run this command."
+#: client/src/scheduler/scheduler.strings.js:24
+msgid "The day must be between 1 and 31."
msgstr ""
-"Les informations d’identification utilisées pour exécuter cette commande."
#: client/src/credentials/credentials.form.js:190
msgid ""
@@ -5128,9 +5700,9 @@ msgstr ""
"Adresse électronique attribuée au compte de service Google Compute Engine "
"%s."
-#: client/src/job-results/job-results.partial.html:513
-msgid "The host count will update when the job is complete."
-msgstr "Le nombre d'hôtes s'actualisera une fois la tâche terminée."
+#: client/features/output/output.strings.js:12
+msgid "The host status bar will update when the job is complete."
+msgstr "La barre de statut d'hôte s'actualisera une fois la tâche terminée."
#: client/src/credentials/factories/become-method-change.factory.js:62
#: client/src/credentials/factories/kind-change.factory.js:119
@@ -5141,11 +5713,7 @@ msgstr "Hôte avec lequel s’authentifier."
msgid "The host value"
msgstr "Valeur de l’hôte"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:61
-msgid "The inventory this command ran on."
-msgstr "L’inventaire sur lequel cette commande a été exécutée."
-
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:101
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:136
msgid ""
"The inventory will be in a pending status until the final delete is "
"processed."
@@ -5153,7 +5721,7 @@ msgstr ""
"L'inventaire présentera le statut en attente tant que la suppression "
"complète ne sera pas traitée."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:104
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:105
msgid ""
"The number of parallel or simultaneous processes to use while executing the "
"playbook. Inputting no value will use the default value from the %sansible "
@@ -5163,7 +5731,7 @@ msgstr ""
"du playbook. La saisie d'aucune valeur entraînera l'utilisation de la valeur"
" par défaut du %sfichier de configuration ansible%s."
-#: client/src/templates/job_templates/job-template.form.js:152
+#: client/src/templates/job_templates/job-template.form.js:151
msgid ""
"The number of parallel or simultaneous processes to use while executing the "
"playbook. Value defaults to 0. Refer to the Ansible documentation for "
@@ -5173,16 +5741,20 @@ msgstr ""
"du playbook. 0 indique la valeur par défaut. Voir la documentation Ansible "
"pour plus d'informations sur le fichier de configuration."
-#: client/src/job-results/job-results.controller.js:619
-msgid "The output is too large to display. Please download."
-msgstr ""
-"La sortie est trop volumineuse pour être affichée. Veuillez télécharger."
-
#: client/src/credentials/factories/kind-change.factory.js:59
msgid "The project value"
msgstr "Valeur du projet"
-#: client/src/projects/list/projects-list.controller.js:159
+#: client/src/scheduler/scheduler.strings.js:41
+msgid ""
+"The scheduler options are invalid, incomplete, or a date is in the past."
+msgstr ""
+
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid "The selected project has a status of"
+msgstr ""
+
+#: client/src/projects/list/projects-list.controller.js:176
msgid ""
"The selected project is not configured for SCM. To configure for SCM, edit "
"the project and provide SCM settings, and then run an update."
@@ -5191,14 +5763,6 @@ msgstr ""
"pour SCM, modifiez le projet et définissez les paramètres SCM, puis lancez "
"une mise à jour."
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:42
-msgid ""
-"The standard output is too large to display. Please specify additional "
-"filters to narrow the standard out."
-msgstr ""
-"La sortie standard out est trop volumineuse pour être affichée. Veuillez "
-"spécifier d'autres filtres pour restreindre le standard."
-
#: client/src/templates/survey-maker/shared/question-definition.form.js:52
msgid ""
"The suggested format for variable names is lowercase and underscore-"
@@ -5210,26 +5774,24 @@ msgstr ""
"de variables contenant des espaces ne sont pas autorisés."
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:124
+#: client/src/scheduler/scheduler.strings.js:17
msgid "The time must be in HH24:MM:SS format."
msgstr "L’heure doit être sous le format suivant HH24:MM:SS"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:79
-msgid "The user who ran this command."
-msgstr "L’utilisateur qui a exécuté cette commande."
+#: client/lib/services/base-string.service.js:78
+msgid "The {{ resourceType }} is currently being used by other resources."
+msgstr ""
+"Le {{ resourceType }} est utilisé actuellement par d'autres ressources."
#: client/src/activity-stream/streams.list.js:17
msgid "There are no events to display at this time"
msgstr "Aucun événement à afficher pour le moment"
-#: client/src/portal-mode/portal-job-templates.list.js:18
-msgid "There are no job templates to display at this time"
-msgstr "Aucun modèle de tâche à afficher pour le moment"
+#: client/features/jobs/jobs.strings.js:16
+msgid "There are no running jobs."
+msgstr "Aucun job en cours d'exécution."
-#: client/src/portal-mode/portal-jobs.list.js:18
-msgid "There are no jobs to display at this time"
-msgstr "Aucune tâche à afficher pour le moment"
-
-#: client/src/projects/list/projects-list.controller.js:150
+#: client/src/projects/list/projects-list.controller.js:152
msgid ""
"There is no SCM update information available for this project. An update has"
" not yet been completed. If you have not already done so, start an update "
@@ -5239,31 +5801,35 @@ msgstr ""
"mise à jour n’est pas encore terminée. Si vous n’avez pas encore lancé une "
"mise à jour pour ce projet, faites-le."
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:140
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:142
msgid "There was an error deleting inventory source groups. Returned status:"
msgstr ""
"Une erreur s’est produite lors de la suppression des groupes de source "
"d'inventaire. État renvoyé :"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:130
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:132
msgid "There was an error deleting inventory source hosts. Returned status:"
msgstr ""
"Une erreur s’est produite lors de la suppression des hôtes de source "
"d'inventaire. État renvoyé :"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:167
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:169
msgid "There was an error deleting inventory source. Returned status:"
msgstr ""
"Une erreur s’est produite lors de la suppression de la source d'inventaire. "
"État renvoyé :"
-#: client/src/configuration/configuration.controller.js:349
+#: client/src/configuration/configuration.controller.js:142
+msgid "There was an error getting config values:"
+msgstr "Erreur d’obtention des valeurs de configuration :"
+
+#: client/src/configuration/configuration.controller.js:409
msgid "There was an error resetting value. Returned status:"
msgstr ""
"Une erreur s’est produite lors de la réinitialisation de la valeur. État "
"renvoyé :"
-#: client/src/configuration/configuration.controller.js:531
+#: client/src/configuration/configuration.controller.js:601
msgid "There was an error resetting values. Returned status:"
msgstr ""
"Une erreur s’est produite lors de la réinitialisation des valeurs. État "
@@ -5281,6 +5847,40 @@ msgstr ""
"Il s'agit des modules pris en charge par {{BRAND_NAME}} pour l'exécution de "
"commandes."
+#: client/features/templates/templates.strings.js:98
+msgid ""
+"This Job Template has a credential that requires a password. Credentials "
+"requiring passwords on launch are not permitted on workflow nodes."
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:51
+msgid ""
+"This Job Template has a default credential that requires a password before "
+"launch. Adding or editing schedules is prohibited while this credential is "
+"selected. To add or edit a schedule, credentials that require a password "
+"must be removed from the Job Template."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:97
+msgid ""
+"This Job Template is missing a default inventory or project. This must be "
+"addressed in the Job Template form before this node can be saved."
+msgstr ""
+"Ce Modèle de Job ne possède pas d'inventaire ou de projet par défaut. Ceci "
+"doit être corrigé dans le formulaire de Modèle de Job avant que ce node "
+"puisse être sauvegardé."
+
+#: client/src/credential-types/credential-types.strings.js:8
+msgid ""
+"This credential type is currently being used by one or more credentials. "
+"Credentials that use this credential type must be deleted before the "
+"credential type can be deleted."
+msgstr ""
+"Ce type de justificatif d'identifiant est actuellement utilisé par un ou "
+"plusieurs identifiants. Les identifiants qui utilisent ce type de "
+"justificatif d'identité doivent être supprimés avant que le type "
+"d'identifiant puisse être supprimé."
+
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:25
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:26
@@ -5302,6 +5902,14 @@ msgstr ""
"Il s’agit du nom du client. Cette valeur est habituellement la même que "
"celle du nom d’utilisateur."
+#: client/features/templates/templates.strings.js:63
+msgid ""
+"This job template has a default {{typeLabel}} credential which must be "
+"included or replaced before proceeding."
+msgstr ""
+"Ce modèle de job possède un identifiant {{typeLabel}} par défaut qui doit "
+"être inclus ou remplacé avant de pouvoir continuer."
+
#: client/src/notifications/notifications.list.js:21
msgid ""
"This list is populated by notification templates added from the "
@@ -5310,6 +5918,10 @@ msgstr ""
"Cette liste contient des modèles de notification ajoutés à partir de la "
"section %sNotifications%s"
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+msgid "This list is populated by teams added from the"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:4
msgid ""
"This machine has not checked in with Insights in {{last_check_in}} hours"
@@ -5317,19 +5929,19 @@ msgstr ""
"Cette machine n'a pas été connectée à Insights depuis {{last_check_in}} "
"heures"
-#: client/src/shared/form-generator.js:746
+#: client/src/shared/form-generator.js:755
msgid ""
"This setting has been set manually in a settings file and is now disabled."
msgstr ""
"Cette valeur a été définie manuellement dans un fichier de configuration et "
"est maintenant désactivée."
-#: client/src/users/users.form.js:164
+#: client/src/users/users.form.js:167
msgid "This user is not a member of any teams"
msgstr "Cet utilisateur n’est pas membre d’une équipe"
-#: client/src/shared/form-generator.js:856
-#: client/src/shared/form-generator.js:951
+#: client/src/shared/form-generator.js:865
+#: client/src/shared/form-generator.js:960
msgid ""
"This value does not match the password you entered previously. Please "
"confirm that password."
@@ -5337,7 +5949,7 @@ msgstr ""
"Cette valeur ne correspond pas au mot de passe que vous avez entré "
"précédemment. Veuillez confirmer ce mot de passe."
-#: client/src/configuration/configuration.controller.js:556
+#: client/src/configuration/configuration.controller.js:626
msgid ""
"This will reset all configuration values to their factory defaults. Are you "
"sure you want to proceed?"
@@ -5345,6 +5957,10 @@ msgstr ""
"Cette opération rétablit toutes les valeurs de configuration sur leurs "
"valeurs par défaut. Voulez-vous vraiment continuer ?"
+#: client/src/scheduler/scheduler.strings.js:32
+msgid "Thu"
+msgstr ""
+
#: client/src/activity-stream/streams.list.js:25
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:14
#: client/src/notifications/notification-templates-list/list.controller.js:72
@@ -5355,7 +5971,7 @@ msgstr "Durée"
msgid "Time Remaining"
msgstr "Durée restante"
-#: client/src/projects/projects.form.js:196
+#: client/src/projects/projects.form.js:197
msgid ""
"Time in seconds to consider a project to be current. During job runs and "
"callbacks the task system will evaluate the timestamp of the latest project "
@@ -5363,7 +5979,7 @@ msgid ""
" a new project update will be performed."
msgstr ""
"Délai en secondes à prévoir pour qu’un projet soit actualisé. Durant "
-"l’exécution des tâches et les rappels, le système de tâches évalue "
+"l’exécution des jobs et les rappels, le système de tâches évalue "
"l’horodatage de la dernière mise à jour du projet. Si elle est plus ancienne"
" que le délai d’expiration du cache, elle n’est pas considérée comme "
"actualisée, et une nouvelle mise à jour du projet sera effectuée."
@@ -5376,61 +5992,63 @@ msgid ""
" new inventory sync will be performed."
msgstr ""
"Délai en secondes à prévoir pour qu'une synchronisation d'inventaire soit "
-"actualisée. Durant l’exécution des tâches et les rappels, le système de "
-"tâches évalue l’horodatage de la dernière mise à jour du projet. Si elle est"
-" plus ancienne que le délai d’expiration du cache, elle n’est pas considérée"
-" comme actualisée, et une nouvelle synchronisation de l'inventaire sera "
-"effectuée."
+"actualisée. Durant l’exécution des jobs et les rappels, le système de tâches"
+" évalue l’horodatage de la dernière mise à jour du projet. Si elle est plus "
+"ancienne que le délai d’expiration du cache, elle n’est pas considérée comme"
+" actualisée, et une nouvelle synchronisation de l'inventaire sera effectuée."
#: client/src/credentials/credentials.form.js:125
msgid ""
"To learn more about the IAM STS Token, refer to the %sAmazon "
"documentation%s."
msgstr ""
-"Pour en savoir plus sur le token STS d’IAM, reportez-vous à la documentation"
+"Pour en savoir plus sur le jeton STS d’IAM, reportez-vous à la documentation"
" d’%sAmazon%s."
-#: client/src/shared/form-generator.js:881
+#: client/src/shared/form-generator.js:890
msgid "Toggle the display of plaintext."
msgstr "Bascule l’affichage du texte en clair."
-#: client/src/notifications/shared/type-change.service.js:34
-#: client/src/notifications/shared/type-change.service.js:40
+#: client/src/notifications/shared/type-change.service.js:36
+#: client/src/notifications/shared/type-change.service.js:42
msgid "Token"
-msgstr "Token"
+msgstr "Jeton"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:44
-msgid "Too much previous output to display. Showing running standard output."
-msgstr ""
-"La sortie précédente est trop volumineuse pour être affichée. Affichage de "
-"la sortie standard en cours d'exécution."
+#: client/features/applications/applications.strings.js:16
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:25
+#: client/src/users/users.form.js:236
+msgid "Tokens"
+msgstr "Jetons"
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:10
msgid "Total Issues"
msgstr "Nombre de problèmes total"
+#: client/src/instance-groups/instance-groups.strings.js:16
+#: client/src/workflow-results/workflow-results.controller.js:60
+msgid "Total Jobs"
+msgstr "Total Jobs"
+
#: client/src/partials/logviewer.html:6
msgid "Traceback"
msgstr "Traceback"
+#: client/src/scheduler/scheduler.strings.js:30
+msgid "Tue"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:60
#: client/src/credentials/credentials.form.js:84
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:52
-#: client/src/instance-groups/jobs/jobs.list.js:51
-#: client/src/inventories-hosts/inventories/inventory.list.js:55
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:52
+#: client/src/inventories-hosts/inventories/inventory.list.js:56
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:41
-#: client/src/jobs/all-jobs.list.js:59
#: client/src/notifications/notificationTemplates.form.js:54
#: client/src/notifications/notificationTemplates.list.js:39
-#: client/src/notifications/notifications.list.js:31
+#: client/src/notifications/notifications.list.js:32
#: client/src/projects/projects.list.js:44
#: client/src/scheduler/scheduled-jobs.list.js:42
-#: client/src/teams/teams.form.js:130
-#: client/src/templates/completed-jobs.list.js:53
+#: client/src/teams/teams.form.js:133
#: client/src/templates/templates.list.js:31
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:27
-#: client/src/users/users.form.js:200
+#: client/src/users/users.form.js:203
msgid "Type"
msgstr "Type"
@@ -5440,8 +6058,8 @@ msgstr "Type"
msgid "Type Details"
msgstr "Détails sur le type"
-#: client/src/projects/add/projects-add.controller.js:169
-#: client/src/projects/edit/projects-edit.controller.js:304
+#: client/src/projects/add/projects-add.controller.js:177
+#: client/src/projects/edit/projects-edit.controller.js:312
msgid "URL popover text"
msgstr "Texte popover de l’URL"
@@ -5450,39 +6068,99 @@ msgid "USERNAME"
msgstr "NOM D’UTILISATEUR"
#: client/src/activity-stream/get-target-title.factory.js:20
-#: client/src/organizations/linkout/organizations-linkout.route.js:42
-#: client/src/organizations/list/organizations-list.controller.js:54
-#: client/src/users/main.js:46 client/src/users/users.list.js:18
+#: client/src/organizations/linkout/organizations-linkout.route.js:43
+#: client/src/organizations/list/organizations-list.controller.js:55
+#: client/src/users/main.js:67 client/src/users/users.list.js:18
#: client/src/users/users.list.js:19
msgid "USERS"
msgstr "UTILISATEURS"
-#: client/lib/components/components.strings.js:20
+#: client/lib/components/components.strings.js:24
msgid "Unable to Submit"
msgstr "Validation impossible"
-#: client/lib/components/components.strings.js:52
-msgid "Unavailable to run jobs."
-msgstr "Non disponible pour exécuter les tâches."
+#: client/features/templates/templates.strings.js:88
+msgid "Unable to copy template."
+msgstr "Impossible de copier le modèle."
-#: client/lib/components/components.strings.js:22
+#: client/src/instance-groups/instance-groups.strings.js:54
+msgid "Unable to delete instance group."
+msgstr "Impossible de supprimer le groupe d'instances"
+
+#: client/features/templates/templates.strings.js:84
+msgid "Unable to delete template."
+msgstr "Impossible de supprimer le modèle."
+
+#: client/features/templates/templates.strings.js:86
+msgid "Unable to determine template type."
+msgstr "Impossible de déterminer le type de modèle."
+
+#: client/features/templates/templates.strings.js:69
+msgid "Unable to determine this template's type while copying."
+msgstr "Impossible de déterminer ce type de modèle pendant la copie."
+
+#: client/features/templates/templates.strings.js:70
+msgid "Unable to determine this template's type while deleting."
+msgstr "Impossible de déterminer ce type de modèle pendant la suppression."
+
+#: client/features/templates/templates.strings.js:71
+msgid "Unable to determine this template's type while editing."
+msgstr "Impossible de déterminer ce type de modèle lors de la modification."
+
+#: client/features/templates/templates.strings.js:72
+msgid "Unable to determine this template's type while launching."
+msgstr "Impossible de déterminer ce type de modèle pendant le lancement."
+
+#: client/features/templates/templates.strings.js:73
+msgid "Unable to determine this template's type while scheduling."
+msgstr "Impossible de déterminer ce type de modèle lors de la programmation."
+
+#: client/features/templates/templates.strings.js:83
+msgid "Unable to edit template."
+msgstr "Impossible de modifier le modèle."
+
+#: client/src/shared/stateDefinitions.factory.js:231
+msgid "Unable to get resource:"
+msgstr "Impossible d'obtenir la ressource :"
+
+#: client/features/templates/templates.strings.js:85
+msgid "Unable to launch template."
+msgstr "Impossible de lancer le modèle."
+
+#: client/features/templates/templates.strings.js:87
+msgid "Unable to schedule job."
+msgstr "Impossible de programmer le job."
+
+#: client/src/instance-groups/instance-groups.strings.js:37
+msgid "Unavailable"
+msgstr "Non disponible"
+
+#: client/src/instance-groups/instance-groups.strings.js:36
+msgid "Unavailable to run jobs."
+msgstr "Non disponible pour exécuter les jobs."
+
+#: client/lib/components/components.strings.js:26
msgid "Unexpected Error"
msgstr "Erreur inattendue"
-#: client/lib/components/components.strings.js:21
+#: client/lib/components/components.strings.js:25
msgid "Unexpected server error. View the console for more information"
msgstr ""
"Erreur de serveur inattendue. Affichez la console pour plus d'informations."
-#: client/lib/components/components.strings.js:34
+#: client/src/network-ui/network.ui.strings.js:36
+msgid "Unknown"
+msgstr ""
+
+#: client/lib/components/components.strings.js:38
msgid "Unsupported display model type"
msgstr "Type de modèle d'affichage non pris en charge"
-#: client/lib/components/components.strings.js:26
+#: client/lib/components/components.strings.js:30
msgid "Unsupported input type"
msgstr "Type d'entrée non prise en charge"
-#: client/src/projects/list/projects-list.controller.js:266
+#: client/src/projects/list/projects-list.controller.js:301
msgid "Update Not Found"
msgstr "Mise à jour introuvable"
@@ -5490,13 +6168,28 @@ msgstr "Mise à jour introuvable"
msgid "Update Options"
msgstr "Mettre à jour les options"
-#: client/src/projects/edit/projects-edit.controller.js:332
+#: client/src/projects/projects.form.js:178
+msgid "Update Revision on Launch"
+msgstr "Mettre à jour Révision au lancement"
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:30
+msgid "Update canceled. Click for details"
+msgstr "Mise à jour annulée. Cliquer pour plus de détails."
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:24
+msgid "Update failed. Click for details"
+msgstr "Échec de la mise à jour. Cliquer pour plus de détails."
+
+#: client/src/projects/edit/projects-edit.controller.js:340
msgid "Update in Progress"
msgstr "Mise à jour en cours"
+#: client/src/projects/factories/get-project-tool-tip.factory.js:27
+msgid "Update missing. Click for details"
+msgstr "Mise à jour manquante. Cliquer pour plus de détails."
+
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:352
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:357
-#: client/src/projects/projects.form.js:177
msgid "Update on Launch"
msgstr "Mettre à jour au lancement"
@@ -5508,27 +6201,37 @@ msgstr "Mettre à jour lorsqu'une modification est apportée au projet"
msgid "Update on Project Update"
msgstr "Mettre à jour lorsque le projet est actualisé"
+#: client/src/projects/factories/get-project-tool-tip.factory.js:14
+msgid "Update queued. Click for details"
+msgstr "Mise à jour en file d'attente. Cliquer pour plus de détails."
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:18
+msgid "Update running. Click for details"
+msgstr "Mise à jour en cours. Cliquer pour plus de détails."
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:21
+msgid "Update succeeded. Click for details"
+msgstr "Mise à jour réussie. Cliquer pour plus de détails."
+
#: client/src/license/license.partial.html:71
msgid "Upgrade"
msgstr "Mettre à niveau"
-#: client/src/templates/job_templates/job-template.form.js:299
-#: client/src/templates/job_templates/job-template.form.js:304
+#: client/src/templates/job_templates/job-template.form.js:309
+#: client/src/templates/job_templates/job-template.form.js:314
msgid "Use Fact Cache"
msgstr "Utiliser le cache des facts"
-#: client/src/notifications/notificationTemplates.form.js:395
+#: client/src/notifications/notificationTemplates.form.js:466
msgid "Use SSL"
msgstr "Utiliser SSL"
-#: client/src/notifications/notificationTemplates.form.js:390
+#: client/src/notifications/notificationTemplates.form.js:461
msgid "Use TLS"
msgstr "Utiliser TLS"
-#: client/src/instance-groups/instance-group.partial.html:10
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:10
-#: client/src/instance-groups/instances/instances-list.partial.html:21
-#: client/src/instance-groups/list/instance-groups-list.partial.html:32
+#: client/src/instance-groups/instance-groups.strings.js:17
+#: client/src/instance-groups/instance-groups.strings.js:38
msgid "Used Capacity"
msgstr "Capacité utilisée"
@@ -5542,33 +6245,35 @@ msgstr ""
"SCM à distance tel que Git, Subversion (svn) ou Mercurial (hg). Ces "
"informations d’identification sont utilisées par les Projets."
-#: client/features/credentials/legacy.credentials.js:83
-#: client/src/credentials/credentials.form.js:456
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:143
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:144
-#: client/src/organizations/organizations.form.js:92
-#: client/src/projects/projects.form.js:250 client/src/teams/teams.form.js:93
-#: client/src/templates/workflows.form.js:133
+#: client/features/credentials/legacy.credentials.js:80
+#: client/src/credentials/credentials.form.js:457
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:125
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:127
+#: client/src/organizations/organizations.form.js:104
+#: client/src/projects/projects.form.js:265 client/src/teams/teams.form.js:96
+#: client/src/templates/workflows.form.js:158
msgid "User"
msgstr "Utilisateur"
-#: client/src/configuration/configuration.partial.html:18
+#: client/src/configuration/configuration.partial.html:36
msgid "User Interface"
msgstr "Interface utilisateur"
-#: client/src/users/users.form.js:95
+#: client/src/users/users.form.js:98
msgid "User Type"
msgstr "Type d’utilisateur"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:30
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:36
#: client/src/credentials/factories/become-method-change.factory.js:17
#: client/src/credentials/factories/become-method-change.factory.js:38
#: client/src/credentials/factories/kind-change.factory.js:17
#: client/src/credentials/factories/kind-change.factory.js:41
#: client/src/credentials/factories/kind-change.factory.js:74
#: client/src/credentials/factories/kind-change.factory.js:95
+#: client/src/notifications/notificationTemplates.form.js:348
+#: client/src/notifications/notificationTemplates.form.js:387
#: client/src/notifications/notificationTemplates.form.js:64
-#: client/src/users/users.form.js:58 client/src/users/users.list.js:29
+#: client/src/users/users.form.js:61 client/src/users/users.list.js:29
msgid "Username"
msgstr "Nom d’utilisateur"
@@ -5583,35 +6288,43 @@ msgstr ""
" pour les sources d'inventaire smarts et pour l'allocation de services dans "
"le cloud et leur déploiement dans les playbooks."
+#: client/lib/components/components.strings.js:78
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:35
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:36
-#: client/src/organizations/organizations.form.js:74
-#: client/src/setup-menu/setup-menu.partial.html:10
-#: client/src/teams/teams.form.js:75
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:38
+#: client/src/organizations/organizations.form.js:86
+#: client/src/teams/teams.form.js:78
msgid "Users"
msgstr "Utilisateurs"
+#: client/src/scheduler/schedulerList.controller.js:46
+msgid ""
+"Using a credential that requires a password on launch is prohibited when "
+"creating a Job Template schedule"
+msgstr ""
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:9
+msgid "VARIABLES"
+msgstr "VARIABLES"
+
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:7
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:7
msgid "VIEW ALL"
msgstr "TOUT AFFICHER"
-#: client/src/main-menu/main-menu.partial.html:75
-msgid "VIEW DOCUMENTATION"
-msgstr "AFFICHER LA DOCUMENTATION"
+#: client/lib/components/components.strings.js:57
+msgid "VIEW LESS"
+msgstr ""
+
+#: client/lib/components/components.strings.js:56
+msgid "VIEW MORE"
+msgstr ""
#: client/src/shared/paginate/paginate.partial.html:48
msgid "VIEW PER PAGE"
msgstr "AFFICHER PAR PAGE"
-#: client/src/main-menu/main-menu.partial.html:51
-msgid "VIEW USER PAGE FOR {{ $root.current_user.username | uppercase }}"
-msgstr ""
-"AFFICHER LA PAGE UTILISATEUR POUR {{ $root.current_user.username | uppercase"
-" }}"
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:180
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:234
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:248
msgid "VPC ID:"
msgstr "ID VPC :"
@@ -5624,9 +6337,9 @@ msgstr "Licence valide"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:47
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:67
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:67
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:81
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:88
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:94
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:63
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:71
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:77
msgid "Variables"
msgstr "Variables"
@@ -5634,24 +6347,25 @@ msgstr "Variables"
msgid "Vault"
msgstr "Coffre-fort"
-#: client/src/job-results/job-results.partial.html:321
-msgid "Vault Credential"
-msgstr "Informations d'identification du coffre-fort"
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:25
+msgid "Vault ID"
+msgstr "ID Archivage de sécurité"
+#: client/features/templates/templates.strings.js:44
#: client/src/credentials/credentials.form.js:391
#: client/src/job-submission/job-submission.partial.html:146
msgid "Vault Password"
msgstr "Mot de passe Vault"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:81
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:90
+#: client/features/output/output.strings.js:71
+#: client/features/templates/templates.strings.js:51
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:82
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:91
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:307
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:314
-#: client/src/job-results/job-results.partial.html:358
#: client/src/job-submission/job-submission.partial.html:183
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:99
-#: client/src/templates/job_templates/job-template.form.js:174
-#: client/src/templates/job_templates/job-template.form.js:181
+#: client/src/templates/job_templates/job-template.form.js:173
+#: client/src/templates/job_templates/job-template.form.js:180
msgid "Verbosity"
msgstr "Verbosité"
@@ -5661,13 +6375,13 @@ msgstr "Version"
#: client/src/activity-stream/streams.list.js:63
#: client/src/credential-types/credential-types.list.js:64
-#: client/src/credentials/credentials.list.js:75
+#: client/src/credentials/credentials.list.js:82
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:58
-#: client/src/inventories-hosts/inventories/inventory.list.js:104
-#: client/src/inventory-scripts/inventory-scripts.list.js:62
-#: client/src/notifications/notificationTemplates.list.js:82
-#: client/src/scheduler/schedules.list.js:83 client/src/teams/teams.list.js:64
-#: client/src/templates/templates.list.js:112
+#: client/src/inventories-hosts/inventories/inventory.list.js:120
+#: client/src/inventory-scripts/inventory-scripts.list.js:70
+#: client/src/notifications/notificationTemplates.list.js:91
+#: client/src/scheduler/schedules.list.js:93 client/src/teams/teams.list.js:64
+#: client/src/templates/templates.list.js:108
#: client/src/users/users.list.js:70
msgid "View"
msgstr "Afficher"
@@ -5676,11 +6390,11 @@ msgstr "Afficher"
msgid "View Activity Stream"
msgstr "Afficher le flux d’activité"
-#: client/src/main-menu/main-menu.partial.html:173
+#: client/lib/components/components.strings.js:66
msgid "View Documentation"
msgstr "Afficher la documentation"
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:79
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:86
msgid "View Insights Data"
msgstr "Afficher les données des informations"
@@ -5693,7 +6407,7 @@ msgstr "Afficher les exemples JSON à"
#: client/src/inventories-hosts/hosts/host.form.js:78
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:77
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:77
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:91
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:73
msgid "View JSON examples at %s"
msgstr "Afficher les exemples JSON à %s"
@@ -5705,9 +6419,13 @@ msgstr "Afficher moins"
msgid "View More"
msgstr "Afficher plus"
-#: client/src/shared/form-generator.js:1719
-#: client/src/templates/job_templates/job-template.form.js:436
-#: client/src/templates/workflows.form.js:161
+#: client/features/output/output.strings.js:27
+msgid "View Project checkout results"
+msgstr "Afficher les résultats d'extraction du projet"
+
+#: client/src/shared/form-generator.js:1728
+#: client/src/templates/job_templates/job-template.form.js:454
+#: client/src/templates/workflows.form.js:196
msgid "View Survey"
msgstr "Afficher le questionnaire"
@@ -5720,19 +6438,11 @@ msgstr "Afficher les exemples YAML à"
#: client/src/inventories-hosts/hosts/host.form.js:79
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:78
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:78
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:92
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74
msgid "View YAML examples at %s"
msgstr "Afficher les exemples YAML à %s"
-#: client/src/setup-menu/setup-menu.partial.html:72
-msgid "View Your License"
-msgstr "Afficher votre licence"
-
-#: client/src/setup-menu/setup-menu.partial.html:73
-msgid "View and edit your license information."
-msgstr "Affichez et modifiez vos informations de licence."
-
-#: client/src/credentials/credentials.list.js:77
+#: client/src/credentials/credentials.list.js:84
msgid "View credential"
msgstr "Afficher les informations d’identification"
@@ -5756,33 +6466,21 @@ msgstr "Afficher le groupe"
msgid "View host"
msgstr "Afficher l'hôte"
-#: client/src/setup-menu/setup-menu.partial.html:67
-msgid "View information about this version of Ansible {{BRAND_NAME}}."
-msgstr "Afficher des informations sur cette version d'Ansible {{BRAND_NAME}}."
-
-#: client/src/inventories-hosts/inventories/inventory.list.js:106
+#: client/src/inventories-hosts/inventories/inventory.list.js:122
msgid "View inventory"
msgstr "Afficher l’inventaire"
-#: client/src/inventory-scripts/inventory-scripts.list.js:64
+#: client/src/inventory-scripts/inventory-scripts.list.js:72
msgid "View inventory script"
msgstr "Afficher le script d’inventaire"
-#: client/src/setup-menu/setup-menu.partial.html:55
-msgid "View list and capacity of {{BRAND_NAME}} instances."
-msgstr "Afficher la liste et la capacité des instances {{BRAND_NAME}}."
-
-#: client/src/notifications/notificationTemplates.list.js:84
+#: client/src/notifications/notificationTemplates.list.js:93
msgid "View notification"
msgstr "Afficher la notification"
-#: client/src/job-results/job-results.partial.html:222
-msgid "View project sync results"
-msgstr "Afficher les résultats de synchronisation du projet"
-
-#: client/src/scheduler/schedules.list.js:85
+#: client/src/scheduler/schedules.list.js:95
msgid "View schedule"
-msgstr "Afficher le calendrier"
+msgstr "Afficher Planning"
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:118
msgid "View source"
@@ -5792,51 +6490,81 @@ msgstr "Afficher la source"
msgid "View team"
msgstr "Afficher l’équipe"
-#: client/src/templates/templates.list.js:114
+#: client/src/templates/templates.list.js:110
msgid "View template"
msgstr "Afficher le modèle"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:192
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:246
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
msgid "View the"
msgstr "Afficher "
-#: client/src/jobs/all-jobs.list.js:92
-msgid "View the job"
-msgstr "Afficher la tâche"
+#: client/features/output/output.strings.js:21
+#: client/lib/components/components.strings.js:61
+msgid "View the Credential"
+msgstr "Afficher les informations d’identification"
-#: client/src/projects/projects.list.js:111
+#: client/features/output/output.strings.js:24
+msgid "View the Inventory"
+msgstr "Afficher l’inventaire"
+
+#: client/features/output/output.strings.js:25
+msgid "View the Job Template"
+msgstr "Afficher le Modèle de Job"
+
+#: client/features/output/output.strings.js:26
+msgid "View the Project"
+msgstr "Afficher le projet"
+
+#: client/features/output/output.strings.js:28
+msgid "View the Schedule"
+msgstr "Afficher le planning"
+
+#: client/features/output/output.strings.js:30
+msgid "View the User"
+msgstr "Afficher cet utilisateur"
+
+#: client/src/projects/projects.list.js:118
msgid "View the project"
msgstr "Afficher le projet"
#: client/src/scheduler/scheduled-jobs.list.js:74
msgid "View the schedule"
-msgstr "Afficher le calendrier"
+msgstr "Afficher le planning"
+
+#: client/features/output/output.strings.js:29
+msgid "View the source Workflow Job"
+msgstr "Afficher source Job de workflow"
#: client/src/users/users.list.js:73
msgid "View user"
msgstr "Afficher l’utilisateur"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:42
-#: client/src/instance-groups/jobs/jobs.list.js:41
-#: client/src/job-results/job-results.partial.html:145
-#: client/src/jobs/all-jobs.list.js:49
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:25
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:25
-msgid "View workflow results"
-msgstr "Afficher les résultats du workflow"
+#: client/lib/components/components.strings.js:89
+msgid "Views"
+msgstr "Affichages"
#: client/src/templates/workflows.form.js:20
msgid "WORKFLOW"
msgstr "WORKFLOW"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:73
-#: client/src/configuration/configuration.controller.js:200
-#: client/src/configuration/configuration.controller.js:262
+#: client/features/templates/templates.strings.js:109
+#: client/src/scheduler/scheduler.strings.js:50
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:213
+msgid "Warning"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:91
+#: client/src/configuration/configuration.controller.js:229
+#: client/src/configuration/configuration.controller.js:314
#: client/src/configuration/system-form/configuration-system.controller.js:55
msgid "Warning: Unsaved Changes"
msgstr "Avertissement : modifications non enregistrées"
+#: client/src/scheduler/scheduler.strings.js:31
+msgid "Wed"
+msgstr ""
+
#: client/src/license/license.partial.html:78
msgid ""
"Welcome to Ansible Tower! Please complete the steps below to acquire a "
@@ -5866,28 +6594,35 @@ msgstr ""
"source externe ne seront pas touchés par le processus de mise à jour de "
"l'inventaire."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:97
-msgid ""
-"When this template is submitted as a job, setting the type to %s will "
-"execute the playbook, running tasks on the selected hosts."
-msgstr ""
-"Lorsque ce modèle est validé en tant que tâche, le fait de définir le type "
-"sur %s exécute le playbook en lançant les tâches sur les hôtes sélectionnés."
-
-#: client/src/shared/form-generator.js:1723
-#: client/src/templates/workflows.form.js:187
+#: client/src/shared/form-generator.js:1732
+#: client/src/templates/workflows.form.js:222
msgid "Workflow Editor"
msgstr "Workflow Editor"
+#: client/features/jobs/jobs.strings.js:10
+msgid "Workflow Job"
+msgstr "Job de workflow"
+
+#: client/lib/models/models.strings.js:45
+msgid "Workflow Job Template Nodes"
+msgstr "Nodes de modèles de Jobs de workflows"
+
+#: client/features/templates/templates.strings.js:14
#: client/src/templates/templates.list.js:66
msgid "Workflow Template"
-msgstr "Modèle de workflow"
+msgstr "Modèle de workflow"
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:109
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:41
msgid "Workflow Templates"
msgstr "Modèles de workflow"
+#: client/features/users/tokens/tokens.strings.js:31
+msgid "Write"
+msgstr "Écriture"
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:11
+#: client/lib/services/base-string.service.js:69
#: client/src/job-submission/job-submission.partial.html:171
msgid "YAML"
msgstr "YAML"
@@ -5898,24 +6633,38 @@ msgstr "YAML"
msgid "YAML:"
msgstr "YAML :"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/lib/services/base-string.service.js:73
+msgid "YES"
+msgstr "OUI"
+
+#: client/src/notifications/add/add.controller.js:83
+#: client/src/notifications/edit/edit.controller.js:130
msgid "Yellow"
msgstr "Jaune"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:56
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:57
msgid ""
"You can create a job template here."
msgstr ""
-"Vous pouvez créer un modèle de tâche ici."
-#: client/src/projects/edit/projects-edit.controller.js:62
+#: client/features/templates/templates.strings.js:93
+msgid ""
+"You do not have access to all resources used by this workflow. Resources "
+"that you don't have access to will not be copied and will result in an "
+"incomplete workflow."
+msgstr ""
+"Vous n'avez pas accès à toutes les ressources utilisées par ce workflow. Les"
+" ressources auxquelles vous n'avez pas accès ne seront pas copiées et donc, "
+"le workflow ne sera pas complet."
+
+#: client/src/projects/edit/projects-edit.controller.js:63
msgid "You do not have access to view this property"
msgstr "Vous n’avez pas d’accès pour afficher cette propriété"
-#: client/src/projects/add/projects-add.controller.js:29
+#: client/src/projects/add/projects-add.controller.js:31
msgid "You do not have permission to add a project."
msgstr "Vous n’êtes pas autorisé à ajouter un projet."
@@ -5923,15 +6672,23 @@ msgstr "Vous n’êtes pas autorisé à ajouter un projet."
msgid "You do not have permission to add a user."
msgstr "Vous n’êtes pas autorisé à ajouter un utilisateur."
+#: client/src/access/rbac-multiselect/rbac-multiselect-list.directive.js:174
+msgid "You do not have permission to manage this user"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:68
+msgid "You do not have permission to perform this action."
+msgstr "Vous n'êtes pas autorisé à effectuer cette action."
+
#: client/src/inventories-hosts/inventory-hosts.strings.js:28
msgid "You do not have sufficient permissions to edit the host filter."
msgstr ""
"Vous ne disposez pas de suffisamment de permissions pour modifier le filtre "
"de l'hôte."
-#: client/src/configuration/auth-form/configuration-auth.controller.js:72
-#: client/src/configuration/configuration.controller.js:199
-#: client/src/configuration/configuration.controller.js:261
+#: client/src/configuration/auth-form/configuration-auth.controller.js:90
+#: client/src/configuration/configuration.controller.js:228
+#: client/src/configuration/configuration.controller.js:313
#: client/src/configuration/system-form/configuration-system.controller.js:54
msgid ""
"You have unsaved changes. Would you like to proceed without"
@@ -5940,7 +6697,14 @@ msgstr ""
"Des modifications n’ont pas été enregistrées. Voulez-vous continuer "
"sans strong> les enregistrer ?"
-#: client/src/projects/list/projects-list.controller.js:222
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid ""
+"You must run a successful update before you can select a playbook. You will "
+"not be able to save this Job Template without a valid playbook."
+msgstr ""
+
+#: client/src/projects/list/projects-list.controller.js:257
msgid "Your request to cancel the update was submitted to the task manager."
msgstr ""
"Votre demande d’annulation de la mise à jour a été envoyée au gestionnaire "
@@ -5954,22 +6718,35 @@ msgstr ""
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24
#: client/src/job-submission/job-submission.partial.html:317
-#: client/src/shared/form-generator.js:1193
+#: client/src/shared/form-generator.js:1202
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:42
msgid "and"
msgstr "et"
+#: client/features/users/tokens/tokens.strings.js:27
+msgid "by"
+msgstr "par"
+
#: client/src/job-submission/job-submission.partial.html:289
#: client/src/job-submission/job-submission.partial.html:294
#: client/src/job-submission/job-submission.partial.html:305
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
msgid "characters long."
msgstr "caractères."
+#: client/features/output/output.strings.js:78
#: client/src/shared/smart-search/smart-search.partial.html:53
msgid "documentation"
msgstr "documentation"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:193
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:275
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+msgid "failed"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:247
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:262
msgid "for a complete list of supported filters."
msgstr "pour obtenir une liste complète des filtres pris en charge."
@@ -6003,50 +6780,81 @@ msgstr[1] "hôtes"
msgid "hosts"
msgstr "hôtes"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:58
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:60
msgid "hosts with failures. Click for details."
msgstr "hôtes avec échecs. Cliquez pour obtenir plus d'informations."
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid "missing"
+msgstr ""
+
#: client/src/access/rbac-multiselect/permissionsTeams.list.js:21
msgid "name"
msgstr "nom"
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid "never updated"
+msgstr ""
+
#: client/src/shared/paginate/paginate.partial.html:34
msgid "of"
msgstr "de"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "of the filters match."
msgstr "des filtres correspondent."
+#: client/src/scheduler/scheduler.strings.js:26
+msgid "on"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:23
+msgid "on day"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:27
+msgid "on days"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:25
+msgid "on the"
+msgstr ""
+
#: client/src/access/rbac-multiselect/permissionsTeams.list.js:24
msgid "organization"
msgstr "organisation"
-#: client/src/shared/form-generator.js:1069
+#: client/src/shared/form-generator.js:1078
msgid "playbook"
msgstr "playbook"
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+msgid "section"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:138
#: client/src/credentials/credentials.form.js:364
msgid "set in helpers/credentials"
msgstr "définir dans helpers/credentials"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:43
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:45
msgid "sources with sync failures. Click for details"
msgstr ""
"sources avec échecs de synchronisation. Cliquez pour obtenir plus "
"d'informations."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:190
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:272
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:244
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
msgid "test"
msgstr "test"
#: client/src/job-submission/job-submission.partial.html:289
#: client/src/job-submission/job-submission.partial.html:294
#: client/src/job-submission/job-submission.partial.html:305
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
msgid "to"
msgstr "pour"
@@ -6086,13 +6894,13 @@ msgstr "afficher ec2.ini dans le référentiel github Ansible."
msgid "view vmware_inventory.ini in the Ansible github repo."
msgstr "afficher vmware_inventory.ini dans le référentiel github Ansible."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "when"
msgstr "quand"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:171
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:252
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:225
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:239
msgid ""
"will create group names similar to the following examples based on the "
"options selected:"
@@ -6102,20 +6910,24 @@ msgstr ""
#: client/src/inventories-hosts/inventories/related/groups/factories/get-hosts-status-msg.factory.js:11
msgid "with failed jobs."
-msgstr "avec des tâches ayant échoué."
+msgstr "avec des jobs ayant échoué."
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs-list.route.js:9
-msgid "{{ breadcrumb.instance_name }}"
-msgstr "{{ breadcrumb.instance_name }}"
+#: client/features/users/tokens/tokens.strings.js:40
+msgid "{{ appName }} Token"
+msgstr "{{ appName }} Jeton"
+
+#: client/lib/services/base-string.service.js:95
+msgid "{{ header }} {{ body }}"
+msgstr "{{ header }} {{ body }}"
+
+#: client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html:5
+msgid "{{:: vm.strings.get('prompt.JOB_TYPE') }}"
+msgstr "{{:: vm.strings.get('prompt.JOB_TYPE') }}"
#: client/lib/components/input/label.partial.html:5
msgid "{{::state._hint}}"
msgstr "{{::state._hint}}"
-#: client/src/instance-groups/instances/instances-list.route.js:10
-msgid "{{breadcrumb.instance_group_name}}"
-msgstr "{{breadcrumb.instance_group_name}}"
-
#: client/src/shared/paginate/paginate.partial.html:55
msgid "{{pageSize}}"
msgstr "{{pageSize}}"
diff --git a/awx/ui/po/ja.po b/awx/ui/po/ja.po
index 719df35933..8ce0be53f6 100644
--- a/awx/ui/po/ja.po
+++ b/awx/ui/po/ja.po
@@ -2,20 +2,21 @@
# mkim , 2017. #zanata
# myamamot , 2017. #zanata
# shanemcd , 2017. #zanata
+# asasaki , 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2017-12-06 12:57+0000\n"
+"PO-Revision-Date: 2018-06-13 02:29+0000\n"
"Last-Translator: asasaki \n"
"Language-Team: Japanese\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: Zanata 4.3.2\n"
+"X-Generator: Zanata 4.4.3\n"
-#: client/src/projects/add/projects-add.controller.js:153
-#: client/src/projects/edit/projects-edit.controller.js:288
+#: client/src/projects/add/projects-add.controller.js:161
+#: client/src/projects/edit/projects-edit.controller.js:296
msgid ""
"%sNote:%s Mercurial does not support password authentication for SSH. Do not"
" put the username and key in the URL. If using Bitbucket and SSH, do not "
@@ -24,8 +25,8 @@ msgstr ""
"%s注:%s Mercurial は SSH のパスワード認証をサポートしません。ユーザー名およびキーを URL "
"に入れないでください。Bitbucket および SSH を使用している場合は、Bitbucket ユーザー名を入力しないでください。"
-#: client/src/projects/add/projects-add.controller.js:132
-#: client/src/projects/edit/projects-edit.controller.js:267
+#: client/src/projects/add/projects-add.controller.js:140
+#: client/src/projects/edit/projects-edit.controller.js:275
msgid ""
"%sNote:%s When using SSH protocol for GitHub or Bitbucket, enter an SSH key "
"only, do not enter a username (other than git). Additionally, GitHub and "
@@ -44,10 +45,6 @@ msgstr "(%s にデフォルト設定)"
msgid "(seconds)"
msgstr "(秒)"
-#: client/src/organizations/list/organizations-list.partial.html:20
-msgid "+ ADD"
-msgstr "+ 追加"
-
#: client/src/shared/paginate/paginate.partial.html:66
msgid "100"
msgstr "100"
@@ -60,7 +57,87 @@ msgstr "20"
msgid "50"
msgstr "50"
+#: client/lib/components/code-mirror/code-mirror.strings.js:17
+msgid ""
+"\n"
+" Enter inventory variables using either JSON or YAML\n"
+" syntax. Use the radio button to toggle between the two.\n"
+"
\n"
+" JSON:\n"
+"
\n"
+" \n"
+" {\n"
+"
\"somevar\": \"somevalue\",\n"
+"
\"password\": \"magic\"\n"
+"
\n"
+" }\n"
+"
\n"
+" YAML:\n"
+"
\n"
+" \n"
+" ---\n"
+"
somevar: somevalue\n"
+"
password: magic\n"
+"
\n"
+"
\n"
+" \n"
+" View JSON examples at\n"
+" www.json.org\n"
+"
\n"
+" \n"
+" View YAML examples at\n"
+" \n"
+" docs.ansible.com\n"
+"
"
+msgstr ""
+"\n"
+" JSON または YAML 構文のいずれかを使用してインベントリー変数を入力します。ラジオボタンを使用してこれらの間で切り替えを行います。\n"
+"
\n"
+" JSON:\n"
+"
\n"
+" \n"
+" {\n"
+"
\"somevar\": \"somevalue\",\n"
+"
\"password\": \"magic\"\n"
+"
\n"
+" }\n"
+"
\n"
+" YAML:\n"
+"
\n"
+" \n"
+" ---\n"
+"
somevar: somevalue\n"
+"
password: magic\n"
+"
\n"
+"
\n"
+" \n"
+" JSON サンプルの表示\n"
+" www.json.org\n"
+"
\n"
+" \n"
+" YAML サンプルの表示\n"
+" \n"
+" docs.ansible.com\n"
+"
"
+
+#: client/features/templates/templates.strings.js:55
+msgid ""
+"Pass extra command line variables to the playbook. This is the -e or "
+"--extra-vars command line parameter for ansible-playbook. Provide key/value "
+"pairs using either YAML or JSON.
JSON:
{
"somevar": "somevalue",
"password": "
+""magic"
}
YAML:
---
somevar: somevalue
password: magic
"
+msgstr ""
+"追加のコマンドライン変数を Playbook に渡します。これは、ansible-playbook の -e または --extra-vars "
+"コマンドラインパラメーターです。YAML または JSON のいずれかを使用してキーと値のペアを指定します。
JSON:
{
"somevar": "somevalue",
"password": "magic"
}
YAML:
---
somevar: somevalue
password: magic
"
+
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:33
+#: client/src/scheduler/scheduler.strings.js:14
msgid "A schedule name is required."
msgstr "スケジュール名が必要です。"
@@ -90,43 +167,17 @@ msgstr "アクティビティーの詳細"
msgid "ACTIVITY STREAM"
msgstr "アクティビティーストリーム"
-#: client/features/credentials/legacy.credentials.js:76
-#: client/src/credential-types/credential-types.list.js:44
-#: client/src/credentials/credentials.form.js:449
-#: client/src/credentials/credentials.list.js:54
-#: client/src/inventories-hosts/inventories/inventory.list.js:77
-#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:71
-#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:120
-#: client/src/inventory-scripts/inventory-scripts.list.js:42
-#: client/src/notifications/notificationTemplates.list.js:54
#: client/src/organizations/linkout/addUsers/addUsers.partial.html:8
-#: client/src/organizations/organizations.form.js:84
-#: client/src/projects/projects.form.js:243
-#: client/src/projects/projects.list.js:78
-#: client/src/scheduler/schedules.list.js:68 client/src/teams/teams.form.js:85
-#: client/src/teams/teams.list.js:45
-#: client/src/templates/job_templates/job-template.form.js:397
-#: client/src/templates/templates.list.js:58
-#: client/src/templates/workflows.form.js:125
-#: client/src/users/users.list.js:50
msgid "ADD"
msgstr "追加"
-#: client/src/inventories-hosts/inventories/related/groups/groups.list.js:71
-msgid "ADD GROUP"
-msgstr "グループの追加"
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:3
+msgid "ADD A NEW TEMPLATE"
+msgstr ""
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:125
-msgid "ADD HOST"
-msgstr "ホストの追加"
-
-#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:216
-msgid "ADD PERMISSIONS"
-msgstr "パーミッションの追加"
-
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:70
-msgid "ADD SOURCE"
-msgstr "ソースの追加"
+#: client/features/templates/templates.strings.js:111
+msgid "ADD A TEMPLATE"
+msgstr ""
#: client/src/templates/survey-maker/shared/question-definition.form.js:16
msgid "ADD SURVEY PROMPT"
@@ -136,8 +187,12 @@ msgstr "Survey プロンプトの追加"
msgid "ADDITIONAL INFORMATION"
msgstr "追加情報"
-#: client/src/organizations/linkout/organizations-linkout.route.js:330
-#: client/src/organizations/list/organizations-list.controller.js:84
+#: client/features/output/output.strings.js:75
+msgid "ADDITIONAL_INFORMATION"
+msgstr "ADDITIONAL_INFORMATION"
+
+#: client/src/organizations/linkout/organizations-linkout.route.js:258
+#: client/src/organizations/list/organizations-list.controller.js:85
msgid "ADMINS"
msgstr "管理者"
@@ -145,12 +200,8 @@ msgstr "管理者"
msgid "ALL ACTIVITY"
msgstr "すべてのアクティビティー"
-#: client/src/jobs/all-jobs.list.js:14
-msgid "ALL JOBS"
-msgstr "すべてのジョブ"
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "ANY"
msgstr "任意"
@@ -162,14 +213,18 @@ msgstr "API キー"
msgid "API Service/Integration Key"
msgstr "API サービス/統合キー"
-#: client/src/notifications/shared/type-change.service.js:52
+#: client/src/notifications/shared/type-change.service.js:60
msgid "API Token"
msgstr "API トークン"
-#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:53
-#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:71
-msgid "ASSOCIATE GROUP"
-msgstr "グループの関連付け"
+#: client/features/users/tokens/tokens.strings.js:39
+msgid "APPLICATION"
+msgstr "アプリケーション"
+
+#: client/features/applications/applications.strings.js:8
+#: client/src/activity-stream/get-target-title.factory.js:47
+msgid "APPLICATIONS"
+msgstr "アプリケーション"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.route.js:19
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.route.js:19
@@ -180,9 +235,13 @@ msgstr "関連付けられているグループ"
msgid "ASSOCIATED HOSTS"
msgstr "関連付けられているホスト"
-#: client/src/setup-menu/setup-menu.partial.html:66
-msgid "About {{BRAND_NAME}}"
-msgstr "{{BRAND_NAME}} の概要"
+#: client/lib/components/components.strings.js:87
+msgid "About"
+msgstr "情報"
+
+#: client/lib/components/components.strings.js:91
+msgid "Access"
+msgstr "アクセス"
#: client/src/credentials/credentials.form.js:91
msgid "Access Key"
@@ -202,10 +261,12 @@ msgstr "アクション"
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:20
#: client/src/inventories-hosts/hosts/hosts.partial.html:47
-#: client/src/shared/list-generator/list-generator.factory.js:573
+#: client/src/network-ui/network.ui.strings.js:16
+#: client/src/shared/list-generator/list-generator.factory.js:586
msgid "Actions"
msgstr "アクション"
+#: client/features/templates/templates.strings.js:15
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:17
#: client/src/templates/templates.list.js:36
msgid "Activity"
@@ -215,11 +276,11 @@ msgstr "アクティビティー"
msgid "Activity Stream"
msgstr "アクティビティーストリーム"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:131
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:132
-#: client/src/organizations/organizations.form.js:81
-#: client/src/teams/teams.form.js:82
-#: client/src/templates/workflows.form.js:122
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:113
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:115
+#: client/src/organizations/organizations.form.js:93
+#: client/src/teams/teams.form.js:85
+#: client/src/templates/workflows.form.js:147
msgid "Add"
msgstr "追加"
@@ -231,7 +292,7 @@ msgstr "認証情報の追加"
msgid "Add Inventories"
msgstr "インベントリーの追加"
-#: client/src/shared/stateDefinitions.factory.js:288
+#: client/src/shared/stateDefinitions.factory.js:304
msgid "Add Permissions"
msgstr "パーミッションの追加"
@@ -239,9 +300,9 @@ msgstr "パーミッションの追加"
msgid "Add Project"
msgstr "プロジェクトの追加"
-#: client/src/shared/form-generator.js:1711
-#: client/src/templates/job_templates/job-template.form.js:445
-#: client/src/templates/workflows.form.js:170
+#: client/src/shared/form-generator.js:1720
+#: client/src/templates/job_templates/job-template.form.js:463
+#: client/src/templates/workflows.form.js:205
msgid "Add Survey"
msgstr "Survey の追加"
@@ -249,17 +310,17 @@ msgstr "Survey の追加"
msgid "Add Team"
msgstr "チームの追加"
-#: client/src/teams/teams.form.js:83
+#: client/src/teams/teams.form.js:86
msgid "Add User"
msgstr "ユーザーの追加"
-#: client/src/shared/stateDefinitions.factory.js:410
-#: client/src/shared/stateDefinitions.factory.js:578
+#: client/src/shared/stateDefinitions.factory.js:426
+#: client/src/shared/stateDefinitions.factory.js:594
#: client/src/users/users.list.js:17
msgid "Add Users"
msgstr "ユーザーの追加"
-#: client/src/organizations/organizations.form.js:82
+#: client/src/organizations/organizations.form.js:94
msgid "Add Users to this organization."
msgstr "ユーザーをこの組織に追加してください。"
@@ -271,32 +332,29 @@ msgstr "グループの追加"
msgid "Add a host"
msgstr "ホストの追加"
-#: client/src/scheduler/schedules.list.js:66
+#: client/src/scheduler/schedules.list.js:74
msgid "Add a new schedule"
msgstr "新規スケジュールの追加"
-#: client/features/credentials/legacy.credentials.js:74
-#: client/src/credentials/credentials.form.js:447
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:133
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:134
-#: client/src/projects/projects.form.js:241
-#: client/src/templates/job_templates/job-template.form.js:395
-#: client/src/templates/workflows.form.js:123
+#: client/features/credentials/legacy.credentials.js:71
+#: client/src/credentials/credentials.form.js:448
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:115
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:117
+#: client/src/projects/projects.form.js:255
+#: client/src/templates/job_templates/job-template.form.js:406
+#: client/src/templates/workflows.form.js:148
msgid "Add a permission"
msgstr "パーミッションの追加"
-#: client/src/setup-menu/setup-menu.partial.html:23
-msgid ""
-"Add passwords, SSH keys, and other credentials to use when launching jobs "
-"against machines, or when syncing inventories or projects."
-msgstr ""
-"マシンに対するジョブの起動時やインベントリーまたはプロジェクトの同期時に使用するパスワード、SSH キーおよびその他の認証情報を追加します。"
-
-#: client/src/shared/form-generator.js:1446
+#: client/src/shared/form-generator.js:1455
msgid "Admin"
msgstr "管理者"
-#: client/src/organizations/linkout/organizations-linkout.route.js:354
+#: client/lib/components/components.strings.js:92
+msgid "Administration"
+msgstr "管理"
+
+#: client/src/organizations/linkout/organizations-linkout.route.js:281
msgid "Admins"
msgstr "管理者"
@@ -310,6 +368,7 @@ msgstr ""
"リビジョンが変更されるプロジェクトの毎回の更新後に、選択されたソースのインベントリーを更新してからジョブのタスクを実行します。これは、Ansible "
"インベントリーの .ini ファイル形式のような静的コンテンツが対象であることが意図されています。"
+#: client/lib/components/components.strings.js:99
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:37
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:43
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:65
@@ -322,31 +381,35 @@ msgstr "すべて"
msgid "All Activity"
msgstr "すべてのアクティビティー"
-#: client/src/portal-mode/portal-mode-jobs.partial.html:10
-#: client/src/portal-mode/portal-mode-layout.partial.html:17
+#: client/src/portal-mode/portal-mode-layout.partial.html:31
msgid "All Jobs"
msgstr "すべてのジョブ"
-#: client/src/templates/job_templates/job-template.form.js:275
-#: client/src/templates/job_templates/job-template.form.js:282
+#: client/src/templates/job_templates/job-template.form.js:285
+#: client/src/templates/job_templates/job-template.form.js:292
msgid "Allow Provisioning Callbacks"
msgstr "プロビジョニングコールバックの許可"
-#: client/src/setup-menu/setup-menu.partial.html:11
-msgid ""
-"Allow others to sign into {{BRAND_NAME}} and own the content they create."
-msgstr "他のユーザーが {{BRAND_NAME}} にサインインし、独自に作成するコンテンツを所有できるようにします。"
-
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:43
+#: client/features/templates/templates.strings.js:106
+#: client/src/workflow-results/workflow-results.controller.js:66
msgid "Always"
msgstr "常時"
-#: client/src/projects/list/projects-list.controller.js:266
+#: client/src/projects/list/projects-list.controller.js:301
msgid ""
"An SCM update does not appear to be running for project: %s. Click the "
"%sRefresh%s button to view the latest status."
msgstr "SCM 更新がプロジェクトに対して実行されていないようです: %s。%s更新%s ボタンをクリックして最新のステータスを表示してください。"
+#: client/src/organizations/organizations.form.js:47
+#: client/src/organizations/organizations.form.js:52
+#: client/src/projects/projects.form.js:207
+#: client/src/projects/projects.form.js:212
+#: client/src/templates/job_templates/job-template.form.js:235
+#: client/src/templates/job_templates/job-template.form.js:240
+msgid "Ansible Environment"
+msgstr "Ansible 環境"
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:62
#: client/src/templates/survey-maker/shared/question-definition.form.js:68
msgid "Answer Type"
@@ -357,42 +420,30 @@ msgstr "回答タイプ"
msgid "Answer Variable Name"
msgstr "回答の変数名"
-#: client/src/job-results/job-results.service.js:144
-msgid "Are you sure you want to cancel the job below?"
-msgstr "以下のジョブを取り消してもよろしいですか?"
+#: client/lib/components/components.strings.js:85
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:24
+msgid "Applications"
+msgstr "アプリケーション"
-#: client/src/credentials/list/credentials-list.controller.js:133
-msgid "Are you sure you want to delete the credential below?"
-msgstr "以下の認証情報を削除してもよろしいですか?"
+#: client/src/notifications/notification-templates-list/list.controller.js:219
+msgid "Are you sure you want to delete this notification template?"
+msgstr "この通知テンプレートを削除してもよろしいですか?"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:100
-msgid "Are you sure you want to delete the inventory below?"
-msgstr "以下のインベントリーを削除してもよろしいですか?"
+#: client/src/teams/list/teams-list.controller.js:80
+msgid "Are you sure you want to delete this team?"
+msgstr "このチームを削除してもよろしいですか?"
-#: client/src/job-results/job-results.service.js:95
-#: client/src/jobs/factories/delete-job.factory.js:110
-msgid "Are you sure you want to delete the job below?"
-msgstr "以下のジョブを削除してもよろしいですか?"
+#: client/src/users/list/users-list.controller.js:93
+msgid "Are you sure you want to delete this user?"
+msgstr "このユーザーを削除してもよろしいですか?"
-#: client/src/notifications/notification-templates-list/list.controller.js:190
-msgid "Are you sure you want to delete the notification template below?"
-msgstr "以下の通知テンプレートを削除してもよろしいですか?"
+#: client/features/templates/templates.strings.js:102
+msgid "Are you sure you want to delete this workflow node?"
+msgstr ""
-#: client/src/organizations/list/organizations-list.controller.js:172
-msgid "Are you sure you want to delete the organization below?"
-msgstr "以下の組織を削除してもよろしいですか?"
-
-#: client/src/projects/list/projects-list.controller.js:208
-msgid "Are you sure you want to delete the project below?"
-msgstr "以下のプロジェクトを削除してもよろしいですか?"
-
-#: client/src/templates/list/templates-list.controller.js:103
-msgid "Are you sure you want to delete the template below?"
-msgstr "以下のテンプレートを削除してもよろしいですか?"
-
-#: client/src/users/list/users-list.controller.js:90
-msgid "Are you sure you want to delete the user below?"
-msgstr "以下のユーザーを削除してもよろしいですか?"
+#: client/lib/services/base-string.service.js:80
+msgid "Are you sure you want to delete this {{ resourceType }}?"
+msgstr "この {{ resourceType }} を削除してもよろしいですか?"
#: client/src/partials/survey-maker-modal.html:13
msgid "Are you sure you want to delete this {{deleteMode}}?"
@@ -426,10 +477,14 @@ msgid ""
"the inventory?"
msgstr "インベントリーから以下のインベントリーソースを完全に削除してもよろしいですか?"
-#: client/src/projects/edit/projects-edit.controller.js:244
+#: client/src/projects/edit/projects-edit.controller.js:252
msgid "Are you sure you want to remove the %s below from %s?"
msgstr "%s から以下の %s を削除してもよろしいですか?"
+#: client/lib/services/base-string.service.js:85
+msgid "Are you sure you want to submit the request to cancel this job?"
+msgstr "このジョブをキャンセルする要求を送信してよろしいですか?"
+
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:39
msgid "Arguments"
msgstr "引数"
@@ -441,6 +496,10 @@ msgstr "引数"
msgid "Ask at runtime?"
msgstr "実行時に確認しますか?"
+#: client/src/instance-groups/instance-groups.strings.js:28
+msgid "Associate an existing Instance"
+msgstr "既存インスタンスの関連付け"
+
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:69
msgid "Associate an existing group"
msgstr "既存グループの関連付け"
@@ -449,7 +508,7 @@ msgstr "既存グループの関連付け"
msgid "Associate this host with a new group"
msgstr "新規グループへのこのホストの関連付け"
-#: client/src/shared/form-generator.js:1448
+#: client/src/shared/form-generator.js:1457
msgid "Auditor"
msgstr "監査者"
@@ -484,20 +543,24 @@ msgstr "認証"
msgid "Authorize Password"
msgstr "認証パスワード"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:172
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:253
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:226
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:240
msgid "Availability Zone:"
msgstr "アベイラビリティーゾーン"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:106
+#: client/src/configuration/auth-form/configuration-auth.controller.js:128
msgid "Azure AD"
msgstr "Azure AD"
-#: client/src/shared/directives.js:75
+#: client/src/shared/directives.js:91
msgid "BROWSE"
msgstr "参照"
-#: client/src/projects/projects.form.js:80
+#: client/features/output/output.strings.js:96
+msgid "Back to Top"
+msgstr "トップに戻る"
+
+#: client/src/projects/projects.form.js:81
msgid ""
"Base path used for locating playbooks. Directories found inside this path "
"will be listed in the playbook directory drop-down. Together the base path "
@@ -508,7 +571,7 @@ msgstr ""
"ディレクトリーのドロップダウンに一覧表示されます。ベースパスと選択された Playbook ディレクトリーは、Playbook "
"を見つけるために使用される完全なパスを提供します。"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:128
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:129
msgid "Become Privilege Escalation"
msgstr "Become (権限昇格)"
@@ -516,7 +579,19 @@ msgstr "Become (権限昇格)"
msgid "Browse"
msgstr "参照"
-#: client/lib/services/base-string.service.js:61
+#: client/src/license/license.partial.html:129
+msgid ""
+"By default, Tower collects and transmits analytics data on Tower usage to Red Hat. This data is used to enhance future releases of the Tower Software and help streamline customer experience and success. For more information, see\n"
+"\t\t\t\t\t\t\t\t\t\t\n"
+"\t\t\t\t\t\t\t\t\t\t\t\tthis Tower documentation page\n"
+"\t\t\t\t\t\t\t\t\t\t. Uncheck this box to disable this feature."
+msgstr ""
+"デフォルトで Tower は Tower の使用状況についてのアナリティクスデータを収集し、これを Red Hat に送信します。このデータは Tower ソフトウェアの今後のリリースの強化のために使用され、カスタマーエクスペリエンスとお客様の成功を支援するために使用されます。詳細は、\n"
+"\t\t\t\t\t\t\t\t\t\t\n"
+"\t\t\t\t\t\t\t\t\t\t\t\tこの Tower ドキュメントページ\n"
+"\t\t\t\t\t\t\t\t\t\t を参照してください。この機能を無効にするには、このボックスのチェックを外してください。"
+
+#: client/lib/services/base-string.service.js:60
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:28
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:51
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:29
@@ -530,36 +605,68 @@ msgstr "参照"
#: client/src/partials/survey-maker-modal.html:17
#: client/src/partials/survey-maker-modal.html:85
#: client/src/shared/instance-groups-multiselect/instance-groups-modal/instance-groups-modal.partial.html:17
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:65
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:78
msgid "CANCEL"
msgstr "取り消し"
-#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:20
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:28
msgid "CHANGES"
msgstr "変更"
+#: client/features/templates/templates.strings.js:117
+msgid "CHECK"
+msgstr ""
+
+#: client/lib/components/components.strings.js:20
+msgid "CHOOSE A FILE"
+msgstr "ファイルの選択"
+
+#: client/features/output/output.strings.js:77
#: client/src/shared/smart-search/smart-search.partial.html:30
msgid "CLEAR ALL"
msgstr "すべてをクリア"
+#: client/lib/services/base-string.service.js:61
+#: client/lib/services/base-string.service.js:74
#: client/src/partials/survey-maker-modal.html:86
msgid "CLOSE"
msgstr "閉じる"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:19
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:19
-#: client/src/templates/completed-jobs.list.js:20
+#: client/features/jobs/routes/hostCompletedJobs.route.js:20
+#: client/features/jobs/routes/templateCompletedJobs.route.js:21
+#: client/features/jobs/routes/workflowJobTemplateCompletedJobs.route.js:21
msgid "COMPLETED JOBS"
msgstr "完了したジョブ"
#: client/src/configuration/configuration.partial.html:10
-msgid "CONFIGURE {{BRAND_NAME}}"
-msgstr "{{BRAND_NAME}} の設定"
+msgid "CONFIGURE {{ BRAND_NAME }}"
+msgstr "{{ BRAND_NAME }} の設定"
-#: client/src/shared/stateDefinitions.factory.js:157
+#: client/features/templates/templates.strings.js:31
+#: client/src/scheduler/scheduler.strings.js:55
+msgid "CONFIRM"
+msgstr "確認"
+
+#: client/lib/services/base-string.service.js:72
+msgid "COPY"
+msgstr "コピー"
+
+#: client/features/users/tokens/tokens.strings.js:25
+msgid "COULD NOT CREATE TOKEN"
+msgstr "トークンを作成できませんでした。"
+
+#: client/src/instance-groups/instance-groups.strings.js:42
+msgid "CPU"
+msgstr ""
+
+#: client/src/shared/stateDefinitions.factory.js:161
msgid "CREATE %s"
msgstr "%sの作成"
+#: client/features/applications/applications.strings.js:9
+msgid "CREATE APPLICATION"
+msgstr "アプリケーションの作成"
+
#: client/features/credentials/credentials.strings.js:8
#: client/src/credentials/credentials.form.js:16
msgid "CREATE CREDENTIAL"
@@ -580,17 +687,23 @@ msgstr "グループの作成"
msgid "CREATE HOST"
msgstr "ホストの作成"
+#: client/src/instance-groups/instance-groups.strings.js:8
+msgid "CREATE INSTANCE GROUP"
+msgstr "インスタンスグループの作成"
+
#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.route.js:8
msgid "CREATE INVENTORY SOURCE"
msgstr "インベントリーソースの作成"
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule-add.route.js:8
-#: client/src/scheduler/main.js:113 client/src/scheduler/main.js:206
-#: client/src/scheduler/main.js:290
+#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule-add.route.js:9
+#: client/src/scheduler/scheduler.strings.js:8
+#: client/src/scheduler/schedules.route.js:163
+#: client/src/scheduler/schedules.route.js:245
+#: client/src/scheduler/schedules.route.js:74
msgid "CREATE SCHEDULE"
msgstr "スケジュールの作成"
-#: client/src/management-jobs/scheduler/main.js:81
+#: client/src/management-jobs/scheduler/main.js:83
msgid "CREATE SCHEDULED JOB"
msgstr "スケジュール済みジョブの作成"
@@ -598,10 +711,18 @@ msgstr "スケジュール済みジョブの作成"
msgid "CREATE SOURCE"
msgstr "ソースの作成"
+#: client/features/users/tokens/tokens.strings.js:18
+#: client/features/users/tokens/tokens.strings.js:9
+#: client/features/users/tokens/users-tokens-add.route.js:30
+msgid "CREATE TOKEN"
+msgstr "トークンの作成"
+
+#: client/features/output/output.strings.js:100
+msgid "CREATED"
+msgstr ""
+
#: client/src/job-submission/job-submission.partial.html:351
#: client/src/partials/job-template-details.html:2
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:93
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:82
msgid "CREDENTIAL"
msgstr "認証情報"
@@ -610,17 +731,17 @@ msgid "CREDENTIAL TYPE"
msgstr "認証情報タイプ"
#: client/src/job-submission/job-submission.partial.html:92
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:56
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:70
msgid "CREDENTIAL TYPE:"
msgstr "認証情報タイプ:"
#: client/src/activity-stream/get-target-title.factory.js:11
#: client/src/credential-types/credential-types.list.js:12
-#: client/src/credential-types/main.js:45
+#: client/src/credential-types/main.js:44
msgid "CREDENTIAL TYPES"
msgstr "認証情報タイプ"
-#: client/features/credentials/legacy.credentials.js:14
+#: client/features/credentials/legacy.credentials.js:11
#: client/src/activity-stream/get-target-title.factory.js:17
#: client/src/credentials/credentials.list.js:15
#: client/src/credentials/credentials.list.js:16
@@ -628,35 +749,35 @@ msgstr "認証情報タイプ"
msgid "CREDENTIALS"
msgstr "認証情報"
-#: client/features/credentials/credentials.strings.js:28
+#: client/features/credentials/credentials.strings.js:30
msgid "CREDENTIALS PERMISSIONS"
msgstr "認証情報のパーミッション"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:378
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:390
-#: client/src/projects/projects.form.js:199
+#: client/src/projects/projects.form.js:200
msgid "Cache Timeout"
msgstr "キャッシュタイムアウト"
-#: client/src/projects/projects.form.js:188
+#: client/src/projects/projects.form.js:189
msgid "Cache Timeout%s (seconds)%s"
msgstr "キャッシュタイムアウト%s (seconds)%s"
-#: client/src/projects/list/projects-list.controller.js:199
-#: client/src/users/list/users-list.controller.js:83
+#: client/src/projects/list/projects-list.controller.js:214
+#: client/src/users/list/users-list.controller.js:85
msgid "Call to %s failed. DELETE returned status:"
msgstr "%s の呼び出しに失敗しました。DELETE で返されたステータス:"
-#: client/src/projects/list/projects-list.controller.js:246
-#: client/src/projects/list/projects-list.controller.js:263
+#: client/src/projects/list/projects-list.controller.js:281
+#: client/src/projects/list/projects-list.controller.js:298
msgid "Call to %s failed. GET status:"
msgstr "%s の呼び出しに失敗しました。GET ステータス:"
-#: client/src/projects/edit/projects-edit.controller.js:238
+#: client/src/projects/edit/projects-edit.controller.js:246
msgid "Call to %s failed. POST returned status:"
msgstr "%s の呼び出しに失敗しました。POST で返されたステータス:"
-#: client/src/projects/list/projects-list.controller.js:225
+#: client/src/projects/list/projects-list.controller.js:260
msgid "Call to %s failed. POST status:"
msgstr "%s の呼び出しに失敗しました。POST ステータス:"
@@ -664,57 +785,56 @@ msgstr "%s の呼び出しに失敗しました。POST ステータス:"
msgid "Call to %s failed. Return status: %d"
msgstr "%s の呼び出しが失敗しました。返されたステータス: %d"
-#: client/src/projects/list/projects-list.controller.js:272
+#: client/src/projects/list/projects-list.controller.js:307
msgid "Call to get project failed. GET status:"
msgstr "プロジェクトを取得するための呼び出しに失敗しました。GET ステータス:"
+#: client/lib/services/base-string.service.js:92
+msgid "Call to {{ path }} failed. {{ action }} returned status: {{ status }}."
+msgstr "{{ path }} の呼び出しに失敗しました。{{ action }} で返されたステータス: {{ status }}"
+
+#: client/features/output/output.strings.js:17
+#: client/lib/services/base-string.service.js:84
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:105
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:188
-#: client/src/configuration/configuration.controller.js:541
-#: client/src/job-results/job-results.partial.html:42
-#: client/src/jobs/factories/delete-job.factory.js:33
-#: client/src/shared/form-generator.js:1699
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:12
-#: client/src/workflow-results/workflow-results.partial.html:42
+#: client/src/configuration/configuration.controller.js:611
+#: client/src/network-ui/network.ui.strings.js:49
+#: client/src/scheduler/scheduler.strings.js:48
+#: client/src/shared/form-generator.js:1708
+#: client/src/shared/lookup/lookup-modal.partial.html:19
+#: client/src/workflow-results/workflow-results.controller.js:38
msgid "Cancel"
msgstr "取り消し"
-#: client/src/job-results/job-results.service.js:142
+#: client/lib/services/base-string.service.js:86
msgid "Cancel Job"
msgstr "ジョブの取り消し"
-#: client/src/projects/list/projects-list.controller.js:241
+#: client/src/projects/list/projects-list.controller.js:276
msgid "Cancel Not Allowed"
msgstr "取り消しは許可されていません"
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:93
+#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:100
msgid "Cancel sync process"
msgstr "同期プロセスの取り消し"
-#: client/src/projects/projects.list.js:124
+#: client/src/projects/projects.list.js:131
msgid "Cancel the SCM update"
msgstr "SCM 更新の取り消し"
-#: client/src/jobs/all-jobs.list.js:106
-msgid "Cancel the job"
-msgstr "ジョブの取り消し"
-
-#: client/src/projects/factories/get-project-tool-tip.factory.js:30
-#: client/src/projects/list/projects-list.controller.js:79
+#: client/src/projects/list/projects-list.controller.js:81
msgid "Canceled. Click for details"
msgstr "取り消されました。クリックして詳細を確認してください。"
-#: client/src/shared/smart-search/smart-search.controller.js:49
-#: client/src/shared/smart-search/smart-search.controller.js:91
+#: client/src/shared/smart-search/smart-search.controller.js:158
msgid "Cannot search running job"
msgstr "実行中のジョブを検索することはできません"
#: client/src/instance-groups/instance-groups.list.js:22
-#: client/src/instance-groups/instances/instances.list.js:20
msgid "Capacity"
msgstr "容量"
-#: client/src/projects/projects.form.js:82
+#: client/src/projects/projects.form.js:83
msgid "Change %s under \"Configure {{BRAND_NAME}}\" to change this location."
msgstr "この場所を変更するには「{{BRAND_NAME}} の設定」下の %s を変更します。"
@@ -722,10 +842,26 @@ msgstr "この場所を変更するには「{{BRAND_NAME}} の設定」下の %s
msgid "Changes"
msgstr "変更"
-#: client/src/shared/form-generator.js:1071
+#: client/src/notifications/notificationTemplates.form.js:355
+msgid "Channel"
+msgstr "チャネル"
+
+#: client/features/templates/templates.strings.js:61
+msgid "Check"
+msgstr "チェック"
+
+#: client/src/shared/form-generator.js:1080
msgid "Choose a %s"
msgstr "%s の選択"
+#: client/features/templates/templates.strings.js:52
+msgid "Choose a job type"
+msgstr "ジョブタイプを選択してください"
+
+#: client/features/templates/templates.strings.js:53
+msgid "Choose a verbosity"
+msgstr "詳細レベルの選択"
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:64
msgid "Choose an answer type"
msgstr "回答タイプの選択"
@@ -743,7 +879,7 @@ msgstr ""
msgid "Choose an inventory file"
msgstr "インベントリーファイルの選択"
-#: client/src/shared/directives.js:76
+#: client/src/shared/directives.js:92
msgid "Choose file"
msgstr "ファイルの選択"
@@ -753,7 +889,7 @@ msgid ""
" submit."
msgstr "ライセンスファイルを選択し、使用許諾契約書に同意した後に「送信」をクリックします。"
-#: client/src/projects/projects.form.js:156
+#: client/src/projects/projects.form.js:157
msgid "Clean"
msgstr "クリーニング"
@@ -762,11 +898,10 @@ msgid "Clear"
msgstr "消去"
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:64
-#: client/src/job-results/parse-stdout.service.js:68
msgid "Click for details"
msgstr "クリックして詳細を確認してください。"
-#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:63
+#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:261
msgid "Click here to open the workflow graph editor."
msgstr "こちらをクリックしてワークフローグラフエディターを開きます。"
@@ -806,14 +941,11 @@ msgstr "クライアント識別子"
msgid "Client Secret"
msgstr "クライアントシークレット"
-#: client/src/shared/form-generator.js:1703
+#: client/src/scheduler/scheduler.strings.js:47
+#: client/src/shared/form-generator.js:1712
msgid "Close"
msgstr "閉じる"
-#: client/src/job-results/job-results.partial.html:291
-msgid "Cloud Credential"
-msgstr "クラウド認証情報"
-
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:26
msgid "Cloud source not configured."
msgstr "クラウドリソースは設定されていません。"
@@ -827,14 +959,21 @@ msgstr "クラウドソースは設定されていません。以下をクリッ
msgid "CloudForms URL"
msgstr "CloudForms URL"
-#: client/src/job-results/job-results.controller.js:226
-#: client/src/standard-out/standard-out.controller.js:243
-#: client/src/workflow-results/workflow-results.controller.js:118
+#: client/features/output/output.strings.js:18
+#: client/src/workflow-results/workflow-results.controller.js:152
msgid "Collapse Output"
msgstr "出力の縮小"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:13
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:21
+#: client/src/network-ui/network.ui.strings.js:19
+msgid "Collapse Panel"
+msgstr "パネルを折りたたむ"
+
+#: client/src/inventories-hosts/hosts/host.form.js:129
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:128
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:155
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:172
+#: client/src/templates/job_templates/job-template.form.js:438
+#: client/src/templates/workflows.form.js:180
msgid "Completed Jobs"
msgstr "完了したジョブ"
@@ -842,45 +981,33 @@ msgstr "完了したジョブ"
msgid "Configure Notifications"
msgstr "通知の設定"
-#: client/src/setup-menu/setup-menu.partial.html:60
-msgid "Configure {{BRAND_NAME}}"
-msgstr "{{BRAND_NAME}} の設定"
-
-#: client/src/users/users.form.js:81
+#: client/src/users/users.form.js:84
msgid "Confirm Password"
msgstr "パスワードの確認"
-#: client/src/configuration/configuration.controller.js:548
+#: client/src/configuration/configuration.controller.js:618
msgid "Confirm Reset"
msgstr "リセットの確認"
-#: client/src/configuration/configuration.controller.js:557
+#: client/src/configuration/configuration.controller.js:627
msgid "Confirm factory reset"
msgstr "出荷時の設定へのリセットの確認"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:120
-msgid ""
-"Confirm that you want to permanently delete the inventory source below from "
-"the inventory. Deleting this inventory source also deletes its associated "
-"groups and hosts."
-msgstr ""
-"インベントリーから以下のインベントリーソースを完全に削除してもよいかを確認します。このインベントリーソースを削除すると、それに関連付けられたグループおよびホストも削除されます。"
-
#: client/src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.directive.js:82
msgid "Confirm the removal of the"
msgstr "以下の削除を確認:"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:134
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:149
+#: client/src/teams/teams.form.js:24 client/src/users/users.form.js:25
msgid ""
-"Consult the Ansible documentation for further details on the usage of tags."
-msgstr "タグの使用法についての詳細は、Ansible ドキュメントを参照してください。"
+"Contact your System Administrator to grant you the appropriate permissions "
+"to add and edit Users and Teams."
+msgstr "ユーザーおびチームを追加し、編集するためのパーミッションについては、システム管理者にお問い合わせください。"
#: client/src/inventories-hosts/inventories/related/groups/factories/get-hosts-status-msg.factory.js:18
msgid "Contains 0 hosts."
msgstr "0 ホストが含まれています。"
-#: client/src/templates/job_templates/job-template.form.js:180
+#: client/src/templates/job_templates/job-template.form.js:179
msgid ""
"Control the level of output ansible will produce as the playbook executes."
msgstr "Playbook の実行時に Ansible が生成する出力のレベルを制御します。"
@@ -891,34 +1018,75 @@ msgid ""
" jobs."
msgstr "インベントリーソースの更新ジョブ用に Ansible が生成する出力のレベルを制御します。"
-#: client/lib/components/components.strings.js:48
+#: client/lib/components/components.strings.js:52
msgid "Copied to clipboard."
msgstr "クリップボードにコピーしました。"
-#: client/src/templates/templates.list.js:95
+#: client/src/credentials/credentials.list.js:73
+#: client/src/inventories-hosts/inventories/inventory.list.js:112
+#: client/src/inventory-scripts/inventory-scripts.list.js:61
+#: client/src/notifications/notificationTemplates.list.js:82
+#: client/src/projects/projects.list.js:109
+#: client/src/templates/templates.list.js:100
msgid "Copy"
msgstr "コピー"
-#: client/lib/components/components.strings.js:47
+#: client/features/templates/templates.strings.js:77
+msgid "Copy Workflow"
+msgstr "ワークフローのコピー"
+
+#: client/src/credentials/credentials.list.js:76
+msgid "Copy credential"
+msgstr "認証情報のコピー"
+
+#: client/lib/components/components.strings.js:51
msgid "Copy full revision to clipboard."
msgstr "完全なリビジョンをクリップボードにコピーします。"
-#: client/src/templates/templates.list.js:98
+#: client/src/inventories-hosts/inventories/inventory.list.js:115
+msgid "Copy inventory"
+msgstr "インベントリーのコピー"
+
+#: client/src/inventory-scripts/inventory-scripts.list.js:64
+msgid "Copy inventory script"
+msgstr "インベントリースクリプトのコピー"
+
+#: client/src/notifications/notificationTemplates.list.js:85
+msgid "Copy notification"
+msgstr "通知のコピー"
+
+#: client/src/projects/projects.list.js:112
+msgid "Copy project"
+msgstr "プロジェクトのコピー"
+
+#: client/src/templates/templates.list.js:103
msgid "Copy template"
msgstr "テンプレートのコピー"
#: client/src/about/about.partial.html:27
msgid ""
-"Copyright © 2017 Red Hat, Inc.
\n"
+"Copyright © 2018 Red Hat, Inc.
\n"
" Visit Ansible.com for more information.
"
msgstr ""
-"Copyright © 2017 Red Hat, Inc.
\n"
+"Copyright © 2018 Red Hat, Inc.
\n"
" 詳細は、 Ansible.com をご覧ください。
"
+#: client/lib/components/components.strings.js:88
+msgid "Copyright © 2018 Red Hat, Inc."
+msgstr "Copyright © 2018 Red Hat, Inc."
+
#: client/src/users/users.list.js:44
msgid "Create New"
msgstr "新規作成"
+#: client/features/applications/applications.strings.js:20
+msgid "Create a new Application"
+msgstr "新規アプリケーションの作成"
+
+#: client/src/instance-groups/instance-groups.strings.js:27
+msgid "Create a new Instance Group"
+msgstr "新規インスタンスグループの作成"
+
#: client/src/credentials/credentials.list.js:52
msgid "Create a new credential"
msgstr "新規認証情報の作成"
@@ -939,7 +1107,7 @@ msgstr "新規グループの作成"
msgid "Create a new host"
msgstr "新規ホストの作成"
-#: client/src/inventories-hosts/inventories/inventory.list.js:75
+#: client/src/inventories-hosts/inventories/inventory.list.js:76
msgid "Create a new inventory"
msgstr "新規インベントリーの作成"
@@ -971,57 +1139,52 @@ msgstr "新規テンプレートの作成"
msgid "Create a new user"
msgstr "新規ユーザーの作成"
-#: client/src/setup-menu/setup-menu.partial.html:42
-msgid "Create and edit scripts to dynamically load hosts from any source."
-msgstr "任意のソースからホストを動的にロードするためのスクリプトを作成し、編集します。"
-
-#: client/src/setup-menu/setup-menu.partial.html:30
-msgid ""
-"Create custom credential types to be used for authenticating to network "
-"hosts and cloud sources"
-msgstr "ネットワークホストおよびクラウドソースに対する認証に使用されるカスタム認証情報タイプを作成します。"
-
-#: client/src/setup-menu/setup-menu.partial.html:49
-msgid ""
-"Create templates for sending notifications with Email, HipChat, Slack, and "
-"SMS."
-msgstr "メール、HipChat、Slack、および SMS での通知を送信するためのテンプレートを作成します。"
-
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:72
+#: client/features/output/output.strings.js:43
+#: client/features/templates/templates.strings.js:25
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:73
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:74
#: client/src/job-submission/job-submission.partial.html:18
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:67
#: client/src/templates/job_templates/job-template.form.js:121
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:53
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:62
msgid "Credential"
msgstr "認証情報"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32
-#: client/src/setup-menu/setup-menu.partial.html:29
+#: client/features/templates/templates.strings.js:36
+msgid "Credential Type"
+msgstr "認証情報タイプ"
+
+#: client/lib/components/components.strings.js:74
+#: client/lib/models/models.strings.js:12
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34
msgid "Credential Types"
msgstr "認証情報タイプ"
+#: client/features/jobs/jobs.strings.js:15
+#: client/features/templates/templates.strings.js:18
+#: client/lib/components/components.strings.js:73
+#: client/lib/models/models.strings.js:8
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:129
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:58
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:24
-#: client/src/setup-menu/setup-menu.partial.html:22
-#: client/src/templates/job_templates/job-template.form.js:134
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:26
+#: client/src/templates/job_templates/job-template.form.js:133
msgid "Credentials"
msgstr "認証情報"
+#: client/features/templates/templates.strings.js:37
+msgid ""
+"Credentials that require passwords on launch are not permitted for template "
+"schedules and workflow nodes. The following credentials must be removed or "
+"replaced to proceed:"
+msgstr ""
+"起動時にパスワードを必要とする認証情報はテンプレートスケジュールおよびワークフローノードでは許可されません。以下の認証情報を削除するか、または置換して次に進んでください。"
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:17
msgid "Critical"
msgstr "重大"
-#: client/src/shared/directives.js:77
+#: client/src/shared/directives.js:93
msgid "Current Image:"
msgstr "現在のイメージ:"
-#: client/src/job-results/job-results.controller.js:271
-msgid "Currently following standard out as it comes in. Click to unfollow."
-msgstr "現在、受信時の標準出力をフォローしています。クリックしてフォローを解除します。"
-
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:171
msgid "Custom Inventory Script"
msgstr "カスタムインベントリースクリプト"
@@ -1035,19 +1198,16 @@ msgstr "カスタムスクリプト"
msgid "DASHBOARD"
msgstr "ダッシュボード"
-#: client/src/credentials/list/credentials-list.controller.js:135
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:103
+#: client/features/users/tokens/tokens.strings.js:28
+#: client/lib/services/base-string.service.js:71
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:52
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:178
#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:74
-#: client/src/job-results/job-results.service.js:119
-#: client/src/jobs/factories/delete-job.factory.js:115
-#: client/src/notifications/notification-templates-list/list.controller.js:195
-#: client/src/organizations/list/organizations-list.controller.js:174
+#: client/src/notifications/notification-templates-list/list.controller.js:221
+#: client/src/organizations/list/organizations-list.controller.js:196
#: client/src/partials/survey-maker-modal.html:18
-#: client/src/projects/edit/projects-edit.controller.js:246
-#: client/src/templates/list/templates-list.controller.js:154
-#: client/src/users/list/users-list.controller.js:92
+#: client/src/projects/edit/projects-edit.controller.js:254
+#: client/src/projects/list/projects-list.controller.js:244
+#: client/src/users/list/users-list.controller.js:95
msgid "DELETE"
msgstr "削除"
@@ -1055,10 +1215,24 @@ msgstr "削除"
msgid "DELETE SURVEY"
msgstr "Survey の削除"
-#: client/src/job-results/job-results.partial.html:16
+#: client/features/templates/templates.strings.js:120
+msgid "DELETED"
+msgstr ""
+
+#: client/features/users/tokens/tokens.strings.js:35
+msgid "DESCRIPTION"
+msgstr "説明"
+
+#: client/features/templates/templates.strings.js:122
+#: client/src/instance-groups/instance-groups.strings.js:21
+#: client/src/workflow-results/workflow-results.controller.js:55
msgid "DETAILS"
msgstr "詳細"
+#: client/src/network-ui/network-details/details.partial.html:2
+msgid "DETAILS | {{item.name}}"
+msgstr "詳細 | {{item.name}}"
+
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:29
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:30
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:30
@@ -1070,26 +1244,49 @@ msgstr "関連付けの解除"
msgid "DYNAMIC HOSTS"
msgstr "動的ホスト"
+#: client/lib/components/components.strings.js:68
+msgid "Dashboard"
+msgstr "ダッシュボード"
+
+#: client/src/scheduler/scheduler.strings.js:44
+msgid "Date format"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:24
+msgid "Debug Mode"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:140
+msgid "Default"
+msgstr "デフォルト"
+
+#: client/src/organizations/organizations.form.js:48
+#: client/src/projects/projects.form.js:209
+#: client/src/templates/job_templates/job-template.form.js:237
+msgid "Default Environment"
+msgstr "デフォルト環境"
+
+#: client/features/output/output.strings.js:19
+#: client/lib/services/base-string.service.js:77
#: client/src/credential-types/credential-types.list.js:73
-#: client/src/credentials/credentials.list.js:85
-#: client/src/credentials/list/credentials-list.controller.js:132
-#: client/src/inventories-hosts/inventories/inventory.list.js:111
-#: client/src/inventory-scripts/inventory-scripts.list.js:71
-#: client/src/job-results/job-results.partial.html:54
-#: client/src/jobs/factories/delete-job.factory.js:37
-#: client/src/notifications/notification-templates-list/list.controller.js:192
-#: client/src/notifications/notificationTemplates.list.js:91
-#: client/src/organizations/list/organizations-list.controller.js:171
-#: client/src/projects/edit/projects-edit.controller.js:243
-#: client/src/projects/list/projects-list.controller.js:207
-#: client/src/scheduler/schedules.list.js:90
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:13
+#: client/src/credential-types/list/list.controller.js:106
+#: client/src/credentials/credentials.list.js:92
+#: client/src/credentials/list/credentials-list.controller.js:164
+#: client/src/inventories-hosts/inventories/inventory.list.js:127
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:139
+#: client/src/inventory-scripts/inventory-scripts.list.js:79
+#: client/src/inventory-scripts/list/list.controller.js:114
+#: client/src/notifications/notification-templates-list/list.controller.js:217
+#: client/src/notifications/notificationTemplates.list.js:100
+#: client/src/organizations/list/organizations-list.controller.js:192
+#: client/src/projects/edit/projects-edit.controller.js:251
+#: client/src/projects/list/projects-list.controller.js:240
+#: client/src/scheduler/schedules.list.js:100
#: client/src/teams/teams.list.js:72
-#: client/src/templates/list/templates-list.controller.js:102
-#: client/src/templates/templates.list.js:120
-#: client/src/users/list/users-list.controller.js:89
+#: client/src/templates/templates.list.js:116
+#: client/src/users/list/users-list.controller.js:91
#: client/src/users/users.list.js:79
-#: client/src/workflow-results/workflow-results.partial.html:54
+#: client/src/workflow-results/workflow-results.controller.js:39
msgid "Delete"
msgstr "削除"
@@ -1098,15 +1295,15 @@ msgstr "削除"
msgid "Delete Group"
msgstr "グループの削除"
-#: client/src/job-results/job-results.service.js:93
-msgid "Delete Job"
-msgstr "ジョブの削除"
+#: client/src/templates/survey-maker/surveys/init.factory.js:23
+msgid "Delete Question"
+msgstr ""
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:175
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:195
msgid "Delete Source"
msgstr "ソースの削除"
-#: client/src/credentials/credentials.list.js:87
+#: client/src/credentials/credentials.list.js:94
msgid "Delete credential"
msgstr "認証情報の削除"
@@ -1138,19 +1335,19 @@ msgstr[0] "ホストの削除"
msgid "Delete hosts"
msgstr "ホストの削除"
-#: client/src/inventories-hosts/inventories/inventory.list.js:113
+#: client/src/inventories-hosts/inventories/inventory.list.js:129
msgid "Delete inventory"
msgstr "インベントリーの削除"
-#: client/src/inventory-scripts/inventory-scripts.list.js:73
+#: client/src/inventory-scripts/inventory-scripts.list.js:81
msgid "Delete inventory script"
msgstr "インベントリースクリプトの削除"
-#: client/src/notifications/notificationTemplates.list.js:93
+#: client/src/notifications/notificationTemplates.list.js:102
msgid "Delete notification"
msgstr "通知の削除"
-#: client/src/projects/projects.form.js:166
+#: client/src/projects/projects.form.js:167
msgid "Delete on Update"
msgstr "更新時の削除"
@@ -1159,7 +1356,7 @@ msgstr "更新時の削除"
msgid "Delete or promote the group's children?"
msgstr "グループの子を削除またはプロモートしますか?"
-#: client/src/scheduler/schedules.list.js:93
+#: client/src/scheduler/schedules.list.js:103
msgid "Delete schedule"
msgstr "スケジュールの削除"
@@ -1171,22 +1368,16 @@ msgstr "ソースの削除"
msgid "Delete team"
msgstr "チームの削除"
-#: client/src/templates/templates.list.js:123
+#: client/src/templates/templates.list.js:119
msgid "Delete template"
msgstr "テンプレートの削除"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:84
-#: client/src/jobs/all-jobs.list.js:113
-#: client/src/templates/completed-jobs.list.js:85
-msgid "Delete the job"
-msgstr "ジョブの削除"
-
-#: client/src/projects/projects.form.js:168
+#: client/src/projects/projects.form.js:169
msgid ""
"Delete the local repository in its entirety prior to performing an update."
msgstr "更新の実行前にローカルリポジトリーを完全に削除します。"
-#: client/src/projects/projects.list.js:118
+#: client/src/projects/projects.list.js:125
msgid "Delete the project"
msgstr "プロジェクトの削除"
@@ -1206,14 +1397,20 @@ msgstr "{{ group }} および {{ host }} の削除"
msgid "Deleting group"
msgstr "グループを削除しています"
-#: client/src/projects/projects.form.js:168
+#: client/lib/services/base-string.service.js:79
+msgid ""
+"Deleting this {{ resourceType }} will make the following resources "
+"unavailable."
+msgstr "この {{ resourceType }} を削除すると、以下のリソースが利用できなくなります。"
+
+#: client/src/projects/projects.form.js:169
msgid ""
"Depending on the size of the repository this may significantly increase the "
"amount of time required to complete an update."
msgstr "リポジトリーのサイズにより、更新の完了までに必要な時間が大幅に長くなる可能性があります。"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:192
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:246
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
msgid "Describe Instances documentation"
msgstr "インスタンスの概要ドキュメント"
@@ -1225,16 +1422,17 @@ msgstr "インスタンスの概要ドキュメント"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:62
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:62
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:58
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:46
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:53
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:28
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:36
#: client/src/inventory-scripts/inventory-scripts.form.js:35
+#: client/src/network-ui/network.ui.strings.js:46
#: client/src/notifications/notificationTemplates.form.js:39
#: client/src/organizations/organizations.form.js:33
-#: client/src/projects/projects.form.js:36 client/src/teams/teams.form.js:32
+#: client/src/projects/projects.form.js:37 client/src/teams/teams.form.js:35
#: client/src/templates/job_templates/job-template.form.js:41
#: client/src/templates/survey-maker/shared/question-definition.form.js:36
-#: client/src/templates/workflows.form.js:39
-#: client/src/users/users.form.js:145 client/src/users/users.form.js:171
+#: client/src/templates/workflows.form.js:49
+#: client/src/users/users.form.js:148 client/src/users/users.form.js:174
msgid "Description"
msgstr "説明"
@@ -1245,8 +1443,8 @@ msgstr "説明"
msgid "Destination Channels"
msgstr "送信先チャネル"
-#: client/src/notifications/notificationTemplates.form.js:359
-#: client/src/notifications/notificationTemplates.form.js:363
+#: client/src/notifications/notificationTemplates.form.js:430
+#: client/src/notifications/notificationTemplates.form.js:434
msgid "Destination Channels or Users"
msgstr "送信先チャネルまたはユーザー"
@@ -1255,9 +1453,13 @@ msgstr "送信先チャネルまたはユーザー"
msgid "Destination SMS Number"
msgstr "送信先 SMS 番号"
+#: client/features/applications/applications.strings.js:15
#: client/features/credentials/credentials.strings.js:13
+#: client/features/output/output.strings.js:34
+#: client/features/users/tokens/tokens.strings.js:14
#: client/src/license/license.partial.html:5
-#: client/src/shared/form-generator.js:1481
+#: client/src/network-ui/network.ui.strings.js:40
+#: client/src/shared/form-generator.js:1490
msgid "Details"
msgstr "詳細"
@@ -1265,6 +1467,15 @@ msgstr "詳細"
msgid "Diff Mode"
msgstr "差分モード"
+#: client/src/notifications/notificationTemplates.form.js:369
+#: client/src/notifications/notificationTemplates.form.js:401
+msgid "Disable SSL Verification"
+msgstr "SSL 検証の無効化"
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:518
+msgid "Disable survey"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:6
msgid "Disassociate Group From Group"
msgstr "グループの他のグループとの関連付けを解除"
@@ -1288,18 +1499,22 @@ msgstr "グループの関連付けの解除"
msgid "Disassociate host"
msgstr "ホストの関連付けの解除"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:75
-#: client/src/configuration/configuration.controller.js:202
-#: client/src/configuration/configuration.controller.js:264
+#: client/src/templates/survey-maker/surveys/init.factory.js:21
+msgid "Disble Survey"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:93
+#: client/src/configuration/configuration.controller.js:231
+#: client/src/configuration/configuration.controller.js:316
#: client/src/configuration/system-form/configuration-system.controller.js:57
msgid "Discard changes"
msgstr "変更の破棄"
-#: client/src/teams/teams.form.js:146
+#: client/src/teams/teams.form.js:149
msgid "Dissasociate permission from team"
msgstr "チームからパーミッションの関連付けを解除"
-#: client/src/users/users.form.js:225
+#: client/src/users/users.form.js:228
msgid "Dissasociate permission from user"
msgstr "ユーザーからパーミッションの関連付けを解除"
@@ -1309,10 +1524,7 @@ msgstr "ユーザーからパーミッションの関連付けを解除"
msgid "Domain Name"
msgstr "ドメイン名"
-#: client/src/job-results/job-results.controller.js:15
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:134
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:141
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:102
+#: client/features/output/output.strings.js:20
msgid "Download Output"
msgstr "出力のダウンロード"
@@ -1325,11 +1537,23 @@ msgstr ""
"カスタムインベントリーのスクリプトファイルをここにドラッグアンドドロップするか、またはこのフィールドにカスタムインベントリーをインポートするためのファイルを作成します。構文のサンプルについては、Ansible"
" Tower ドキュメントを参照してください。"
+#: client/src/templates/survey-maker/surveys/init.factory.js:24
+msgid "Drag to reorder question"
+msgstr ""
+
#: client/src/partials/survey-maker-modal.html:77
msgid "Drop question here to reorder"
msgstr "並び替える質問をドロップ"
-#: client/src/configuration/configuration.route.js:30
+#: client/features/templates/templates.strings.js:119
+msgid "EDGE CONFLICT"
+msgstr ""
+
+#: client/features/applications/applications.strings.js:10
+msgid "EDIT APPLICATION"
+msgstr "アプリケーションの編集"
+
+#: client/src/configuration/configuration.route.js:28
msgid "EDIT CONFIGURATION"
msgstr "設定の編集"
@@ -1337,7 +1561,15 @@ msgstr "設定の編集"
msgid "EDIT CREDENTIAL"
msgstr "認証情報の編集"
-#: client/src/management-jobs/scheduler/main.js:95
+#: client/src/instance-groups/instance-groups.strings.js:9
+msgid "EDIT INSTANCE GROUP"
+msgstr "インスタンスグループの編集"
+
+#: client/src/scheduler/scheduler.strings.js:9
+msgid "EDIT SCHEDULE"
+msgstr ""
+
+#: client/src/management-jobs/scheduler/main.js:97
msgid "EDIT SCHEDULED JOB"
msgstr "スケジュール済みジョブの編集"
@@ -1345,16 +1577,18 @@ msgstr "スケジュール済みジョブの編集"
msgid "EDIT SURVEY PROMPT"
msgstr "Survey プロンプトの編集"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:46
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:79
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:59
-msgid "ELAPSED"
-msgstr "経過時間"
+#: client/features/templates/templates.strings.js:112
+msgid "EDIT TEMPLATE"
+msgstr ""
#: client/lib/components/components.strings.js:9
msgid "ENCRYPTED"
msgstr "暗号化"
+#: client/features/output/output.strings.js:79
+msgid "EXAMPLES"
+msgstr "例"
+
#: client/src/shared/smart-search/smart-search.partial.html:39
msgid "EXAMPLES:"
msgstr "例:"
@@ -1363,9 +1597,23 @@ msgstr "例:"
msgid "EXECUTE COMMAND"
msgstr "コマンドの実行"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:46
-msgid "EXPLANATION"
-msgstr "説明"
+#: client/lib/components/code-mirror/code-mirror.strings.js:10
+msgid "EXPAND"
+msgstr "展開"
+
+#: client/features/applications/applications.strings.js:28
+#: client/features/users/tokens/tokens.strings.js:36
+msgid "EXPIRATION"
+msgstr "有効期限"
+
+#: client/features/users/tokens/tokens.strings.js:24
+msgid "EXPIRES"
+msgstr "期限切れ"
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:48
+#: client/lib/components/code-mirror/code-mirror.strings.js:8
+msgid "EXTRA VARIABLES"
+msgstr "追加の変数"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:355
msgid ""
@@ -1373,27 +1621,30 @@ msgid ""
"selected source before executing job tasks."
msgstr "このインベントリーでジョブを実行する際は常に、選択されたソースのインベントリーを更新してからジョブのタスクを実行します。"
-#: client/src/projects/projects.form.js:179
+#: client/src/projects/projects.form.js:180
msgid ""
-"Each time a job runs using this project, perform an update to the local "
-"repository prior to starting the job."
-msgstr "このプロジェクトでジョブを実行する際は常に、ジョブの開始前にローカルリポジトリーに対して更新を実行します。"
+"Each time a job runs using this project, update the revision of the project "
+"prior to starting the job."
+msgstr "このプロジェクトでジョブを実行する際は常に、ジョブの開始前にプロジェクトのリビジョンを更新します。"
#: client/src/credential-types/credential-types.list.js:56
#: client/src/credentials/credentials.list.js:66
-#: client/src/inventories-hosts/inventories/inventory.list.js:97
+#: client/src/inventories-hosts/inventories/inventory.list.js:98
#: client/src/inventory-scripts/inventory-scripts.list.js:54
-#: client/src/notifications/notificationTemplates.list.js:65
-#: client/src/notifications/notificationTemplates.list.js:74
-#: client/src/scheduler/schedules.list.js:75 client/src/teams/teams.list.js:55
-#: client/src/templates/templates.list.js:103
-#: client/src/users/users.list.js:60
+#: client/src/notifications/notificationTemplates.list.js:66
+#: client/src/notifications/notificationTemplates.list.js:75
+#: client/src/scheduler/schedules.list.js:85 client/src/teams/teams.list.js:55
+#: client/src/templates/templates.list.js:80 client/src/users/users.list.js:60
msgid "Edit"
msgstr "編集"
-#: client/src/shared/form-generator.js:1715
-#: client/src/templates/job_templates/job-template.form.js:452
-#: client/src/templates/workflows.form.js:177
+#: client/src/templates/survey-maker/surveys/init.factory.js:22
+msgid "Edit Question"
+msgstr ""
+
+#: client/src/shared/form-generator.js:1724
+#: client/src/templates/job_templates/job-template.form.js:470
+#: client/src/templates/workflows.form.js:212
msgid "Edit Survey"
msgstr "Survey の編集"
@@ -1413,11 +1664,11 @@ msgstr "グループの編集"
#: client/src/inventories-hosts/hosts/host.list.js:83
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:73
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:87
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:79
msgid "Edit host"
msgstr "ホストの編集"
-#: client/src/inventories-hosts/inventories/inventory.list.js:99
+#: client/src/inventories-hosts/inventories/inventory.list.js:100
msgid "Edit inventory"
msgstr "インベントリーの編集"
@@ -1425,15 +1676,15 @@ msgstr "インベントリーの編集"
msgid "Edit inventory script"
msgstr "インベントリースクリプトの編集"
-#: client/src/notifications/notificationTemplates.list.js:76
+#: client/src/notifications/notificationTemplates.list.js:68
msgid "Edit notification"
msgstr "通知の編集"
-#: client/src/scheduler/schedules.list.js:78
+#: client/src/scheduler/schedules.list.js:88
msgid "Edit schedule"
msgstr "スケジュールの編集"
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:111
+#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:83
msgid "Edit source"
msgstr "ソースの編集"
@@ -1441,79 +1692,69 @@ msgstr "ソースの編集"
msgid "Edit team"
msgstr "チームの編集"
-#: client/src/templates/templates.list.js:105
+#: client/src/templates/templates.list.js:82
msgid "Edit template"
msgstr "テンプレートの編集"
-#: client/src/job-results/job-results.partial.html:191
-msgid "Edit the Schedule"
-msgstr "スケジュールの編集"
-
-#: client/src/job-results/job-results.partial.html:175
-#: client/src/workflow-results/workflow-results.partial.html:124
-msgid "Edit the User"
-msgstr "ユーザーの編集"
-
-#: client/src/job-results/job-results.partial.html:265
-#: client/src/job-results/job-results.partial.html:280
-#: client/src/job-results/job-results.partial.html:296
-#: client/src/job-results/job-results.partial.html:311
-#: client/src/job-results/job-results.partial.html:326
-msgid "Edit the credential"
-msgstr "認証情報の編集"
-
-#: client/src/job-results/job-results.partial.html:206
-msgid "Edit the inventory"
-msgstr "インベントリーの編集"
-
-#: client/src/job-results/job-results.partial.html:140
-msgid "Edit the job template"
-msgstr "ジョブテンプレートの編集"
-
-#: client/src/job-results/job-results.partial.html:229
-#: client/src/projects/projects.list.js:105
+#: client/src/projects/projects.list.js:88
msgid "Edit the project"
msgstr "プロジェクトの編集"
#: client/src/scheduler/scheduled-jobs.list.js:67
+#: client/src/workflow-results/workflow-results.controller.js:42
msgid "Edit the schedule"
msgstr "スケジュールの編集"
+#: client/src/workflow-results/workflow-results.controller.js:40
+msgid "Edit the user"
+msgstr "ユーザーの編集"
+
+#: client/src/workflow-results/workflow-results.controller.js:41
+msgid "Edit the workflow job template"
+msgstr "ワークフロージョブテンプレートの編集"
+
#: client/src/users/users.list.js:64
msgid "Edit user"
msgstr "ユーザーの編集"
-#: client/src/setup-menu/setup-menu.partial.html:61
-msgid "Edit {{BRAND_NAME}}'s configuration."
-msgstr "{{BRAND_NAME}} の設定を編集します。"
-
-#: client/src/projects/list/projects-list.controller.js:241
+#: client/src/projects/list/projects-list.controller.js:276
msgid ""
"Either you do not have access or the SCM update process completed. Click the"
" %sRefresh%s button to view the latest status."
msgstr "アクセスがないか、または SCM 更新プロセスが完了しました。%s更新%s ボタンをクリックして最新のステータスを表示します。"
-#: client/src/job-results/job-results.partial.html:520
+#: client/features/output/output.strings.js:89
+#: client/src/workflow-results/workflow-results.controller.js:61
msgid "Elapsed"
msgstr "経過時間"
#: client/src/credentials/credentials.form.js:191
-#: client/src/users/users.form.js:51
+#: client/src/users/users.form.js:54
msgid "Email"
msgstr "メール"
-#: client/src/templates/job_templates/job-template.form.js:288
-#: client/src/templates/job_templates/job-template.form.js:293
+#: client/src/templates/job_templates/job-template.form.js:298
+#: client/src/templates/job_templates/job-template.form.js:303
+#: client/src/templates/workflows.form.js:100
+#: client/src/templates/workflows.form.js:105
msgid "Enable Concurrent Jobs"
msgstr "同時実行ジョブの有効化"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:123
-#: client/src/templates/job_templates/job-template.form.js:264
-#: client/src/templates/job_templates/job-template.form.js:269
+#: client/src/configuration/system-form/configuration-system.partial.html:30
+msgid "Enable External Logging"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:124
+#: client/src/templates/job_templates/job-template.form.js:274
+#: client/src/templates/job_templates/job-template.form.js:279
msgid "Enable Privilege Escalation"
msgstr "権限昇格の有効化"
-#: client/src/templates/job_templates/job-template.form.js:279
+#: client/src/templates/survey-maker/surveys/init.factory.js:518
+msgid "Enable survey"
+msgstr ""
+
+#: client/src/templates/job_templates/job-template.form.js:289
msgid ""
"Enables creation of a provisioning callback URL. Using the URL a host can "
"contact {{BRAND_NAME}} and request a configuration update using this job "
@@ -1526,6 +1767,18 @@ msgstr ""
msgid "Encrypted credentials are not supported."
msgstr "暗号化された認証情報はサポートされていません。"
+#: client/src/scheduler/scheduler.strings.js:36
+msgid "End"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:38
+msgid "End Date"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:40
+msgid "End Time"
+msgstr ""
+
#: client/src/license/license.partial.html:113
msgid "End User License Agreement"
msgstr "使用許諾契約書"
@@ -1533,14 +1786,14 @@ msgstr "使用許諾契約書"
#: client/src/inventories-hosts/hosts/host.form.js:73
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:72
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:72
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:86
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68
msgid ""
"Enter inventory variables using either JSON or YAML syntax. Use the radio "
"button to toggle between the two."
msgstr ""
"JSON または YAML 構文のいずれかを使用してインベントリー変数を入力します。ラジオボタンを使用して 2 つの間の切り替えを行います。"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:76
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 "
@@ -1555,7 +1808,7 @@ msgid ""
"Enter one HipChat channel per line. The pound symbol (#) is not required."
msgstr "各行に 1 つの HipChat チャンネルを入力します。シャープ記号 (#) は不要です。"
-#: client/src/notifications/notificationTemplates.form.js:362
+#: client/src/notifications/notificationTemplates.form.js:433
msgid ""
"Enter one IRC channel or username per line. The pound symbol (#) for "
"channels, and the at (@) symbol for users, are not required."
@@ -1618,35 +1871,44 @@ msgstr "JSON または YAML 構文のいずれかを使用して変数を入力
msgid "Environment Variables"
msgstr "環境変数"
-#: client/src/configuration/configuration.controller.js:348
-#: client/src/configuration/configuration.controller.js:449
-#: client/src/configuration/configuration.controller.js:483
-#: client/src/configuration/configuration.controller.js:530
+#: client/src/configuration/configuration.controller.js:141
+msgid "Error"
+msgstr "エラー"
+
+#: client/features/output/output.strings.js:64
+msgid "Error Details"
+msgstr "エラーの詳細"
+
+#: client/lib/services/base-string.service.js:91
+#: client/src/configuration/configuration.controller.js:408
+#: client/src/configuration/configuration.controller.js:517
+#: client/src/configuration/configuration.controller.js:552
+#: client/src/configuration/configuration.controller.js:600
#: client/src/configuration/system-form/configuration-system.controller.js:231
#: client/src/credentials/factories/credential-form-save.factory.js:77
#: client/src/credentials/factories/credential-form-save.factory.js:93
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:129
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:139
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:166
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:194
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:213
-#: client/src/management-jobs/card/card.controller.js:140
-#: client/src/management-jobs/card/card.controller.js:230
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:131
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:141
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:168
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:198
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:217
+#: client/src/management-jobs/card/card.controller.js:102
#: client/src/management-jobs/card/card.controller.js:28
-#: client/src/projects/add/projects-add.controller.js:108
-#: client/src/projects/edit/projects-edit.controller.js:156
-#: client/src/projects/edit/projects-edit.controller.js:222
-#: client/src/projects/edit/projects-edit.controller.js:238
-#: client/src/projects/list/projects-list.controller.js:169
-#: client/src/projects/list/projects-list.controller.js:198
-#: client/src/projects/list/projects-list.controller.js:225
-#: client/src/projects/list/projects-list.controller.js:246
-#: client/src/projects/list/projects-list.controller.js:262
-#: client/src/projects/list/projects-list.controller.js:271
+#: client/src/projects/add/projects-add.controller.js:116
+#: client/src/projects/edit/projects-edit.controller.js:164
+#: client/src/projects/edit/projects-edit.controller.js:230
+#: client/src/projects/edit/projects-edit.controller.js:246
+#: client/src/projects/list/projects-list.controller.js:186
+#: client/src/projects/list/projects-list.controller.js:213
+#: client/src/projects/list/projects-list.controller.js:260
+#: client/src/projects/list/projects-list.controller.js:281
+#: client/src/projects/list/projects-list.controller.js:297
+#: client/src/projects/list/projects-list.controller.js:306
+#: client/src/shared/stateDefinitions.factory.js:230
#: client/src/users/add/users-add.controller.js:99
-#: client/src/users/edit/users-edit.controller.js:180
-#: client/src/users/edit/users-edit.controller.js:80
-#: client/src/users/list/users-list.controller.js:82
+#: client/src/users/edit/users-edit.controller.js:185
+#: client/src/users/edit/users-edit.controller.js:82
+#: client/src/users/list/users-list.controller.js:84
msgid "Error!"
msgstr "エラー!"
@@ -1654,30 +1916,30 @@ msgstr "エラー!"
msgid "Event"
msgstr "イベント"
-#: client/src/job-results/parse-stdout.service.js:68
-msgid "Event ID"
-msgstr "イベント ID"
-
#: client/src/activity-stream/factories/build-description.factory.js:120
msgid "Event summary not available"
msgstr "イベントの概要はありません"
-#: client/src/projects/add/projects-add.controller.js:129
-#: client/src/projects/edit/projects-edit.controller.js:265
+#: client/src/scheduler/scheduler.strings.js:21
+msgid "Every"
+msgstr ""
+
+#: client/src/projects/add/projects-add.controller.js:137
+#: client/src/projects/edit/projects-edit.controller.js:273
msgid "Example URLs for GIT SCM include:"
msgstr "GIT SCM のサンプル URL には以下が含まれます:"
-#: client/src/projects/add/projects-add.controller.js:150
-#: client/src/projects/edit/projects-edit.controller.js:285
+#: client/src/projects/add/projects-add.controller.js:158
+#: client/src/projects/edit/projects-edit.controller.js:293
msgid "Example URLs for Mercurial SCM include:"
msgstr "Mercurial SCM のサンプル URL には以下が含まれます:"
-#: client/src/projects/add/projects-add.controller.js:141
-#: client/src/projects/edit/projects-edit.controller.js:276
+#: client/src/projects/add/projects-add.controller.js:149
+#: client/src/projects/edit/projects-edit.controller.js:284
msgid "Example URLs for Subversion SCM include:"
msgstr "Subversion SCM のサンプル URL には以下が含まれます:"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid "Example: ansible_facts.ansible_distribution:\"RedHat\""
msgstr "例: ansible_facts.ansible_distribution:\"RedHat\""
@@ -1689,37 +1951,40 @@ msgstr "既存グループ"
msgid "Existing Host"
msgstr "既存ホスト"
-#: client/src/job-results/job-results.controller.js:18
-#: client/src/job-results/job-results.controller.js:228
-#: client/src/standard-out/standard-out.controller.js:24
-#: client/src/standard-out/standard-out.controller.js:245
-#: client/src/workflow-results/workflow-results.controller.js:120
-#: client/src/workflow-results/workflow-results.controller.js:76
+#: client/features/output/output.strings.js:22
+#: client/src/workflow-results/workflow-results.controller.js:154
+#: client/src/workflow-results/workflow-results.controller.js:43
msgid "Expand Output"
msgstr "出力の展開"
+#: client/src/network-ui/network.ui.strings.js:18
+msgid "Expand Panel"
+msgstr "パネルの展開"
+
#: client/src/license/license.partial.html:39
msgid "Expires On"
msgstr "有効期限"
-#: client/src/job-results/job-results.partial.html:81
+#: client/features/output/output.strings.js:49
msgid "Explanation"
msgstr "説明"
-#: client/src/job-results/job-results.partial.html:275
-msgid "Extra Credentials"
-msgstr "追加の認証情報"
+#: client/src/network-ui/network.ui.strings.js:17
+msgid "Export"
+msgstr ""
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:132
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:144
-#: client/src/job-results/job-results.partial.html:409
+#: client/features/output/output.strings.js:44
+#: client/features/templates/templates.strings.js:54
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:133
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:145
#: client/src/job-submission/job-submission.partial.html:165
#: client/src/partials/logviewer.html:8
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:105
-#: client/src/templates/job_templates/job-template.form.js:342
-#: client/src/templates/job_templates/job-template.form.js:349
-#: client/src/templates/workflows.form.js:74
-#: client/src/templates/workflows.form.js:81
+#: client/src/scheduler/scheduler.strings.js:45
+#: client/src/templates/job_templates/job-template.form.js:352
+#: client/src/templates/job_templates/job-template.form.js:359
+#: client/src/templates/workflows.form.js:83
+#: client/src/templates/workflows.form.js:90
+#: client/src/workflow-results/workflow-results.controller.js:122
msgid "Extra Variables"
msgstr "追加変数"
@@ -1728,17 +1993,19 @@ msgstr "追加変数"
msgid "FACTS"
msgstr "ファクト"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:64
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:65
msgid "FAILED"
msgstr "失敗"
+#: client/features/output/output.strings.js:80
+msgid "FIELDS"
+msgstr "フィールド"
+
#: client/src/shared/smart-search/smart-search.partial.html:45
msgid "FIELDS:"
msgstr "フィールド:"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:39
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:72
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:52
+#: client/src/smart-status/smart-status.controller.js:43
msgid "FINISHED"
msgstr "完了"
@@ -1748,6 +2015,7 @@ msgstr "完了"
msgid "Facts"
msgstr "ファクト"
+#: client/lib/components/components.strings.js:100
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:80
msgid "Failed"
msgstr "失敗"
@@ -1764,28 +2032,28 @@ msgstr "新規ユーザーを追加できませんでした。POST で返され
msgid "Failed to create new Credential. POST status:"
msgstr "新規の認証情報を作成できませんでした。POST ステータス:"
-#: client/src/projects/add/projects-add.controller.js:109
+#: client/src/projects/add/projects-add.controller.js:117
msgid "Failed to create new project. POST returned status:"
msgstr "新規プロジェクトを作成できませんでした。POST で返されたステータス:"
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:214
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:218
msgid "Failed to retrieve job template extra variables."
msgstr "ジョブテンプレートの追加変数を取得できませんでした。"
-#: client/src/projects/edit/projects-edit.controller.js:157
+#: client/src/projects/edit/projects-edit.controller.js:165
msgid "Failed to retrieve project: %s. GET status:"
msgstr "プロジェクトを取得できませんでした: %s. GET ステータス:"
-#: client/src/users/edit/users-edit.controller.js:181
-#: client/src/users/edit/users-edit.controller.js:81
+#: client/src/users/edit/users-edit.controller.js:186
+#: client/src/users/edit/users-edit.controller.js:83
msgid "Failed to retrieve user: %s. GET status:"
msgstr "ユーザーを取得できませんでした: %s. GET ステータス:"
-#: client/src/configuration/configuration.controller.js:450
+#: client/src/configuration/configuration.controller.js:518
msgid "Failed to save settings. Returned status:"
msgstr "設定を保存できませんでした。返されたステータス:"
-#: client/src/configuration/configuration.controller.js:484
+#: client/src/configuration/configuration.controller.js:553
msgid "Failed to save toggle settings. Returned status:"
msgstr "トグルの設定を保存できませんでした。返されたステータス:"
@@ -1793,54 +2061,54 @@ msgstr "トグルの設定を保存できませんでした。返されたステ
msgid "Failed to update Credential. PUT status:"
msgstr "認証情報を更新できませんでした。PUT ステータス:"
-#: client/src/projects/edit/projects-edit.controller.js:222
+#: client/src/projects/edit/projects-edit.controller.js:230
msgid "Failed to update project: %s. PUT status:"
msgstr "プロジェクトを更新できませんでした: %s. PUT ステータス:"
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:195
-#: client/src/management-jobs/card/card.controller.js:141
-#: client/src/management-jobs/card/card.controller.js:231
+#: client/features/output/output.strings.js:84
+msgid "Failed to update search results."
+msgstr "検索結果の更新に失敗しました。"
+
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:199
+#: client/src/management-jobs/card/card.controller.js:103
msgid "Failed updating job %s with variables. POST returned: %d"
msgstr "変数でジョブ %s を更新できませんでした。POST で返されたステータス: %d"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:24
-msgid "Failed. Click for details"
-msgstr "失敗しました。クリックして詳細を確認してください。"
-
-#: client/src/notifications/notifications.list.js:48
+#: client/src/notifications/notifications.list.js:49
msgid "Failure"
msgstr "失敗"
-#: client/src/scheduler/schedules.list.js:48
+#: client/src/scheduler/schedules.list.js:56
msgid "Final Run"
msgstr "最終実行日時"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:59
-#: client/src/instance-groups/jobs/jobs.list.js:57
+#: client/features/jobs/jobs.strings.js:9
+#: client/features/output/output.strings.js:45
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:54
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:58
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:44
-#: client/src/job-results/job-results.partial.html:111
-#: client/src/jobs/all-jobs.list.js:66
-#: client/src/portal-mode/portal-jobs.list.js:40
-#: client/src/templates/completed-jobs.list.js:59
+#: client/src/workflow-results/workflow-results.controller.js:50
msgid "Finished"
msgstr "終了日時"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:21
-#: client/src/users/users.form.js:26 client/src/users/users.list.js:33
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:27
+#: client/src/users/users.form.js:29 client/src/users/users.list.js:33
msgid "First Name"
msgstr "名"
-#: client/src/scheduler/schedules.list.js:38
+#: client/src/scheduler/schedules.list.js:46
msgid "First Run"
msgstr "初回実行日時"
+#: client/src/templates/survey-maker/surveys/init.factory.js:19
+msgid "Float"
+msgstr ""
+
+#: client/features/output/output.strings.js:76
#: client/src/shared/smart-search/smart-search.partial.html:52
msgid ""
-"For additional information on advanced search search syntax please see the "
-"Ansible Tower"
-msgstr "詳細検索の検索構文についての詳細は、Ansible Tower ドキュメントを参照してください。"
+"For additional information on advanced search syntax please see the Ansible "
+"Tower"
+msgstr "詳細検索構文についての詳細は、Ansible Tower ドキュメントを参照してください。"
#: client/src/credentials/factories/become-method-change.factory.js:63
#: client/src/credentials/factories/kind-change.factory.js:120
@@ -1867,57 +2135,68 @@ msgstr ""
"ジョブテンプレートについて、Playbook を実行するために実行を選択します。Playbook を実行せずに、Playbook "
"構文、テスト環境セットアップおよびレポートの問題のみを検査するチェックを選択します。"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:118
-msgid ""
-"For more information and examples see %sthe Patterns topic at "
-"docs.ansible.com%s."
-msgstr "詳細情報およびサンプルについては、docs.ansible.com の %sパターンのトピック%sを参照してください。"
-
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:109
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:96
-#: client/src/job-results/job-results.partial.html:336
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:87
-#: client/src/templates/job_templates/job-template.form.js:144
-#: client/src/templates/job_templates/job-template.form.js:154
+#: client/features/output/output.strings.js:46
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:110
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:97
+#: client/src/templates/job_templates/job-template.form.js:143
+#: client/src/templates/job_templates/job-template.form.js:153
msgid "Forks"
msgstr "フォーク"
-#: client/src/management-jobs/scheduler/schedulerForm.partial.html:172
+#: client/src/management-jobs/scheduler/schedulerForm.partial.html:173
+#: client/src/scheduler/scheduler.strings.js:20
msgid "Frequency Details"
msgstr "頻度の詳細"
+#: client/src/scheduler/scheduler.strings.js:33
+msgid "Fri"
+msgstr ""
+
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:2
+msgid "GO TO NOTIFICATIONS TO"
+msgstr ""
+
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.route.js:45
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.route.js:46
msgid "GROUPS"
msgstr "グループ"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:107
+#: client/src/projects/edit/projects-edit.controller.js:135
+#: client/src/projects/list/projects-list.controller.js:76
+msgid "Get latest SCM revision"
+msgstr "最新 SCM リビジョンの取得"
+
+#: client/src/credential-types/add/add.controller.js:41
+msgid "Getting Started with Credential Types"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:129
msgid "GitHub"
msgstr "GitHub"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:108
+#: client/src/configuration/auth-form/configuration-auth.controller.js:130
msgid "GitHub Org"
msgstr "GitHub 組織"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:109
+#: client/src/configuration/auth-form/configuration-auth.controller.js:131
msgid "GitHub Team"
msgstr "GitHub チーム"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:110
+#: client/src/configuration/auth-form/configuration-auth.controller.js:132
msgid "Google OAuth2"
msgstr "Google OAuth2"
-#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:214
+#: client/src/teams/teams.form.js:158 client/src/users/users.form.js:217
msgid "Grant Permission"
msgstr "パーミッションの付与"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:79
+#: client/src/notifications/edit/edit.controller.js:126
msgid "Gray"
msgstr "灰色"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:80
+#: client/src/notifications/edit/edit.controller.js:127
msgid "Green"
msgstr "緑"
@@ -1926,12 +2205,6 @@ msgstr "緑"
msgid "Group Variables"
msgstr "グループ変数"
-#: client/src/setup-menu/setup-menu.partial.html:5
-msgid ""
-"Group all of your content to manage permissions across departments in your "
-"company."
-msgstr "会社内の複数の部署のパーミッションを管理するためにすべてのコンテンツを分類します。"
-
#: client/src/inventories-hosts/hosts/host.form.js:115
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:31
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:89
@@ -1941,22 +2214,24 @@ msgstr "会社内の複数の部署のパーミッションを管理するため
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:114
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:115
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:32
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:150
msgid "Groups"
msgstr "グループ"
#: client/lib/components/components.strings.js:12
+#: client/lib/services/base-string.service.js:66
+#: client/src/templates/survey-maker/surveys/init.factory.js:483
msgid "HIDE"
msgstr "非表示"
-#: client/lib/components/components.strings.js:39
+#: client/lib/components/components.strings.js:43
msgid "HINT: Drag and drop an SSH private key file on the field below."
msgstr "ヒント: 以下のフィールドに SSH 秘密鍵ファイルをドラッグアンドドロップします。"
#: client/src/activity-stream/get-target-title.factory.js:41
#: client/src/inventories-hosts/hosts/hosts.partial.html:9
-#: client/src/inventories-hosts/hosts/main.js:80
-#: client/src/inventories-hosts/inventories/inventories.partial.html:14
+#: client/src/inventories-hosts/hosts/main.js:81
+#: client/src/inventories-hosts/inventories/inventories.partial.html:15
#: client/src/inventories-hosts/inventories/related/hosts/related-host.route.js:18
#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js:17
msgid "HOSTS"
@@ -1971,11 +2246,24 @@ msgstr "HTTP ヘッダー"
msgid "Hide Activity Stream"
msgstr "アクティビティーストリームの非表示"
+#: client/src/network-ui/network.ui.strings.js:26
+msgid "Hide Buttons"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:25
+msgid "Hide Cursor"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:27
+msgid "Hide Interfaces"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:23
msgid "High"
msgstr "高"
#: client/src/credentials/credentials.form.js:139
+#: client/src/network-ui/network.ui.strings.js:33
#: client/src/notifications/notificationTemplates.form.js:83
msgid "Host"
msgstr "ホスト"
@@ -1985,8 +2273,8 @@ msgstr "ホスト"
msgid "Host (Authentication URL)"
msgstr "ホスト (認証 URL)"
-#: client/src/templates/job_templates/job-template.form.js:324
-#: client/src/templates/job_templates/job-template.form.js:333
+#: client/src/templates/job_templates/job-template.form.js:334
+#: client/src/templates/job_templates/job-template.form.js:343
msgid "Host Config Key"
msgstr "ホスト設定キー"
@@ -2002,6 +2290,7 @@ msgstr "有効なホスト"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:56
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:45
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:56
+#: client/src/network-ui/network.ui.strings.js:45
msgid "Host Name"
msgstr "ホスト名"
@@ -2027,14 +2316,18 @@ msgstr "ホストを利用できません。"
msgid "Host is not available. Click to toggle."
msgstr "ホストを利用できません。クリックして切り替えます。"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:25
+#: client/features/output/output.strings.js:13
+msgid "Host status information for this job is unavailable."
+msgstr "このジョブのホストのステータス情報は利用できません。"
+
+#: client/features/output/output.strings.js:92
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:27
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:39
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:98
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:57
#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:56
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:167
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:176
-#: client/src/job-results/job-results.partial.html:504
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:149
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:159
msgid "Hosts"
msgstr "ホスト"
@@ -2050,8 +2343,8 @@ msgstr "残りのホスト"
msgid "Hosts Used"
msgstr "使用されたホスト"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "Hosts are imported to"
msgstr "ホストのインポート先"
@@ -2059,9 +2352,7 @@ msgstr "ホストのインポート先"
msgid "I agree to the End User License Agreement"
msgstr "使用許諾契約書に同意します。"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:27
-#: client/src/instance-groups/jobs/jobs.list.js:26
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:38
+#: client/features/output/output.strings.js:101
msgid "ID"
msgstr "ID"
@@ -2077,27 +2368,26 @@ msgstr "開始:"
msgid "INSIGHTS"
msgstr "INSIGHTS"
+#: client/lib/components/components.strings.js:84
#: client/src/instance-groups/instance-groups.list.js:6
#: client/src/instance-groups/instance-groups.list.js:7
-#: client/src/instance-groups/instance-groups.route.js:10
-#: client/src/instance-groups/list/instance-groups-list.partial.html:3
+#: client/src/instance-groups/instance-groups.strings.js:13
msgid "INSTANCE GROUPS"
msgstr "インスタンスグループ"
-#: client/src/instance-groups/instance-group.partial.html:27
+#: client/src/instance-groups/instance-groups.strings.js:22
msgid "INSTANCES"
msgstr "インスタンス"
#: client/src/activity-stream/get-target-title.factory.js:14
#: client/src/inventories-hosts/hosts/hosts.partial.html:8
-#: client/src/inventories-hosts/inventories/inventories.partial.html:13
+#: client/src/inventories-hosts/inventories/inventories.partial.html:14
#: client/src/inventories-hosts/inventories/inventories.route.js:8
#: client/src/inventories-hosts/inventories/inventory.list.js:14
#: client/src/inventories-hosts/inventories/inventory.list.js:15
-#: client/src/main-menu/main-menu.partial.html:104
-#: client/src/main-menu/main-menu.partial.html:27
-#: client/src/organizations/linkout/organizations-linkout.route.js:143
-#: client/src/organizations/list/organizations-list.controller.js:66
+#: client/src/network-ui/network.ui.strings.js:8
+#: client/src/organizations/linkout/organizations-linkout.route.js:144
+#: client/src/organizations/list/organizations-list.controller.js:67
msgid "INVENTORIES"
msgstr "インベントリー"
@@ -2112,27 +2402,23 @@ msgstr "インベントリースクリプト"
#: client/src/activity-stream/get-target-title.factory.js:35
#: client/src/inventory-scripts/inventory-scripts.list.js:12
-#: client/src/inventory-scripts/main.js:66
+#: client/src/inventory-scripts/main.js:65
msgid "INVENTORY SCRIPTS"
msgstr "インベントリースクリプト"
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.route.js:8
-msgid "INVENTORY SOURCES"
-msgstr "インベントリーソース"
-
-#: client/src/notifications/notificationTemplates.form.js:348
+#: client/src/notifications/notificationTemplates.form.js:419
msgid "IRC Nick"
msgstr "IRC ニック"
-#: client/src/notifications/notificationTemplates.form.js:337
+#: client/src/notifications/notificationTemplates.form.js:408
msgid "IRC Server Address"
msgstr "IRC サーバーアドレス"
-#: client/src/notifications/shared/type-change.service.js:58
+#: client/src/notifications/shared/type-change.service.js:66
msgid "IRC Server Password"
msgstr "IRC サーバーパスワード"
-#: client/src/notifications/shared/type-change.service.js:57
+#: client/src/notifications/shared/type-change.service.js:65
msgid "IRC Server Port"
msgstr "IRC サーバーポート"
@@ -2144,14 +2430,19 @@ msgstr "問題: {{report.rule.description}}"
msgid "ITEMS"
msgstr "項目"
+#: client/src/notifications/notificationTemplates.form.js:362
+#: client/src/notifications/notificationTemplates.form.js:394
+msgid "Icon URL"
+msgstr "アイコン URL"
+
#: client/src/login/authenticationServices/timer.factory.js:157
msgid "Idle Session"
msgstr "アイドル状態のセッション"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:182
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:263
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:236
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:250
msgid "If blank, all groups above are created except"
-msgstr "空白の場合には、以下を除く上記のすべてのグループが作成されます。"
+msgstr "空白の場合には、以下を除く上のすべてのグループが作成されます。"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:343
msgid ""
@@ -2171,11 +2462,11 @@ msgstr ""
"チェックが付けられている場合、以前は外部ソースにあり、現在は削除されているホストおよびグループが Tower "
"インベントリーから削除されます。インベントリーソースで管理されていなかったホストおよびグループは次に手動で作成されるグループにプロモートされるか、またはプロモート先となる手動で作成されたグループがない場合は、それらはインベントリーの「すべて」のデフォルトグループに残ります。"
-#: client/src/templates/job_templates/job-template.form.js:267
+#: client/src/templates/job_templates/job-template.form.js:277
msgid "If enabled, run this playbook as an administrator."
msgstr "有効にされている場合、この Playbook を管理者として実行します。"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:120
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:121
msgid ""
"If enabled, show the changes made by Ansible tasks, where supported. This is"
" equivalent to Ansible’s --diff mode."
@@ -2183,7 +2474,7 @@ msgstr ""
"Ansible タスクで加えられた変更を表示します (有効にされ、サポートされている場合)。これは Ansible の --diff "
"モードに相当します。"
-#: client/src/templates/job_templates/job-template.form.js:251
+#: client/src/templates/job_templates/job-template.form.js:262
msgid ""
"If enabled, show the changes made by Ansible tasks, where supported. This is"
" equivalent to Ansible’s --diff mode."
@@ -2191,11 +2482,16 @@ msgstr ""
"Ansible タスクで加えられた変更を表示します (有効にされ、サポートされている場合)。これは Ansible の --diff "
"モードに相当します。"
-#: client/src/templates/job_templates/job-template.form.js:291
+#: client/src/templates/job_templates/job-template.form.js:301
msgid "If enabled, simultaneous runs of this job template will be allowed."
msgstr "このジョブテンプレートの同時実行が許可されます (有効にされている場合)。"
-#: client/src/templates/job_templates/job-template.form.js:302
+#: client/src/templates/workflows.form.js:103
+msgid ""
+"If enabled, simultaneous runs of this workflow job template will be allowed."
+msgstr "このワークフロージョブテンプレートの同時実行が許可されます (有効にされている場合)。"
+
+#: client/src/templates/job_templates/job-template.form.js:312
msgid ""
"If enabled, use cached facts if available and store discovered facts in the "
"cache."
@@ -2215,8 +2511,8 @@ msgid ""
"If you are ready to upgrade, please contact us by clicking the button below"
msgstr "アップグレードの準備ができましたら、以下のボタンをクリックしてお問い合わせください。"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:173
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:227
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:241
msgid "Image ID:"
msgstr "イメージ ID:"
@@ -2250,7 +2546,7 @@ msgstr "入力の設定"
msgid "Insights"
msgstr "Insights"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:69
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:52
msgid "Insights Credential"
msgstr "Insights 認証情報"
@@ -2259,43 +2555,55 @@ msgstr "Insights 認証情報"
msgid "Instance Filters"
msgstr "インスタンスフィルター"
-#: client/src/job-results/job-results.partial.html:369
+#: client/features/output/output.strings.js:47
msgid "Instance Group"
msgstr "インスタンスグループ"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:72
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:75
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:78
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:81
+#: client/src/instance-groups/instance-groups.strings.js:58
+msgid "Instance Group parameter is missing."
+msgstr "インスタンスグループのパラメーターがありません。"
+
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:54
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:57
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:61
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:64
#: client/src/organizations/organizations.form.js:38
#: client/src/organizations/organizations.form.js:41
-#: client/src/setup-menu/setup-menu.partial.html:54
-#: client/src/templates/job_templates/job-template.form.js:191
-#: client/src/templates/job_templates/job-template.form.js:194
+#: client/src/templates/job_templates/job-template.form.js:247
+#: client/src/templates/job_templates/job-template.form.js:250
msgid "Instance Groups"
msgstr "インスタンスグループ"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:182
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:263
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:236
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:250
msgid "Instance ID"
msgstr "インスタンス ID"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:174
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:255
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:228
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:242
msgid "Instance ID:"
msgstr "インスタンス ID:"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:175
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:256
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:229
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:243
msgid "Instance Type:"
msgstr "インスタンスタイプ:"
+#: client/lib/components/components.strings.js:83
+#: client/src/instance-groups/instance-groups.strings.js:14
+msgid "Instances"
+msgstr "インスタンス"
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:18
+msgid "Integer"
+msgstr ""
+
#: client/src/license/license.partial.html:11
msgid "Invalid License"
msgstr "無効なライセンス"
-#: client/src/license/license.controller.js:63
-#: client/src/license/license.controller.js:70
+#: client/src/license/license.controller.js:86
+#: client/src/license/license.controller.js:94
msgid "Invalid file format. Please upload valid JSON."
msgstr "無効なファイル形式です。有効な JSON をアップロードしてください。"
@@ -2303,29 +2611,36 @@ msgstr "無効なファイル形式です。有効な JSON をアップロード
msgid "Invalid input for this type."
msgstr "このタイプの無効な入力です。"
+#: client/features/output/output.strings.js:85
+msgid "Invalid search filter provided."
+msgstr "無効な検索フィルターが指定されました。"
+
#: client/src/login/loginModal/loginModal.partial.html:34
msgid "Invalid username and/or password. Please try again."
msgstr "無効なユーザー名および/またはパスワードです。やり直してください。"
+#: client/lib/components/components.strings.js:75
+#: client/lib/models/models.strings.js:16
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:122
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:52
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:26
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:28
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:50
-#: client/src/organizations/linkout/organizations-linkout.route.js:155
+#: client/src/organizations/linkout/organizations-linkout.route.js:156
msgid "Inventories"
msgstr "インベントリー"
+#: client/features/jobs/jobs.strings.js:13
+#: client/features/output/output.strings.js:48
+#: client/features/templates/templates.strings.js:16
+#: client/features/templates/templates.strings.js:24
#: client/src/inventories-hosts/hosts/host.list.js:69
-#: client/src/inventories-hosts/inventories/inventory.list.js:80
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:69
-#: client/src/job-results/job-results.partial.html:201
+#: client/src/inventories-hosts/inventories/inventory.list.js:81
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:71
#: client/src/job-submission/job-submission.partial.html:17
+#: client/src/network-ui/network.ui.strings.js:12
#: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:58
#: client/src/templates/job_templates/job-template.form.js:66
#: client/src/templates/job_templates/job-template.form.js:80
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:72
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:82
msgid "Inventory"
msgstr "インベントリー"
@@ -2334,12 +2649,19 @@ msgstr "インベントリー"
msgid "Inventory File"
msgstr "インベントリーファイル"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:27
-#: client/src/setup-menu/setup-menu.partial.html:41
+#: client/lib/components/components.strings.js:80
+#: client/lib/models/models.strings.js:20
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:29
msgid "Inventory Scripts"
msgstr "インベントリースクリプト"
+#: client/lib/models/models.strings.js:25
+msgid "Inventory Sources"
+msgstr "インベントリーソース"
+
+#: client/features/templates/templates.strings.js:108
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:46
+#: client/src/workflow-results/workflow-results.controller.js:68
msgid "Inventory Sync"
msgstr "インベントリー同期"
@@ -2347,14 +2669,26 @@ msgstr "インベントリー同期"
msgid "Inventory Sync Failures"
msgstr "インベントリーの同期の失敗"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:93
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:75
msgid "Inventory Variables"
msgstr "インベントリー変数"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:66
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:68
msgid "Inventory contains 0 hosts."
msgstr "インベントリーには 0 ホストが含まれています。"
+#: client/features/output/output.strings.js:35
+msgid "Isolated"
+msgstr "分離"
+
+#: client/src/smart-status/smart-status.controller.js:43
+msgid "JOB ID"
+msgstr ""
+
+#: client/features/output/output.strings.js:83
+msgid "JOB IS STILL RUNNING"
+msgstr "ジョブが実行中です"
+
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:4
msgid "JOB STATUS"
msgstr "ジョブステータス"
@@ -2363,26 +2697,28 @@ msgstr "ジョブステータス"
msgid "JOB TEMPLATE"
msgstr "ジョブテンプレート"
-#: client/src/organizations/linkout/organizations-linkout.route.js:256
-#: client/src/organizations/list/organizations-list.controller.js:78
-#: client/src/portal-mode/portal-job-templates.list.js:13
-#: client/src/portal-mode/portal-job-templates.list.js:14
+#: client/features/templates/routes/organizationsTemplatesList.route.js:20
+#: client/features/templates/routes/projectsTemplatesList.route.js:18
+#: client/src/organizations/list/organizations-list.controller.js:79
+#: client/src/portal-mode/portal-mode-layout.partial.html:8
msgid "JOB TEMPLATES"
msgstr "ジョブテンプレート"
+#: client/features/jobs/index.view.html:7
+#: client/features/jobs/routes/instanceGroupJobs.route.js:13
+#: client/features/jobs/routes/instanceJobs.route.js:13
+#: client/features/jobs/routes/inventoryCompletedJobs.route.js:22
+#: client/features/jobs/routes/jobs.route.js:12
+#: client/features/templates/templates.strings.js:113
#: client/src/activity-stream/get-target-title.factory.js:32
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:118
-#: client/src/instance-groups/instance-group.partial.html:28
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:27
-#: client/src/instance-groups/jobs/jobs-list.route.js:9
-#: client/src/jobs/jobs.route.js:15
-#: client/src/main-menu/main-menu.partial.html:122
-#: client/src/main-menu/main-menu.partial.html:43
-#: client/src/portal-mode/portal-jobs.list.js:13
-#: client/src/portal-mode/portal-jobs.list.js:17
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:119
+#: client/src/instance-groups/instance-groups.strings.js:23
+#: client/src/portal-mode/portal-mode-layout.partial.html:19
msgid "JOBS"
msgstr "ジョブ"
+#: client/lib/components/code-mirror/code-mirror.strings.js:12
+#: client/lib/services/base-string.service.js:70
#: client/src/job-submission/job-submission.partial.html:173
msgid "JSON"
msgstr "JSON"
@@ -2393,60 +2729,71 @@ msgstr "JSON"
msgid "JSON:"
msgstr "JSON:"
-#: client/src/job-results/job-results.partial.html:384
+#: client/src/workflow-results/workflow-results.controller.js:86
+msgid "Job"
+msgstr ""
+
+#: client/features/output/output.strings.js:50
+#: client/features/templates/templates.strings.js:48
#: client/src/job-submission/job-submission.partial.html:228
-#: client/src/templates/job_templates/job-template.form.js:200
-#: client/src/templates/job_templates/job-template.form.js:207
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:127
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:135
+#: client/src/templates/job_templates/job-template.form.js:190
+#: client/src/templates/job_templates/job-template.form.js:197
msgid "Job Tags"
msgstr "ジョブタグ"
+#: client/features/jobs/jobs.strings.js:12
+#: client/features/output/output.strings.js:51
+#: client/features/templates/templates.strings.js:13
#: client/src/templates/templates.list.js:61
msgid "Job Template"
msgstr "ジョブテンプレート"
+#: client/lib/models/models.strings.js:30
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:103
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:36
-#: client/src/organizations/linkout/organizations-linkout.route.js:268
+#: client/src/projects/projects.form.js:303
msgid "Job Templates"
msgstr "ジョブテンプレート"
+#: client/features/output/output.strings.js:52
+#: client/features/templates/templates.strings.js:50
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:32
-#: client/src/job-results/job-results.partial.html:159
#: client/src/job-submission/job-submission.partial.html:202
#: client/src/templates/job_templates/job-template.form.js:47
#: client/src/templates/job_templates/job-template.form.js:55
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:103
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:92
msgid "Job Type"
msgstr "ジョブタイプ"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:46
-msgid ""
-"Job details are not available for this job. Please download to view "
-"standard out."
-msgstr "このジョブのジョブ詳細は利用できません。ダウンロードして標準出力を表示します。"
+#: client/src/home/dashboard/lists/jobs/jobs-list.directive.js:45
+msgid "Job failed. Click for details."
+msgstr ""
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:28
-#: client/src/configuration/configuration.partial.html:16
-#: client/src/jobs/jobs.partial.html:7
+#: client/src/home/dashboard/lists/jobs/jobs-list.directive.js:42
+msgid "Job successful. Click for details."
+msgstr ""
+
+#: client/lib/components/components.strings.js:69
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:30
+#: client/src/configuration/configuration.partial.html:22
+#: client/src/instance-groups/instance-groups.strings.js:47
msgid "Jobs"
msgstr "ジョブ"
-#: client/src/job-results/job-results.controller.js:269
-#: client/src/job-results/job-results.controller.js:366
-msgid "Jump to last line of standard out."
-msgstr "標準出力の最終行にジャンプ"
+#: client/features/output/output.strings.js:81
+#: client/features/templates/templates.strings.js:103
+#: client/src/workflow-results/workflow-results.controller.js:69
+msgid "KEY"
+msgstr "キー"
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:61
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:154
+#: client/src/network-ui/network.ui.strings.js:23
#: client/src/shared/smart-search/smart-search.partial.html:14
msgid "Key"
msgstr "キー"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:176
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:257
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:230
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:244
msgid "Key Name:"
msgstr "キー名:"
@@ -2455,49 +2802,78 @@ msgstr "キー名:"
msgid "Kind"
msgstr "種類"
+#: client/features/applications/applications.strings.js:30
+msgid "LAST MODIFIED"
+msgstr "最終更新日"
+
+#: client/features/users/tokens/tokens.strings.js:37
+msgid "LAST USED"
+msgstr "最終使用時間"
+
+#: client/features/templates/templates.strings.js:30
+msgid "LAUNCH"
+msgstr "起動"
+
#: client/src/job-submission/job-submission.partial.html:6
msgid "LAUNCH JOB"
msgstr "ジョブの起動"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:86
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:66
-msgid "LAUNCH TYPE"
-msgstr "起動タイプ"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:111
+#: client/src/configuration/auth-form/configuration-auth.controller.js:133
msgid "LDAP"
msgstr "LDAP"
-#: client/src/license/license.route.js:19
+#: client/src/configuration/auth-form/configuration-auth.controller.js:141
+msgid "LDAP 1 (Optional)"
+msgstr "LDAP 1 (オプション)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:142
+msgid "LDAP 2 (Optional)"
+msgstr "LDAP 2 (オプション)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:143
+msgid "LDAP 3 (Optional)"
+msgstr "LDAP 3 (オプション)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:144
+msgid "LDAP 4 (Optional)"
+msgstr "LDAP 4 (オプション)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:145
+msgid "LDAP 5 (Optional)"
+msgstr "LDAP 5 (オプション)"
+
+#: client/src/configuration/auth-form/configuration-auth.partial.html:17
+msgid "LDAP Server"
+msgstr "LDAP サーバー"
+
+#: client/src/configuration/license.route.js:18
+#: client/src/license/license.route.js:18
msgid "LICENSE"
msgstr "ライセンス"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:58
-msgid "LICENSE ERROR"
-msgstr "ライセンスエラー"
-
-#: client/src/main-menu/main-menu.partial.html:83
-msgid "LOG OUT"
-msgstr "ログアウト"
-
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:68
-#: client/src/instance-groups/jobs/jobs.list.js:66
-#: client/src/job-results/job-results.partial.html:434
-#: client/src/job-results/job-results.partial.html:443
-#: client/src/jobs/all-jobs.list.js:74
-#: client/src/templates/job_templates/job-template.form.js:234
-#: client/src/templates/job_templates/job-template.form.js:238
+#: client/features/output/output.strings.js:53
+#: client/src/templates/job_templates/job-template.form.js:224
+#: client/src/templates/job_templates/job-template.form.js:228
#: client/src/templates/templates.list.js:43
-#: client/src/templates/workflows.form.js:62
-#: client/src/templates/workflows.form.js:67
+#: client/src/templates/workflows.form.js:72
+#: client/src/templates/workflows.form.js:76
+#: client/src/workflow-results/workflow-results.controller.js:51
msgid "Labels"
msgstr "ラベル"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:25
-#: client/src/users/users.form.js:33 client/src/users/users.list.js:37
+#: client/features/templates/templates.strings.js:19
+msgid "Last Modified"
+msgstr "最終更新日"
+
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:31
+#: client/src/users/users.form.js:36 client/src/users/users.list.js:37
msgid "Last Name"
msgstr "姓"
+#: client/features/templates/templates.strings.js:20
+msgid "Last Ran"
+msgstr "最終実行日時"
+
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:56
msgid "Last Sync"
msgstr "最終同期"
@@ -2506,9 +2882,7 @@ msgstr "最終同期"
msgid "Last Updated"
msgstr "最終更新日時"
-#: client/src/portal-mode/portal-job-templates.list.js:36
-#: client/src/shared/form-generator.js:1707
-#: client/src/templates/templates.list.js:80
+#: client/src/shared/form-generator.js:1716
msgid "Launch"
msgstr "起動"
@@ -2516,27 +2890,33 @@ msgstr "起動"
msgid "Launch Management Job"
msgstr "管理ジョブの起動"
-#: client/src/job-results/job-results.partial.html:170
-#: client/src/job-results/job-results.partial.html:185
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:76
+#: client/features/jobs/jobs.strings.js:11
+#: client/features/output/output.strings.js:54
+#: client/src/workflow-results/workflow-results.controller.js:48
msgid "Launched By"
msgstr "起動:"
+#: client/features/templates/templates.strings.js:38
#: client/src/job-submission/job-submission.partial.html:99
msgid ""
"Launching this job requires the passwords listed below. Enter and confirm "
"each password before continuing."
msgstr "このジョブの起動には以下に記載されているパスワードが必要です。それぞれのパスワードを入力し、確認してから続行します。"
-#: client/features/credentials/legacy.credentials.js:357
+#: client/features/credentials/legacy.credentials.js:350
msgid "Legacy state configuration for does not exist"
msgstr "レガシー状態の設定は存在しません。"
-#: client/src/license/license.controller.js:40
+#: client/src/configuration/configuration.partial.html:43
+#: client/src/license/license.controller.js:44
#: client/src/license/license.partial.html:8
msgid "License"
msgstr "ライセンス"
+#: client/features/output/output.strings.js:55
+msgid "License Error"
+msgstr "ライセンスエラー"
+
#: client/src/license/license.partial.html:104
msgid "License File"
msgstr "ライセンスファイル"
@@ -2545,7 +2925,7 @@ msgstr "ライセンスファイル"
msgid "License Key"
msgstr "ライセンスキー"
-#: client/src/license/license.controller.js:40
+#: client/src/license/license.controller.js:46
msgid "License Management"
msgstr "ライセンス管理"
@@ -2553,59 +2933,58 @@ msgstr "ライセンス管理"
msgid "License Type"
msgstr "ライセンスタイプ"
+#: client/features/output/output.strings.js:56
+#: client/features/templates/templates.strings.js:49
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:45
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:55
-#: client/src/job-results/job-results.partial.html:347
#: client/src/job-submission/job-submission.partial.html:220
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:92
-#: client/src/templates/job_templates/job-template.form.js:160
-#: client/src/templates/job_templates/job-template.form.js:164
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:113
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:120
+#: client/src/templates/job_templates/job-template.form.js:159
+#: client/src/templates/job_templates/job-template.form.js:163
msgid "Limit"
msgstr "制限"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:186
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:268
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:240
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:255
msgid "Limit to hosts having a tag:"
msgstr "タグを持つホストに制限:"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:188
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:270
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:242
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:257
msgid "Limit to hosts using either key pair:"
msgstr "いずれかのキーペアを使用するホストに制限:"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:190
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:272
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:244
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
msgid "Limit to hosts where the Name tag begins with"
msgstr "名前タグの開始点となるホストに制限"
-#: client/src/shared/socket/socket.service.js:168
+#: client/src/scheduler/scheduler.strings.js:43
+msgid "Limited to first 10"
+msgstr ""
+
+#: client/src/shared/socket/socket.service.js:203
msgid "Live events: attempting to connect to the server."
msgstr "ライブイベント: サーバーへの接続を試行しています。"
-#: client/src/shared/socket/socket.service.js:172
+#: client/src/shared/socket/socket.service.js:207
msgid ""
"Live events: connected. Pages containing job status information will "
"automatically update in real-time."
msgstr "ライブイベント: 接続されています。ジョブステータス情報を含むページは自動的にリアルタイムで更新されます。"
-#: client/src/shared/socket/socket.service.js:176
+#: client/src/shared/socket/socket.service.js:211
msgid "Live events: error connecting to the server."
msgstr "ライブイベント: サーバーへの接続時にエラーが発生しました。"
-#: client/src/shared/form-generator.js:1983
+#: client/src/shared/form-generator.js:1994
msgid "Loading..."
msgstr "ロード中..."
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:133
+#: client/src/scheduler/scheduler.strings.js:18
msgid "Local Time Zone"
msgstr "ローカルタイムゾーン"
-#: client/src/main-menu/main-menu.partial.html:188
-msgid "Log Out"
-msgstr "ログアウト"
-
#: client/src/configuration/system-form/configuration-system.controller.js:225
msgid "Log aggregator test failed.
Detail:"
msgstr "ログアグリゲーターのテストに失敗しました。
詳細:"
@@ -2614,20 +2993,32 @@ msgstr "ログアグリゲーターのテストに失敗しました。
詳
msgid "Log aggregator test successful."
msgstr "ログアグリゲーターのテストが成功しました。"
+#: client/lib/components/components.strings.js:65
+msgid "Logged in as"
+msgstr "次の名前でログイン"
+
#: client/src/configuration/system-form/configuration-system.controller.js:89
msgid "Logging"
msgstr "ロギング"
+#: client/lib/components/components.strings.js:67
+msgid "Logout"
+msgstr "ログアウト"
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:35
msgid "Low"
msgstr "低"
#: client/src/management-jobs/card/card.partial.html:6
-#: client/src/management-jobs/card/card.route.js:21
+#: client/src/management-jobs/card/card.route.js:20
msgid "MANAGEMENT JOBS"
msgstr "管理ジョブ"
-#: client/src/portal-mode/portal-mode.route.js:12
+#: client/features/output/output.strings.js:104
+msgid "MODULE"
+msgstr ""
+
+#: client/features/templates/routes/portalModeTemplatesList.route.js:12
msgid "MY VIEW"
msgstr "マイビュー"
@@ -2636,27 +3027,21 @@ msgstr "マイビュー"
msgid "Machine"
msgstr "マシン"
+#: client/features/output/output.strings.js:57
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:60
-#: client/src/job-results/job-results.partial.html:260
msgid "Machine Credential"
msgstr "マシンの認証情報"
-#: client/src/setup-menu/setup-menu.partial.html:36
-msgid ""
-"Manage the cleanup of old job history, activity streams, data marked for "
-"deletion, and system tracking info."
-msgstr "古いジョブ履歴、アクティビティーストリーム、削除用にマークされたデータ、およびシステムトラッキング情報のクリーンアップを管理します。"
-
-#: client/src/setup-menu/setup-menu.partial.html:35
+#: client/lib/components/components.strings.js:82
msgid "Management Jobs"
msgstr "管理ジョブ"
-#: client/src/projects/list/projects-list.controller.js:89
+#: client/src/projects/list/projects-list.controller.js:91
msgid "Manual projects do not require a schedule"
msgstr "手動プロジェクトにスケジュールは不要です"
-#: client/src/projects/edit/projects-edit.controller.js:141
-#: client/src/projects/list/projects-list.controller.js:88
+#: client/src/projects/edit/projects-edit.controller.js:142
+#: client/src/projects/list/projects-list.controller.js:90
msgid "Manual projects do not require an SCM update"
msgstr "手動プロジェクトに SCM 更新は不要です"
@@ -2672,19 +3057,27 @@ msgstr "中"
msgid "Misc. System"
msgstr "その他のシステム"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:27
-msgid "Missing. Click for details"
-msgstr "見つかりません。クリックして詳細を確認してください。"
+#: client/src/templates/workflows.form.js:35
+msgid ""
+"Missing Job Templates found in the Workflow Editor"
+msgstr ""
+"欠落していたジョブテンプレートはワークフローエディターにあります。"
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:22
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:30
msgid "Module"
msgstr "モジュール"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:53
+#: client/features/output/output.strings.js:58
msgid "Module Args"
msgstr "モジュールの引数"
+#: client/src/scheduler/scheduler.strings.js:29
+msgid "Mon"
+msgstr ""
+
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:25
msgid "Most recent job failed. Click to view jobs."
msgstr "最新のジョブが失敗しました。クリックしてジョブを表示します。"
@@ -2693,25 +3086,31 @@ msgstr "最新のジョブが失敗しました。クリックしてジョブを
msgid "Most recent job successful. Click to view jobs."
msgstr "最新のジョブが成功しました。クリックしてジョブを表示します。"
+#: client/src/templates/survey-maker/surveys/init.factory.js:17
+msgid "Multiple Choice (multiple select)"
+msgstr ""
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:16
+msgid "Multiple Choice (single select)"
+msgstr ""
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:77
msgid "Multiple Choice Options"
msgstr "複数の選択オプション"
-#: client/src/portal-mode/portal-mode-jobs.partial.html:4
-#: client/src/portal-mode/portal-mode-layout.partial.html:11
+#: client/src/portal-mode/portal-mode-layout.partial.html:25
msgid "My Jobs"
msgstr "マイジョブ"
-#: client/src/main-menu/main-menu.partial.html:160
+#: client/lib/components/components.strings.js:71
msgid "My View"
msgstr "マイビュー"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:19
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:19
-msgid "NAME"
-msgstr "名前"
+#: client/features/applications/applications.strings.js:24
+msgid "NEW APPLICATION"
+msgstr "新規アプリケーション"
-#: client/features/credentials/credentials.strings.js:24
+#: client/features/credentials/credentials.strings.js:26
msgid "NEW CREDENTIAL"
msgstr "新規の認証情報"
@@ -2723,7 +3122,7 @@ msgstr "新規の認証情報タイプ"
msgid "NEW CUSTOM INVENTORY"
msgstr "新規カスタムインベントリー"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:34
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:17
msgid "NEW INVENTORY"
msgstr "新規インベントリー"
@@ -2739,11 +3138,11 @@ msgstr "新規通知テンプレート"
msgid "NEW ORGANIZATION"
msgstr "新規組織"
-#: client/src/projects/projects.form.js:16
+#: client/src/projects/projects.form.js:17
msgid "NEW PROJECT"
msgstr "新規プロジェクト"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:28
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:10
msgid "NEW SMART INVENTORY"
msgstr "新規スマートインベントリー"
@@ -2759,11 +3158,15 @@ msgstr "新規ユーザー"
msgid "NEW WORKFLOW JOB TEMPLATE"
msgstr "新規ワークフロージョブテンプレート"
+#: client/lib/services/base-string.service.js:64
+msgid "NEXT"
+msgstr "次へ"
+
#: client/src/inventories-hosts/hosts/hosts.partial.html:38
msgid "NO HOSTS HAVE BEEN CREATED"
msgstr "ホストが作成されていません"
-#: client/lib/components/components.strings.js:35
+#: client/lib/components/components.strings.js:39
msgid "NO OPTIONS AVAILABLE"
msgstr "利用可能なオプションがありません"
@@ -2782,10 +3185,12 @@ msgstr "通知テンプレート"
#: client/src/inventories-hosts/inventories/related/sources/edit/sources-notifications.route.js:9
#: client/src/management-jobs/notifications/notification.route.js:46
-#: client/src/notifications/main.js:43 client/src/notifications/main.js:91
+#: client/src/notifications/main.js:42 client/src/notifications/main.js:89
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:2
msgid "NOTIFICATIONS"
msgstr "通知"
+#: client/features/output/output.strings.js:59
#: client/src/credential-types/credential-types.form.js:27
#: client/src/credential-types/credential-types.list.js:24
#: client/src/credentials/credentials.form.js:32
@@ -2793,44 +3198,34 @@ msgstr "通知"
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:14
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:13
#: client/src/instance-groups/instance-groups.list.js:15
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:35
-#: client/src/instance-groups/instances/instances-list.partial.html:15
-#: client/src/instance-groups/instances/instances.list.js:14
-#: client/src/instance-groups/jobs/jobs.list.js:34
-#: client/src/instance-groups/list/instance-groups-list.partial.html:26
#: client/src/inventories-hosts/hosts/host.list.js:61
-#: client/src/inventories-hosts/inventories/inventory.list.js:47
+#: client/src/inventories-hosts/inventories/inventory.list.js:48
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:55
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:45
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:32
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:33
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:51
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:39
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:45
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:21
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:28
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:45
#: client/src/inventory-scripts/inventory-scripts.form.js:28
#: client/src/inventory-scripts/inventory-scripts.list.js:20
-#: client/src/jobs/all-jobs.list.js:43
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:21
#: client/src/notifications/notificationTemplates.form.js:32
#: client/src/notifications/notificationTemplates.list.js:32
-#: client/src/notifications/notifications.list.js:26
+#: client/src/notifications/notifications.list.js:27
#: client/src/organizations/organizations.form.js:26
-#: client/src/portal-mode/portal-job-templates.list.js:23
-#: client/src/portal-mode/portal-jobs.list.js:35
-#: client/src/projects/projects.form.js:29
+#: client/src/projects/projects.form.js:30
#: client/src/projects/projects.list.js:37
#: client/src/scheduler/scheduled-jobs.list.js:31
-#: client/src/scheduler/schedules.list.js:33
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:19
-#: client/src/teams/teams.form.js:124 client/src/teams/teams.form.js:25
+#: client/src/scheduler/scheduler.strings.js:13
+#: client/src/scheduler/schedules.list.js:41
+#: client/src/teams/teams.form.js:127 client/src/teams/teams.form.js:28
#: client/src/teams/teams.list.js:23
-#: client/src/templates/completed-jobs.list.js:46
#: client/src/templates/job_templates/job-template.form.js:34
#: client/src/templates/templates.list.js:24
-#: client/src/templates/workflows.form.js:32
-#: client/src/users/users.form.js:142 client/src/users/users.form.js:168
-#: client/src/users/users.form.js:194
+#: client/src/templates/workflows.form.js:42
+#: client/src/users/users.form.js:145 client/src/users/users.form.js:171
+#: client/src/users/users.form.js:197
msgid "Name"
msgstr "名前"
@@ -2838,9 +3233,10 @@ msgstr "名前"
msgid "Network"
msgstr "ネットワーク"
-#: client/src/job-results/job-results.partial.html:306
-msgid "Network Credential"
-msgstr "ネットワークの認証情報"
+#: client/src/inventories-hosts/inventories/inventory.list.js:105
+#: client/src/inventories-hosts/inventories/inventory.list.js:107
+msgid "Network Visualization"
+msgstr "ネットワークの可視化"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:81
msgid "New Group"
@@ -2855,7 +3251,7 @@ msgid "New user successfully created!"
msgstr "新規ユーザーが正常に作成されました!"
#: client/src/scheduler/scheduled-jobs.list.js:51
-#: client/src/scheduler/schedules.list.js:43
+#: client/src/scheduler/schedules.list.js:51
msgid "Next Run"
msgstr "次回実行日時"
@@ -2863,12 +3259,13 @@ msgstr "次回実行日時"
msgid "No Credentials Have Been Created"
msgstr "認証情報が作成されていません"
+#: client/features/templates/templates.strings.js:62
#: client/src/job-submission/lists/credential/job-sub-cred-list.controller.js:44
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:140
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:15
msgid "No Credentials Matching This Type Have Been Created"
msgstr "このタイプに一致する認証情報が作成されていません"
-#: client/src/job-results/host-event/host-event-codemirror.partial.html:3
+#: client/features/output/host-event/host-event-codemirror.partial.html:3
msgid "No JSON data returned by the module"
msgstr "JSON データがモジュールによって返されていません"
@@ -2880,7 +3277,7 @@ msgstr "プロジェクトが作成されていません"
msgid "No Remediation Playbook Available"
msgstr "修復 Playbook を使用できません"
-#: client/src/projects/list/projects-list.controller.js:159
+#: client/src/projects/list/projects-list.controller.js:176
msgid "No SCM Configuration"
msgstr "SCM 設定がありません"
@@ -2892,7 +3289,7 @@ msgstr "このプロジェクトで実行された SCM 更新はありません"
msgid "No Teams exist"
msgstr "チームが存在しません"
-#: client/src/projects/list/projects-list.controller.js:150
+#: client/src/projects/list/projects-list.controller.js:152
msgid "No Updates Available"
msgstr "利用可能な更新がありません"
@@ -2900,24 +3297,27 @@ msgstr "利用可能な更新がありません"
msgid "No Users exist"
msgstr "ユーザーが存在しません"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:23
-#: client/src/templates/completed-jobs.list.js:24
-msgid "No completed jobs"
-msgstr "完了したジョブがありません"
+#: client/features/templates/templates.strings.js:33
+msgid "No credentials selected"
+msgstr "認証情報が選択されていません"
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:63
msgid "No data is available. There are no issues to report."
msgstr "使用できるデータがありません。報告する問題がありません。"
-#: client/src/license/license.controller.js:39
+#: client/src/license/license.controller.js:41
msgid "No file selected."
msgstr "ファイルが選択されていません。"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:62
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:64
msgid "No hosts with failures. Click for details."
msgstr "障害のあるホストがありません。クリックして詳細を確認してください。"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:47
+#: client/features/templates/templates.strings.js:34
+msgid "No inventory selected"
+msgstr "インベントリーが選択されていません"
+
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:49
msgid "No inventory sync failures. Click for details."
msgstr "インベントリーの同期に障害が発生していません。クリックして詳細を確認してください。"
@@ -2933,21 +3333,15 @@ msgstr "利用可能なジョブデータがありません。"
msgid "No job failures"
msgstr "ジョブに障害が発生していません"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:54
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:55
msgid "No job templates were recently used."
msgstr "最近使用されたジョブテンプレートはありません。"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:9
-#: client/src/instance-groups/jobs/jobs.list.js:9
-#: client/src/jobs/all-jobs.list.js:18
-msgid "No jobs have yet run."
-msgstr "実行されたジョブがありません。"
-
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:44
msgid "No jobs were recently run."
msgstr "最近実行されたジョブがありません。"
-#: client/src/teams/teams.form.js:121 client/src/users/users.form.js:191
+#: client/src/teams/teams.form.js:124 client/src/users/users.form.js:194
msgid "No permissions have been granted"
msgstr "パーミッションが付与されていません"
@@ -2964,11 +3358,15 @@ msgid "No recent notifications."
msgstr "最新の通知はありません。"
#: client/src/inventories-hosts/hosts/hosts.partial.html:36
-#: client/src/shared/form-generator.js:1879
+#: client/src/shared/form-generator.js:1888
#: client/src/shared/list-generator/list-generator.factory.js:240
msgid "No records matched your search."
msgstr "検索に一致するレコードはありません"
+#: client/features/output/output.strings.js:105
+msgid "No result found"
+msgstr ""
+
#: client/src/scheduler/scheduled-jobs.list.js:16
msgid "No schedules exist"
msgstr "スケジュールがありません"
@@ -2984,11 +3382,21 @@ msgstr "いずれも選択されていません"
msgid "Normal User"
msgstr "標準ユーザー"
-#: client/src/projects/list/projects-list.controller.js:91
+#: client/features/output/output.strings.js:36
+#: client/src/workflow-results/workflow-results.controller.js:56
+msgid "Not Finished"
+msgstr "終了していません"
+
+#: client/features/output/output.strings.js:37
+#: client/src/workflow-results/workflow-results.controller.js:57
+msgid "Not Started"
+msgstr "開始されていません"
+
+#: client/src/projects/list/projects-list.controller.js:93
msgid "Not configured for SCM"
msgstr "SCM 用に設定されていません"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:52
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:54
msgid "Not configured for inventory sync."
msgstr "インベントリーの同期に設定されていません。"
@@ -3002,10 +3410,12 @@ msgstr ""
#: client/src/notifications/notificationTemplates.form.js:288
#: client/src/notifications/notificationTemplates.form.js:289
+#: client/src/notifications/notificationTemplates.form.js:472
+#: client/src/notifications/notificationTemplates.form.js:473
msgid "Notification Color"
msgstr "通知の色"
-#: client/src/notifications/notification-templates-list/list.controller.js:113
+#: client/src/notifications/notification-templates-list/list.controller.js:131
msgid "Notification Failed."
msgstr "通知に失敗しました。"
@@ -3013,14 +3423,14 @@ msgstr "通知に失敗しました。"
msgid "Notification Label"
msgstr "通知レベル"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:29
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:31
msgid "Notification Templates"
msgstr "通知テンプレート"
+#: client/lib/components/components.strings.js:81
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:20
#: client/src/management-jobs/notifications/notification.route.js:21
#: client/src/notifications/notifications.list.js:17
-#: client/src/setup-menu/setup-menu.partial.html:48
msgid "Notifications"
msgstr "通知"
@@ -3028,26 +3438,28 @@ msgstr "通知"
msgid "Notify Channel"
msgstr "通知チャネル"
+#: client/lib/services/base-string.service.js:68
#: client/src/inventories-hosts/hosts/hosts.partial.html:55
#: client/src/job-submission/job-submission.partial.html:269
#: client/src/partials/survey-maker-modal.html:27
-#: client/src/shared/form-generator.js:542
-#: client/src/shared/form-generator.js:773
-#: client/src/shared/generator-helpers.js:551
+#: client/src/shared/form-generator.js:547
+#: client/src/shared/form-generator.js:782
+#: client/src/shared/generator-helpers.js:554
msgid "OFF"
msgstr "オフ"
#: client/lib/services/base-string.service.js:63
-#: client/src/jobs/factories/delete-job.factory.js:115
+#: client/src/network-ui/network-nav/network.nav.view.html:85
msgid "OK"
msgstr "OK"
+#: client/lib/services/base-string.service.js:67
#: client/src/inventories-hosts/hosts/hosts.partial.html:54
#: client/src/job-submission/job-submission.partial.html:267
#: client/src/partials/survey-maker-modal.html:26
-#: client/src/shared/form-generator.js:538
-#: client/src/shared/form-generator.js:771
-#: client/src/shared/generator-helpers.js:547
+#: client/src/shared/form-generator.js:543
+#: client/src/shared/form-generator.js:780
+#: client/src/shared/generator-helpers.js:550
msgid "ON"
msgstr "オン"
@@ -3055,27 +3467,32 @@ msgstr "オン"
msgid "OPTIONS"
msgstr "オプション"
+#: client/features/applications/applications.strings.js:29
+msgid "ORG"
+msgstr "組織"
+
#: client/src/activity-stream/get-target-title.factory.js:29
#: client/src/organizations/list/organizations-list.partial.html:6
-#: client/src/organizations/main.js:52
+#: client/src/organizations/main.js:51
msgid "ORGANIZATIONS"
msgstr "組織"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:116
-msgid "OVERWRITE"
-msgstr "上書き"
+#: client/src/scheduler/scheduler.strings.js:37
+msgid "Occurrences"
+msgstr ""
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:123
-msgid "OVERWRITE VARS"
-msgstr "変数の上書き"
+#: client/src/workflow-results/workflow-results.controller.js:65
+msgid "On Fail"
+msgstr "失敗時"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:38
-msgid "On Failure"
-msgstr "失敗した場合 "
+#: client/features/templates/templates.strings.js:105
+msgid "On Failure"
+msgstr ""
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:33
-msgid "On Success"
-msgstr "成功した場合 "
+#: client/features/templates/templates.strings.js:104
+#: client/src/workflow-results/workflow-results.controller.js:64
+msgid "On Success"
+msgstr "成功時"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:157
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:162
@@ -3090,43 +3507,46 @@ msgstr ""
"OpenStack ドメインは管理上の境界を定義します。これは Keystone v3 認証 URL "
"にのみ必要です。共通するシナリオには以下が含まれます:"
-#: client/src/templates/job_templates/job-template.form.js:240
-#: client/src/templates/workflows.form.js:69
+#: client/src/templates/job_templates/job-template.form.js:230
+#: client/src/templates/workflows.form.js:78
msgid ""
"Optional labels that describe this job template, such as 'dev' or 'test'. "
"Labels can be used to group and filter job templates and completed jobs."
msgstr ""
"「dev」または「test」などのこのジョブテンプレートを説明するオプションラベルです。ラベルを使用し、ジョブテンプレートおよび完了したジョブの分類およびフィルターを実行できます。"
-#: client/src/notifications/notificationTemplates.form.js:382
+#: client/src/notifications/notificationTemplates.form.js:453
#: client/src/partials/logviewer.html:7
-#: client/src/templates/job_templates/job-template.form.js:259
+#: client/src/templates/job_templates/job-template.form.js:270
+#: client/src/templates/workflows.form.js:96
msgid "Options"
msgstr "オプション"
#: client/src/credentials/credentials.form.js:46
#: client/src/credentials/credentials.form.js:53
-#: client/src/inventories-hosts/inventories/inventory.list.js:60
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:51
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:58
+#: client/src/inventories-hosts/inventories/inventory.list.js:61
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:33
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:41
#: client/src/inventory-scripts/inventory-scripts.form.js:40
#: client/src/inventory-scripts/inventory-scripts.list.js:27
#: client/src/notifications/notificationTemplates.form.js:44
-#: client/src/projects/projects.form.js:41
-#: client/src/projects/projects.form.js:47 client/src/teams/teams.form.js:37
-#: client/src/teams/teams.list.js:30 client/src/templates/workflows.form.js:45
-#: client/src/templates/workflows.form.js:51 client/src/users/users.form.js:40
+#: client/src/projects/projects.form.js:42
+#: client/src/projects/projects.form.js:48 client/src/teams/teams.form.js:40
+#: client/src/teams/teams.list.js:30 client/src/templates/workflows.form.js:55
+#: client/src/templates/workflows.form.js:61 client/src/users/users.form.js:43
msgid "Organization"
msgstr "組織"
+#: client/lib/components/components.strings.js:77
+#: client/lib/models/models.strings.js:35
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:136
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:64
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:30
-#: client/src/setup-menu/setup-menu.partial.html:4
-#: client/src/users/users.form.js:132
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32
+#: client/src/users/users.form.js:135
msgid "Organizations"
msgstr "組織"
+#: client/features/templates/templates.strings.js:27
#: client/src/job-submission/job-submission.partial.html:19
msgid "Other Prompts"
msgstr "他のプロンプト"
@@ -3179,6 +3599,7 @@ msgid ""
msgstr ""
"vmware.ini にあり、インベントリー更新スクリプトで使用される変数を上書きします。これらの変数の詳細な説明については、次を参照してください。"
+#: client/features/output/output.strings.js:60
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:328
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:333
msgid "Overwrite"
@@ -3189,6 +3610,10 @@ msgstr "上書き"
msgid "Overwrite Variables"
msgstr "変数の上書き"
+#: client/features/output/output.strings.js:61
+msgid "Overwrite Vars"
+msgstr "変数の上書き"
+
#: client/src/credentials/credentials.list.js:40
msgid "Owners"
msgstr "所有者"
@@ -3197,10 +3622,14 @@ msgstr "所有者"
msgid "PASSWORD"
msgstr "パスワード"
-#: client/features/credentials/legacy.credentials.js:122
+#: client/features/credentials/legacy.credentials.js:117
msgid "PERMISSIONS"
msgstr "パーミッション"
+#: client/features/output/output.strings.js:102
+msgid "PLAY"
+msgstr ""
+
#: client/src/partials/job-template-details.html:2
msgid "PLAYBOOK"
msgstr "PLAYBOOK"
@@ -3209,41 +3638,32 @@ msgstr "PLAYBOOK"
msgid "PLEASE ADD A SURVEY PROMPT."
msgstr "Survey プロンプトを追加してください。"
-#: client/src/instance-groups/instances/instances-list.partial.html:6
-#: client/src/instance-groups/list/instance-groups-list.partial.html:16
-#: client/src/organizations/list/organizations-list.partial.html:47
-#: client/src/shared/form-generator.js:1885
+#: client/src/organizations/list/organizations-list.partial.html:37
+#: client/src/shared/form-generator.js:1894
#: client/src/shared/list-generator/list-generator.factory.js:248
msgid "PLEASE ADD ITEMS TO THIS LIST"
msgstr "項目をこの一覧に追加してください"
-#: client/src/main-menu/main-menu.partial.html:67
-msgid "PORTAL MODE"
-msgstr "ポータルモード"
-
#: client/src/partials/survey-maker-modal.html:43
msgid "PREVIEW"
msgstr "プレビュー"
-#: client/src/job-results/job-results.service.js:166
-msgid "PROCEED"
-msgstr "続行"
-
#: client/src/partials/job-template-details.html:2
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:73
msgid "PROJECT"
msgstr "プロジェクト"
#: client/src/activity-stream/get-target-title.factory.js:8
-#: client/src/main-menu/main-menu.partial.html:19
-#: client/src/main-menu/main-menu.partial.html:95
-#: client/src/organizations/linkout/organizations-linkout.route.js:195
-#: client/src/organizations/list/organizations-list.controller.js:72
-#: client/src/projects/main.js:73 client/src/projects/projects.list.js:14
+#: client/src/organizations/linkout/organizations-linkout.route.js:196
+#: client/src/organizations/list/organizations-list.controller.js:73
+#: client/src/projects/main.js:92 client/src/projects/projects.list.js:14
#: client/src/projects/projects.list.js:15
msgid "PROJECTS"
msgstr "プロジェクト"
+#: client/features/templates/templates.strings.js:26
+msgid "PROMPT"
+msgstr ""
+
#: client/src/shared/paginate/paginate.partial.html:33
msgid "Page"
msgstr "ページ"
@@ -3252,7 +3672,7 @@ msgstr "ページ"
msgid "Pagerduty subdomain"
msgstr "Pagerduty サブドメイン"
-#: client/src/templates/job_templates/job-template.form.js:348
+#: client/src/templates/job_templates/job-template.form.js:358
msgid ""
"Pass extra command line variables to the playbook. Provide key/value pairs "
"using either YAML or JSON. Refer to the Ansible Tower documentation for "
@@ -3261,7 +3681,7 @@ msgstr ""
"追加のコマンドライン変数を Playbook に渡します。YAML または JSON "
"のいずれかを使用してキーと値のペアを指定します。構文のサンプルについては Ansible Tower ドキュメントを参照してください。"
-#: client/src/templates/workflows.form.js:80
+#: client/src/templates/workflows.form.js:89
msgid ""
"Pass extra command line variables to the playbook. This is the -e or "
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
@@ -3272,7 +3692,7 @@ msgstr ""
"コマンドラインパラメーターです。YAML または JSON のいずれかを使用してキーと値のペアを指定します。構文のサンプルについては Ansible "
"Tower ドキュメントを参照してください。"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:138
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:139
msgid ""
"Pass extra command line variables. This is the %s or %s command line "
"parameter for %s. Provide key/value pairs using either YAML or JSON."
@@ -3295,8 +3715,9 @@ msgstr ""
#: client/src/credentials/factories/kind-change.factory.js:78
#: client/src/credentials/factories/kind-change.factory.js:97
#: client/src/job-submission/job-submission.partial.html:104
-#: client/src/notifications/shared/type-change.service.js:28
-#: client/src/users/users.form.js:68
+#: client/src/notifications/shared/type-change.service.js:30
+#: client/src/templates/survey-maker/surveys/init.factory.js:15
+#: client/src/users/users.form.js:71
msgid "Password"
msgstr "パスワード"
@@ -3332,7 +3753,7 @@ msgstr "SSH 秘密鍵ファイルの内容を貼り付けます。"
msgid "Paste the contents of the SSH private key file.%s or click to close%s"
msgstr "SSH 秘密鍵ファイルの内容を貼り付けます。%s またはクリックして %s を閉じます。"
-#: client/src/inventories-hosts/inventories/inventory.list.js:119
+#: client/src/inventories-hosts/inventories/inventory.list.js:135
msgid "Pending Delete"
msgstr "保留中の削除"
@@ -3340,43 +3761,48 @@ msgstr "保留中の削除"
msgid "Period"
msgstr "期間"
-#: client/src/projects/add/projects-add.controller.js:29
+#: client/src/projects/add/projects-add.controller.js:31
#: client/src/users/add/users-add.controller.js:43
msgid "Permission Error"
msgstr "パーミッションのエラー"
#: client/features/credentials/credentials.strings.js:14
-#: client/features/credentials/legacy.credentials.js:66
+#: client/features/credentials/legacy.credentials.js:63
#: client/src/credentials/credentials.form.js:439
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:122
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:123
-#: client/src/projects/projects.form.js:233 client/src/teams/teams.form.js:117
-#: client/src/templates/job_templates/job-template.form.js:386
-#: client/src/templates/workflows.form.js:114
-#: client/src/users/users.form.js:187
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:104
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:106
+#: client/src/projects/projects.form.js:247 client/src/teams/teams.form.js:120
+#: client/src/templates/job_templates/job-template.form.js:397
+#: client/src/templates/workflows.form.js:139
+#: client/src/users/users.form.js:190
msgid "Permissions"
msgstr "パーミッション"
-#: client/src/job-results/job-results.partial.html:249
-#: client/src/shared/form-generator.js:1069
+#: client/features/output/output.strings.js:62
+#: client/src/shared/form-generator.js:1078
#: client/src/templates/job_templates/job-template.form.js:107
#: client/src/templates/job_templates/job-template.form.js:115
msgid "Playbook"
msgstr "Playbook"
-#: client/src/projects/projects.form.js:89
+#: client/src/projects/projects.form.js:90
msgid "Playbook Directory"
msgstr "Playbook ディレクトリー"
+#: client/features/templates/templates.strings.js:60
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:52
msgid "Playbook Run"
msgstr "Playbook 実行"
-#: client/src/job-results/job-results.partial.html:488
+#: client/features/output/output.strings.js:90
msgid "Plays"
msgstr "プレイ"
-#: client/src/users/users.form.js:126
+#: client/lib/components/components.strings.js:108
+msgid "Please add items to this list."
+msgstr "項目をこの一覧に追加してください。"
+
+#: client/src/users/users.form.js:129
msgid "Please add user to an Organization."
msgstr "ユーザーを組織に追加してください。"
@@ -3388,6 +3814,12 @@ msgstr "ロールを選択したリソースに割り当ててください。"
msgid "Please assign roles to the selected users/teams"
msgstr "ロールを選択したユーザー/チームに割り当ててください。"
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid ""
+"Please check the server and make sure the directory exists and file "
+"permissions are set correctly."
+msgstr ""
+
#: client/src/license/license.partial.html:84
msgid ""
"Please click the button below to visit Ansible's website to get a Tower "
@@ -3398,25 +3830,30 @@ msgstr "以下のボタンをクリックし、Ansible の web サイトに移
msgid "Please click the icon to edit the host filter."
msgstr "アイコンをクリックしてホストフィルターを編集します。"
-#: client/src/shared/form-generator.js:861
-#: client/src/shared/form-generator.js:956
+#: client/features/templates/templates.strings.js:114
+msgid "Please click the start button to build your workflow."
+msgstr ""
+
+#: client/src/shared/form-generator.js:870
+#: client/src/shared/form-generator.js:965
msgid ""
"Please enter a URL that begins with ssh, http or https. The URL may not "
"contain the '@' character."
msgstr "ssh、http または https で始まる URL を入力します。URL には「@」文字を含めることはできません。"
-#: client/src/shared/form-generator.js:1158
+#: client/src/shared/form-generator.js:1167
msgid "Please enter a number greater than %d and less than %d."
msgstr "%d より大きく、%d より小さい数値を入力してください。"
-#: client/src/shared/form-generator.js:1160
+#: client/src/shared/form-generator.js:1169
msgid "Please enter a number greater than %d."
msgstr "%d より大きい数値を入力してください。"
-#: client/src/shared/form-generator.js:1152
+#: client/src/shared/form-generator.js:1161
msgid "Please enter a number."
msgstr "数値を入力してください。"
+#: client/features/templates/templates.strings.js:39
#: client/src/job-submission/job-submission.partial.html:112
#: client/src/job-submission/job-submission.partial.html:126
#: client/src/job-submission/job-submission.partial.html:140
@@ -3429,15 +3866,15 @@ msgstr "パスワードを入力してください。"
msgid "Please enter a username."
msgstr "ユーザー名を入力してください。"
-#: client/src/shared/form-generator.js:851
-#: client/src/shared/form-generator.js:946
+#: client/src/shared/form-generator.js:860
+#: client/src/shared/form-generator.js:955
msgid "Please enter a valid email address."
msgstr "有効なメールアドレスを入力してください。"
#: client/lib/components/components.strings.js:15
-#: client/src/shared/form-generator.js:1016
-#: client/src/shared/form-generator.js:846
-#: client/src/shared/form-generator.js:941
+#: client/src/shared/form-generator.js:1025
+#: client/src/shared/form-generator.js:855
+#: client/src/shared/form-generator.js:950
msgid "Please enter a value."
msgstr "値を入力してください。"
@@ -3446,17 +3883,25 @@ msgstr "値を入力してください。"
#: client/src/job-submission/job-submission.partial.html:305
#: client/src/job-submission/job-submission.partial.html:311
#: client/src/job-submission/job-submission.partial.html:317
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:36
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:42
msgid "Please enter an answer between"
msgstr "次の範囲で回答を入力してください:"
+#: client/features/templates/templates.strings.js:59
#: client/src/job-submission/job-submission.partial.html:316
msgid "Please enter an answer that is a decimal number."
msgstr "10 進数の回答を入力してください。"
+#: client/features/templates/templates.strings.js:58
#: client/src/job-submission/job-submission.partial.html:310
msgid "Please enter an answer that is a valid integer."
msgstr "有効な整数の回答を入力してください。"
+#: client/features/templates/templates.strings.js:56
#: client/src/job-submission/job-submission.partial.html:288
#: client/src/job-submission/job-submission.partial.html:293
#: client/src/job-submission/job-submission.partial.html:304
@@ -3465,16 +3910,27 @@ msgstr "有効な整数の回答を入力してください。"
msgid "Please enter an answer."
msgstr "回答を入力してください。"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:11
-#: client/src/templates/completed-jobs.list.js:11
-msgid "Please save and run a job to view."
-msgstr "表示するジョブを保存し、実行してください。"
+#: client/features/templates/templates.strings.js:115
+msgid "Please hover over a template for additional options."
+msgstr ""
-#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:50
+#: client/src/management-jobs/scheduler/schedulerForm.partial.html:169
+msgid "Please input a number greater than 1."
+msgstr "1 より大きい数値を入力してください。"
+
+#: client/src/scheduler/scheduler.strings.js:39
+msgid "Please provide a valid date."
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:22
+msgid "Please provide a value between 1 and 999."
+msgstr ""
+
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:54
msgid "Please save before adding a survey to this job template."
msgstr "Survey をこのジョブテンプレートに追加する前に保存してください。"
-#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:46
+#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:51
msgid "Please save before adding a survey to this workflow."
msgstr "Survey をこのワークフローに追加する前に保存してください。"
@@ -3482,32 +3938,32 @@ msgstr "Survey をこのワークフローに追加する前に保存してく
msgid "Please save before adding notifications."
msgstr "通知を追加する前に保存してください。"
-#: client/src/organizations/organizations.form.js:68
-#: client/src/teams/teams.form.js:69
+#: client/src/organizations/organizations.form.js:80
+#: client/src/teams/teams.form.js:72
msgid "Please save before adding users."
msgstr "ユーザーを追加する前に保存してください。"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:118
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:119
-#: client/src/projects/projects.form.js:225 client/src/teams/teams.form.js:113
-#: client/src/templates/job_templates/job-template.form.js:379
-#: client/src/templates/workflows.form.js:107
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:100
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:102
+#: client/src/projects/projects.form.js:239 client/src/teams/teams.form.js:116
+#: client/src/templates/job_templates/job-template.form.js:390
+#: client/src/templates/workflows.form.js:132
msgid "Please save before assigning permissions."
msgstr "パーミッションを割り当てる前に保存してください。"
-#: client/src/users/users.form.js:124 client/src/users/users.form.js:183
+#: client/src/users/users.form.js:127 client/src/users/users.form.js:186
msgid "Please save before assigning to organizations."
msgstr "組織に割り当てる前に保存してください。"
-#: client/src/users/users.form.js:152
+#: client/src/users/users.form.js:155
msgid "Please save before assigning to teams."
msgstr "チームに割り当てる前に保存してください。"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:164
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:147
msgid "Please save before creating groups."
msgstr "グループを作成する前に保存してください。"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:173
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:156
msgid "Please save before creating hosts."
msgstr "ホストを作成する前に保存してください。"
@@ -3522,11 +3978,11 @@ msgstr "グループを定義する前に保存してください。"
msgid "Please save before defining hosts."
msgstr "ホストを定義する前に保存してください。"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:182
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:165
msgid "Please save before defining inventory sources."
msgstr "インベントリーソースを定義する前に保存してください。"
-#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:45
+#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:50
msgid "Please save before defining the workflow graph."
msgstr "ワークフローグラフを定義する前に保存してください。"
@@ -3541,7 +3997,7 @@ msgstr "Insights を表示する前に保存してください。"
msgid "Please save before viewing facts."
msgstr "ファクトを表示する前に保存してください。"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:164
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:146
msgid "Please save before viewing hosts."
msgstr "ホストを表示する前に保存してください。"
@@ -3553,28 +4009,22 @@ msgstr "以下の一覧からユーザー/チームを選択してください
msgid "Please select Users from the list below."
msgstr "以下の一覧からユーザーを選択してください。"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:58
-msgid "Please select a Credential."
-msgstr "認証情報を選択してください。"
-
-#: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:46
-msgid ""
-"Please select a machine (SSH) credential or check the \"Prompt on launch\" "
-"option."
-msgstr "マシン (SSH) 認証情報を選択するか、または「起動プロンプト」オプションにチェックを付けます。"
-
-#: client/src/shared/form-generator.js:1193
+#: client/src/shared/form-generator.js:1202
msgid "Please select a number between"
msgstr "Please select a number between"
-#: client/src/shared/form-generator.js:1189
+#: client/src/shared/form-generator.js:1198
msgid "Please select a number."
msgstr "数値を選択してください。"
-#: client/src/shared/form-generator.js:1081
-#: client/src/shared/form-generator.js:1149
-#: client/src/shared/form-generator.js:1270
-#: client/src/shared/form-generator.js:1378
+#: client/features/templates/templates.strings.js:57
+msgid "Please select a value"
+msgstr "値を選択してください。"
+
+#: client/src/shared/form-generator.js:1090
+#: client/src/shared/form-generator.js:1158
+#: client/src/shared/form-generator.js:1279
+#: client/src/shared/form-generator.js:1387
msgid "Please select a value."
msgstr "値を選択してください。"
@@ -3582,36 +4032,41 @@ msgstr "値を選択してください。"
msgid "Please select an Inventory or check the Prompt on launch option."
msgstr "インベントリーを選択するか、または「起動プロンプト」オプションにチェックを付けてください。"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:79
-msgid "Please select an Inventory."
-msgstr "インベントリーを選択してください。"
-
#: client/src/inventories-hosts/inventory-hosts.strings.js:26
msgid "Please select an organization before editing the host filter."
msgstr "組織を選択してからホストフィルターを編集します。"
-#: client/src/shared/form-generator.js:1186
+#: client/src/shared/form-generator.js:1195
msgid "Please select at least one value."
msgstr "1 つ以上の値を選択してください。"
+#: client/src/scheduler/scheduler.strings.js:35
+msgid "Please select one or more days."
+msgstr ""
+
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:30
msgid "Please select resources from the lists below."
msgstr "以下の一覧からリソースを選択してください。"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid "Populate the hosts for this inventory by using a search filter."
msgstr "検索フィルターを使用してこのインベントリーのホストを設定します。"
-#: client/src/notifications/shared/type-change.service.js:27
+#: client/src/notifications/shared/type-change.service.js:29
msgid "Port"
msgstr "ポート"
+#: client/features/templates/templates.strings.js:29
+msgid "Preview"
+msgstr "プレビュー"
+
#: client/src/credentials/credentials.form.js:257
#: client/src/credentials/factories/kind-change.factory.js:21
#: client/src/credentials/factories/kind-change.factory.js:45
msgid "Private Key"
msgstr "秘密鍵"
+#: client/features/templates/templates.strings.js:42
#: client/src/credentials/credentials.form.js:264
#: client/src/job-submission/job-submission.partial.html:118
msgid "Private Key Passphrase"
@@ -3622,6 +4077,7 @@ msgstr "秘密鍵のパスフレーズ"
msgid "Privilege Escalation"
msgstr "権限昇格"
+#: client/features/templates/templates.strings.js:43
#: client/src/credentials/credentials.form.js:305
#: client/src/job-submission/job-submission.partial.html:132
msgid "Privilege Escalation Password"
@@ -3631,10 +4087,12 @@ msgstr "権限昇格のパスワード"
msgid "Privilege Escalation Username"
msgstr "権限昇格のユーザー名"
+#: client/features/jobs/jobs.strings.js:14
+#: client/features/output/output.strings.js:63
+#: client/features/templates/templates.strings.js:17
#: client/src/credentials/factories/become-method-change.factory.js:30
#: client/src/credentials/factories/kind-change.factory.js:87
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:93
-#: client/src/job-results/job-results.partial.html:216
#: client/src/templates/job_templates/job-template.form.js:100
#: client/src/templates/job_templates/job-template.form.js:91
msgid "Project"
@@ -3645,8 +4103,8 @@ msgstr "プロジェクト"
msgid "Project (Tenant Name)"
msgstr "プロジェクト (テナント名)"
-#: client/src/projects/projects.form.js:75
-#: client/src/projects/projects.form.js:83
+#: client/src/projects/projects.form.js:76
+#: client/src/projects/projects.form.js:84
msgid "Project Base Path"
msgstr "プロジェクトのベースパス"
@@ -3654,23 +4112,30 @@ msgstr "プロジェクトのベースパス"
msgid "Project Name"
msgstr "プロジェクト名"
-#: client/src/projects/projects.form.js:100
+#: client/src/projects/projects.form.js:101
msgid "Project Path"
msgstr "プロジェクトパス"
+#: client/features/templates/templates.strings.js:107
+#: client/src/workflow-results/workflow-results.controller.js:67
+msgid "Project Sync"
+msgstr "プロジェクトの同期"
+
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:66
msgid "Project Sync Failures"
msgstr "プロジェクトの同期の失敗"
-#: client/src/projects/list/projects-list.controller.js:170
+#: client/src/projects/list/projects-list.controller.js:187
msgid "Project lookup failed. GET returned:"
msgstr "プロジェクトの検索に失敗しました。GET で以下が返されました:"
+#: client/lib/components/components.strings.js:72
+#: client/lib/models/models.strings.js:40
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:115
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:47
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:31
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:61
-#: client/src/organizations/linkout/organizations-linkout.route.js:206
+#: client/src/organizations/linkout/organizations-linkout.route.js:207
msgid "Projects"
msgstr "プロジェクト"
@@ -3700,35 +4165,31 @@ msgstr "ホストのプロモート"
msgid "Promote {{ group }} and {{ host }}"
msgstr "{{ group }} および {{ host }} のプロモート"
+#: client/src/scheduler/scheduler.strings.js:46
#: client/src/templates/survey-maker/shared/question-definition.form.js:27
msgid "Prompt"
msgstr "プロンプト"
-#: client/lib/components/components.strings.js:30
-#: client/src/templates/job_templates/job-template.form.js:139
-#: client/src/templates/job_templates/job-template.form.js:169
-#: client/src/templates/job_templates/job-template.form.js:186
-#: client/src/templates/job_templates/job-template.form.js:212
-#: client/src/templates/job_templates/job-template.form.js:229
-#: client/src/templates/job_templates/job-template.form.js:254
-#: client/src/templates/job_templates/job-template.form.js:354
+#: client/lib/components/components.strings.js:34
+#: client/src/templates/job_templates/job-template.form.js:138
+#: client/src/templates/job_templates/job-template.form.js:168
+#: client/src/templates/job_templates/job-template.form.js:185
+#: client/src/templates/job_templates/job-template.form.js:202
+#: client/src/templates/job_templates/job-template.form.js:219
+#: client/src/templates/job_templates/job-template.form.js:265
+#: client/src/templates/job_templates/job-template.form.js:365
#: client/src/templates/job_templates/job-template.form.js:60
#: client/src/templates/job_templates/job-template.form.js:86
msgid "Prompt on launch"
msgstr "起動プロンプト"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:132
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:147
-msgid "Provide a comma separated list of tags."
-msgstr "カンマ区切りのタグの一覧を指定してください。"
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:184
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:266
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:238
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:253
msgid "Provide a comma-separated list of filter expressions."
msgstr "フィルター式のカンマ区切りリストを指定します。"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:200
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:284
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:254
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:271
msgid ""
"Provide a comma-separated list of filter expressions. Hosts are imported "
"when all of the filters match. Refer to Ansible Tower documentation for more"
@@ -3740,10 +4201,11 @@ msgstr ""
#: client/src/inventories-hosts/hosts/host.form.js:50
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:49
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:49
+#: client/src/network-ui/network.ui.strings.js:47
msgid "Provide a host name, ip address, or ip address:port. Examples include:"
msgstr "host name、ip address、または ip address:port を指定してください。例:"
-#: client/src/templates/job_templates/job-template.form.js:163
+#: client/src/templates/job_templates/job-template.form.js:162
msgid ""
"Provide a host pattern to further constrain the list of hosts that will be "
"managed or affected by the playbook. Multiple patterns are allowed. Refer to"
@@ -3753,44 +4215,41 @@ msgstr ""
"によって管理されるか、またはその影響を受けるホストの一覧をさらに制限するためのホストのパターンを指定します。複数のパターンが許可されます。パターンについての詳細およびサンプルについては、Ansible"
" ドキュメントを参照してください。"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:116
+#: client/features/credentials/credentials.strings.js:22
msgid ""
-"Provide a host pattern to further constrain the list of hosts that will be "
-"managed or affected by the playbook. Multiple patterns can be separated by "
-"%s %s or %s"
-msgstr ""
-"Playbook によって管理されるか、または影響されるホストの一覧をさらに制限するためのホストのパターンを指定してください。複数のパターンは %s "
-"%s または %s で区切ることができます。"
+"Provide account information using Google Compute Engine JSON credentials "
+"file."
+msgstr "Google Compute Engine JSON 認証情報ファイルを使用してアカウント情報を指定します。"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:196
msgid "Provide environment variables to pass to the custom inventory script."
msgstr "カスタムインベントリースクリプトに渡す環境変数を指定します。"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:203
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:287
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:257
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
msgid ""
"Provide the named URL encoded name or id of the remote Tower inventory to be"
" imported."
msgstr "インポートされるリモート Tower インベントリーの名前付き URL のエンコードされた名前または ID を指定します。"
-#: client/src/templates/job_templates/job-template.form.js:311
-#: client/src/templates/job_templates/job-template.form.js:319
+#: client/src/templates/job_templates/job-template.form.js:321
+#: client/src/templates/job_templates/job-template.form.js:329
msgid "Provisioning Callback URL"
msgstr "プロビジョニングコールバック URL"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:81
+#: client/src/notifications/edit/edit.controller.js:128
msgid "Purple"
msgstr "紫"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:14
-msgid "Queued. Click for details"
-msgstr "キューに入れられました。クリックして詳細を確認してください。"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:112
+#: client/src/configuration/auth-form/configuration-auth.controller.js:134
msgid "RADIUS"
msgstr "RADIUS"
+#: client/src/instance-groups/instance-groups.strings.js:43
+msgid "RAM"
+msgstr ""
+
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:4
msgid "RECENT JOB RUNS"
msgstr "最近のジョブの実行"
@@ -3799,7 +4258,7 @@ msgstr "最近のジョブの実行"
msgid "RECENTLY RUN JOBS"
msgstr "最近実行されたジョブ"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:50
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:51
msgid "RECENTLY USED JOB TEMPLATES"
msgstr "最近使用されたジョブテンプレート"
@@ -3815,22 +4274,20 @@ msgstr "最近使用されたテンプレート"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:113
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:47
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:54
-#: client/src/jobs/jobs.partial.html:15
-#: client/src/portal-mode/portal-mode-jobs.partial.html:20
#: client/src/projects/projects.list.js:71
-#: client/src/scheduler/schedules.list.js:61
+#: client/src/scheduler/schedules.list.js:69
msgid "REFRESH"
msgstr "更新"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:109
-msgid "REGIONS"
-msgstr "リージョン"
+#: client/features/users/tokens/tokens.strings.js:23
+msgid "REFRESH TOKEN"
+msgstr "トークンの更新"
#: client/src/shared/smart-search/smart-search.partial.html:48
msgid "RELATED FIELDS:"
msgstr "関連フィールド:"
-#: client/src/shared/directives.js:78
+#: client/src/shared/directives.js:94
msgid "REMOVE"
msgstr "削除"
@@ -3838,16 +4295,15 @@ msgstr "削除"
msgid "REPLACE"
msgstr "置換"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:7
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:7
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:7
+#: client/features/output/output.strings.js:8
msgid "RESULTS"
msgstr "結果"
+#: client/features/templates/templates.strings.js:35
#: client/lib/components/components.strings.js:8
#: client/src/job-submission/job-submission.partial.html:44
#: client/src/job-submission/job-submission.partial.html:87
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:52
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:60
msgid "REVERT"
msgstr "元に戻す"
@@ -3856,6 +4312,10 @@ msgstr "元に戻す"
msgid "RSA Private Key"
msgstr "RSA 秘密鍵"
+#: client/features/templates/templates.strings.js:116
+msgid "RUN"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/adhoc/adhoc.route.js:28
msgid "RUN COMMAND"
msgstr "コマンドの実行"
@@ -3868,19 +4328,24 @@ msgstr "コマンドの実行"
msgid "RUN COMMANDS"
msgstr "コマンドの実行"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:84
+#: client/src/notifications/edit/edit.controller.js:131
msgid "Random"
msgstr "ランダム"
-#: client/src/job-results/job-results.partial.html:411
-msgid "Read only view of extra variables added to the job template."
-msgstr "追加変数の読み取り専用ビューがジョブテンプレートに追加されました。"
+#: client/features/users/tokens/tokens.strings.js:30
+msgid "Read"
+msgstr "読み取り"
-#: client/src/workflow-results/workflow-results.partial.html:155
+#: client/src/workflow-results/workflow-results.controller.js:121
msgid "Read only view of extra variables added to the workflow."
msgstr "追加変数の読み取り専用ビューがワークフローに追加されました。"
+#: client/features/output/output.strings.js:23
+#: client/lib/components/code-mirror/code-mirror.strings.js:49
+msgid "Read-only view of extra variables added to the job template."
+msgstr "追加変数の読み取り専用ビューがジョブテンプレートに追加されました。"
+
#: client/src/notifications/notificationTemplates.list.js:26
msgid "Recent Notifications"
msgstr "最近の通知"
@@ -3890,12 +4355,12 @@ msgstr "最近の通知"
msgid "Recipient List"
msgstr "受信者リスト"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:82
+#: client/src/notifications/edit/edit.controller.js:129
msgid "Red"
msgstr "赤"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid ""
"Refer to the Ansible Tower documentation for further syntax and examples."
msgstr "追加の構文およびサンプルについては、Ansible Tower ドキュメントを参照してください。"
@@ -3910,12 +4375,12 @@ msgstr "追加の構文およびサンプルについては、Ansible Tower ド
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:43
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:50
#: client/src/projects/projects.list.js:67
-#: client/src/scheduler/schedules.list.js:57
+#: client/src/scheduler/schedules.list.js:65
msgid "Refresh the page"
msgstr "ページの更新"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:177
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:258
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:231
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:245
msgid "Region:"
msgstr "リージョン:"
@@ -3927,30 +4392,36 @@ msgstr "リージョン"
msgid "Related Groups"
msgstr "関連するグループ"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:77
-#: client/src/job-results/job-results.partial.html:29
-#: client/src/jobs/all-jobs.list.js:99
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:11
-#: client/src/templates/completed-jobs.list.js:78
-#: client/src/workflow-results/workflow-results.partial.html:29
-msgid "Relaunch using the same parameters"
-msgstr "同一パラメーターによる起動"
+#: client/lib/components/components.strings.js:98
+msgid "Relaunch On"
+msgstr "再起動時"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:194
+#: client/lib/components/components.strings.js:97
+msgid "Relaunch using host parameters"
+msgstr "ホストパラメーターの使用による再起動"
+
+#: client/lib/components/components.strings.js:96
+#: client/src/workflow-results/workflow-results.controller.js:37
+msgid "Relaunch using the same parameters"
+msgstr "同一パラメーターの使用による再起動"
+
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:180
msgid "Remediate Inventory"
msgstr "インベントリーの修復"
-#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:96
-#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:97
-#: client/src/teams/teams.form.js:142 client/src/users/users.form.js:222
+#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:102
+#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:103
+#: client/src/network-ui/network.ui.strings.js:41
+#: client/src/teams/teams.form.js:145 client/src/users/users.form.js:225
msgid "Remove"
msgstr "削除"
-#: client/src/projects/projects.form.js:158
+#: client/src/projects/projects.form.js:159
msgid "Remove any local modifications prior to performing an update."
msgstr "更新の実行前にローカルの変更を削除します。"
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:149
+#: client/src/scheduler/scheduler.strings.js:19
msgid "Repeat frequency"
msgstr "繰り返しの頻度"
@@ -3962,15 +4433,32 @@ msgstr "ライセンスの要求"
msgid "Required"
msgstr "必須"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:153
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:154
msgid "Reset"
msgstr "リセット"
-#: client/src/job-results/job-results.partial.html:123
-msgid "Results Traceback"
-msgstr "結果のトレースバック"
+#: client/src/network-ui/network.ui.strings.js:28
+msgid "Reset Zoom"
+msgstr ""
-#: client/src/shared/form-generator.js:690
+#: client/lib/components/components.strings.js:90
+msgid "Resources"
+msgstr "リソース"
+
+#: client/features/templates/templates.strings.js:89
+#: client/src/scheduler/schedules.list.js:24
+msgid "Resources are missing from this template."
+msgstr "リソースがこのテンプレートにありません。"
+
+#: client/lib/services/base-string.service.js:87
+msgid "Return"
+msgstr "戻る"
+
+#: client/features/users/tokens/tokens.strings.js:26
+msgid "Returned status:"
+msgstr "返されたステータス:"
+
+#: client/src/shared/form-generator.js:699
msgid "Revert"
msgstr "元に戻す"
@@ -3979,54 +4467,56 @@ msgstr "元に戻す"
#: client/src/configuration/auth-form/sub-forms/auth-github-team.form.js:51
#: client/src/configuration/auth-form/sub-forms/auth-github.form.js:47
#: client/src/configuration/auth-form/sub-forms/auth-google-oauth2.form.js:59
-#: client/src/configuration/auth-form/sub-forms/auth-ldap.form.js:95
+#: client/src/configuration/auth-form/sub-forms/auth-ldap.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap1.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap2.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap3.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap4.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap5.form.js:102
#: client/src/configuration/auth-form/sub-forms/auth-radius.form.js:34
-#: client/src/configuration/auth-form/sub-forms/auth-saml.form.js:87
+#: client/src/configuration/auth-form/sub-forms/auth-saml.form.js:121
#: client/src/configuration/auth-form/sub-forms/auth-tacacs.form.js:47
#: client/src/configuration/jobs-form/configuration-jobs.form.js:73
#: client/src/configuration/system-form/sub-forms/system-activity-stream.form.js:26
#: client/src/configuration/system-form/sub-forms/system-logging.form.js:74
-#: client/src/configuration/system-form/sub-forms/system-misc.form.js:50
+#: client/src/configuration/system-form/sub-forms/system-misc.form.js:53
#: client/src/configuration/ui-form/configuration-ui.form.js:36
msgid "Revert all to default"
msgstr "すべてをデフォルトに戻す"
-#: client/src/job-results/job-results.partial.html:239
+#: client/features/output/output.strings.js:65
#: client/src/projects/projects.list.js:50
msgid "Revision"
msgstr "リビジョン"
-#: client/src/projects/add/projects-add.controller.js:146
-#: client/src/projects/edit/projects-edit.controller.js:281
+#: client/src/projects/add/projects-add.controller.js:154
+#: client/src/projects/edit/projects-edit.controller.js:289
msgid "Revision #"
msgstr "リビジョン #"
-#: client/features/credentials/legacy.credentials.js:88
-#: client/src/credentials/credentials.form.js:461
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:148
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:149
-#: client/src/organizations/organizations.form.js:97
-#: client/src/projects/projects.form.js:255 client/src/teams/teams.form.js:135
-#: client/src/teams/teams.form.js:98
-#: client/src/templates/workflows.form.js:138
-#: client/src/users/users.form.js:205
+#: client/features/credentials/legacy.credentials.js:85
+#: client/src/credentials/credentials.form.js:462
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:130
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:132
+#: client/src/organizations/organizations.form.js:109
+#: client/src/projects/projects.form.js:270 client/src/teams/teams.form.js:101
+#: client/src/teams/teams.form.js:138
+#: client/src/templates/workflows.form.js:163
+#: client/src/users/users.form.js:208
msgid "Role"
msgstr "ロール"
-#: client/src/instance-groups/instance-group.partial.html:14
+#: client/src/network-ui/network.ui.strings.js:35
+msgid "Router"
+msgstr ""
+
#: client/src/instance-groups/instance-groups.list.js:26
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:14
-#: client/src/instance-groups/instances/instances-list.partial.html:18
-#: client/src/instance-groups/instances/instances.list.js:24
-#: client/src/instance-groups/list/instance-groups-list.partial.html:29
+#: client/src/instance-groups/instance-groups.strings.js:15
+#: client/src/instance-groups/instance-groups.strings.js:48
msgid "Running Jobs"
msgstr "実行中のジョブ"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:18
-msgid "Running! Click for details"
-msgstr "実行中です! クリックして詳細を確認してください。"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:113
+#: client/src/configuration/auth-form/configuration-auth.controller.js:135
msgid "SAML"
msgstr "SAML"
@@ -4039,45 +4529,42 @@ msgstr "SAML"
msgid "SAVE"
msgstr "保存"
-#: client/src/scheduler/main.js:331
-msgid "SCHEDULED"
-msgstr "スケジュール済み"
-
#: client/src/scheduler/scheduled-jobs.list.js:13
msgid "SCHEDULED JOBS"
msgstr "スケジュール済みジョブ"
+#: client/features/jobs/index.view.html:13
#: client/src/activity-stream/get-target-title.factory.js:38
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:49
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:8
-#: client/src/management-jobs/scheduler/main.js:26
-#: client/src/management-jobs/scheduler/main.js:32
-#: client/src/scheduler/main.js:145 client/src/scheduler/main.js:183
-#: client/src/scheduler/main.js:235 client/src/scheduler/main.js:273
-#: client/src/scheduler/main.js:52 client/src/scheduler/main.js:90
+#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:9
+#: client/src/management-jobs/scheduler/main.js:28
+#: client/src/management-jobs/scheduler/main.js:34
+#: client/src/scheduler/schedules.route.js:104
+#: client/src/scheduler/schedules.route.js:15
+#: client/src/scheduler/schedules.route.js:192
+#: client/src/scheduler/schedules.route.js:288
msgid "SCHEDULES"
msgstr "スケジュール"
-#: client/src/projects/add/projects-add.controller.js:118
-#: client/src/projects/edit/projects-edit.controller.js:254
+#: client/src/projects/add/projects-add.controller.js:126
+#: client/src/projects/edit/projects-edit.controller.js:262
msgid "SCM Branch"
msgstr "SCM ブランチ"
-#: client/src/projects/add/projects-add.controller.js:137
-#: client/src/projects/edit/projects-edit.controller.js:272
+#: client/src/projects/add/projects-add.controller.js:145
+#: client/src/projects/edit/projects-edit.controller.js:280
msgid "SCM Branch/Tag/Commit"
msgstr "SCM ブランチ/タグ/コミット"
-#: client/src/projects/add/projects-add.controller.js:158
-#: client/src/projects/edit/projects-edit.controller.js:293
+#: client/src/projects/add/projects-add.controller.js:166
+#: client/src/projects/edit/projects-edit.controller.js:301
msgid "SCM Branch/Tag/Revision"
msgstr "SCM ブランチ/タグ/リビジョン"
-#: client/src/projects/projects.form.js:159
+#: client/src/projects/projects.form.js:160
msgid "SCM Clean"
msgstr "SCM クリーニング"
-#: client/src/projects/projects.form.js:170
+#: client/src/projects/projects.form.js:171
msgid "SCM Delete"
msgstr "SCM 削除"
@@ -4086,30 +4573,38 @@ msgstr "SCM 削除"
msgid "SCM Private Key"
msgstr "SCM 秘密鍵"
-#: client/src/projects/projects.form.js:55
+#: client/src/projects/projects.form.js:56
msgid "SCM Type"
msgstr "SCM タイプ"
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:49
-#: client/src/projects/projects.form.js:180
+#: client/src/projects/projects.form.js:181
msgid "SCM Update"
msgstr "SCM 更新"
-#: client/src/projects/list/projects-list.controller.js:222
+#: client/src/projects/list/projects-list.controller.js:257
msgid "SCM Update Cancel"
msgstr "SCM 更新の取り消し"
-#: client/src/projects/projects.form.js:150
+#: client/src/projects/projects.form.js:151
msgid "SCM Update Options"
msgstr "SCM 更新オプション"
-#: client/src/projects/edit/projects-edit.controller.js:137
-#: client/src/projects/list/projects-list.controller.js:84
+#: client/src/projects/edit/projects-edit.controller.js:138
+#: client/src/projects/list/projects-list.controller.js:86
msgid "SCM update currently running"
msgstr "現在実行中の SCM 更新"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc-credential.route.js:35
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:70
+#: client/features/users/tokens/tokens.strings.js:38
+msgid "SCOPE"
+msgstr "スコープ"
+
+#: client/features/output/output.strings.js:82
+msgid "SEARCH"
+msgstr "検索"
+
+#: client/features/templates/templates.strings.js:118
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:84
msgid "SELECT"
msgstr "選択"
@@ -4117,6 +4612,11 @@ msgstr "選択"
msgid "SELECT A CREDENTIAL TYPE"
msgstr "認証情報タイプの選択"
+#: client/features/users/tokens/tokens.strings.js:19
+msgid "SELECT AN APPLICATION"
+msgstr "アプリケーションの選択"
+
+#: client/features/applications/applications.strings.js:34
#: client/features/credentials/credentials.strings.js:19
msgid "SELECT AN ORGANIZATION"
msgstr "組織の選択"
@@ -4129,18 +4629,31 @@ msgstr "グループの選択"
msgid "SELECT HOSTS"
msgstr "ホストの選択"
+#: client/src/instance-groups/instance-groups.strings.js:32
+msgid "SELECT INSTANCE"
+msgstr "インスタンスの選択"
+
+#: client/features/templates/templates.strings.js:32
+msgid "SELECTED"
+msgstr "選択済み"
+
#: client/src/job-submission/job-submission.partial.html:29
#: client/src/job-submission/job-submission.partial.html:56
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:20
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:18
msgid "SELECTED:"
msgstr "選択済み:"
-#: client/src/main-menu/main-menu.partial.html:59
-#: client/src/setup-menu/setup.route.js:9
-msgid "SETTINGS"
-msgstr "設定"
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:20
+msgid "SETTING CATEGORY"
+msgstr "カテゴリーの設定"
+
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:24
+msgid "SETTING NAME"
+msgstr "名前の設定"
#: client/lib/components/components.strings.js:11
+#: client/lib/services/base-string.service.js:65
+#: client/src/templates/survey-maker/surveys/init.factory.js:486
msgid "SHOW"
msgstr "表示"
@@ -4153,14 +4666,10 @@ msgid "SIGN IN WITH"
msgstr "サインイン:"
#: client/src/inventories-hosts/hosts/host.list.js:110
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:32
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:14
msgid "SMART INVENTORY"
msgstr "スマートインベントリー"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:102
-msgid "SOURCE"
-msgstr "ソース"
-
#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js:26
msgid "SOURCES"
msgstr "ソース"
@@ -4170,29 +4679,23 @@ msgstr "ソース"
msgid "SSH Key"
msgstr "SSH キー"
+#: client/features/templates/templates.strings.js:41
+msgid "SSH Password"
+msgstr "SSH パスワード"
+
#: client/src/credentials/credentials.form.js:255
msgid "SSH key description"
msgstr "SSH キーの説明"
-#: client/src/notifications/notificationTemplates.form.js:375
+#: client/src/notifications/notificationTemplates.form.js:446
msgid "SSL Connection"
msgstr "SSL 接続"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:128
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:135
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:96
-msgid "STANDARD OUT"
-msgstr "標準出力"
+#: client/features/templates/templates.strings.js:121
+msgid "START"
+msgstr ""
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:32
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:65
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:45
-msgid "STARTED"
-msgstr "開始"
-
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:24
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:37
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:37
+#: client/src/smart-status/smart-status.controller.js:43
msgid "STATUS"
msgstr "ステータス"
@@ -4201,7 +4704,7 @@ msgstr "ステータス"
msgid "STS Token"
msgstr "STS トークン"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:61
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:62
msgid "SUCCESSFUL"
msgstr "成功"
@@ -4217,6 +4720,10 @@ msgstr "すべてを同期する"
msgid "SYSTEM TRACKING"
msgstr "システムトラッキング"
+#: client/src/scheduler/scheduler.strings.js:34
+msgid "Sat"
+msgstr ""
+
#: client/src/credentials/factories/become-method-change.factory.js:70
#: client/src/credentials/factories/kind-change.factory.js:127
msgid "Satellite 6 URL"
@@ -4224,49 +4731,80 @@ msgstr "Satellite 6 URL"
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:110
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:193
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:157
-#: client/src/shared/form-generator.js:1691
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:158
+#: client/src/scheduler/scheduler.strings.js:49
+#: client/src/shared/form-generator.js:1700
msgid "Save"
msgstr "保存"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:86
-#: client/src/configuration/configuration.controller.js:213
-#: client/src/configuration/configuration.controller.js:272
+#: client/src/configuration/configuration.controller.js:510
+#: client/src/network-ui/network.ui.strings.js:48
+msgid "Save Complete"
+msgstr "保存が完了しました"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:104
+#: client/src/configuration/configuration.controller.js:242
+#: client/src/configuration/configuration.controller.js:324
#: client/src/configuration/system-form/configuration-system.controller.js:68
msgid "Save changes"
msgstr "変更の保存"
-#: client/src/license/license.partial.html:127
+#: client/src/license/license.partial.html:140
msgid "Save successful!"
msgstr "正常に保存が実行されました!"
-#: client/src/templates/templates.list.js:88
+#: client/src/templates/templates.list.js:93
msgid "Schedule"
msgstr "スケジュール"
+#: client/src/scheduler/scheduler.strings.js:42
+msgid "Schedule Description"
+msgstr ""
+
#: client/src/management-jobs/card/card.partial.html:28
msgid "Schedule Management Job"
msgstr "管理ジョブのスケジュール"
-#: client/src/projects/list/projects-list.controller.js:75
-msgid "Schedule future SCM updates"
-msgstr "SCM 更新のスケジュール"
+#: client/src/projects/list/projects-list.controller.js:77
+msgid "Schedule SCM revision updates"
+msgstr "SCM リビジョン更新のスケジュール"
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:7
-msgid "Schedule future inventory syncs"
+msgid "Schedule inventory syncs"
msgstr "インベントリー同期のスケジュール"
-#: client/src/templates/templates.list.js:91
-msgid "Schedule future job template runs"
+#: client/src/scheduler/schedulerList.controller.js:122
+msgid "Schedule is active."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:122
+msgid "Schedule is active. Click to stop."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:127
+msgid "Schedule is stopped."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:127
+msgid "Schedule is stopped. Click to activate."
+msgstr ""
+
+#: client/src/templates/templates.list.js:96
+msgid "Schedule job template runs"
msgstr "ジョブテンプレート実行のスケジュール"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33
-#: client/src/jobs/jobs.partial.html:10
+#: client/lib/components/components.strings.js:70
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35
+#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:416
+#: client/src/projects/projects.form.js:290
+#: client/src/templates/job_templates/job-template.form.js:443
+#: client/src/templates/workflows.form.js:185
msgid "Schedules"
msgstr "スケジュール"
-#: client/src/shared/smart-search/smart-search.controller.js:49
-#: client/src/shared/smart-search/smart-search.controller.js:94
+#: client/src/network-ui/network.ui.strings.js:32
+#: client/src/shared/smart-search/smart-search.controller.js:121
+#: client/src/shared/smart-search/smart-search.controller.js:160
msgid "Search"
msgstr "検索"
@@ -4274,8 +4812,8 @@ msgstr "検索"
msgid "Secret Key"
msgstr "シークレットキー"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:178
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:232
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:246
msgid "Security Group:"
msgstr "セキュリティーグループ:"
@@ -4288,7 +4826,9 @@ msgstr ""
"セキュリティートークンサービス (STS) は、AWS Identity and Access Management (IAM) "
"ユーザーの一時的な、権限の制限された認証情報を要求できる web サービスです。"
-#: client/src/shared/form-generator.js:1695
+#: client/src/shared/form-generator.js:1704
+#: client/src/shared/lookup/lookup-modal.directive.js:59
+#: client/src/shared/lookup/lookup-modal.partial.html:20
msgid "Select"
msgstr "選択"
@@ -4296,8 +4836,8 @@ msgstr "選択"
msgid "Select Instance Groups"
msgstr "インスタンスグループの選択"
-#: client/src/job-submission/job-submission.directive.js:64
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:46
+#: client/src/job-submission/job-submission.directive.js:65
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:66
msgid "Select a credential"
msgstr "認証情報の選択"
@@ -4305,6 +4845,10 @@ msgstr "認証情報の選択"
msgid "Select a role"
msgstr "ロールの選択"
+#: client/features/users/tokens/tokens.strings.js:29
+msgid "Select a scope"
+msgstr "スコープの選択"
+
#: client/src/inventories-hosts/inventories/related/groups/groups.list.js:53
msgid ""
"Select an inventory source by clicking the check box beside it. The "
@@ -4335,7 +4879,7 @@ msgstr ""
msgid "Select commands"
msgstr "コマンドの選択"
-#: client/src/templates/job_templates/job-template.form.js:133
+#: client/src/templates/job_templates/job-template.form.js:132
msgid ""
"Select credentials that allow Tower to access the nodes this job will be ran"
" against. You can only select one credential of each type. For machine "
@@ -4348,7 +4892,7 @@ msgstr ""
" (SSH) "
"については、認証情報を選択せずに「起動プロンプト」を選択すると、実行時にマシン認証情報を選択する必要があります。認証情報を選択し、「起動プロンプト」にチェックを付けている場合、選択した認証情報が実行時に更新できるデフォルトになります。"
-#: client/src/projects/projects.form.js:98
+#: client/src/projects/projects.form.js:99
msgid ""
"Select from the list of directories found in the Project Base Path. Together"
" the base path and the playbook directory provide the full path used to "
@@ -4357,8 +4901,8 @@ msgstr ""
"プロジェクトのベースパスにあるデイレクトリーの一覧から選択します。ベースパスと Playbook ディレクトリーは、Playbook "
"を見つけるために使用される完全なパスを提供します。"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:263
-#: client/src/configuration/auth-form/configuration-auth.controller.js:282
+#: client/src/configuration/auth-form/configuration-auth.controller.js:346
+#: client/src/configuration/auth-form/configuration-auth.controller.js:365
msgid "Select group types"
msgstr "グループタイプの選択"
@@ -4366,18 +4910,18 @@ msgstr "グループタイプの選択"
msgid "Select roles"
msgstr "ロールの選択"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:56
msgid "Select the Instance Groups for this Inventory to run on."
msgstr "このインベントリーが実行されるインスタンスグループを選択します。"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:80
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:63
msgid ""
"Select the Instance Groups for this Inventory to run on. Refer to the "
"Ansible Tower documentation for more detail."
msgstr ""
"このインベントリーが実行されるインスタンスグループを選択します。詳細については、Ansible Tower ドキュメントを参照してください。"
-#: client/src/templates/job_templates/job-template.form.js:193
+#: client/src/templates/job_templates/job-template.form.js:249
msgid "Select the Instance Groups for this Job Template to run on."
msgstr "このジョブテンプレートが実行されるインスタンスグループを選択します。"
@@ -4385,17 +4929,24 @@ msgstr "このジョブテンプレートが実行されるインスタンスグ
msgid "Select the Instance Groups for this Organization to run on."
msgstr "この組織が実行されるインスタンスグループを選択します。"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:60
+#: client/src/templates/job_templates/job-template.form.js:239
msgid ""
-"Select the credential you want the job to use when accessing the remote "
-"hosts. Choose the credential containing the username and SSH key or "
-"password that Ansible will need to log into the remote hosts."
-msgstr ""
-"リモートホストへのアクセス時にジョブが使用する認証情報を選択します。Ansible がリモートホストにログインするために必要なユーザー名および SSH "
-"キーまたはパスワードが含まれる認証情報を選択します。 "
+"Select the custom Python virtual environment for this job template to run "
+"on."
+msgstr "このジョブテンプレートの実行に使用するカスタム Python 仮想環境を選択します。"
+
+#: client/src/organizations/organizations.form.js:51
+msgid ""
+"Select the custom Python virtual environment for this organization to run "
+"on."
+msgstr "この組織の実行に使用するカスタム Python 仮想環境を選択します。"
+
+#: client/src/projects/projects.form.js:211
+msgid ""
+"Select the custom Python virtual environment for this project to run on."
+msgstr "このプロジェクトの実行に使用する Python 仮想環境を選択します。"
#: client/src/templates/job_templates/job-template.form.js:79
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:81
msgid "Select the inventory containing the hosts you want this job to manage."
msgstr "このジョブで管理するホストが含まれるインベントリーを選択してください。"
@@ -4418,8 +4969,8 @@ msgstr "このジョブで実行する Playbook が含まれるプロジェク
msgid "Select types"
msgstr "タイプの選択"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:170
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:251
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:224
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:238
msgid "Select which groups to create automatically."
msgstr "自動作成するグループを選択します。"
@@ -4432,21 +4983,11 @@ msgstr "送信者のメール"
msgid "Service Account Email Address"
msgstr "サービスアカウントのメールアドレス"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:101
-msgid ""
-"Setting the type to %s will execute the playbook and store any scanned "
-"facts for use with 's System Tracking feature."
-msgstr "タイプを %s に設定すると Playbook が実行され、システムトラッキング機能で使用するスキャンされたファクトが保存されます。"
+#: client/features/credentials/credentials.strings.js:21
+msgid "Service Account JSON File"
+msgstr "サービスアカウント JSON ファイル"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:99
-msgid ""
-"Setting the type to %s will not execute the playbook. Instead, %s will check"
-" playbook syntax, test environment setup and report problems."
-msgstr ""
-"タイプを %s に設定すると Playbook は実行されません。その代わりに、%s は Playbook "
-"構文、テスト環境セットアップおよびレポートの問題を検査します。"
-
-#: client/src/main-menu/main-menu.partial.html:147
+#: client/lib/components/components.strings.js:86
msgid "Settings"
msgstr "設定"
@@ -4455,17 +4996,27 @@ msgstr "設定"
#: client/src/job-submission/job-submission.partial.html:136
#: client/src/job-submission/job-submission.partial.html:150
#: client/src/job-submission/job-submission.partial.html:299
-#: client/src/shared/form-generator.js:876
+#: client/src/shared/form-generator.js:885
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:24
msgid "Show"
msgstr "表示"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:114
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:117
-#: client/src/templates/job_templates/job-template.form.js:245
-#: client/src/templates/job_templates/job-template.form.js:248
+#: client/features/templates/templates.strings.js:46
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:115
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:118
+#: client/src/templates/job_templates/job-template.form.js:256
+#: client/src/templates/job_templates/job-template.form.js:259
msgid "Show Changes"
msgstr "変更の表示"
+#: client/features/output/output.strings.js:38
+msgid "Show Less"
+msgstr "簡易表示"
+
+#: client/features/output/output.strings.js:39
+msgid "Show More"
+msgstr "詳細を表示"
+
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:33
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:44
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:55
@@ -4481,22 +5032,15 @@ msgstr "%s 組織でサインイン"
msgid "Sign in with %s Teams"
msgstr "%s チームでサインイン"
-#: client/src/job-results/job-results.partial.html:395
+#: client/features/output/output.strings.js:66
+#: client/features/templates/templates.strings.js:47
#: client/src/job-submission/job-submission.partial.html:245
-#: client/src/templates/job_templates/job-template.form.js:217
-#: client/src/templates/job_templates/job-template.form.js:224
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:142
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:150
+#: client/src/templates/job_templates/job-template.form.js:207
+#: client/src/templates/job_templates/job-template.form.js:214
msgid "Skip Tags"
msgstr "スキップタグ"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:148
-msgid ""
-"Skip tags are useful when you have a large playbook, and you want to skip "
-"specific parts of a play or task."
-msgstr "スキップタグは、Playbook のサイズが大きい場合にプレイまたはタスクの特定の部分をスキップする必要がある場合に役立ちます。"
-
-#: client/src/templates/job_templates/job-template.form.js:223
+#: client/src/templates/job_templates/job-template.form.js:213
msgid ""
"Skip tags are useful when you have a large playbook, and you want to skip "
"specific parts of a play or task. Use commas to separate multiple tags. "
@@ -4506,15 +5050,15 @@ msgstr ""
"のサイズが大きい場合にプレイまたはタスクの特定の部分をスキップする必要がある場合に役立ちます。カンマを使って複数のタグを区切ります。タグの使用方法の詳細については、Ansible"
" Tower ドキュメントを参照してください。"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:62
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:66
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:44
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:48
msgid "Smart Host Filter"
msgstr "スマートホストフィルター"
-#: client/src/inventories-hosts/inventories/inventory.list.js:85
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:69
+#: client/src/inventories-hosts/inventories/inventory.list.js:86
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:71
#: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70
-#: client/src/shared/form-generator.js:1456
+#: client/src/shared/form-generator.js:1465
msgid "Smart Inventory"
msgstr "スマートインベントリー"
@@ -4522,6 +5066,7 @@ msgstr "スマートインベントリー"
msgid "Solvable With Playbook"
msgstr "Playbook で解決可能"
+#: client/features/output/output.strings.js:67
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:57
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:64
msgid "Source"
@@ -4531,8 +5076,12 @@ msgstr "ソース"
msgid "Source Control"
msgstr "ソースコントロール"
+#: client/features/output/output.strings.js:68
+msgid "Source Credential"
+msgstr "ソース認証情報"
+
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:47
-#: client/src/projects/projects.form.js:25
+#: client/src/projects/projects.form.js:26
msgid "Source Details"
msgstr "ソース詳細"
@@ -4563,7 +5112,7 @@ msgid "Source Vars"
msgstr "ソース変数"
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:34
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167
msgid "Sources"
msgstr "ソース"
@@ -4579,80 +5128,83 @@ msgid ""
"parameter, where %s could be %s"
msgstr "%s 操作のメソッドを指定します。これは %s を指定することに相当します。%s は %s にすることができます。"
+#: client/src/notifications/notificationTemplates.form.js:478
+msgid ""
+"Specify a notification color. Acceptable colors are hex color code (example:"
+" #3af or #789abc) ."
+msgstr "通知の色を指定します。使用できる色: 16 進数の色コード (例: #3af または #789abc) "
+
#: client/src/notifications/notificationTemplates.form.js:292
msgid ""
"Specify a notification color. Acceptable colors are: yellow, green, red "
"purple, gray or random."
msgstr "通知の色を指定します。使用できる色: 黄、緑、赤紫、灰色、またはランダム"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:199
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:283
+#: client/features/users/tokens/tokens.strings.js:20
+msgid "Specify a scope for the token's access"
+msgstr "トークンのアクセスのスコープを指定します"
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:253
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:270
msgid ""
"Specify which groups to create automatically. Group names will be created "
"similar to the options selected. If blank, all groups above are created. "
"Refer to Ansible Tower documentation for more detail."
msgstr ""
-"自動作成するグループを指定します。選択したオプションと同様のグループ名が作成されます。空白の場合は、上記のすべてのグループが作成されます。詳細については、Ansible"
+"自動作成するグループを指定します。選択したオプションと同様のグループ名が作成されます。空白の場合は、上のすべてのグループが作成されます。詳細については、Ansible"
" Tower ドキュメントを参照してください。"
-#: client/src/setup-menu/setup-menu.partial.html:17
-msgid ""
-"Split up your organization to associate content and control permissions for "
-"groups."
-msgstr "組織を分割してコンテンツを関連付け、グループのパーミッションを制御します。"
+#: client/features/output/output.strings.js:107
+msgid "Standard Error"
+msgstr ""
+#: client/features/output/output.strings.js:106
#: client/src/partials/logviewer.html:5
msgid "Standard Out"
msgstr "標準出力"
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:41
+#: client/src/scheduler/scheduler.strings.js:15
msgid "Start Date"
msgstr "開始日"
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:56
+#: client/src/scheduler/scheduler.strings.js:16
msgid "Start Time"
msgstr "開始時間"
-#: client/src/portal-mode/portal-job-templates.list.js:39
-#: client/src/templates/templates.list.js:83
+#: client/lib/components/components.strings.js:104
msgid "Start a job using this template"
msgstr "このテンプレートを使用したジョブの開始"
-#: client/src/projects/edit/projects-edit.controller.js:134
-#: client/src/projects/list/projects-list.controller.js:74
-msgid "Start an SCM update"
-msgstr "SCM 更新の開始"
-
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:6
msgid "Start sync process"
msgstr "同期プロセスの開始"
-#: client/src/job-results/job-results.partial.html:100
+#: client/features/jobs/jobs.strings.js:8
+#: client/features/output/output.strings.js:69
+#: client/src/workflow-results/workflow-results.controller.js:49
msgid "Started"
msgstr "開始日時"
+#: client/features/output/output.strings.js:70
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:53
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:55
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:43
-#: client/src/job-results/job-results.partial.html:67
-#: client/src/job-results/parse-stdout.service.js:68
#: client/src/notifications/notification-templates-list/list.controller.js:71
#: client/src/partials/logviewer.html:4
+#: client/src/workflow-results/workflow-results.controller.js:52
msgid "Status"
msgstr "ステータス"
-#: client/src/configuration/auth-form/configuration-auth.partial.html:3
+#: client/src/configuration/auth-form/configuration-auth.partial.html:4
msgid "Sub Category"
msgstr "サブカテゴリー"
-#: client/src/license/license.partial.html:126
+#: client/src/license/license.partial.html:139
msgid "Submit"
msgstr "送信"
-#: client/src/jobs/factories/delete-job.factory.js:109
-msgid "Submit the request to cancel?"
-msgstr "取り消す要求を送信しますか?"
-
#: client/src/license/license.partial.html:27
msgid "Subscription"
msgstr "サブスクリプション"
@@ -4666,24 +5218,25 @@ msgstr "サブスクリプション ID"
msgid "Subscription ID is an Azure construct, which is mapped to a username."
msgstr "サブスクリプション ID は、ユーザー名にマップされる Azure コンストラクトです。"
-#: client/src/notifications/notifications.list.js:38
+#: client/src/notifications/notifications.list.js:39
msgid "Success"
msgstr "成功"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:21
-msgid "Success! Click for details"
-msgstr "成功しました! クリックして詳細を確認してください。"
-
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:77
msgid "Successful"
msgstr "成功"
+#: client/src/scheduler/scheduler.strings.js:28
+msgid "Sun"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:28
#: client/src/job-submission/job-submission.partial.html:20
msgid "Survey"
msgstr "Survey"
-#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:60
-#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:64
+#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:62
+#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:262
msgid ""
"Surveys allow users to be prompted at job launch with a series of questions "
"related to the job. This allows for variables to be defined that affect the "
@@ -4692,6 +5245,10 @@ msgstr ""
"Survey により、ジョブに関連する一連の質問によるジョブ起動時のユーザーのプロモートが可能になります。これにより、起動時の Playbook "
"実行に影響を与える変数を定義できます。"
+#: client/src/network-ui/network.ui.strings.js:34
+msgid "Switch"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:58
msgid "Sync all inventory sources"
msgstr "すべてのインベントリーソースの同期"
@@ -4724,7 +5281,7 @@ msgstr "同期が実行中です。"
msgid "Sync running. Click to view log."
msgstr "同期が実行中です。クリックしてログを表示します。"
-#: client/src/configuration/configuration.partial.html:17
+#: client/src/configuration/configuration.partial.html:29
msgid "System"
msgstr "システム"
@@ -4744,22 +5301,26 @@ msgstr "システム監査者"
msgid "System auditors have read-only permissions in this section."
msgstr "システム監査者はこのセクションで読み取り専用パーミッションを持ちます。"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:114
+#: client/src/configuration/auth-form/configuration-auth.controller.js:136
msgid "TACACS+"
msgstr "TACACS+"
+#: client/features/output/output.strings.js:103
+msgid "TASK"
+msgstr ""
+
#: client/src/activity-stream/get-target-title.factory.js:23
-#: client/src/organizations/linkout/organizations-linkout.route.js:97
-#: client/src/organizations/list/organizations-list.controller.js:60
-#: client/src/teams/main.js:46 client/src/teams/teams.list.js:14
+#: client/src/organizations/linkout/organizations-linkout.route.js:98
+#: client/src/organizations/list/organizations-list.controller.js:61
+#: client/src/teams/main.js:65 client/src/teams/teams.list.js:14
#: client/src/teams/teams.list.js:15
msgid "TEAMS"
msgstr "チーム"
+#: client/features/templates/routes/templatesList.route.js:12
+#: client/features/templates/templates.strings.js:12
+#: client/features/templates/templates.strings.js:8
#: client/src/activity-stream/get-target-title.factory.js:44
-#: client/src/main-menu/main-menu.partial.html:113
-#: client/src/main-menu/main-menu.partial.html:35
-#: client/src/templates/list/templates-list.route.js:13
#: client/src/templates/templates.list.js:15
#: client/src/templates/templates.list.js:16
msgid "TEMPLATES"
@@ -4769,26 +5330,36 @@ msgstr "テンプレート"
msgid "THERE ARE CURRENTLY NO INSTANCE GROUPS DEFINED"
msgstr "現時点で定義されたインスタンスグループはありません"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:104
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:105
msgid "TIME"
msgstr "時間"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:61
-msgid "TOP"
-msgstr "トップ"
+#: client/features/users/tokens/tokens.strings.js:22
+msgid "TOKEN"
+msgstr "トークン"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:181
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:262
+#: client/features/users/tokens/tokens.strings.js:21
+msgid "TOKEN INFORMATION"
+msgstr "トークン情報"
+
+#: client/features/applications/applications.strings.js:11
+#: client/features/users/tokens/tokens.strings.js:10
+#: client/features/users/tokens/tokens.strings.js:8
+#: client/features/users/tokens/users-tokens-list.route.js:11
+#: client/src/activity-stream/get-target-title.factory.js:50
+msgid "TOKENS"
+msgstr "トークン"
+
+#: client/features/templates/templates.strings.js:110
+msgid "TOTAL TEMPLATES"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:235
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:249
msgid "Tag None:"
msgstr "タグ None:"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:133
-msgid ""
-"Tags are useful when you have a large playbook, and you want to run a "
-"specific part of a play or task."
-msgstr "タグは、Playbook のサイズが大きい場合にプレイまたはタスクの特定の部分を実行する必要がある場合に役立ちます。"
-
-#: client/src/templates/job_templates/job-template.form.js:206
+#: client/src/templates/job_templates/job-template.form.js:196
msgid ""
"Tags are useful when you have a large playbook, and you want to run a "
"specific part of a play or task. Use commas to separate multiple tags. Refer"
@@ -4798,43 +5369,51 @@ msgstr ""
"のサイズが大きい場合にプレイまたはタスクの特定の部分を実行する必要がある場合に役立ちます。カンマを使って複数のタグを区切ります。タグの使用方法の詳細については、Ansible"
" Tower ドキュメントを参照してください。"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:179
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:260
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:233
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:247
msgid "Tags:"
msgstr "タグ:"
#: client/src/notifications/notificationTemplates.form.js:309
+#: client/src/notifications/notificationTemplates.form.js:337
+#: client/src/notifications/notificationTemplates.form.js:376
msgid "Target URL"
msgstr "ターゲット URL"
-#: client/src/job-results/job-results.partial.html:496
+#: client/features/output/output.strings.js:91
msgid "Tasks"
msgstr "タスク"
-#: client/features/credentials/legacy.credentials.js:94
-#: client/src/credentials/credentials.form.js:467
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:154
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:155
-#: client/src/projects/projects.form.js:261
-#: client/src/templates/workflows.form.js:144
+#: client/features/credentials/legacy.credentials.js:91
+#: client/src/credentials/credentials.form.js:468
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:136
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:138
+#: client/src/projects/projects.form.js:276
+#: client/src/templates/workflows.form.js:169
msgid "Team Roles"
msgstr "チームロール"
+#: client/lib/components/components.strings.js:79
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:40
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34
-#: client/src/organizations/linkout/organizations-linkout.route.js:108
-#: client/src/setup-menu/setup-menu.partial.html:16
-#: client/src/shared/stateDefinitions.factory.js:410
-#: client/src/users/users.form.js:159
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:36
+#: client/src/organizations/linkout/organizations-linkout.route.js:109
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+#: client/src/shared/stateDefinitions.factory.js:426
+#: client/src/users/users.form.js:162
msgid "Teams"
msgstr "チーム"
-#: client/src/job-results/job-results.partial.html:135
#: client/src/templates/templates.list.js:14
+#: client/src/workflow-results/workflow-results.controller.js:47
msgid "Template"
msgstr "テンプレート"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35
+#: client/features/templates/templates.strings.js:67
+msgid "Template parameter is missing."
+msgstr "テンプレートパラメーターがありません。"
+
+#: client/lib/components/components.strings.js:76
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:37
msgid "Templates"
msgstr "テンプレート"
@@ -4846,16 +5425,24 @@ msgstr "テナント ID"
msgid "Test"
msgstr "テスト"
-#: client/src/notifications/notificationTemplates.list.js:67
+#: client/src/notifications/notificationTemplates.list.js:77
msgid "Test notification"
msgstr "テスト通知"
-#: client/src/shared/form-generator.js:1386
-#: client/src/shared/form-generator.js:1392
+#: client/src/templates/survey-maker/surveys/init.factory.js:13
+msgid "Text"
+msgstr ""
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:14
+msgid "Textarea"
+msgstr ""
+
+#: client/src/shared/form-generator.js:1395
+#: client/src/shared/form-generator.js:1401
msgid "That value was not found. Please enter or select a valid value."
msgstr "値が見つかりませんでした。有効な値を入力または選択してください。"
-#: client/lib/components/components.strings.js:43
+#: client/lib/components/components.strings.js:47
msgid "That value was not found. Please enter or select a valid value."
msgstr "値が見つかりませんでした。有効な値を入力または選択してください。"
@@ -4870,22 +5457,27 @@ msgid ""
"words followed by a three digit number. Such as:"
msgstr "プロジェクト ID は GCE によって割り当てられる識別情報です。これは、以下のように 2 語とそれに続く 3 桁の数字で構成されます。"
-#: client/src/projects/edit/projects-edit.controller.js:332
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid "The Project selected has a status of"
+msgstr ""
+
+#: client/src/projects/edit/projects-edit.controller.js:340
msgid "The SCM update process is running."
msgstr "SCM 更新プロセスが実行中です。"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:70
-msgid "The credential used to run this command."
-msgstr "このコマンドを実行するために使用される認証情報です。"
+#: client/src/scheduler/scheduler.strings.js:24
+msgid "The day must be between 1 and 31."
+msgstr ""
#: client/src/credentials/credentials.form.js:190
msgid ""
"The email address assigned to the Google Compute Engine %sservice account."
msgstr "Google Compute Engine %sサービスアカウントに割り当てられたメールアドレス。"
-#: client/src/job-results/job-results.partial.html:513
-msgid "The host count will update when the job is complete."
-msgstr "ジョブの完了時にホスト数が更新されます。"
+#: client/features/output/output.strings.js:12
+msgid "The host status bar will update when the job is complete."
+msgstr "ジョブの完了時にホストのステータスバーが更新されます。"
#: client/src/credentials/factories/become-method-change.factory.js:62
#: client/src/credentials/factories/kind-change.factory.js:119
@@ -4896,17 +5488,13 @@ msgstr "認証するホスト。"
msgid "The host value"
msgstr "ホスト値"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:61
-msgid "The inventory this command ran on."
-msgstr "このコマンドが実行されるインベントリー。"
-
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:101
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:136
msgid ""
"The inventory will be in a pending status until the final delete is "
"processed."
msgstr "最終の削除が処理されるまでインベントリーは保留状態になります。"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:104
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:105
msgid ""
"The number of parallel or simultaneous processes to use while executing the "
"playbook. Inputting no value will use the default value from the %sansible "
@@ -4915,7 +5503,7 @@ msgstr ""
"Playbook の実行中に使用する並列または同時プロセスの数です。いずれの値も入力しないと、 %sansible 設定ファイル%s "
"のデフォルト値が使用されます。"
-#: client/src/templates/job_templates/job-template.form.js:152
+#: client/src/templates/job_templates/job-template.form.js:151
msgid ""
"The number of parallel or simultaneous processes to use while executing the "
"playbook. Value defaults to 0. Refer to the Ansible documentation for "
@@ -4924,15 +5512,20 @@ msgstr ""
"Playbook の実行中に使用する並列または同時プロセスの数です。デフォルト値は 0 になります。設定ファイルについての詳細は、Ansible "
"ドキュメントを参照してください。"
-#: client/src/job-results/job-results.controller.js:619
-msgid "The output is too large to display. Please download."
-msgstr "出力が大きすぎて表示できません。ダウンロードしてください。"
-
#: client/src/credentials/factories/kind-change.factory.js:59
msgid "The project value"
msgstr "プロジェクト値"
-#: client/src/projects/list/projects-list.controller.js:159
+#: client/src/scheduler/scheduler.strings.js:41
+msgid ""
+"The scheduler options are invalid, incomplete, or a date is in the past."
+msgstr ""
+
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid "The selected project has a status of"
+msgstr ""
+
+#: client/src/projects/list/projects-list.controller.js:176
msgid ""
"The selected project is not configured for SCM. To configure for SCM, edit "
"the project and provide SCM settings, and then run an update."
@@ -4940,12 +5533,6 @@ msgstr ""
"選択されたプロジェクトは SCM に対して設定されていません。SCM の設定を行うには、プロジェクトを編集して SCM "
"設定を指定してから更新を実行します。"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:42
-msgid ""
-"The standard output is too large to display. Please specify additional "
-"filters to narrow the standard out."
-msgstr "標準出力が大きすぎて表示できません。標準出力の範囲を制限するために追加のフィルターを指定してください。"
-
#: client/src/templates/survey-maker/shared/question-definition.form.js:52
msgid ""
"The suggested format for variable names is lowercase and underscore-"
@@ -4956,26 +5543,23 @@ msgstr ""
"など)。スペースを含む変数名は許可されません。"
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:124
+#: client/src/scheduler/scheduler.strings.js:17
msgid "The time must be in HH24:MM:SS format."
msgstr "時間は HH24:MM:SS 形式で表示される必要があります。"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:79
-msgid "The user who ran this command."
-msgstr "このコマンドを実行したユーザー。"
+#: client/lib/services/base-string.service.js:78
+msgid "The {{ resourceType }} is currently being used by other resources."
+msgstr "{{ resourceType }} は現在他のリソースで使用されています。"
#: client/src/activity-stream/streams.list.js:17
msgid "There are no events to display at this time"
msgstr "現時点で表示できるイベントはありません"
-#: client/src/portal-mode/portal-job-templates.list.js:18
-msgid "There are no job templates to display at this time"
-msgstr "現時点で表示できるジョブテンプレートはありません"
+#: client/features/jobs/jobs.strings.js:16
+msgid "There are no running jobs."
+msgstr "実行中のジョブがありません。"
-#: client/src/portal-mode/portal-jobs.list.js:18
-msgid "There are no jobs to display at this time"
-msgstr "現時点で表示できるジョブはありません"
-
-#: client/src/projects/list/projects-list.controller.js:150
+#: client/src/projects/list/projects-list.controller.js:152
msgid ""
"There is no SCM update information available for this project. An update has"
" not yet been completed. If you have not already done so, start an update "
@@ -4984,23 +5568,27 @@ msgstr ""
"このプロジェクトに利用できる SCM "
"更新情報はありません。更新はまだ完了していません。まだ更新を実行していない場合は、このプロジェクトの更新を開始してください。"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:140
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:142
msgid "There was an error deleting inventory source groups. Returned status:"
msgstr "インベントリーソースグループの削除中にエラーが発生しました。返されたステータス:"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:130
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:132
msgid "There was an error deleting inventory source hosts. Returned status:"
msgstr "インベントリーソースホストの削除中にエラーが発生しました。返されたステータス:"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:167
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:169
msgid "There was an error deleting inventory source. Returned status:"
msgstr "インベントリーソースの削除中にエラーが発生しました。返されたステータス:"
-#: client/src/configuration/configuration.controller.js:349
+#: client/src/configuration/configuration.controller.js:142
+msgid "There was an error getting config values:"
+msgstr "設定値の取得時にエラーが発生しました。"
+
+#: client/src/configuration/configuration.controller.js:409
msgid "There was an error resetting value. Returned status:"
msgstr "値のリセット中にエラーが発生しました。返されたステータス:"
-#: client/src/configuration/configuration.controller.js:531
+#: client/src/configuration/configuration.controller.js:601
msgid "There was an error resetting values. Returned status:"
msgstr "値のリセット中にエラーが発生しました。返されたステータス:"
@@ -5013,6 +5601,36 @@ msgid ""
"These are the modules that {{BRAND_NAME}} supports running commands against."
msgstr "これらは {{BRAND_NAME}} がコマンドの実行をサポートするモジュールです。"
+#: client/features/templates/templates.strings.js:98
+msgid ""
+"This Job Template has a credential that requires a password. Credentials "
+"requiring passwords on launch are not permitted on workflow nodes."
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:51
+msgid ""
+"This Job Template has a default credential that requires a password before "
+"launch. Adding or editing schedules is prohibited while this credential is "
+"selected. To add or edit a schedule, credentials that require a password "
+"must be removed from the Job Template."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:97
+msgid ""
+"This Job Template is missing a default inventory or project. This must be "
+"addressed in the Job Template form before this node can be saved."
+msgstr ""
+"このジョブテンプレートにはデフォルトのインベントリーまたはプロジェクトがありません。これについては、このノードを保存する前にジョブテンプレートフォームで対応する必要があります。"
+
+#: client/src/credential-types/credential-types.strings.js:8
+msgid ""
+"This credential type is currently being used by one or more credentials. "
+"Credentials that use this credential type must be deleted before the "
+"credential type can be deleted."
+msgstr ""
+"この認証情報タイプは現在 1 "
+"つ以上の認証情報で使用されています。この認証情報タイプを使用する認証情報を削除してから認証情報タイプを削除することができます。"
+
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:25
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:26
@@ -5032,39 +5650,54 @@ msgid ""
"This is the tenant name. This value is usually the same as the username."
msgstr "これはテナント名です。通常、この値はユーザー名と同じです。"
+#: client/features/templates/templates.strings.js:63
+msgid ""
+"This job template has a default {{typeLabel}} credential which must be "
+"included or replaced before proceeding."
+msgstr ""
+"このジョブテンプレートにはデフォルトの {{typeLabel}} 認証情報があります。これを組み込むか、または置き換えてから次に進んでください。"
+
#: client/src/notifications/notifications.list.js:21
msgid ""
"This list is populated by notification templates added from the "
"%sNotifications%s section"
msgstr "この一覧は、%s通知%s セクションで追加される通知テンプレートで事前に設定されます。"
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+msgid "This list is populated by teams added from the"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:4
msgid ""
"This machine has not checked in with Insights in {{last_check_in}} hours"
msgstr "このマシンは {{last_check_in}} 時間 Insights にチェックインしていません"
-#: client/src/shared/form-generator.js:746
+#: client/src/shared/form-generator.js:755
msgid ""
"This setting has been set manually in a settings file and is now disabled."
msgstr "この値は設定ファイルに手動で設定され、現在は無効にされています。"
-#: client/src/users/users.form.js:164
+#: client/src/users/users.form.js:167
msgid "This user is not a member of any teams"
msgstr "このユーザーはいずれのチームのメンバーでもありません。"
-#: client/src/shared/form-generator.js:856
-#: client/src/shared/form-generator.js:951
+#: client/src/shared/form-generator.js:865
+#: client/src/shared/form-generator.js:960
msgid ""
"This value does not match the password you entered previously. Please "
"confirm that password."
msgstr "この値は以前に入力されたパスワードと一致しません。パスワードを確認してください。"
-#: client/src/configuration/configuration.controller.js:556
+#: client/src/configuration/configuration.controller.js:626
msgid ""
"This will reset all configuration values to their factory defaults. Are you "
"sure you want to proceed?"
msgstr "これにより、すべての設定値が出荷時の設定にリセットされます。本当に続行してもよいですか?"
+#: client/src/scheduler/scheduler.strings.js:32
+msgid "Thu"
+msgstr ""
+
#: client/src/activity-stream/streams.list.js:25
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:14
#: client/src/notifications/notification-templates-list/list.controller.js:72
@@ -5075,7 +5708,7 @@ msgstr "時間"
msgid "Time Remaining"
msgstr "残りの時間"
-#: client/src/projects/projects.form.js:196
+#: client/src/projects/projects.form.js:197
msgid ""
"Time in seconds to consider a project to be current. During job runs and "
"callbacks the task system will evaluate the timestamp of the latest project "
@@ -5101,45 +5734,50 @@ msgid ""
"documentation%s."
msgstr "IAM STS トークンについての詳細は、%sAmazon ドキュメント%s を参照してください。"
-#: client/src/shared/form-generator.js:881
+#: client/src/shared/form-generator.js:890
msgid "Toggle the display of plaintext."
msgstr "プレーンテキストの表示を切り替えます。"
-#: client/src/notifications/shared/type-change.service.js:34
-#: client/src/notifications/shared/type-change.service.js:40
+#: client/src/notifications/shared/type-change.service.js:36
+#: client/src/notifications/shared/type-change.service.js:42
msgid "Token"
msgstr "トークン"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:44
-msgid "Too much previous output to display. Showing running standard output."
-msgstr "直前の出力が大きすぎて表示できません。実行中の標準出力を表示しています。"
+#: client/features/applications/applications.strings.js:16
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:25
+#: client/src/users/users.form.js:236
+msgid "Tokens"
+msgstr "トークン"
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:10
msgid "Total Issues"
msgstr "問題の合計"
+#: client/src/instance-groups/instance-groups.strings.js:16
+#: client/src/workflow-results/workflow-results.controller.js:60
+msgid "Total Jobs"
+msgstr "ジョブの合計"
+
#: client/src/partials/logviewer.html:6
msgid "Traceback"
msgstr "トレースバック"
+#: client/src/scheduler/scheduler.strings.js:30
+msgid "Tue"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:60
#: client/src/credentials/credentials.form.js:84
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:52
-#: client/src/instance-groups/jobs/jobs.list.js:51
-#: client/src/inventories-hosts/inventories/inventory.list.js:55
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:52
+#: client/src/inventories-hosts/inventories/inventory.list.js:56
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:41
-#: client/src/jobs/all-jobs.list.js:59
#: client/src/notifications/notificationTemplates.form.js:54
#: client/src/notifications/notificationTemplates.list.js:39
-#: client/src/notifications/notifications.list.js:31
+#: client/src/notifications/notifications.list.js:32
#: client/src/projects/projects.list.js:44
#: client/src/scheduler/scheduled-jobs.list.js:42
-#: client/src/teams/teams.form.js:130
-#: client/src/templates/completed-jobs.list.js:53
+#: client/src/teams/teams.form.js:133
#: client/src/templates/templates.list.js:31
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:27
-#: client/src/users/users.form.js:200
+#: client/src/users/users.form.js:203
msgid "Type"
msgstr "タイプ"
@@ -5149,8 +5787,8 @@ msgstr "タイプ"
msgid "Type Details"
msgstr "タイプの詳細"
-#: client/src/projects/add/projects-add.controller.js:169
-#: client/src/projects/edit/projects-edit.controller.js:304
+#: client/src/projects/add/projects-add.controller.js:177
+#: client/src/projects/edit/projects-edit.controller.js:312
msgid "URL popover text"
msgstr "URL ポップオーバーテキスト"
@@ -5159,38 +5797,98 @@ msgid "USERNAME"
msgstr "ユーザー名"
#: client/src/activity-stream/get-target-title.factory.js:20
-#: client/src/organizations/linkout/organizations-linkout.route.js:42
-#: client/src/organizations/list/organizations-list.controller.js:54
-#: client/src/users/main.js:46 client/src/users/users.list.js:18
+#: client/src/organizations/linkout/organizations-linkout.route.js:43
+#: client/src/organizations/list/organizations-list.controller.js:55
+#: client/src/users/main.js:67 client/src/users/users.list.js:18
#: client/src/users/users.list.js:19
msgid "USERS"
msgstr "ユーザー"
-#: client/lib/components/components.strings.js:20
+#: client/lib/components/components.strings.js:24
msgid "Unable to Submit"
msgstr "送信できません"
-#: client/lib/components/components.strings.js:52
+#: client/features/templates/templates.strings.js:88
+msgid "Unable to copy template."
+msgstr "テンプレートをコピーできませんでした。"
+
+#: client/src/instance-groups/instance-groups.strings.js:54
+msgid "Unable to delete instance group."
+msgstr "インスタンスグループを削除できませんでした。"
+
+#: client/features/templates/templates.strings.js:84
+msgid "Unable to delete template."
+msgstr "テンプレートを削除できませんでした。"
+
+#: client/features/templates/templates.strings.js:86
+msgid "Unable to determine template type."
+msgstr "テンプレートタイプを判別できませんでした。"
+
+#: client/features/templates/templates.strings.js:69
+msgid "Unable to determine this template's type while copying."
+msgstr "コピー中にこのテンプレートのタイプを判別できませんでした。"
+
+#: client/features/templates/templates.strings.js:70
+msgid "Unable to determine this template's type while deleting."
+msgstr "削除中にこのテンプレートのタイプを判別できませんでした。"
+
+#: client/features/templates/templates.strings.js:71
+msgid "Unable to determine this template's type while editing."
+msgstr "編集中にこのテンプレートのタイプを判別できませんでした。"
+
+#: client/features/templates/templates.strings.js:72
+msgid "Unable to determine this template's type while launching."
+msgstr "起動中にこのテンプレートのタイプを判別できませんでした。"
+
+#: client/features/templates/templates.strings.js:73
+msgid "Unable to determine this template's type while scheduling."
+msgstr "スケジュール中にこのテンプレートのタイプを判別できませんでした。"
+
+#: client/features/templates/templates.strings.js:83
+msgid "Unable to edit template."
+msgstr "テンプレートを編集できませんでした。"
+
+#: client/src/shared/stateDefinitions.factory.js:231
+msgid "Unable to get resource:"
+msgstr "リソースを取得できませんでした:"
+
+#: client/features/templates/templates.strings.js:85
+msgid "Unable to launch template."
+msgstr "テンプレートを起動できませんでした。"
+
+#: client/features/templates/templates.strings.js:87
+msgid "Unable to schedule job."
+msgstr "ジョブをスケジュールできませんでした。"
+
+#: client/src/instance-groups/instance-groups.strings.js:37
+msgid "Unavailable"
+msgstr "利用できません"
+
+#: client/src/instance-groups/instance-groups.strings.js:36
msgid "Unavailable to run jobs."
msgstr "ジョブの実行に使用できません。"
-#: client/lib/components/components.strings.js:22
+#: client/lib/components/components.strings.js:26
msgid "Unexpected Error"
msgstr "予期しないエラー"
-#: client/lib/components/components.strings.js:21
+#: client/lib/components/components.strings.js:25
msgid "Unexpected server error. View the console for more information"
msgstr "予期しないサーバーエラーが発生しました。コンソールで詳細情報を表示してください。"
-#: client/lib/components/components.strings.js:34
+#: client/src/network-ui/network.ui.strings.js:36
+msgid "Unknown"
+msgstr ""
+
+#: client/lib/components/components.strings.js:38
msgid "Unsupported display model type"
msgstr "サポートされない表示モデルタイプ"
-#: client/lib/components/components.strings.js:26
+#: client/lib/components/components.strings.js:30
msgid "Unsupported input type"
msgstr "サポートされない入力タイプ"
-#: client/src/projects/list/projects-list.controller.js:266
+#: client/src/projects/list/projects-list.controller.js:301
msgid "Update Not Found"
msgstr "更新が見つかりません"
@@ -5198,13 +5896,28 @@ msgstr "更新が見つかりません"
msgid "Update Options"
msgstr "オプションの更新"
-#: client/src/projects/edit/projects-edit.controller.js:332
+#: client/src/projects/projects.form.js:178
+msgid "Update Revision on Launch"
+msgstr "起動時のリビジョン更新"
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:30
+msgid "Update canceled. Click for details"
+msgstr "更新が取り消されました。クリックして詳細を確認してください。"
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:24
+msgid "Update failed. Click for details"
+msgstr "更新に失敗しました。クリックして詳細を確認してください。"
+
+#: client/src/projects/edit/projects-edit.controller.js:340
msgid "Update in Progress"
msgstr "更新が進行中です"
+#: client/src/projects/factories/get-project-tool-tip.factory.js:27
+msgid "Update missing. Click for details"
+msgstr "更新がありません。クリックして詳細を確認してください。"
+
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:352
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:357
-#: client/src/projects/projects.form.js:177
msgid "Update on Launch"
msgstr "起動時の更新"
@@ -5216,27 +5929,37 @@ msgstr "プロジェクト変更時の更新"
msgid "Update on Project Update"
msgstr "プロジェクト更新時の更新"
+#: client/src/projects/factories/get-project-tool-tip.factory.js:14
+msgid "Update queued. Click for details"
+msgstr "更新がキューに入れられました。クリックして詳細を確認してください。"
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:18
+msgid "Update running. Click for details"
+msgstr "更新が実行中です。クリックして詳細を確認してください。"
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:21
+msgid "Update succeeded. Click for details"
+msgstr "更新が正常に実行されました。クリックして詳細を確認してください。"
+
#: client/src/license/license.partial.html:71
msgid "Upgrade"
msgstr "アップグレード"
-#: client/src/templates/job_templates/job-template.form.js:299
-#: client/src/templates/job_templates/job-template.form.js:304
+#: client/src/templates/job_templates/job-template.form.js:309
+#: client/src/templates/job_templates/job-template.form.js:314
msgid "Use Fact Cache"
msgstr "ファクトのキャッシュの使用"
-#: client/src/notifications/notificationTemplates.form.js:395
+#: client/src/notifications/notificationTemplates.form.js:466
msgid "Use SSL"
msgstr "SSL の使用"
-#: client/src/notifications/notificationTemplates.form.js:390
+#: client/src/notifications/notificationTemplates.form.js:461
msgid "Use TLS"
msgstr "TLS の使用"
-#: client/src/instance-groups/instance-group.partial.html:10
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:10
-#: client/src/instance-groups/instances/instances-list.partial.html:21
-#: client/src/instance-groups/list/instance-groups-list.partial.html:32
+#: client/src/instance-groups/instance-groups.strings.js:17
+#: client/src/instance-groups/instance-groups.strings.js:38
msgid "Used Capacity"
msgstr "使用済み容量"
@@ -5249,33 +5972,35 @@ msgstr ""
"Git、Subversion (svn)、または Mercurial (hg) などのリモートソースコントロール管理システムで Playbook "
"リポジトリーをチェックアウトし、同期するために使用されます。これらの認証情報はプロジェクトで使用されます。"
-#: client/features/credentials/legacy.credentials.js:83
-#: client/src/credentials/credentials.form.js:456
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:143
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:144
-#: client/src/organizations/organizations.form.js:92
-#: client/src/projects/projects.form.js:250 client/src/teams/teams.form.js:93
-#: client/src/templates/workflows.form.js:133
+#: client/features/credentials/legacy.credentials.js:80
+#: client/src/credentials/credentials.form.js:457
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:125
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:127
+#: client/src/organizations/organizations.form.js:104
+#: client/src/projects/projects.form.js:265 client/src/teams/teams.form.js:96
+#: client/src/templates/workflows.form.js:158
msgid "User"
msgstr "ユーザー"
-#: client/src/configuration/configuration.partial.html:18
+#: client/src/configuration/configuration.partial.html:36
msgid "User Interface"
msgstr "ユーザーインターフェース"
-#: client/src/users/users.form.js:95
+#: client/src/users/users.form.js:98
msgid "User Type"
msgstr "ユーザータイプ"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:30
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:36
#: client/src/credentials/factories/become-method-change.factory.js:17
#: client/src/credentials/factories/become-method-change.factory.js:38
#: client/src/credentials/factories/kind-change.factory.js:17
#: client/src/credentials/factories/kind-change.factory.js:41
#: client/src/credentials/factories/kind-change.factory.js:74
#: client/src/credentials/factories/kind-change.factory.js:95
+#: client/src/notifications/notificationTemplates.form.js:348
+#: client/src/notifications/notificationTemplates.form.js:387
#: client/src/notifications/notificationTemplates.form.js:64
-#: client/src/users/users.form.js:58 client/src/users/users.list.js:29
+#: client/src/users/users.form.js:61 client/src/users/users.list.js:29
msgid "Username"
msgstr "ユーザー名"
@@ -5288,33 +6013,43 @@ msgstr ""
"指定されたクラウドまたはインフラストラクチャープロバイダーに対する認証を行うためのユーザー名、パスワード、およびアクセスキーです。これらはスマートインベントリーソース、および"
" Playbook 実行におけるクラウドプロビジョニングおよびデプロイメントに使用されます。"
+#: client/lib/components/components.strings.js:78
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:35
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:36
-#: client/src/organizations/organizations.form.js:74
-#: client/src/setup-menu/setup-menu.partial.html:10
-#: client/src/teams/teams.form.js:75
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:38
+#: client/src/organizations/organizations.form.js:86
+#: client/src/teams/teams.form.js:78
msgid "Users"
msgstr "ユーザー"
+#: client/src/scheduler/schedulerList.controller.js:46
+msgid ""
+"Using a credential that requires a password on launch is prohibited when "
+"creating a Job Template schedule"
+msgstr ""
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:9
+msgid "VARIABLES"
+msgstr "変数"
+
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:7
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:7
msgid "VIEW ALL"
msgstr "すべてを表示"
-#: client/src/main-menu/main-menu.partial.html:75
-msgid "VIEW DOCUMENTATION"
-msgstr "ドキュメントの表示"
+#: client/lib/components/components.strings.js:57
+msgid "VIEW LESS"
+msgstr ""
+
+#: client/lib/components/components.strings.js:56
+msgid "VIEW MORE"
+msgstr ""
#: client/src/shared/paginate/paginate.partial.html:48
msgid "VIEW PER PAGE"
msgstr "ページ別のビュー"
-#: client/src/main-menu/main-menu.partial.html:51
-msgid "VIEW USER PAGE FOR {{ $root.current_user.username | uppercase }}"
-msgstr "{{ $root.current_user.username | uppercase }} のユーザーページの表示"
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:180
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:234
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:248
msgid "VPC ID:"
msgstr "VPC ID:"
@@ -5327,9 +6062,9 @@ msgstr "有効なライセンス"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:47
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:67
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:67
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:81
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:88
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:94
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:63
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:71
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:77
msgid "Variables"
msgstr "変数"
@@ -5337,24 +6072,25 @@ msgstr "変数"
msgid "Vault"
msgstr "Vault"
-#: client/src/job-results/job-results.partial.html:321
-msgid "Vault Credential"
-msgstr "Vault 認証情報"
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:25
+msgid "Vault ID"
+msgstr "Vault ID"
+#: client/features/templates/templates.strings.js:44
#: client/src/credentials/credentials.form.js:391
#: client/src/job-submission/job-submission.partial.html:146
msgid "Vault Password"
msgstr "Vault パスワード"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:81
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:90
+#: client/features/output/output.strings.js:71
+#: client/features/templates/templates.strings.js:51
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:82
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:91
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:307
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:314
-#: client/src/job-results/job-results.partial.html:358
#: client/src/job-submission/job-submission.partial.html:183
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:99
-#: client/src/templates/job_templates/job-template.form.js:174
-#: client/src/templates/job_templates/job-template.form.js:181
+#: client/src/templates/job_templates/job-template.form.js:173
+#: client/src/templates/job_templates/job-template.form.js:180
msgid "Verbosity"
msgstr "詳細"
@@ -5364,13 +6100,13 @@ msgstr "バージョン"
#: client/src/activity-stream/streams.list.js:63
#: client/src/credential-types/credential-types.list.js:64
-#: client/src/credentials/credentials.list.js:75
+#: client/src/credentials/credentials.list.js:82
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:58
-#: client/src/inventories-hosts/inventories/inventory.list.js:104
-#: client/src/inventory-scripts/inventory-scripts.list.js:62
-#: client/src/notifications/notificationTemplates.list.js:82
-#: client/src/scheduler/schedules.list.js:83 client/src/teams/teams.list.js:64
-#: client/src/templates/templates.list.js:112
+#: client/src/inventories-hosts/inventories/inventory.list.js:120
+#: client/src/inventory-scripts/inventory-scripts.list.js:70
+#: client/src/notifications/notificationTemplates.list.js:91
+#: client/src/scheduler/schedules.list.js:93 client/src/teams/teams.list.js:64
+#: client/src/templates/templates.list.js:108
#: client/src/users/users.list.js:70
msgid "View"
msgstr "表示"
@@ -5379,11 +6115,11 @@ msgstr "表示"
msgid "View Activity Stream"
msgstr "アクティビティーストリームの表示"
-#: client/src/main-menu/main-menu.partial.html:173
+#: client/lib/components/components.strings.js:66
msgid "View Documentation"
msgstr "ドキュメントの表示"
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:79
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:86
msgid "View Insights Data"
msgstr "Insights データの表示"
@@ -5396,7 +6132,7 @@ msgstr "JSON サンプルの表示: "
#: client/src/inventories-hosts/hosts/host.form.js:78
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:77
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:77
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:91
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:73
msgid "View JSON examples at %s"
msgstr "JSON サンプルを %s に表示"
@@ -5408,9 +6144,13 @@ msgstr "簡易表示"
msgid "View More"
msgstr "詳細表示"
-#: client/src/shared/form-generator.js:1719
-#: client/src/templates/job_templates/job-template.form.js:436
-#: client/src/templates/workflows.form.js:161
+#: client/features/output/output.strings.js:27
+msgid "View Project checkout results"
+msgstr "プロジェクトのチェックアウト結果を表示"
+
+#: client/src/shared/form-generator.js:1728
+#: client/src/templates/job_templates/job-template.form.js:454
+#: client/src/templates/workflows.form.js:196
msgid "View Survey"
msgstr "Survey の表示"
@@ -5423,19 +6163,11 @@ msgstr "YAML サンプルの表示: "
#: client/src/inventories-hosts/hosts/host.form.js:79
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:78
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:78
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:92
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74
msgid "View YAML examples at %s"
msgstr "YAML サンプルを %s に表示"
-#: client/src/setup-menu/setup-menu.partial.html:72
-msgid "View Your License"
-msgstr "ライセンスの表示"
-
-#: client/src/setup-menu/setup-menu.partial.html:73
-msgid "View and edit your license information."
-msgstr "ライセンス情報を表示し、編集します。"
-
-#: client/src/credentials/credentials.list.js:77
+#: client/src/credentials/credentials.list.js:84
msgid "View credential"
msgstr "認証情報の表示"
@@ -5459,31 +6191,19 @@ msgstr "グループの表示"
msgid "View host"
msgstr "ホストの表示"
-#: client/src/setup-menu/setup-menu.partial.html:67
-msgid "View information about this version of Ansible {{BRAND_NAME}}."
-msgstr "本バージョンの Ansible {{BRAND_NAME}} についての情報を表示します。"
-
-#: client/src/inventories-hosts/inventories/inventory.list.js:106
+#: client/src/inventories-hosts/inventories/inventory.list.js:122
msgid "View inventory"
msgstr "インベントリーの表示"
-#: client/src/inventory-scripts/inventory-scripts.list.js:64
+#: client/src/inventory-scripts/inventory-scripts.list.js:72
msgid "View inventory script"
msgstr "インベントリースクリプトの表示"
-#: client/src/setup-menu/setup-menu.partial.html:55
-msgid "View list and capacity of {{BRAND_NAME}} instances."
-msgstr "{{BRAND_NAME}} インスタンスの一覧および容量を表示します。"
-
-#: client/src/notifications/notificationTemplates.list.js:84
+#: client/src/notifications/notificationTemplates.list.js:93
msgid "View notification"
msgstr "通知の表示"
-#: client/src/job-results/job-results.partial.html:222
-msgid "View project sync results"
-msgstr "プロジェクトの同期結果の表示"
-
-#: client/src/scheduler/schedules.list.js:85
+#: client/src/scheduler/schedules.list.js:95
msgid "View schedule"
msgstr "スケジュールの表示"
@@ -5495,20 +6215,41 @@ msgstr "ソースの表示"
msgid "View team"
msgstr "チームの表示"
-#: client/src/templates/templates.list.js:114
+#: client/src/templates/templates.list.js:110
msgid "View template"
msgstr "テンプレートの表示"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:192
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:246
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
msgid "View the"
msgstr "次の表示:"
-#: client/src/jobs/all-jobs.list.js:92
-msgid "View the job"
-msgstr "ジョブの表示"
+#: client/features/output/output.strings.js:21
+#: client/lib/components/components.strings.js:61
+msgid "View the Credential"
+msgstr "認証情報の表示"
-#: client/src/projects/projects.list.js:111
+#: client/features/output/output.strings.js:24
+msgid "View the Inventory"
+msgstr "インベントリーの表示"
+
+#: client/features/output/output.strings.js:25
+msgid "View the Job Template"
+msgstr "ジョブテンプレートの表示"
+
+#: client/features/output/output.strings.js:26
+msgid "View the Project"
+msgstr "プロジェクトの表示"
+
+#: client/features/output/output.strings.js:28
+msgid "View the Schedule"
+msgstr "スケジュールの表示"
+
+#: client/features/output/output.strings.js:30
+msgid "View the User"
+msgstr "ユーザーの表示"
+
+#: client/src/projects/projects.list.js:118
msgid "View the project"
msgstr "プロジェクトの表示"
@@ -5516,30 +6257,39 @@ msgstr "プロジェクトの表示"
msgid "View the schedule"
msgstr "スケジュールの表示"
+#: client/features/output/output.strings.js:29
+msgid "View the source Workflow Job"
+msgstr "ソースのワークフロージョブの表示"
+
#: client/src/users/users.list.js:73
msgid "View user"
msgstr "ユーザーの表示"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:42
-#: client/src/instance-groups/jobs/jobs.list.js:41
-#: client/src/job-results/job-results.partial.html:145
-#: client/src/jobs/all-jobs.list.js:49
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:25
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:25
-msgid "View workflow results"
-msgstr "ワークフロー結果の表示"
+#: client/lib/components/components.strings.js:89
+msgid "Views"
+msgstr "表示"
#: client/src/templates/workflows.form.js:20
msgid "WORKFLOW"
msgstr "ワークフロー"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:73
-#: client/src/configuration/configuration.controller.js:200
-#: client/src/configuration/configuration.controller.js:262
+#: client/features/templates/templates.strings.js:109
+#: client/src/scheduler/scheduler.strings.js:50
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:213
+msgid "Warning"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:91
+#: client/src/configuration/configuration.controller.js:229
+#: client/src/configuration/configuration.controller.js:314
#: client/src/configuration/system-form/configuration-system.controller.js:55
msgid "Warning: Unsaved Changes"
msgstr "警告: 変更が保存されていません"
+#: client/src/scheduler/scheduler.strings.js:31
+msgid "Wed"
+msgstr ""
+
#: client/src/license/license.partial.html:78
msgid ""
"Welcome to Ansible Tower! Please complete the steps below to acquire a "
@@ -5563,18 +6313,20 @@ msgid ""
msgstr ""
"チェックが付けられていない場合、外部ソースにないローカルの子ホストおよびグループは、インベントリーの更新プロセスによって処理されないままになります。"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:97
-msgid ""
-"When this template is submitted as a job, setting the type to %s will "
-"execute the playbook, running tasks on the selected hosts."
-msgstr ""
-"このテンプレートがジョブとして送信される場合、タイプを %s に設定すると Playbook が実行され、選択されたホストでタスクが実行されます。"
-
-#: client/src/shared/form-generator.js:1723
-#: client/src/templates/workflows.form.js:187
+#: client/src/shared/form-generator.js:1732
+#: client/src/templates/workflows.form.js:222
msgid "Workflow Editor"
msgstr "ワークフローエディター"
+#: client/features/jobs/jobs.strings.js:10
+msgid "Workflow Job"
+msgstr "ワークフロージョブ"
+
+#: client/lib/models/models.strings.js:45
+msgid "Workflow Job Template Nodes"
+msgstr "ワークフロージョブテンプレートのノード"
+
+#: client/features/templates/templates.strings.js:14
#: client/src/templates/templates.list.js:66
msgid "Workflow Template"
msgstr "ワークフローテンプレート"
@@ -5584,6 +6336,12 @@ msgstr "ワークフローテンプレート"
msgid "Workflow Templates"
msgstr "ワークフローテンプレート"
+#: client/features/users/tokens/tokens.strings.js:31
+msgid "Write"
+msgstr "書き込み"
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:11
+#: client/lib/services/base-string.service.js:69
#: client/src/job-submission/job-submission.partial.html:171
msgid "YAML"
msgstr "YAML"
@@ -5594,22 +6352,34 @@ msgstr "YAML"
msgid "YAML:"
msgstr "YAML:"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/lib/services/base-string.service.js:73
+msgid "YES"
+msgstr "YES"
+
+#: client/src/notifications/add/add.controller.js:83
+#: client/src/notifications/edit/edit.controller.js:130
msgid "Yellow"
msgstr "黄"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:56
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:57
msgid ""
"You can create a job template here."
msgstr "ジョブテンプレートの作成はここから実行できます。"
-#: client/src/projects/edit/projects-edit.controller.js:62
+#: client/features/templates/templates.strings.js:93
+msgid ""
+"You do not have access to all resources used by this workflow. Resources "
+"that you don't have access to will not be copied and will result in an "
+"incomplete workflow."
+msgstr ""
+"このワークフローで使用されるすべてのリソースへのアクセスがありません。アクセスのないリソースはコピーされず、結果としてワークフローが不完全になります。"
+
+#: client/src/projects/edit/projects-edit.controller.js:63
msgid "You do not have access to view this property"
msgstr "これを適切に表示するためのアクセス権がありません。"
-#: client/src/projects/add/projects-add.controller.js:29
+#: client/src/projects/add/projects-add.controller.js:31
msgid "You do not have permission to add a project."
msgstr "プロジェクトを追加するパーミッションがありません。"
@@ -5617,20 +6387,35 @@ msgstr "プロジェクトを追加するパーミッションがありません
msgid "You do not have permission to add a user."
msgstr "ユーザーを追加するパーミッションがありません。"
+#: client/src/access/rbac-multiselect/rbac-multiselect-list.directive.js:174
+msgid "You do not have permission to manage this user"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:68
+msgid "You do not have permission to perform this action."
+msgstr "このアクションを実行するパーミッションがありません。"
+
#: client/src/inventories-hosts/inventory-hosts.strings.js:28
msgid "You do not have sufficient permissions to edit the host filter."
msgstr "ホストフィルターの編集に必要なパーミッションがありません。"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:72
-#: client/src/configuration/configuration.controller.js:199
-#: client/src/configuration/configuration.controller.js:261
+#: client/src/configuration/auth-form/configuration-auth.controller.js:90
+#: client/src/configuration/configuration.controller.js:228
+#: client/src/configuration/configuration.controller.js:313
#: client/src/configuration/system-form/configuration-system.controller.js:54
msgid ""
"You have unsaved changes. Would you like to proceed without"
" saving?"
msgstr "保存されていない変更があります。変更せずに次に進みますか?"
-#: client/src/projects/list/projects-list.controller.js:222
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid ""
+"You must run a successful update before you can select a playbook. You will "
+"not be able to save this Job Template without a valid playbook."
+msgstr ""
+
+#: client/src/projects/list/projects-list.controller.js:257
msgid "Your request to cancel the update was submitted to the task manager."
msgstr "更新を取り消す要求がタスクマネージャーに送信されました。"
@@ -5640,22 +6425,35 @@ msgstr "アイドル時間によりセッションがタイムアウトしまし
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24
#: client/src/job-submission/job-submission.partial.html:317
-#: client/src/shared/form-generator.js:1193
+#: client/src/shared/form-generator.js:1202
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:42
msgid "and"
msgstr "and"
+#: client/features/users/tokens/tokens.strings.js:27
+msgid "by"
+msgstr " "
+
#: client/src/job-submission/job-submission.partial.html:289
#: client/src/job-submission/job-submission.partial.html:294
#: client/src/job-submission/job-submission.partial.html:305
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
msgid "characters long."
msgstr "文字の長さ。"
+#: client/features/output/output.strings.js:78
#: client/src/shared/smart-search/smart-search.partial.html:53
msgid "documentation"
msgstr "ドキュメント"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:193
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:275
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+msgid "failed"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:247
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:262
msgid "for a complete list of supported filters."
msgstr "サポートされるフィルターの詳細の一覧"
@@ -5687,48 +6485,79 @@ msgstr[0] "ホスト"
msgid "hosts"
msgstr "ホスト"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:58
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:60
msgid "hosts with failures. Click for details."
msgstr "障害のあるホストです。クリックして詳細を確認してください。"
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid "missing"
+msgstr ""
+
#: client/src/access/rbac-multiselect/permissionsTeams.list.js:21
msgid "name"
msgstr "名前"
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid "never updated"
+msgstr ""
+
#: client/src/shared/paginate/paginate.partial.html:34
msgid "of"
msgstr " /"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "of the filters match."
msgstr "フィルターの一致:"
+#: client/src/scheduler/scheduler.strings.js:26
+msgid "on"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:23
+msgid "on day"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:27
+msgid "on days"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:25
+msgid "on the"
+msgstr ""
+
#: client/src/access/rbac-multiselect/permissionsTeams.list.js:24
msgid "organization"
msgstr "組織"
-#: client/src/shared/form-generator.js:1069
+#: client/src/shared/form-generator.js:1078
msgid "playbook"
msgstr "Playbook"
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+msgid "section"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:138
#: client/src/credentials/credentials.form.js:364
msgid "set in helpers/credentials"
msgstr "ヘルパー/認証情報で設定"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:43
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:45
msgid "sources with sync failures. Click for details"
msgstr "同期が失敗しているソースです。クリックして詳細を確認してください。"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:190
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:272
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:244
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
msgid "test"
msgstr "テスト"
#: client/src/job-submission/job-submission.partial.html:289
#: client/src/job-submission/job-submission.partial.html:294
#: client/src/job-submission/job-submission.partial.html:305
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
msgid "to"
msgstr " "
@@ -5766,13 +6595,13 @@ msgstr "ec2.ini を Ansible github リポジトリーで表示します。"
msgid "view vmware_inventory.ini in the Ansible github repo."
msgstr "vmware_inventory.ini を Ansible github リポジトリーで表示します。"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "when"
msgstr "日付"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:171
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:252
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:225
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:239
msgid ""
"will create group names similar to the following examples based on the "
"options selected:"
@@ -5782,18 +6611,22 @@ msgstr "選択されたオプションに基づいて以下のサンプルと同
msgid "with failed jobs."
msgstr "ジョブの失敗"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs-list.route.js:9
-msgid "{{ breadcrumb.instance_name }}"
-msgstr "{{ breadcrumb.instance_name }}"
+#: client/features/users/tokens/tokens.strings.js:40
+msgid "{{ appName }} Token"
+msgstr "{{ appName }} トークン"
+
+#: client/lib/services/base-string.service.js:95
+msgid "{{ header }} {{ body }}"
+msgstr "{{ header }} {{ body }}"
+
+#: client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html:5
+msgid "{{:: vm.strings.get('prompt.JOB_TYPE') }}"
+msgstr "{{:: vm.strings.get('prompt.JOB_TYPE') }}"
#: client/lib/components/input/label.partial.html:5
msgid "{{::state._hint}}"
msgstr "{{::state._hint}}"
-#: client/src/instance-groups/instances/instances-list.route.js:10
-msgid "{{breadcrumb.instance_group_name}}"
-msgstr "{{breadcrumb.instance_group_name}}"
-
#: client/src/shared/paginate/paginate.partial.html:55
msgid "{{pageSize}}"
msgstr "{{pageSize}}"
diff --git a/awx/ui/po/nl.po b/awx/ui/po/nl.po
index a914aa4468..1b4146f8ec 100644
--- a/awx/ui/po/nl.po
+++ b/awx/ui/po/nl.po
@@ -1,20 +1,21 @@
# Froebel Flores , 2017. #zanata
# helena , 2017. #zanata
# helena02 , 2017. #zanata
+# helena , 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2017-12-06 02:10+0000\n"
+"PO-Revision-Date: 2018-06-12 05:49+0000\n"
"Last-Translator: helena \n"
"Language-Team: Dutch\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"X-Generator: Zanata 4.3.2\n"
+"X-Generator: Zanata 4.4.3\n"
-#: client/src/projects/add/projects-add.controller.js:153
-#: client/src/projects/edit/projects-edit.controller.js:288
+#: client/src/projects/add/projects-add.controller.js:161
+#: client/src/projects/edit/projects-edit.controller.js:296
msgid ""
"%sNote:%s Mercurial does not support password authentication for SSH. Do not"
" put the username and key in the URL. If using Bitbucket and SSH, do not "
@@ -24,8 +25,8 @@ msgstr ""
"Mercurial. Zet de gebruikersnaam en sleutel niet in de URL. Indien u "
"Bitbucket en SSH gebruikt, noem uw Bitbucket-gebruikersnaam dan niet."
-#: client/src/projects/add/projects-add.controller.js:132
-#: client/src/projects/edit/projects-edit.controller.js:267
+#: client/src/projects/add/projects-add.controller.js:140
+#: client/src/projects/edit/projects-edit.controller.js:275
msgid ""
"%sNote:%s When using SSH protocol for GitHub or Bitbucket, enter an SSH key "
"only, do not enter a username (other than git). Additionally, GitHub and "
@@ -46,10 +47,6 @@ msgstr "(wordt standaard %s)"
msgid "(seconds)"
msgstr "(seconden)"
-#: client/src/organizations/list/organizations-list.partial.html:20
-msgid "+ ADD"
-msgstr "+ TOEVOEGEN"
-
#: client/src/shared/paginate/paginate.partial.html:66
msgid "100"
msgstr "100"
@@ -62,7 +59,87 @@ msgstr "20"
msgid "50"
msgstr "50"
+#: client/lib/components/code-mirror/code-mirror.strings.js:17
+msgid ""
+"\n"
+" Enter inventory variables using either JSON or YAML\n"
+" syntax. Use the radio button to toggle between the two.\n"
+"
\n"
+" JSON:\n"
+"
\n"
+" \n"
+" {\n"
+"
\"somevar\": \"somevalue\",\n"
+"
\"password\": \"magic\"\n"
+"
\n"
+" }\n"
+"
\n"
+" YAML:\n"
+"
\n"
+" \n"
+" ---\n"
+"
somevar: somevalue\n"
+"
password: magic\n"
+"
\n"
+"
\n"
+" \n"
+" View JSON examples at\n"
+" www.json.org\n"
+"
\n"
+" \n"
+" View YAML examples at\n"
+" \n"
+" docs.ansible.com\n"
+"
"
+msgstr ""
+"\n"
+" Voeg de variabelen van het inventaris in met JSON- of YAML-syntax. Gebruik de radio-knop om tussen de twee te wisselen.\n"
+"
\n"
+" JSON:\n"
+"
\n"
+" \n"
+" {\n"
+"
\"var\": \"waarde\",\n"
+"
\"wachtwoord\": \"magie\"\n"
+"
\n"
+" }\n"
+"
\n"
+" YAML:\n"
+"
\n"
+" \n"
+" ---\n"
+"
var: waarde\n"
+"
wachtwoord: magie\n"
+"
\n"
+"
\n"
+" \n"
+" Raadpleeg\n"
+" www.json.org voor voorbeelden van JSON\n"
+"
\n"
+" \n"
+" Raadpleeg \n"
+" \n"
+" docs.ansible.com voor voorbeelden van YAML\n"
+"
"
+
+#: client/features/templates/templates.strings.js:55
+msgid ""
+"Pass extra command line variables to the playbook. This is the -e or "
+"--extra-vars command line parameter for ansible-playbook. Provide key/value "
+"pairs using either YAML or JSON.
JSON:
{
"somevar": "somevalue",
"password": "
+""magic"
}
YAML:
---
somevar: somevalue
password: magic
"
+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.
JSON:
{
"var": "waarde",
"wachtwoord": "
+""magie"
}
YAML:
---
var: "
+"waarde
wachtwoord: magie
"
+
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:33
+#: client/src/scheduler/scheduler.strings.js:14
msgid "A schedule name is required."
msgstr "Een naam voor het schema is vereist."
@@ -92,43 +169,17 @@ msgstr "ACTIVITEITSGEGEVENS"
msgid "ACTIVITY STREAM"
msgstr "ACTIVITEITENLOGBOEK"
-#: client/features/credentials/legacy.credentials.js:76
-#: client/src/credential-types/credential-types.list.js:44
-#: client/src/credentials/credentials.form.js:449
-#: client/src/credentials/credentials.list.js:54
-#: client/src/inventories-hosts/inventories/inventory.list.js:77
-#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:71
-#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:120
-#: client/src/inventory-scripts/inventory-scripts.list.js:42
-#: client/src/notifications/notificationTemplates.list.js:54
#: client/src/organizations/linkout/addUsers/addUsers.partial.html:8
-#: client/src/organizations/organizations.form.js:84
-#: client/src/projects/projects.form.js:243
-#: client/src/projects/projects.list.js:78
-#: client/src/scheduler/schedules.list.js:68 client/src/teams/teams.form.js:85
-#: client/src/teams/teams.list.js:45
-#: client/src/templates/job_templates/job-template.form.js:397
-#: client/src/templates/templates.list.js:58
-#: client/src/templates/workflows.form.js:125
-#: client/src/users/users.list.js:50
msgid "ADD"
msgstr "TOEVOEGEN"
-#: client/src/inventories-hosts/inventories/related/groups/groups.list.js:71
-msgid "ADD GROUP"
-msgstr "GROEP TOEVOEGEN"
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:3
+msgid "ADD A NEW TEMPLATE"
+msgstr ""
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:125
-msgid "ADD HOST"
-msgstr "HOST TOEVOEGEN"
-
-#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:216
-msgid "ADD PERMISSIONS"
-msgstr "MACHTIGINGEN TOEVOEGEN"
-
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:70
-msgid "ADD SOURCE"
-msgstr "BRON TOEVOEGEN"
+#: client/features/templates/templates.strings.js:111
+msgid "ADD A TEMPLATE"
+msgstr ""
#: client/src/templates/survey-maker/shared/question-definition.form.js:16
msgid "ADD SURVEY PROMPT"
@@ -138,8 +189,12 @@ msgstr "MELDING VRAGENLIJST TOEVOEGEN"
msgid "ADDITIONAL INFORMATION"
msgstr "AANVULLENDE INFORMATIE"
-#: client/src/organizations/linkout/organizations-linkout.route.js:330
-#: client/src/organizations/list/organizations-list.controller.js:84
+#: client/features/output/output.strings.js:75
+msgid "ADDITIONAL_INFORMATION"
+msgstr "AANVULLENDE_INFORMATIE"
+
+#: client/src/organizations/linkout/organizations-linkout.route.js:258
+#: client/src/organizations/list/organizations-list.controller.js:85
msgid "ADMINS"
msgstr "BEHEERDERS"
@@ -147,12 +202,8 @@ msgstr "BEHEERDERS"
msgid "ALL ACTIVITY"
msgstr "ALLE ACTIVITEIT"
-#: client/src/jobs/all-jobs.list.js:14
-msgid "ALL JOBS"
-msgstr "ALLE TAKEN"
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "ANY"
msgstr "IEDERE"
@@ -164,14 +215,18 @@ msgstr "API-sleutel"
msgid "API Service/Integration Key"
msgstr "Service-/integratiesleutel API"
-#: client/src/notifications/shared/type-change.service.js:52
+#: client/src/notifications/shared/type-change.service.js:60
msgid "API Token"
msgstr "API-token"
-#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:53
-#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:71
-msgid "ASSOCIATE GROUP"
-msgstr "GROEP VERBINDEN"
+#: client/features/users/tokens/tokens.strings.js:39
+msgid "APPLICATION"
+msgstr "TOEPASSING"
+
+#: client/features/applications/applications.strings.js:8
+#: client/src/activity-stream/get-target-title.factory.js:47
+msgid "APPLICATIONS"
+msgstr "TOEPASSINGEN"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.route.js:19
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.route.js:19
@@ -182,9 +237,13 @@ msgstr "VERBONDEN GROEPEN"
msgid "ASSOCIATED HOSTS"
msgstr "VERBONDEN HOSTS"
-#: client/src/setup-menu/setup-menu.partial.html:66
-msgid "About {{BRAND_NAME}}"
-msgstr "Over {{BRAND_NAME}}"
+#: client/lib/components/components.strings.js:87
+msgid "About"
+msgstr "Over"
+
+#: client/lib/components/components.strings.js:91
+msgid "Access"
+msgstr "Toegang"
#: client/src/credentials/credentials.form.js:91
msgid "Access Key"
@@ -204,10 +263,12 @@ msgstr "Actie"
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:20
#: client/src/inventories-hosts/hosts/hosts.partial.html:47
-#: client/src/shared/list-generator/list-generator.factory.js:573
+#: client/src/network-ui/network.ui.strings.js:16
+#: client/src/shared/list-generator/list-generator.factory.js:586
msgid "Actions"
msgstr "Acties"
+#: client/features/templates/templates.strings.js:15
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:17
#: client/src/templates/templates.list.js:36
msgid "Activity"
@@ -217,11 +278,11 @@ msgstr "Activiteit"
msgid "Activity Stream"
msgstr "Activiteitenlogboek"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:131
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:132
-#: client/src/organizations/organizations.form.js:81
-#: client/src/teams/teams.form.js:82
-#: client/src/templates/workflows.form.js:122
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:113
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:115
+#: client/src/organizations/organizations.form.js:93
+#: client/src/teams/teams.form.js:85
+#: client/src/templates/workflows.form.js:147
msgid "Add"
msgstr "Toevoegen"
@@ -233,7 +294,7 @@ msgstr "Toegangsgegevens toevoegen"
msgid "Add Inventories"
msgstr "Inventarissen toevoegen"
-#: client/src/shared/stateDefinitions.factory.js:288
+#: client/src/shared/stateDefinitions.factory.js:304
msgid "Add Permissions"
msgstr "Machtigingen toevoegen"
@@ -241,9 +302,9 @@ msgstr "Machtigingen toevoegen"
msgid "Add Project"
msgstr "Project toevoegen"
-#: client/src/shared/form-generator.js:1711
-#: client/src/templates/job_templates/job-template.form.js:445
-#: client/src/templates/workflows.form.js:170
+#: client/src/shared/form-generator.js:1720
+#: client/src/templates/job_templates/job-template.form.js:463
+#: client/src/templates/workflows.form.js:205
msgid "Add Survey"
msgstr "Vragenlijst toevoegen"
@@ -251,17 +312,17 @@ msgstr "Vragenlijst toevoegen"
msgid "Add Team"
msgstr "Team toevoegen"
-#: client/src/teams/teams.form.js:83
+#: client/src/teams/teams.form.js:86
msgid "Add User"
msgstr "Gebruiker toevoegen"
-#: client/src/shared/stateDefinitions.factory.js:410
-#: client/src/shared/stateDefinitions.factory.js:578
+#: client/src/shared/stateDefinitions.factory.js:426
+#: client/src/shared/stateDefinitions.factory.js:594
#: client/src/users/users.list.js:17
msgid "Add Users"
msgstr "Gebruikers toevoegen"
-#: client/src/organizations/organizations.form.js:82
+#: client/src/organizations/organizations.form.js:94
msgid "Add Users to this organization."
msgstr "Gebruikers toevoegen aan deze organisatie."
@@ -273,34 +334,29 @@ msgstr "Een groep toevoegen"
msgid "Add a host"
msgstr "Een host toevoegen"
-#: client/src/scheduler/schedules.list.js:66
+#: client/src/scheduler/schedules.list.js:74
msgid "Add a new schedule"
msgstr "Een nieuw schema toevoegen"
-#: client/features/credentials/legacy.credentials.js:74
-#: client/src/credentials/credentials.form.js:447
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:133
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:134
-#: client/src/projects/projects.form.js:241
-#: client/src/templates/job_templates/job-template.form.js:395
-#: client/src/templates/workflows.form.js:123
+#: client/features/credentials/legacy.credentials.js:71
+#: client/src/credentials/credentials.form.js:448
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:115
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:117
+#: client/src/projects/projects.form.js:255
+#: client/src/templates/job_templates/job-template.form.js:406
+#: client/src/templates/workflows.form.js:148
msgid "Add a permission"
msgstr "Een machtiging toevoegen"
-#: client/src/setup-menu/setup-menu.partial.html:23
-msgid ""
-"Add passwords, SSH keys, and other credentials to use when launching jobs "
-"against machines, or when syncing inventories or projects."
-msgstr ""
-"Wachtwoorden, SSH-sleutels en andere toegangsgegevens toevoegen voor gebruik"
-" bij het starten van taken m.b.t. machines of bij het synchroniseren van "
-"inventarissen of projecten."
-
-#: client/src/shared/form-generator.js:1446
+#: client/src/shared/form-generator.js:1455
msgid "Admin"
msgstr "Beheerder"
-#: client/src/organizations/linkout/organizations-linkout.route.js:354
+#: client/lib/components/components.strings.js:92
+msgid "Administration"
+msgstr "Beheer"
+
+#: client/src/organizations/linkout/organizations-linkout.route.js:281
msgid "Admins"
msgstr "Beheerders"
@@ -315,6 +371,7 @@ msgstr ""
"opdrachten die bij de taak horen uitgevoerd worden. Dit is bedoeld voor "
"statische content, zoals .ini, het inventarisbestandsformaat van Ansible."
+#: client/lib/components/components.strings.js:99
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:37
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:43
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:65
@@ -327,28 +384,21 @@ msgstr "Alle"
msgid "All Activity"
msgstr "Alle activiteit"
-#: client/src/portal-mode/portal-mode-jobs.partial.html:10
-#: client/src/portal-mode/portal-mode-layout.partial.html:17
+#: client/src/portal-mode/portal-mode-layout.partial.html:31
msgid "All Jobs"
msgstr "Alle taken"
-#: client/src/templates/job_templates/job-template.form.js:275
-#: client/src/templates/job_templates/job-template.form.js:282
+#: client/src/templates/job_templates/job-template.form.js:285
+#: client/src/templates/job_templates/job-template.form.js:292
msgid "Allow Provisioning Callbacks"
msgstr "Provisioning terugkoppelingen toestaan"
-#: client/src/setup-menu/setup-menu.partial.html:11
-msgid ""
-"Allow others to sign into {{BRAND_NAME}} and own the content they create."
-msgstr ""
-"Anderen toestaan zich aan te melden bij {{BRAND_NAME}} en eigenaar te "
-"blijven van de content die ze aanmaken."
-
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:43
+#: client/features/templates/templates.strings.js:106
+#: client/src/workflow-results/workflow-results.controller.js:66
msgid "Always"
msgstr "Altijd"
-#: client/src/projects/list/projects-list.controller.js:266
+#: client/src/projects/list/projects-list.controller.js:301
msgid ""
"An SCM update does not appear to be running for project: %s. Click the "
"%sRefresh%s button to view the latest status."
@@ -356,6 +406,15 @@ msgstr ""
"Het lijkt er op dat er geen SCM-update bezig is voor project: %s. Klik op de"
" knop %sVernieuwen%s om de nieuwste status in te zien."
+#: client/src/organizations/organizations.form.js:47
+#: client/src/organizations/organizations.form.js:52
+#: client/src/projects/projects.form.js:207
+#: client/src/projects/projects.form.js:212
+#: client/src/templates/job_templates/job-template.form.js:235
+#: client/src/templates/job_templates/job-template.form.js:240
+msgid "Ansible Environment"
+msgstr "Ansible-omgeving"
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:62
#: client/src/templates/survey-maker/shared/question-definition.form.js:68
msgid "Answer Type"
@@ -366,42 +425,30 @@ msgstr "Antwoordtype"
msgid "Answer Variable Name"
msgstr "Antwoord naam variabele"
-#: client/src/job-results/job-results.service.js:144
-msgid "Are you sure you want to cancel the job below?"
-msgstr "Weet je zeker dat u de onderstaande taak wilt annuleren?"
+#: client/lib/components/components.strings.js:85
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:24
+msgid "Applications"
+msgstr "Toepassingen"
-#: client/src/credentials/list/credentials-list.controller.js:133
-msgid "Are you sure you want to delete the credential below?"
-msgstr "Weet u zeker dat u onderstaande toegangsgegevens wilt verwijderen?"
+#: client/src/notifications/notification-templates-list/list.controller.js:219
+msgid "Are you sure you want to delete this notification template?"
+msgstr "Weet u zeker dat u dit berichtsjabloon wilt verwijderen?"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:100
-msgid "Are you sure you want to delete the inventory below?"
-msgstr "Weet u zeker dat u onderstaande inventaris wilt verwijderen?"
+#: client/src/teams/list/teams-list.controller.js:80
+msgid "Are you sure you want to delete this team?"
+msgstr "Weet u zeker dat u dit team wilt verwijderen?"
-#: client/src/job-results/job-results.service.js:95
-#: client/src/jobs/factories/delete-job.factory.js:110
-msgid "Are you sure you want to delete the job below?"
-msgstr "Weet u zeker dat u onderstaande taak wilt verwijderen?"
+#: client/src/users/list/users-list.controller.js:93
+msgid "Are you sure you want to delete this user?"
+msgstr "Weet u zeker dat u deze gebruiker wilt verwijderen?"
-#: client/src/notifications/notification-templates-list/list.controller.js:190
-msgid "Are you sure you want to delete the notification template below?"
-msgstr "Weet u zeker dat u onderstaand berichtsjabloon wilt verwijderen?"
+#: client/features/templates/templates.strings.js:102
+msgid "Are you sure you want to delete this workflow node?"
+msgstr ""
-#: client/src/organizations/list/organizations-list.controller.js:172
-msgid "Are you sure you want to delete the organization below?"
-msgstr "Weet u zeker dat u onderstaande organisatie wilt verwijderen?"
-
-#: client/src/projects/list/projects-list.controller.js:208
-msgid "Are you sure you want to delete the project below?"
-msgstr "Weet u zeker dat u onderstaand project wilt verwijderen?"
-
-#: client/src/templates/list/templates-list.controller.js:103
-msgid "Are you sure you want to delete the template below?"
-msgstr "Weet je zeker dat u het onderstaande sjabloon wilt verwijderen?"
-
-#: client/src/users/list/users-list.controller.js:90
-msgid "Are you sure you want to delete the user below?"
-msgstr "Weet u zeker dat u onderstaande gebruiker wilt verwijderen?"
+#: client/lib/services/base-string.service.js:80
+msgid "Are you sure you want to delete this {{ resourceType }}?"
+msgstr "Weet u zeker dat u dit {{ resourceType }} wilt verwijderen?"
#: client/src/partials/survey-maker-modal.html:13
msgid "Are you sure you want to delete this {{deleteMode}}?"
@@ -439,10 +486,15 @@ msgstr ""
"Weet u zeker dat u onderstaande inventarisbron permanent wilt verwijderen "
"uit de inventaris?"
-#: client/src/projects/edit/projects-edit.controller.js:244
+#: client/src/projects/edit/projects-edit.controller.js:252
msgid "Are you sure you want to remove the %s below from %s?"
msgstr "Weet u zeker dat u onderstaande %s wilt verwijderen uit de %s?"
+#: client/lib/services/base-string.service.js:85
+msgid "Are you sure you want to submit the request to cancel this job?"
+msgstr ""
+"Weet u zeker dat u het verzoek om deze taak te annuleren in wilt dienen?"
+
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:39
msgid "Arguments"
msgstr "Argumenten"
@@ -454,6 +506,10 @@ msgstr "Argumenten"
msgid "Ask at runtime?"
msgstr "Vragen bij runtime?"
+#: client/src/instance-groups/instance-groups.strings.js:28
+msgid "Associate an existing Instance"
+msgstr "Een bestaande instantie verbinden"
+
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:69
msgid "Associate an existing group"
msgstr "Een bestaande groep verbinden"
@@ -462,7 +518,7 @@ msgstr "Een bestaande groep verbinden"
msgid "Associate this host with a new group"
msgstr "Deze host verbinden met een nieuwe groep"
-#: client/src/shared/form-generator.js:1448
+#: client/src/shared/form-generator.js:1457
msgid "Auditor"
msgstr "Auditor"
@@ -500,20 +556,24 @@ msgstr "Autoriseren"
msgid "Authorize Password"
msgstr "Wachtwoord autoriseren"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:172
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:253
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:226
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:240
msgid "Availability Zone:"
msgstr "Beschikbaarheidsgebied:"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:106
+#: client/src/configuration/auth-form/configuration-auth.controller.js:128
msgid "Azure AD"
msgstr "Azure AD"
-#: client/src/shared/directives.js:75
+#: client/src/shared/directives.js:91
msgid "BROWSE"
msgstr "BLADEREN"
-#: client/src/projects/projects.form.js:80
+#: client/features/output/output.strings.js:96
+msgid "Back to Top"
+msgstr "Omhoog"
+
+#: client/src/projects/projects.form.js:81
msgid ""
"Base path used for locating playbooks. Directories found inside this path "
"will be listed in the playbook directory drop-down. Together the base path "
@@ -525,7 +585,7 @@ msgstr ""
"draaiboekmap genoemd worden. Het basispad en de gekozen draaiboekmap bieden "
"samen het volledige pad dat gebruikt wordt om draaiboeken te vinden."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:128
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:129
msgid "Become Privilege Escalation"
msgstr "Verhoging van rechten worden"
@@ -533,7 +593,23 @@ msgstr "Verhoging van rechten worden"
msgid "Browse"
msgstr "Bladeren"
-#: client/lib/services/base-string.service.js:61
+#: client/src/license/license.partial.html:129
+msgid ""
+"By default, Tower collects and transmits analytics data on Tower usage to Red Hat. This data is used to enhance future releases of the Tower Software and help streamline customer experience and success. For more information, see\n"
+"\t\t\t\t\t\t\t\t\t\t\n"
+"\t\t\t\t\t\t\t\t\t\t\t\tthis Tower documentation page\n"
+"\t\t\t\t\t\t\t\t\t\t. Uncheck this box to disable this feature."
+msgstr ""
+"Tower verzamelt standaard analysegegevens over het gebruik van Tower en "
+"verstuurt deze naar Red Hat. Deze gegevens worden gebruikt om toekomstige "
+"uitgaven van de Tower-software te verbeteren en de ervaring en het succes "
+"van klanten te helpen optimaliseren. Raadpleeg voor meer informatie deze "
+"documentatiepagina van Tower . Zet het vinkje van dit selectievakje uit "
+"om deze functie uit te schakelen."
+
+#: client/lib/services/base-string.service.js:60
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:28
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:51
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:29
@@ -547,36 +623,68 @@ msgstr "Bladeren"
#: client/src/partials/survey-maker-modal.html:17
#: client/src/partials/survey-maker-modal.html:85
#: client/src/shared/instance-groups-multiselect/instance-groups-modal/instance-groups-modal.partial.html:17
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:65
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:78
msgid "CANCEL"
msgstr "ANNULEREN"
-#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:20
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:28
msgid "CHANGES"
msgstr "WIJZIGINGEN"
+#: client/features/templates/templates.strings.js:117
+msgid "CHECK"
+msgstr ""
+
+#: client/lib/components/components.strings.js:20
+msgid "CHOOSE A FILE"
+msgstr "KIES EEN BESTAND"
+
+#: client/features/output/output.strings.js:77
#: client/src/shared/smart-search/smart-search.partial.html:30
msgid "CLEAR ALL"
msgstr "ALLES WISSEN"
+#: client/lib/services/base-string.service.js:61
+#: client/lib/services/base-string.service.js:74
#: client/src/partials/survey-maker-modal.html:86
msgid "CLOSE"
msgstr "SLUITEN"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:19
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:19
-#: client/src/templates/completed-jobs.list.js:20
+#: client/features/jobs/routes/hostCompletedJobs.route.js:20
+#: client/features/jobs/routes/templateCompletedJobs.route.js:21
+#: client/features/jobs/routes/workflowJobTemplateCompletedJobs.route.js:21
msgid "COMPLETED JOBS"
msgstr "VOLTOOIDE TAKEN"
#: client/src/configuration/configuration.partial.html:10
-msgid "CONFIGURE {{BRAND_NAME}}"
-msgstr "{{BRAND_NAME}} CONFIGUREREN"
+msgid "CONFIGURE {{ BRAND_NAME }}"
+msgstr "{{ MERK_NAAM }} CONFIGUREREN"
-#: client/src/shared/stateDefinitions.factory.js:157
+#: client/features/templates/templates.strings.js:31
+#: client/src/scheduler/scheduler.strings.js:55
+msgid "CONFIRM"
+msgstr "BEVESTIGEN"
+
+#: client/lib/services/base-string.service.js:72
+msgid "COPY"
+msgstr "KOPIËREN"
+
+#: client/features/users/tokens/tokens.strings.js:25
+msgid "COULD NOT CREATE TOKEN"
+msgstr "KON GEEN TOKEN AANMAKEN"
+
+#: client/src/instance-groups/instance-groups.strings.js:42
+msgid "CPU"
+msgstr ""
+
+#: client/src/shared/stateDefinitions.factory.js:161
msgid "CREATE %s"
msgstr "%s AANMAKEN"
+#: client/features/applications/applications.strings.js:9
+msgid "CREATE APPLICATION"
+msgstr "TOEPASSING AANMAKEN"
+
#: client/features/credentials/credentials.strings.js:8
#: client/src/credentials/credentials.form.js:16
msgid "CREATE CREDENTIAL"
@@ -597,17 +705,23 @@ msgstr "GROEP AANMAKEN"
msgid "CREATE HOST"
msgstr "HOST AANMAKEN"
+#: client/src/instance-groups/instance-groups.strings.js:8
+msgid "CREATE INSTANCE GROUP"
+msgstr "INSTANTIEGROEP AANMAKEN"
+
#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.route.js:8
msgid "CREATE INVENTORY SOURCE"
msgstr "INVENTARISBRON AANMAKEN"
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule-add.route.js:8
-#: client/src/scheduler/main.js:113 client/src/scheduler/main.js:206
-#: client/src/scheduler/main.js:290
+#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule-add.route.js:9
+#: client/src/scheduler/scheduler.strings.js:8
+#: client/src/scheduler/schedules.route.js:163
+#: client/src/scheduler/schedules.route.js:245
+#: client/src/scheduler/schedules.route.js:74
msgid "CREATE SCHEDULE"
msgstr "SCHEMA AANMAKEN"
-#: client/src/management-jobs/scheduler/main.js:81
+#: client/src/management-jobs/scheduler/main.js:83
msgid "CREATE SCHEDULED JOB"
msgstr "GEPLANDE TAAK AANMAKEN"
@@ -615,10 +729,18 @@ msgstr "GEPLANDE TAAK AANMAKEN"
msgid "CREATE SOURCE"
msgstr "BRON AANMAKEN"
+#: client/features/users/tokens/tokens.strings.js:18
+#: client/features/users/tokens/tokens.strings.js:9
+#: client/features/users/tokens/users-tokens-add.route.js:30
+msgid "CREATE TOKEN"
+msgstr "TOKEN AANMAKEN"
+
+#: client/features/output/output.strings.js:100
+msgid "CREATED"
+msgstr ""
+
#: client/src/job-submission/job-submission.partial.html:351
#: client/src/partials/job-template-details.html:2
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:93
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:82
msgid "CREDENTIAL"
msgstr "TOEGANGSGEGEVENS"
@@ -627,17 +749,17 @@ msgid "CREDENTIAL TYPE"
msgstr "SOORT TOEGANGSGEGEVENS"
#: client/src/job-submission/job-submission.partial.html:92
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:56
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:70
msgid "CREDENTIAL TYPE:"
msgstr "SOORT TOEGANGSGEGEVENS:"
#: client/src/activity-stream/get-target-title.factory.js:11
#: client/src/credential-types/credential-types.list.js:12
-#: client/src/credential-types/main.js:45
+#: client/src/credential-types/main.js:44
msgid "CREDENTIAL TYPES"
msgstr "SOORTEN TOEGANGSGEGEVENS"
-#: client/features/credentials/legacy.credentials.js:14
+#: client/features/credentials/legacy.credentials.js:11
#: client/src/activity-stream/get-target-title.factory.js:17
#: client/src/credentials/credentials.list.js:15
#: client/src/credentials/credentials.list.js:16
@@ -645,35 +767,35 @@ msgstr "SOORTEN TOEGANGSGEGEVENS"
msgid "CREDENTIALS"
msgstr "TOEGANGSGEGEVENS"
-#: client/features/credentials/credentials.strings.js:28
+#: client/features/credentials/credentials.strings.js:30
msgid "CREDENTIALS PERMISSIONS"
msgstr "MACHTIGINGEN TOEGANGSGEGEVENS"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:378
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:390
-#: client/src/projects/projects.form.js:199
+#: client/src/projects/projects.form.js:200
msgid "Cache Timeout"
msgstr "Cache time-out"
-#: client/src/projects/projects.form.js:188
+#: client/src/projects/projects.form.js:189
msgid "Cache Timeout%s (seconds)%s"
msgstr "Cache time-out %s (seconden)%s"
-#: client/src/projects/list/projects-list.controller.js:199
-#: client/src/users/list/users-list.controller.js:83
+#: client/src/projects/list/projects-list.controller.js:214
+#: client/src/users/list/users-list.controller.js:85
msgid "Call to %s failed. DELETE returned status:"
msgstr "Oproepen %s mislukt. Geretourneerde status VERWIJDEREN:"
-#: client/src/projects/list/projects-list.controller.js:246
-#: client/src/projects/list/projects-list.controller.js:263
+#: client/src/projects/list/projects-list.controller.js:281
+#: client/src/projects/list/projects-list.controller.js:298
msgid "Call to %s failed. GET status:"
msgstr "Oproepen %s mislukt. Status OPHALEN:"
-#: client/src/projects/edit/projects-edit.controller.js:238
+#: client/src/projects/edit/projects-edit.controller.js:246
msgid "Call to %s failed. POST returned status:"
msgstr "Oproepen %s mislukt. Geretourneerde status POSTEN:"
-#: client/src/projects/list/projects-list.controller.js:225
+#: client/src/projects/list/projects-list.controller.js:260
msgid "Call to %s failed. POST status:"
msgstr "Oproepen %s mislukt. Status POSTEN:"
@@ -681,57 +803,58 @@ msgstr "Oproepen %s mislukt. Status POSTEN:"
msgid "Call to %s failed. Return status: %d"
msgstr "Oproepen %s mislukt. Status retourneren: %d"
-#: client/src/projects/list/projects-list.controller.js:272
+#: client/src/projects/list/projects-list.controller.js:307
msgid "Call to get project failed. GET status:"
msgstr "Oproep om project op te halen mislukt. Status OPHALEN:"
+#: client/lib/services/base-string.service.js:92
+msgid "Call to {{ path }} failed. {{ action }} returned status: {{ status }}."
+msgstr ""
+"Oproepen {{ path }} mislukt. {{ action }} heeft de volgende status "
+"teruggegeven: {{ status }}."
+
+#: client/features/output/output.strings.js:17
+#: client/lib/services/base-string.service.js:84
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:105
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:188
-#: client/src/configuration/configuration.controller.js:541
-#: client/src/job-results/job-results.partial.html:42
-#: client/src/jobs/factories/delete-job.factory.js:33
-#: client/src/shared/form-generator.js:1699
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:12
-#: client/src/workflow-results/workflow-results.partial.html:42
+#: client/src/configuration/configuration.controller.js:611
+#: client/src/network-ui/network.ui.strings.js:49
+#: client/src/scheduler/scheduler.strings.js:48
+#: client/src/shared/form-generator.js:1708
+#: client/src/shared/lookup/lookup-modal.partial.html:19
+#: client/src/workflow-results/workflow-results.controller.js:38
msgid "Cancel"
msgstr "Annuleren"
-#: client/src/job-results/job-results.service.js:142
+#: client/lib/services/base-string.service.js:86
msgid "Cancel Job"
msgstr "Taak annuleren"
-#: client/src/projects/list/projects-list.controller.js:241
+#: client/src/projects/list/projects-list.controller.js:276
msgid "Cancel Not Allowed"
msgstr "Annuleren niet toegestaan"
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:93
+#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:100
msgid "Cancel sync process"
msgstr "Synchronisatieproces annuleren"
-#: client/src/projects/projects.list.js:124
+#: client/src/projects/projects.list.js:131
msgid "Cancel the SCM update"
msgstr "SCM-update annuleren"
-#: client/src/jobs/all-jobs.list.js:106
-msgid "Cancel the job"
-msgstr "Taak annuleren"
-
-#: client/src/projects/factories/get-project-tool-tip.factory.js:30
-#: client/src/projects/list/projects-list.controller.js:79
+#: client/src/projects/list/projects-list.controller.js:81
msgid "Canceled. Click for details"
msgstr "Geannuleerd. Klik voor meer informatie"
-#: client/src/shared/smart-search/smart-search.controller.js:49
-#: client/src/shared/smart-search/smart-search.controller.js:91
+#: client/src/shared/smart-search/smart-search.controller.js:158
msgid "Cannot search running job"
msgstr "Kan taak in uitvoering niet zoeken"
#: client/src/instance-groups/instance-groups.list.js:22
-#: client/src/instance-groups/instances/instances.list.js:20
msgid "Capacity"
msgstr "Capaciteit"
-#: client/src/projects/projects.form.js:82
+#: client/src/projects/projects.form.js:83
msgid "Change %s under \"Configure {{BRAND_NAME}}\" to change this location."
msgstr ""
"Wijzig %s onder \"{{BRAND_NAME}} configureren\" om deze locatie te wijzigen."
@@ -740,10 +863,26 @@ msgstr ""
msgid "Changes"
msgstr "Wijzigingen"
-#: client/src/shared/form-generator.js:1071
+#: client/src/notifications/notificationTemplates.form.js:355
+msgid "Channel"
+msgstr "Kanaal"
+
+#: client/features/templates/templates.strings.js:61
+msgid "Check"
+msgstr "Controleren"
+
+#: client/src/shared/form-generator.js:1080
msgid "Choose a %s"
msgstr "Kies een %s"
+#: client/features/templates/templates.strings.js:52
+msgid "Choose a job type"
+msgstr "Kies een soort taak"
+
+#: client/features/templates/templates.strings.js:53
+msgid "Choose a verbosity"
+msgstr "Kies een verbositeit"
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:64
msgid "Choose an answer type"
msgstr "Kies een antwoordtype"
@@ -762,7 +901,7 @@ msgstr ""
msgid "Choose an inventory file"
msgstr "Kies een inventarisbestand"
-#: client/src/shared/directives.js:76
+#: client/src/shared/directives.js:92
msgid "Choose file"
msgstr "Bestand kiezen"
@@ -774,7 +913,7 @@ msgstr ""
"Kies uw licentiebestand, ga akkoord met de Licentie-overeenkomst voor "
"eindgebruikers en klik op indienen."
-#: client/src/projects/projects.form.js:156
+#: client/src/projects/projects.form.js:157
msgid "Clean"
msgstr "Opschonen"
@@ -783,11 +922,10 @@ msgid "Clear"
msgstr "Wissen"
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:64
-#: client/src/job-results/parse-stdout.service.js:68
msgid "Click for details"
msgstr "Klik voor meer informatie"
-#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:63
+#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:261
msgid "Click here to open the workflow graph editor."
msgstr "Klik hier om de editor voor de workflow-grafiek te openen."
@@ -835,14 +973,11 @@ msgstr "Klant-identificeerder"
msgid "Client Secret"
msgstr "Klant-geheim"
-#: client/src/shared/form-generator.js:1703
+#: client/src/scheduler/scheduler.strings.js:47
+#: client/src/shared/form-generator.js:1712
msgid "Close"
msgstr "Sluiten"
-#: client/src/job-results/job-results.partial.html:291
-msgid "Cloud Credential"
-msgstr "Cloudtoegangsgegevens"
-
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:26
msgid "Cloud source not configured."
msgstr "Cloudbron niet geconfigureerd."
@@ -856,14 +991,21 @@ msgstr "Cloudbron niet geconfigureerd. Klik op"
msgid "CloudForms URL"
msgstr "CloudForms URL"
-#: client/src/job-results/job-results.controller.js:226
-#: client/src/standard-out/standard-out.controller.js:243
-#: client/src/workflow-results/workflow-results.controller.js:118
+#: client/features/output/output.strings.js:18
+#: client/src/workflow-results/workflow-results.controller.js:152
msgid "Collapse Output"
msgstr "Output samenvouwen"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:13
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:21
+#: client/src/network-ui/network.ui.strings.js:19
+msgid "Collapse Panel"
+msgstr "Paneel samenvouwen"
+
+#: client/src/inventories-hosts/hosts/host.form.js:129
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:128
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:155
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:172
+#: client/src/templates/job_templates/job-template.form.js:438
+#: client/src/templates/workflows.form.js:180
msgid "Completed Jobs"
msgstr "Voltooide taken"
@@ -871,49 +1013,35 @@ msgstr "Voltooide taken"
msgid "Configure Notifications"
msgstr "Notificaties configureren"
-#: client/src/setup-menu/setup-menu.partial.html:60
-msgid "Configure {{BRAND_NAME}}"
-msgstr "{{BRAND_NAME}} configureren"
-
-#: client/src/users/users.form.js:81
+#: client/src/users/users.form.js:84
msgid "Confirm Password"
msgstr "Wachtwoord bevestigen"
-#: client/src/configuration/configuration.controller.js:548
+#: client/src/configuration/configuration.controller.js:618
msgid "Confirm Reset"
msgstr "Reset bevestigen"
-#: client/src/configuration/configuration.controller.js:557
+#: client/src/configuration/configuration.controller.js:627
msgid "Confirm factory reset"
msgstr "Reset naar fabrieksinstellingen bevestigen"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:120
-msgid ""
-"Confirm that you want to permanently delete the inventory source below from "
-"the inventory. Deleting this inventory source also deletes its associated "
-"groups and hosts."
-msgstr ""
-"Bevestig dat u de onderstaande inventarisbron permanent wilt verwijderen uit"
-" de inventaris. Wanneer u deze inventaris verwijdert, worden alle "
-"bijbehorende groepen en hosts eveneens verwijderd."
-
#: client/src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.directive.js:82
msgid "Confirm the removal of the"
msgstr "Bevestig het verwijderen van de"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:134
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:149
+#: client/src/teams/teams.form.js:24 client/src/users/users.form.js:25
msgid ""
-"Consult the Ansible documentation for further details on the usage of tags."
+"Contact your System Administrator to grant you the appropriate permissions "
+"to add and edit Users and Teams."
msgstr ""
-"Raadpleeg documentatie van Ansible voor meer informatie over het gebruik van"
-" tags."
+"Neem contact op met uw systeembeheerder om de nodige toestemmingen te "
+"krijgen om Gebruikers en Teams toe te voegen en te wijzigen."
#: client/src/inventories-hosts/inventories/related/groups/factories/get-hosts-status-msg.factory.js:18
msgid "Contains 0 hosts."
msgstr "Bevat 0 hosts."
-#: client/src/templates/job_templates/job-template.form.js:180
+#: client/src/templates/job_templates/job-template.form.js:179
msgid ""
"Control the level of output ansible will produce as the playbook executes."
msgstr ""
@@ -928,34 +1056,75 @@ msgstr ""
"Stel in hoeveel output Ansible produceert bij taken die de inventarisbron "
"updaten."
-#: client/lib/components/components.strings.js:48
+#: client/lib/components/components.strings.js:52
msgid "Copied to clipboard."
msgstr "Gekopieerd naar klembord."
-#: client/src/templates/templates.list.js:95
+#: client/src/credentials/credentials.list.js:73
+#: client/src/inventories-hosts/inventories/inventory.list.js:112
+#: client/src/inventory-scripts/inventory-scripts.list.js:61
+#: client/src/notifications/notificationTemplates.list.js:82
+#: client/src/projects/projects.list.js:109
+#: client/src/templates/templates.list.js:100
msgid "Copy"
msgstr "Kopiëren"
-#: client/lib/components/components.strings.js:47
+#: client/features/templates/templates.strings.js:77
+msgid "Copy Workflow"
+msgstr "Workflow kopiëren"
+
+#: client/src/credentials/credentials.list.js:76
+msgid "Copy credential"
+msgstr "Toegangsgegevens kopiëren"
+
+#: client/lib/components/components.strings.js:51
msgid "Copy full revision to clipboard."
msgstr "Volledige herziening kopiëren naar klembord."
-#: client/src/templates/templates.list.js:98
+#: client/src/inventories-hosts/inventories/inventory.list.js:115
+msgid "Copy inventory"
+msgstr "Inventaris kopiëren"
+
+#: client/src/inventory-scripts/inventory-scripts.list.js:64
+msgid "Copy inventory script"
+msgstr "Inventarisscript kopiëren"
+
+#: client/src/notifications/notificationTemplates.list.js:85
+msgid "Copy notification"
+msgstr "Bericht kopiëren"
+
+#: client/src/projects/projects.list.js:112
+msgid "Copy project"
+msgstr "Project kopiëren"
+
+#: client/src/templates/templates.list.js:103
msgid "Copy template"
msgstr "Sjabloon kopiëren"
#: client/src/about/about.partial.html:27
msgid ""
-"Copyright © 2017 Red Hat, Inc.
\n"
+"Copyright © 2018 Red Hat, Inc.
\n"
" Visit Ansible.com for more information.
"
msgstr ""
-"Auteursrechten © 2017 Red Hat, Inc.
\n"
-" Ga voor meer informatie naar Ansible.com.
"
+"Auteursrechten © 2018 Red Hat, Inc.
\n"
+" Ga naar Ansible.com voor meer informatie.
"
+
+#: client/lib/components/components.strings.js:88
+msgid "Copyright © 2018 Red Hat, Inc."
+msgstr "Auteursrechten @ 2018 Red Hat, Inc."
#: client/src/users/users.list.js:44
msgid "Create New"
msgstr "Nieuw aanmaken"
+#: client/features/applications/applications.strings.js:20
+msgid "Create a new Application"
+msgstr "Een nieuwe toepassing aanmaken"
+
+#: client/src/instance-groups/instance-groups.strings.js:27
+msgid "Create a new Instance Group"
+msgstr "Een nieuwe instantiegroep aanmaken"
+
#: client/src/credentials/credentials.list.js:52
msgid "Create a new credential"
msgstr "Nieuwe toegangsgegevens aanmaken"
@@ -976,7 +1145,7 @@ msgstr "Een nieuwe groep aanmaken"
msgid "Create a new host"
msgstr "Een nieuwe host aanmaken"
-#: client/src/inventories-hosts/inventories/inventory.list.js:75
+#: client/src/inventories-hosts/inventories/inventory.list.js:76
msgid "Create a new inventory"
msgstr "Een nieuwe inventaris aanmaken"
@@ -1008,64 +1177,55 @@ msgstr "Een nieuw sjabloon aanmaken"
msgid "Create a new user"
msgstr "Een nieuwe gebruiker aanmaken"
-#: client/src/setup-menu/setup-menu.partial.html:42
-msgid "Create and edit scripts to dynamically load hosts from any source."
-msgstr ""
-"Scripts aanmaken en bewerken zodat ze van iedere bron dynamisch hosts laden."
-
-#: client/src/setup-menu/setup-menu.partial.html:30
-msgid ""
-"Create custom credential types to be used for authenticating to network "
-"hosts and cloud sources"
-msgstr ""
-"Aangepaste soorten toegangsgegevens aanmaken voor gebruik bij het "
-"authenticeren van netwerkhosts en cloudbronnen"
-
-#: client/src/setup-menu/setup-menu.partial.html:49
-msgid ""
-"Create templates for sending notifications with Email, HipChat, Slack, and "
-"SMS."
-msgstr ""
-"Sjablonen aanmaken voor het versturen van berichten via e-mail, HipChat, "
-"Slack en sms."
-
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:72
+#: client/features/output/output.strings.js:43
+#: client/features/templates/templates.strings.js:25
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:73
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:74
#: client/src/job-submission/job-submission.partial.html:18
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:67
#: client/src/templates/job_templates/job-template.form.js:121
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:53
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:62
msgid "Credential"
msgstr "Toegangsgegevens"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32
-#: client/src/setup-menu/setup-menu.partial.html:29
+#: client/features/templates/templates.strings.js:36
+msgid "Credential Type"
+msgstr "Soort toegangsgegevens"
+
+#: client/lib/components/components.strings.js:74
+#: client/lib/models/models.strings.js:12
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34
msgid "Credential Types"
msgstr "Soorten toegangsgegevens"
+#: client/features/jobs/jobs.strings.js:15
+#: client/features/templates/templates.strings.js:18
+#: client/lib/components/components.strings.js:73
+#: client/lib/models/models.strings.js:8
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:129
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:58
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:24
-#: client/src/setup-menu/setup-menu.partial.html:22
-#: client/src/templates/job_templates/job-template.form.js:134
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:26
+#: client/src/templates/job_templates/job-template.form.js:133
msgid "Credentials"
msgstr "Toegangsgegevens"
+#: client/features/templates/templates.strings.js:37
+msgid ""
+"Credentials that require passwords on launch are not permitted for template "
+"schedules and workflow nodes. The following credentials must be removed or "
+"replaced to proceed:"
+msgstr ""
+"Toegangsgegevens die wachtwoorden nodig hebben bij het starten kunnen niet "
+"gebruikt worden bij sjabloonschema's en workflowknooppunten. De volgende "
+"toegangsgegevens moeten verwijderd of vervangen worden voordat u door kunt "
+"gaan:"
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:17
msgid "Critical"
msgstr "Cruciaal"
-#: client/src/shared/directives.js:77
+#: client/src/shared/directives.js:93
msgid "Current Image:"
msgstr "Huidige afbeelding:"
-#: client/src/job-results/job-results.controller.js:271
-msgid "Currently following standard out as it comes in. Click to unfollow."
-msgstr ""
-"Standaardoutput wordt op dit moment gevolgd zodra het binnenkomt. Klik om te"
-" stoppen met volgen."
-
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:171
msgid "Custom Inventory Script"
msgstr "Aangepast inventarisscript"
@@ -1079,19 +1239,16 @@ msgstr "Aangepast script"
msgid "DASHBOARD"
msgstr "DASHBOARD"
-#: client/src/credentials/list/credentials-list.controller.js:135
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:103
+#: client/features/users/tokens/tokens.strings.js:28
+#: client/lib/services/base-string.service.js:71
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:52
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:178
#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:74
-#: client/src/job-results/job-results.service.js:119
-#: client/src/jobs/factories/delete-job.factory.js:115
-#: client/src/notifications/notification-templates-list/list.controller.js:195
-#: client/src/organizations/list/organizations-list.controller.js:174
+#: client/src/notifications/notification-templates-list/list.controller.js:221
+#: client/src/organizations/list/organizations-list.controller.js:196
#: client/src/partials/survey-maker-modal.html:18
-#: client/src/projects/edit/projects-edit.controller.js:246
-#: client/src/templates/list/templates-list.controller.js:154
-#: client/src/users/list/users-list.controller.js:92
+#: client/src/projects/edit/projects-edit.controller.js:254
+#: client/src/projects/list/projects-list.controller.js:244
+#: client/src/users/list/users-list.controller.js:95
msgid "DELETE"
msgstr "VERWIJDEREN"
@@ -1099,10 +1256,26 @@ msgstr "VERWIJDEREN"
msgid "DELETE SURVEY"
msgstr "VRAGENLIJST VERWIJDEREN"
-#: client/src/job-results/job-results.partial.html:16
+#: client/features/templates/templates.strings.js:120
+msgid "DELETED"
+msgstr ""
+
+#: client/features/users/tokens/tokens.strings.js:35
+msgid "DESCRIPTION"
+msgstr "BESCHRIJVING"
+
+#: client/features/templates/templates.strings.js:122
+#: client/src/instance-groups/instance-groups.strings.js:21
+#: client/src/workflow-results/workflow-results.controller.js:55
msgid "DETAILS"
msgstr "MEER INFORMATIE"
+#: client/src/network-ui/network-details/details.partial.html:2
+msgid "DETAILS | {{item.name}}"
+msgstr ""
+"MEER INFORMATIE | "
+"{{item.name}}"
+
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:29
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:30
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:30
@@ -1114,26 +1287,49 @@ msgstr "LOSKOPPELEN"
msgid "DYNAMIC HOSTS"
msgstr "DYNAMISCHE HOSTS"
+#: client/lib/components/components.strings.js:68
+msgid "Dashboard"
+msgstr "Dashboard"
+
+#: client/src/scheduler/scheduler.strings.js:44
+msgid "Date format"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:24
+msgid "Debug Mode"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:140
+msgid "Default"
+msgstr "Standaard"
+
+#: client/src/organizations/organizations.form.js:48
+#: client/src/projects/projects.form.js:209
+#: client/src/templates/job_templates/job-template.form.js:237
+msgid "Default Environment"
+msgstr "Standaardomgeving"
+
+#: client/features/output/output.strings.js:19
+#: client/lib/services/base-string.service.js:77
#: client/src/credential-types/credential-types.list.js:73
-#: client/src/credentials/credentials.list.js:85
-#: client/src/credentials/list/credentials-list.controller.js:132
-#: client/src/inventories-hosts/inventories/inventory.list.js:111
-#: client/src/inventory-scripts/inventory-scripts.list.js:71
-#: client/src/job-results/job-results.partial.html:54
-#: client/src/jobs/factories/delete-job.factory.js:37
-#: client/src/notifications/notification-templates-list/list.controller.js:192
-#: client/src/notifications/notificationTemplates.list.js:91
-#: client/src/organizations/list/organizations-list.controller.js:171
-#: client/src/projects/edit/projects-edit.controller.js:243
-#: client/src/projects/list/projects-list.controller.js:207
-#: client/src/scheduler/schedules.list.js:90
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:13
+#: client/src/credential-types/list/list.controller.js:106
+#: client/src/credentials/credentials.list.js:92
+#: client/src/credentials/list/credentials-list.controller.js:164
+#: client/src/inventories-hosts/inventories/inventory.list.js:127
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:139
+#: client/src/inventory-scripts/inventory-scripts.list.js:79
+#: client/src/inventory-scripts/list/list.controller.js:114
+#: client/src/notifications/notification-templates-list/list.controller.js:217
+#: client/src/notifications/notificationTemplates.list.js:100
+#: client/src/organizations/list/organizations-list.controller.js:192
+#: client/src/projects/edit/projects-edit.controller.js:251
+#: client/src/projects/list/projects-list.controller.js:240
+#: client/src/scheduler/schedules.list.js:100
#: client/src/teams/teams.list.js:72
-#: client/src/templates/list/templates-list.controller.js:102
-#: client/src/templates/templates.list.js:120
-#: client/src/users/list/users-list.controller.js:89
+#: client/src/templates/templates.list.js:116
+#: client/src/users/list/users-list.controller.js:91
#: client/src/users/users.list.js:79
-#: client/src/workflow-results/workflow-results.partial.html:54
+#: client/src/workflow-results/workflow-results.controller.js:39
msgid "Delete"
msgstr "Verwijderen"
@@ -1142,15 +1338,15 @@ msgstr "Verwijderen"
msgid "Delete Group"
msgstr "Groep verwijderen"
-#: client/src/job-results/job-results.service.js:93
-msgid "Delete Job"
-msgstr "Taak verwijderen"
+#: client/src/templates/survey-maker/surveys/init.factory.js:23
+msgid "Delete Question"
+msgstr ""
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:175
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:195
msgid "Delete Source"
msgstr "Bron verwijderen"
-#: client/src/credentials/credentials.list.js:87
+#: client/src/credentials/credentials.list.js:94
msgid "Delete credential"
msgstr "Toegangsgegevens verwijderen"
@@ -1184,19 +1380,19 @@ msgstr[1] "Hosts verwijderen"
msgid "Delete hosts"
msgstr "Hosts verwijderen"
-#: client/src/inventories-hosts/inventories/inventory.list.js:113
+#: client/src/inventories-hosts/inventories/inventory.list.js:129
msgid "Delete inventory"
msgstr "Inventaris verwijderen"
-#: client/src/inventory-scripts/inventory-scripts.list.js:73
+#: client/src/inventory-scripts/inventory-scripts.list.js:81
msgid "Delete inventory script"
msgstr "Inventarisscript verwijderen"
-#: client/src/notifications/notificationTemplates.list.js:93
+#: client/src/notifications/notificationTemplates.list.js:102
msgid "Delete notification"
msgstr "Bericht verwijderen"
-#: client/src/projects/projects.form.js:166
+#: client/src/projects/projects.form.js:167
msgid "Delete on Update"
msgstr "Verwijderen bij update"
@@ -1205,7 +1401,7 @@ msgstr "Verwijderen bij update"
msgid "Delete or promote the group's children?"
msgstr "De kinderen van de groep verwijderen of promoveren?"
-#: client/src/scheduler/schedules.list.js:93
+#: client/src/scheduler/schedules.list.js:103
msgid "Delete schedule"
msgstr "Schema verwijderen"
@@ -1217,24 +1413,18 @@ msgstr "Bron verwijderen"
msgid "Delete team"
msgstr "Team verwijderen"
-#: client/src/templates/templates.list.js:123
+#: client/src/templates/templates.list.js:119
msgid "Delete template"
msgstr "Sjabloon verwijderen"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:84
-#: client/src/jobs/all-jobs.list.js:113
-#: client/src/templates/completed-jobs.list.js:85
-msgid "Delete the job"
-msgstr "De taak verwijderen"
-
-#: client/src/projects/projects.form.js:168
+#: client/src/projects/projects.form.js:169
msgid ""
"Delete the local repository in its entirety prior to performing an update."
msgstr ""
"De lokale opslagplaats dient volledig verwijderd te worden voordat een "
"update uitgevoerd wordt."
-#: client/src/projects/projects.list.js:118
+#: client/src/projects/projects.list.js:125
msgid "Delete the project"
msgstr "Het project verwijderen"
@@ -1254,7 +1444,15 @@ msgstr "{{ group }} en {{ host }} verwijderen"
msgid "Deleting group"
msgstr "Groep wordt verwijderd"
-#: client/src/projects/projects.form.js:168
+#: client/lib/services/base-string.service.js:79
+msgid ""
+"Deleting this {{ resourceType }} will make the following resources "
+"unavailable."
+msgstr ""
+"Als u deze {{ resourceType }} verwijdert, zijn de volgende hulpbronnen niet "
+"meer beschikbaar."
+
+#: client/src/projects/projects.form.js:169
msgid ""
"Depending on the size of the repository this may significantly increase the "
"amount of time required to complete an update."
@@ -1262,8 +1460,8 @@ msgstr ""
"Afhankelijk van het formaat van de opslagplaats kan de tijd die nodig is om "
"een update uit te voeren hierdoor sterk verlengd worden."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:192
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:246
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
msgid "Describe Instances documentation"
msgstr "Documentatie Instances beschrijven"
@@ -1275,16 +1473,17 @@ msgstr "Documentatie Instances beschrijven"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:62
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:62
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:58
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:46
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:53
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:28
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:36
#: client/src/inventory-scripts/inventory-scripts.form.js:35
+#: client/src/network-ui/network.ui.strings.js:46
#: client/src/notifications/notificationTemplates.form.js:39
#: client/src/organizations/organizations.form.js:33
-#: client/src/projects/projects.form.js:36 client/src/teams/teams.form.js:32
+#: client/src/projects/projects.form.js:37 client/src/teams/teams.form.js:35
#: client/src/templates/job_templates/job-template.form.js:41
#: client/src/templates/survey-maker/shared/question-definition.form.js:36
-#: client/src/templates/workflows.form.js:39
-#: client/src/users/users.form.js:145 client/src/users/users.form.js:171
+#: client/src/templates/workflows.form.js:49
+#: client/src/users/users.form.js:148 client/src/users/users.form.js:174
msgid "Description"
msgstr "Omschrijving"
@@ -1295,8 +1494,8 @@ msgstr "Omschrijving"
msgid "Destination Channels"
msgstr "Bestemmingskanalen"
-#: client/src/notifications/notificationTemplates.form.js:359
-#: client/src/notifications/notificationTemplates.form.js:363
+#: client/src/notifications/notificationTemplates.form.js:430
+#: client/src/notifications/notificationTemplates.form.js:434
msgid "Destination Channels or Users"
msgstr "Bestemmingskanalen of -gebruikers"
@@ -1305,9 +1504,13 @@ msgstr "Bestemmingskanalen of -gebruikers"
msgid "Destination SMS Number"
msgstr "Sms-nummer bestemming"
+#: client/features/applications/applications.strings.js:15
#: client/features/credentials/credentials.strings.js:13
+#: client/features/output/output.strings.js:34
+#: client/features/users/tokens/tokens.strings.js:14
#: client/src/license/license.partial.html:5
-#: client/src/shared/form-generator.js:1481
+#: client/src/network-ui/network.ui.strings.js:40
+#: client/src/shared/form-generator.js:1490
msgid "Details"
msgstr "Meer informatie"
@@ -1315,6 +1518,15 @@ msgstr "Meer informatie"
msgid "Diff Mode"
msgstr "Diff-modus"
+#: client/src/notifications/notificationTemplates.form.js:369
+#: client/src/notifications/notificationTemplates.form.js:401
+msgid "Disable SSL Verification"
+msgstr "SSL-verificatie uitschakelen"
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:518
+msgid "Disable survey"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:6
msgid "Disassociate Group From Group"
msgstr "Groep van groep loskoppelen"
@@ -1338,18 +1550,22 @@ msgstr "Groep loskoppelen"
msgid "Disassociate host"
msgstr "Host loskoppelen"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:75
-#: client/src/configuration/configuration.controller.js:202
-#: client/src/configuration/configuration.controller.js:264
+#: client/src/templates/survey-maker/surveys/init.factory.js:21
+msgid "Disble Survey"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:93
+#: client/src/configuration/configuration.controller.js:231
+#: client/src/configuration/configuration.controller.js:316
#: client/src/configuration/system-form/configuration-system.controller.js:57
msgid "Discard changes"
msgstr "Wijzigingen annuleren"
-#: client/src/teams/teams.form.js:146
+#: client/src/teams/teams.form.js:149
msgid "Dissasociate permission from team"
msgstr "Machtiging loskoppelen van team"
-#: client/src/users/users.form.js:225
+#: client/src/users/users.form.js:228
msgid "Dissasociate permission from user"
msgstr "Machtiging loskoppelen van gebruiker"
@@ -1359,10 +1575,7 @@ msgstr "Machtiging loskoppelen van gebruiker"
msgid "Domain Name"
msgstr "Domeinnaam"
-#: client/src/job-results/job-results.controller.js:15
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:134
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:141
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:102
+#: client/features/output/output.strings.js:20
msgid "Download Output"
msgstr "Download output"
@@ -1376,11 +1589,23 @@ msgstr ""
"in het veld om uw aangepaste inventaris te importeren. Raadpleeg de "
"documentatie van Ansible Tower voor voorbeeldsyntaxis."
+#: client/src/templates/survey-maker/surveys/init.factory.js:24
+msgid "Drag to reorder question"
+msgstr ""
+
#: client/src/partials/survey-maker-modal.html:77
msgid "Drop question here to reorder"
msgstr "Sleep een vraag hierheen om opnieuw te ordenen"
-#: client/src/configuration/configuration.route.js:30
+#: client/features/templates/templates.strings.js:119
+msgid "EDGE CONFLICT"
+msgstr ""
+
+#: client/features/applications/applications.strings.js:10
+msgid "EDIT APPLICATION"
+msgstr "TOEPASSING WIJZIGEN"
+
+#: client/src/configuration/configuration.route.js:28
msgid "EDIT CONFIGURATION"
msgstr "CONFIGURATIE WIJZIGEN"
@@ -1388,7 +1613,15 @@ msgstr "CONFIGURATIE WIJZIGEN"
msgid "EDIT CREDENTIAL"
msgstr "TOEGANGSGEGEVENS WIJZIGEN"
-#: client/src/management-jobs/scheduler/main.js:95
+#: client/src/instance-groups/instance-groups.strings.js:9
+msgid "EDIT INSTANCE GROUP"
+msgstr "INSTANTIEGROEP WIJZIGEN"
+
+#: client/src/scheduler/scheduler.strings.js:9
+msgid "EDIT SCHEDULE"
+msgstr ""
+
+#: client/src/management-jobs/scheduler/main.js:97
msgid "EDIT SCHEDULED JOB"
msgstr "GEPLANDE TAAK WIJZIGEN"
@@ -1396,16 +1629,18 @@ msgstr "GEPLANDE TAAK WIJZIGEN"
msgid "EDIT SURVEY PROMPT"
msgstr "MELDING VRAGENLIJST WIJZIGEN"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:46
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:79
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:59
-msgid "ELAPSED"
-msgstr "VERLOPEN"
+#: client/features/templates/templates.strings.js:112
+msgid "EDIT TEMPLATE"
+msgstr ""
#: client/lib/components/components.strings.js:9
msgid "ENCRYPTED"
msgstr "VERSLEUTELD"
+#: client/features/output/output.strings.js:79
+msgid "EXAMPLES"
+msgstr "VOORBEELDEN"
+
#: client/src/shared/smart-search/smart-search.partial.html:39
msgid "EXAMPLES:"
msgstr "VOORBEELDEN:"
@@ -1414,9 +1649,23 @@ msgstr "VOORBEELDEN:"
msgid "EXECUTE COMMAND"
msgstr "COMMANDO UITVOEREN"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:46
-msgid "EXPLANATION"
-msgstr "UITLEG"
+#: client/lib/components/code-mirror/code-mirror.strings.js:10
+msgid "EXPAND"
+msgstr "UITKLAPPEN"
+
+#: client/features/applications/applications.strings.js:28
+#: client/features/users/tokens/tokens.strings.js:36
+msgid "EXPIRATION"
+msgstr "VERLOOPDATUM"
+
+#: client/features/users/tokens/tokens.strings.js:24
+msgid "EXPIRES"
+msgstr "VERLOOPT OP"
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:48
+#: client/lib/components/code-mirror/code-mirror.strings.js:8
+msgid "EXTRA VARIABLES"
+msgstr "EXTRA VARIABELEN"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:355
msgid ""
@@ -1427,29 +1676,32 @@ msgstr ""
"inventaris vernieuwd te worden vanuit de geselecteerde bron voordat de "
"opdrachten van de taak uitgevoerd worden."
-#: client/src/projects/projects.form.js:179
+#: client/src/projects/projects.form.js:180
msgid ""
-"Each time a job runs using this project, perform an update to the local "
-"repository prior to starting the job."
+"Each time a job runs using this project, update the 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 lokale opslagplaats voordat u de taak start."
+"uit voor de herziening van het project voordat u de taak start."
#: client/src/credential-types/credential-types.list.js:56
#: client/src/credentials/credentials.list.js:66
-#: client/src/inventories-hosts/inventories/inventory.list.js:97
+#: client/src/inventories-hosts/inventories/inventory.list.js:98
#: client/src/inventory-scripts/inventory-scripts.list.js:54
-#: client/src/notifications/notificationTemplates.list.js:65
-#: client/src/notifications/notificationTemplates.list.js:74
-#: client/src/scheduler/schedules.list.js:75 client/src/teams/teams.list.js:55
-#: client/src/templates/templates.list.js:103
-#: client/src/users/users.list.js:60
+#: client/src/notifications/notificationTemplates.list.js:66
+#: client/src/notifications/notificationTemplates.list.js:75
+#: client/src/scheduler/schedules.list.js:85 client/src/teams/teams.list.js:55
+#: client/src/templates/templates.list.js:80 client/src/users/users.list.js:60
msgid "Edit"
msgstr "Wijzigen"
-#: client/src/shared/form-generator.js:1715
-#: client/src/templates/job_templates/job-template.form.js:452
-#: client/src/templates/workflows.form.js:177
+#: client/src/templates/survey-maker/surveys/init.factory.js:22
+msgid "Edit Question"
+msgstr ""
+
+#: client/src/shared/form-generator.js:1724
+#: client/src/templates/job_templates/job-template.form.js:470
+#: client/src/templates/workflows.form.js:212
msgid "Edit Survey"
msgstr "Vragenlijst wijzigen"
@@ -1469,11 +1721,11 @@ msgstr "Groep wijzigen"
#: client/src/inventories-hosts/hosts/host.list.js:83
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:73
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:87
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:79
msgid "Edit host"
msgstr "Host wijzigen"
-#: client/src/inventories-hosts/inventories/inventory.list.js:99
+#: client/src/inventories-hosts/inventories/inventory.list.js:100
msgid "Edit inventory"
msgstr "Inventaris wijzigen"
@@ -1481,15 +1733,15 @@ msgstr "Inventaris wijzigen"
msgid "Edit inventory script"
msgstr "Inventarisscript wijzigen"
-#: client/src/notifications/notificationTemplates.list.js:76
+#: client/src/notifications/notificationTemplates.list.js:68
msgid "Edit notification"
msgstr "Bericht wijzigen"
-#: client/src/scheduler/schedules.list.js:78
+#: client/src/scheduler/schedules.list.js:88
msgid "Edit schedule"
msgstr "Schema wijzigen"
-#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:111
+#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:83
msgid "Edit source"
msgstr "Bron wijzigen"
@@ -1497,53 +1749,32 @@ msgstr "Bron wijzigen"
msgid "Edit team"
msgstr "Team wijzigen"
-#: client/src/templates/templates.list.js:105
+#: client/src/templates/templates.list.js:82
msgid "Edit template"
msgstr "Sjabloon wijzigen"
-#: client/src/job-results/job-results.partial.html:191
-msgid "Edit the Schedule"
-msgstr "Het schema wijzigen"
-
-#: client/src/job-results/job-results.partial.html:175
-#: client/src/workflow-results/workflow-results.partial.html:124
-msgid "Edit the User"
-msgstr "De gebruiker wijzigen"
-
-#: client/src/job-results/job-results.partial.html:265
-#: client/src/job-results/job-results.partial.html:280
-#: client/src/job-results/job-results.partial.html:296
-#: client/src/job-results/job-results.partial.html:311
-#: client/src/job-results/job-results.partial.html:326
-msgid "Edit the credential"
-msgstr "De toegangsgegevens wijzigen"
-
-#: client/src/job-results/job-results.partial.html:206
-msgid "Edit the inventory"
-msgstr "De inventaris wijzigen"
-
-#: client/src/job-results/job-results.partial.html:140
-msgid "Edit the job template"
-msgstr "De taaksjabloon wijzigen"
-
-#: client/src/job-results/job-results.partial.html:229
-#: client/src/projects/projects.list.js:105
+#: client/src/projects/projects.list.js:88
msgid "Edit the project"
msgstr "Het project wijzigen"
#: client/src/scheduler/scheduled-jobs.list.js:67
+#: client/src/workflow-results/workflow-results.controller.js:42
msgid "Edit the schedule"
msgstr "Het schema wijzigen"
+#: client/src/workflow-results/workflow-results.controller.js:40
+msgid "Edit the user"
+msgstr "De gebruiker wijzigen"
+
+#: client/src/workflow-results/workflow-results.controller.js:41
+msgid "Edit the workflow job template"
+msgstr "Het workflow-taaksjabloon wijzigen"
+
#: client/src/users/users.list.js:64
msgid "Edit user"
msgstr "Gebruiker wijzigen"
-#: client/src/setup-menu/setup-menu.partial.html:61
-msgid "Edit {{BRAND_NAME}}'s configuration."
-msgstr "Configuratie van {{BRAND_NAME}} wijzigen."
-
-#: client/src/projects/list/projects-list.controller.js:241
+#: client/src/projects/list/projects-list.controller.js:276
msgid ""
"Either you do not have access or the SCM update process completed. Click the"
" %sRefresh%s button to view the latest status."
@@ -1551,27 +1782,38 @@ msgstr ""
"U heeft mogelijk geen toegang, of het SCM-updateproces is al voltooid. Klik "
"op de knop %sVernieuwen%s om de nieuwste status te zien."
-#: client/src/job-results/job-results.partial.html:520
+#: client/features/output/output.strings.js:89
+#: client/src/workflow-results/workflow-results.controller.js:61
msgid "Elapsed"
msgstr "Verlopen"
#: client/src/credentials/credentials.form.js:191
-#: client/src/users/users.form.js:51
+#: client/src/users/users.form.js:54
msgid "Email"
msgstr "E-mail"
-#: client/src/templates/job_templates/job-template.form.js:288
-#: client/src/templates/job_templates/job-template.form.js:293
+#: client/src/templates/job_templates/job-template.form.js:298
+#: client/src/templates/job_templates/job-template.form.js:303
+#: client/src/templates/workflows.form.js:100
+#: client/src/templates/workflows.form.js:105
msgid "Enable Concurrent Jobs"
msgstr "Gelijktijdige taken inschakelen"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:123
-#: client/src/templates/job_templates/job-template.form.js:264
-#: client/src/templates/job_templates/job-template.form.js:269
+#: client/src/configuration/system-form/configuration-system.partial.html:30
+msgid "Enable External Logging"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:124
+#: client/src/templates/job_templates/job-template.form.js:274
+#: client/src/templates/job_templates/job-template.form.js:279
msgid "Enable Privilege Escalation"
msgstr "Verhoging van rechten inschakelen"
-#: client/src/templates/job_templates/job-template.form.js:279
+#: client/src/templates/survey-maker/surveys/init.factory.js:518
+msgid "Enable survey"
+msgstr ""
+
+#: client/src/templates/job_templates/job-template.form.js:289
msgid ""
"Enables creation of a provisioning callback URL. Using the URL a host can "
"contact {{BRAND_NAME}} and request a configuration update using this job "
@@ -1585,6 +1827,18 @@ msgstr ""
msgid "Encrypted credentials are not supported."
msgstr "Versleutelde toegangsgegevens worden niet ondersteund."
+#: client/src/scheduler/scheduler.strings.js:36
+msgid "End"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:38
+msgid "End Date"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:40
+msgid "End Time"
+msgstr ""
+
#: client/src/license/license.partial.html:113
msgid "End User License Agreement"
msgstr "Licentie-overeenkomst voor eindgebruikers"
@@ -1592,7 +1846,7 @@ msgstr "Licentie-overeenkomst voor eindgebruikers"
#: client/src/inventories-hosts/hosts/host.form.js:73
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:72
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:72
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:86
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68
msgid ""
"Enter inventory variables using either JSON or YAML syntax. Use the radio "
"button to toggle between the two."
@@ -1600,7 +1854,7 @@ msgstr ""
"Voer variabelen van de inventaris in met JSON- of YAML-syntaxis. Gebruik de "
"radioknop om tussen de twee te wisselen."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:76
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 "
@@ -1616,7 +1870,7 @@ msgid ""
msgstr ""
"Voer één HipChat-kanaal per regel in. Het hekje (#) is hierbij niet vereist."
-#: client/src/notifications/notificationTemplates.form.js:362
+#: client/src/notifications/notificationTemplates.form.js:433
msgid ""
"Enter one IRC channel or username per line. The pound symbol (#) for "
"channels, and the at (@) symbol for users, are not required."
@@ -1693,35 +1947,44 @@ msgstr ""
msgid "Environment Variables"
msgstr "Omgevingsvariabelen"
-#: client/src/configuration/configuration.controller.js:348
-#: client/src/configuration/configuration.controller.js:449
-#: client/src/configuration/configuration.controller.js:483
-#: client/src/configuration/configuration.controller.js:530
+#: client/src/configuration/configuration.controller.js:141
+msgid "Error"
+msgstr "Fout"
+
+#: client/features/output/output.strings.js:64
+msgid "Error Details"
+msgstr "Foutinformatie"
+
+#: client/lib/services/base-string.service.js:91
+#: client/src/configuration/configuration.controller.js:408
+#: client/src/configuration/configuration.controller.js:517
+#: client/src/configuration/configuration.controller.js:552
+#: client/src/configuration/configuration.controller.js:600
#: client/src/configuration/system-form/configuration-system.controller.js:231
#: client/src/credentials/factories/credential-form-save.factory.js:77
#: client/src/credentials/factories/credential-form-save.factory.js:93
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:129
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:139
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:166
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:194
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:213
-#: client/src/management-jobs/card/card.controller.js:140
-#: client/src/management-jobs/card/card.controller.js:230
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:131
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:141
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:168
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:198
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:217
+#: client/src/management-jobs/card/card.controller.js:102
#: client/src/management-jobs/card/card.controller.js:28
-#: client/src/projects/add/projects-add.controller.js:108
-#: client/src/projects/edit/projects-edit.controller.js:156
-#: client/src/projects/edit/projects-edit.controller.js:222
-#: client/src/projects/edit/projects-edit.controller.js:238
-#: client/src/projects/list/projects-list.controller.js:169
-#: client/src/projects/list/projects-list.controller.js:198
-#: client/src/projects/list/projects-list.controller.js:225
-#: client/src/projects/list/projects-list.controller.js:246
-#: client/src/projects/list/projects-list.controller.js:262
-#: client/src/projects/list/projects-list.controller.js:271
+#: client/src/projects/add/projects-add.controller.js:116
+#: client/src/projects/edit/projects-edit.controller.js:164
+#: client/src/projects/edit/projects-edit.controller.js:230
+#: client/src/projects/edit/projects-edit.controller.js:246
+#: client/src/projects/list/projects-list.controller.js:186
+#: client/src/projects/list/projects-list.controller.js:213
+#: client/src/projects/list/projects-list.controller.js:260
+#: client/src/projects/list/projects-list.controller.js:281
+#: client/src/projects/list/projects-list.controller.js:297
+#: client/src/projects/list/projects-list.controller.js:306
+#: client/src/shared/stateDefinitions.factory.js:230
#: client/src/users/add/users-add.controller.js:99
-#: client/src/users/edit/users-edit.controller.js:180
-#: client/src/users/edit/users-edit.controller.js:80
-#: client/src/users/list/users-list.controller.js:82
+#: client/src/users/edit/users-edit.controller.js:185
+#: client/src/users/edit/users-edit.controller.js:82
+#: client/src/users/list/users-list.controller.js:84
msgid "Error!"
msgstr "Fout!"
@@ -1729,30 +1992,30 @@ msgstr "Fout!"
msgid "Event"
msgstr "Gebeurtenis"
-#: client/src/job-results/parse-stdout.service.js:68
-msgid "Event ID"
-msgstr "Gebeurtenis-ID"
-
#: client/src/activity-stream/factories/build-description.factory.js:120
msgid "Event summary not available"
msgstr "Samenvatting van de gebeurtenis niet beschikbaar"
-#: client/src/projects/add/projects-add.controller.js:129
-#: client/src/projects/edit/projects-edit.controller.js:265
+#: client/src/scheduler/scheduler.strings.js:21
+msgid "Every"
+msgstr ""
+
+#: client/src/projects/add/projects-add.controller.js:137
+#: client/src/projects/edit/projects-edit.controller.js:273
msgid "Example URLs for GIT SCM include:"
msgstr "Voorbeelden van URL's voor GIT SCM zijn onder andere:"
-#: client/src/projects/add/projects-add.controller.js:150
-#: client/src/projects/edit/projects-edit.controller.js:285
+#: client/src/projects/add/projects-add.controller.js:158
+#: client/src/projects/edit/projects-edit.controller.js:293
msgid "Example URLs for Mercurial SCM include:"
msgstr "Voorbeelden van URL's voor Mercurial SCM zijn onder andere:"
-#: client/src/projects/add/projects-add.controller.js:141
-#: client/src/projects/edit/projects-edit.controller.js:276
+#: client/src/projects/add/projects-add.controller.js:149
+#: client/src/projects/edit/projects-edit.controller.js:284
msgid "Example URLs for Subversion SCM include:"
msgstr "Voorbeelden van URL's voor Subversion SCM zijn onder andere:"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid "Example: ansible_facts.ansible_distribution:\"RedHat\""
msgstr "Voorbeeld: ansible_facts.ansible_distribution:\"RedHat\""
@@ -1764,37 +2027,40 @@ msgstr "Bestaande groep"
msgid "Existing Host"
msgstr "Bestaande host"
-#: client/src/job-results/job-results.controller.js:18
-#: client/src/job-results/job-results.controller.js:228
-#: client/src/standard-out/standard-out.controller.js:24
-#: client/src/standard-out/standard-out.controller.js:245
-#: client/src/workflow-results/workflow-results.controller.js:120
-#: client/src/workflow-results/workflow-results.controller.js:76
+#: client/features/output/output.strings.js:22
+#: client/src/workflow-results/workflow-results.controller.js:154
+#: client/src/workflow-results/workflow-results.controller.js:43
msgid "Expand Output"
msgstr "Output uitklappen"
+#: client/src/network-ui/network.ui.strings.js:18
+msgid "Expand Panel"
+msgstr "Paneel uitklappen"
+
#: client/src/license/license.partial.html:39
msgid "Expires On"
msgstr "Verloopt op"
-#: client/src/job-results/job-results.partial.html:81
+#: client/features/output/output.strings.js:49
msgid "Explanation"
msgstr "Uitleg"
-#: client/src/job-results/job-results.partial.html:275
-msgid "Extra Credentials"
-msgstr "Extra toegangsgegevens"
+#: client/src/network-ui/network.ui.strings.js:17
+msgid "Export"
+msgstr ""
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:132
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:144
-#: client/src/job-results/job-results.partial.html:409
+#: client/features/output/output.strings.js:44
+#: client/features/templates/templates.strings.js:54
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:133
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:145
#: client/src/job-submission/job-submission.partial.html:165
#: client/src/partials/logviewer.html:8
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:105
-#: client/src/templates/job_templates/job-template.form.js:342
-#: client/src/templates/job_templates/job-template.form.js:349
-#: client/src/templates/workflows.form.js:74
-#: client/src/templates/workflows.form.js:81
+#: client/src/scheduler/scheduler.strings.js:45
+#: client/src/templates/job_templates/job-template.form.js:352
+#: client/src/templates/job_templates/job-template.form.js:359
+#: client/src/templates/workflows.form.js:83
+#: client/src/templates/workflows.form.js:90
+#: client/src/workflow-results/workflow-results.controller.js:122
msgid "Extra Variables"
msgstr "Extra variabelen"
@@ -1803,17 +2069,19 @@ msgstr "Extra variabelen"
msgid "FACTS"
msgstr "FEITEN"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:64
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:65
msgid "FAILED"
msgstr "MISLUKT"
+#: client/features/output/output.strings.js:80
+msgid "FIELDS"
+msgstr "VELDEN"
+
#: client/src/shared/smart-search/smart-search.partial.html:45
msgid "FIELDS:"
msgstr "VELDEN:"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:39
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:72
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:52
+#: client/src/smart-status/smart-status.controller.js:43
msgid "FINISHED"
msgstr "VOLTOOID"
@@ -1823,6 +2091,7 @@ msgstr "VOLTOOID"
msgid "Facts"
msgstr "Feiten"
+#: client/lib/components/components.strings.js:100
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:80
msgid "Failed"
msgstr "Mislukt"
@@ -1839,28 +2108,28 @@ msgstr "Nieuwe gebruiker toevoegen mislukt. Geretourneerde statut POSTEN:"
msgid "Failed to create new Credential. POST status:"
msgstr "Nieuwe toegangsgegevens aanmaken mislukt. Status POSTEN:"
-#: client/src/projects/add/projects-add.controller.js:109
+#: client/src/projects/add/projects-add.controller.js:117
msgid "Failed to create new project. POST returned status:"
msgstr "Nieuw project aanmaken mislukt. Geretourneerde status POSTEN:"
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:214
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:218
msgid "Failed to retrieve job template extra variables."
msgstr "Extra variabelen van taaksjabloon ophalen mislukt."
-#: client/src/projects/edit/projects-edit.controller.js:157
+#: client/src/projects/edit/projects-edit.controller.js:165
msgid "Failed to retrieve project: %s. GET status:"
msgstr "Project ophalen mislukt: %s. status OPHALEN:"
-#: client/src/users/edit/users-edit.controller.js:181
-#: client/src/users/edit/users-edit.controller.js:81
+#: client/src/users/edit/users-edit.controller.js:186
+#: client/src/users/edit/users-edit.controller.js:83
msgid "Failed to retrieve user: %s. GET status:"
msgstr "Gebruiker ophalen mislukt: %s. Status OPHALEN:"
-#: client/src/configuration/configuration.controller.js:450
+#: client/src/configuration/configuration.controller.js:518
msgid "Failed to save settings. Returned status:"
msgstr "Instellingen opslaan mislukt. Geretourneerde status:"
-#: client/src/configuration/configuration.controller.js:484
+#: client/src/configuration/configuration.controller.js:553
msgid "Failed to save toggle settings. Returned status:"
msgstr "Instellingen wisselen mislukt. Geretourneerde status:"
@@ -1868,53 +2137,53 @@ msgstr "Instellingen wisselen mislukt. Geretourneerde status:"
msgid "Failed to update Credential. PUT status:"
msgstr "Toegangsgegevens updaten mislukt. Status PLAATSEN:"
-#: client/src/projects/edit/projects-edit.controller.js:222
+#: client/src/projects/edit/projects-edit.controller.js:230
msgid "Failed to update project: %s. PUT status:"
msgstr "Project updaten mislukt: %s. Status PLAATSEN:"
-#: client/src/job-submission/job-submission-factories/launchjob.factory.js:195
-#: client/src/management-jobs/card/card.controller.js:141
-#: client/src/management-jobs/card/card.controller.js:231
+#: client/features/output/output.strings.js:84
+msgid "Failed to update search results."
+msgstr "Zoekresultaten bijwerken mislukt."
+
+#: client/src/job-submission/job-submission-factories/launchjob.factory.js:199
+#: client/src/management-jobs/card/card.controller.js:103
msgid "Failed updating job %s with variables. POST returned: %d"
msgstr "Taak %s met variabelen bijwerken mislukt. Geretourneerde POSTEN: %d"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:24
-msgid "Failed. Click for details"
-msgstr "Mislukt. Klik voor meer informatie"
-
-#: client/src/notifications/notifications.list.js:48
+#: client/src/notifications/notifications.list.js:49
msgid "Failure"
msgstr "Mislukking"
-#: client/src/scheduler/schedules.list.js:48
+#: client/src/scheduler/schedules.list.js:56
msgid "Final Run"
msgstr "Laatste uitvoering"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:59
-#: client/src/instance-groups/jobs/jobs.list.js:57
+#: client/features/jobs/jobs.strings.js:9
+#: client/features/output/output.strings.js:45
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:54
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:58
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:44
-#: client/src/job-results/job-results.partial.html:111
-#: client/src/jobs/all-jobs.list.js:66
-#: client/src/portal-mode/portal-jobs.list.js:40
-#: client/src/templates/completed-jobs.list.js:59
+#: client/src/workflow-results/workflow-results.controller.js:50
msgid "Finished"
msgstr "Voltooid"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:21
-#: client/src/users/users.form.js:26 client/src/users/users.list.js:33
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:27
+#: client/src/users/users.form.js:29 client/src/users/users.list.js:33
msgid "First Name"
msgstr "Voornaam"
-#: client/src/scheduler/schedules.list.js:38
+#: client/src/scheduler/schedules.list.js:46
msgid "First Run"
msgstr "Eerste uitvoering"
+#: client/src/templates/survey-maker/surveys/init.factory.js:19
+msgid "Float"
+msgstr ""
+
+#: client/features/output/output.strings.js:76
#: client/src/shared/smart-search/smart-search.partial.html:52
msgid ""
-"For additional information on advanced search search syntax please see the "
-"Ansible Tower"
+"For additional information on advanced search syntax please see the Ansible "
+"Tower"
msgstr ""
"Zie de Ansible Tower voor meer informatie over geavanceerde zoeksyntaxis"
@@ -1948,59 +2217,68 @@ msgstr ""
"controleren, de installatie van de omgeving te testen en problemen te "
"rapporteren zonder het draaiboek uit te voeren."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:118
-msgid ""
-"For more information and examples see %sthe Patterns topic at "
-"docs.ansible.com%s."
-msgstr ""
-"Zie %shet thema Patronen op docs.ansible.com%s voor meer informatie en "
-"voorbeelden."
-
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:109
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:96
-#: client/src/job-results/job-results.partial.html:336
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:87
-#: client/src/templates/job_templates/job-template.form.js:144
-#: client/src/templates/job_templates/job-template.form.js:154
+#: client/features/output/output.strings.js:46
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:110
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:97
+#: client/src/templates/job_templates/job-template.form.js:143
+#: client/src/templates/job_templates/job-template.form.js:153
msgid "Forks"
msgstr "Vorken"
-#: client/src/management-jobs/scheduler/schedulerForm.partial.html:172
+#: client/src/management-jobs/scheduler/schedulerForm.partial.html:173
+#: client/src/scheduler/scheduler.strings.js:20
msgid "Frequency Details"
msgstr "Frequentie-informatie"
+#: client/src/scheduler/scheduler.strings.js:33
+msgid "Fri"
+msgstr ""
+
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:2
+msgid "GO TO NOTIFICATIONS TO"
+msgstr ""
+
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.route.js:45
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.route.js:46
msgid "GROUPS"
msgstr "GROEPEN"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:107
+#: client/src/projects/edit/projects-edit.controller.js:135
+#: client/src/projects/list/projects-list.controller.js:76
+msgid "Get latest SCM revision"
+msgstr "De nieuwste SCM-herziening ophalen"
+
+#: client/src/credential-types/add/add.controller.js:41
+msgid "Getting Started with Credential Types"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:129
msgid "GitHub"
msgstr "GitHub"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:108
+#: client/src/configuration/auth-form/configuration-auth.controller.js:130
msgid "GitHub Org"
msgstr "GitHub Org"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:109
+#: client/src/configuration/auth-form/configuration-auth.controller.js:131
msgid "GitHub Team"
msgstr "GitHub Team"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:110
+#: client/src/configuration/auth-form/configuration-auth.controller.js:132
msgid "Google OAuth2"
msgstr "Google OAuth2"
-#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:214
+#: client/src/teams/teams.form.js:158 client/src/users/users.form.js:217
msgid "Grant Permission"
msgstr "Machtiging toekennen"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:79
+#: client/src/notifications/edit/edit.controller.js:126
msgid "Gray"
msgstr "Grijs"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:80
+#: client/src/notifications/edit/edit.controller.js:127
msgid "Green"
msgstr "Groen"
@@ -2009,14 +2287,6 @@ msgstr "Groen"
msgid "Group Variables"
msgstr "Variabelen ordenen"
-#: client/src/setup-menu/setup-menu.partial.html:5
-msgid ""
-"Group all of your content to manage permissions across departments in your "
-"company."
-msgstr ""
-"Orden al uw content om machtigingen van verschillende afdelingen binnen uw "
-"bedrijf te beheren."
-
#: client/src/inventories-hosts/hosts/host.form.js:115
#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:31
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:89
@@ -2026,22 +2296,24 @@ msgstr ""
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:114
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:115
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:32
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:150
msgid "Groups"
msgstr "Groepen"
#: client/lib/components/components.strings.js:12
+#: client/lib/services/base-string.service.js:66
+#: client/src/templates/survey-maker/surveys/init.factory.js:483
msgid "HIDE"
msgstr "VERBERGEN"
-#: client/lib/components/components.strings.js:39
+#: client/lib/components/components.strings.js:43
msgid "HINT: Drag and drop an SSH private key file on the field below."
msgstr "TIP: sleep een SSH-privésleutelbestand naar het onderstaande veld."
#: client/src/activity-stream/get-target-title.factory.js:41
#: client/src/inventories-hosts/hosts/hosts.partial.html:9
-#: client/src/inventories-hosts/hosts/main.js:80
-#: client/src/inventories-hosts/inventories/inventories.partial.html:14
+#: client/src/inventories-hosts/hosts/main.js:81
+#: client/src/inventories-hosts/inventories/inventories.partial.html:15
#: client/src/inventories-hosts/inventories/related/hosts/related-host.route.js:18
#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js:17
msgid "HOSTS"
@@ -2056,11 +2328,24 @@ msgstr "HTTP-koppen"
msgid "Hide Activity Stream"
msgstr "Activiteitenlogboek verbergen"
+#: client/src/network-ui/network.ui.strings.js:26
+msgid "Hide Buttons"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:25
+msgid "Hide Cursor"
+msgstr ""
+
+#: client/src/network-ui/network.ui.strings.js:27
+msgid "Hide Interfaces"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:23
msgid "High"
msgstr "Hoog"
#: client/src/credentials/credentials.form.js:139
+#: client/src/network-ui/network.ui.strings.js:33
#: client/src/notifications/notificationTemplates.form.js:83
msgid "Host"
msgstr "Host"
@@ -2070,8 +2355,8 @@ msgstr "Host"
msgid "Host (Authentication URL)"
msgstr "Host (authenticatie-URL)"
-#: client/src/templates/job_templates/job-template.form.js:324
-#: client/src/templates/job_templates/job-template.form.js:333
+#: client/src/templates/job_templates/job-template.form.js:334
+#: client/src/templates/job_templates/job-template.form.js:343
msgid "Host Config Key"
msgstr "Configuratiesleutel host"
@@ -2087,6 +2372,7 @@ msgstr "Host ingeschakeld"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:56
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:45
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:56
+#: client/src/network-ui/network.ui.strings.js:45
msgid "Host Name"
msgstr "Hostnaam"
@@ -2112,14 +2398,18 @@ msgstr "Host is niet beschikbaar"
msgid "Host is not available. Click to toggle."
msgstr "Host is niet beschikbaar. Klik om te wisselen."
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:25
+#: client/features/output/output.strings.js:13
+msgid "Host status information for this job is unavailable."
+msgstr "Statusinformatie van de host is niet beschikbaar voor deze taak."
+
+#: client/features/output/output.strings.js:92
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:27
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:39
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:98
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:57
#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:56
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:167
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:176
-#: client/src/job-results/job-results.partial.html:504
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:149
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:159
msgid "Hosts"
msgstr "Hosts"
@@ -2135,8 +2425,8 @@ msgstr "Overgebleven hosts"
msgid "Hosts Used"
msgstr "Gebruikte hosts"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "Hosts are imported to"
msgstr "Hosts worden geïmporteerd naar"
@@ -2144,9 +2434,7 @@ msgstr "Hosts worden geïmporteerd naar"
msgid "I agree to the End User License Agreement"
msgstr "Ik ga akkoord met de licentie-overeenkomst voor eindgebruikers"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:27
-#: client/src/instance-groups/jobs/jobs.list.js:26
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:38
+#: client/features/output/output.strings.js:101
msgid "ID"
msgstr "ID"
@@ -2162,27 +2450,26 @@ msgstr "GESTART DOOR"
msgid "INSIGHTS"
msgstr "INZICHTEN"
+#: client/lib/components/components.strings.js:84
#: client/src/instance-groups/instance-groups.list.js:6
#: client/src/instance-groups/instance-groups.list.js:7
-#: client/src/instance-groups/instance-groups.route.js:10
-#: client/src/instance-groups/list/instance-groups-list.partial.html:3
+#: client/src/instance-groups/instance-groups.strings.js:13
msgid "INSTANCE GROUPS"
msgstr "INSTANTIEGROEPEN"
-#: client/src/instance-groups/instance-group.partial.html:27
+#: client/src/instance-groups/instance-groups.strings.js:22
msgid "INSTANCES"
msgstr "INSTANTIES"
#: client/src/activity-stream/get-target-title.factory.js:14
#: client/src/inventories-hosts/hosts/hosts.partial.html:8
-#: client/src/inventories-hosts/inventories/inventories.partial.html:13
+#: client/src/inventories-hosts/inventories/inventories.partial.html:14
#: client/src/inventories-hosts/inventories/inventories.route.js:8
#: client/src/inventories-hosts/inventories/inventory.list.js:14
#: client/src/inventories-hosts/inventories/inventory.list.js:15
-#: client/src/main-menu/main-menu.partial.html:104
-#: client/src/main-menu/main-menu.partial.html:27
-#: client/src/organizations/linkout/organizations-linkout.route.js:143
-#: client/src/organizations/list/organizations-list.controller.js:66
+#: client/src/network-ui/network.ui.strings.js:8
+#: client/src/organizations/linkout/organizations-linkout.route.js:144
+#: client/src/organizations/list/organizations-list.controller.js:67
msgid "INVENTORIES"
msgstr "INVENTARISSEN"
@@ -2197,27 +2484,23 @@ msgstr "INVENTARISSCRIPT"
#: client/src/activity-stream/get-target-title.factory.js:35
#: client/src/inventory-scripts/inventory-scripts.list.js:12
-#: client/src/inventory-scripts/main.js:66
+#: client/src/inventory-scripts/main.js:65
msgid "INVENTORY SCRIPTS"
msgstr "INVENTARISSCRIPTS"
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.route.js:8
-msgid "INVENTORY SOURCES"
-msgstr "INVENTARISBRONNEN"
-
-#: client/src/notifications/notificationTemplates.form.js:348
+#: client/src/notifications/notificationTemplates.form.js:419
msgid "IRC Nick"
msgstr "IRC-bijnaam"
-#: client/src/notifications/notificationTemplates.form.js:337
+#: client/src/notifications/notificationTemplates.form.js:408
msgid "IRC Server Address"
msgstr "IRC-serveradres"
-#: client/src/notifications/shared/type-change.service.js:58
+#: client/src/notifications/shared/type-change.service.js:66
msgid "IRC Server Password"
msgstr "IRC-serverwachtwoord"
-#: client/src/notifications/shared/type-change.service.js:57
+#: client/src/notifications/shared/type-change.service.js:65
msgid "IRC Server Port"
msgstr "IRC-serverpoort"
@@ -2229,12 +2512,17 @@ msgstr "PROBLEEM: {{report.rule.description}}"
msgid "ITEMS"
msgstr "ITEMS"
+#: client/src/notifications/notificationTemplates.form.js:362
+#: client/src/notifications/notificationTemplates.form.js:394
+msgid "Icon URL"
+msgstr "Icoon-URL"
+
#: client/src/login/authenticationServices/timer.factory.js:157
msgid "Idle Session"
msgstr "Inactieve sessie"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:182
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:263
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:236
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:250
msgid "If blank, all groups above are created except"
msgstr ""
"Als dit vakje leeg wordt gelaten, worden alle bovenstaande groepen "
@@ -2265,13 +2553,13 @@ msgstr ""
" groep. Als er geen handmatig gemaakte groep is waar ze naartoe kunnen "
"worden verplaatst, blijven ze staan in de standaard inventarisgroep 'Alle'."
-#: client/src/templates/job_templates/job-template.form.js:267
+#: client/src/templates/job_templates/job-template.form.js:277
msgid "If enabled, run this playbook as an administrator."
msgstr ""
"Als deze optie ingeschakeld is, wordt het draaiboek uitgevoerd als "
"beheerder."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:120
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:121
msgid ""
"If enabled, show the changes made by Ansible tasks, where supported. This is"
" equivalent to Ansible’s --diff mode."
@@ -2280,7 +2568,7 @@ msgstr ""
" zijn door Ansible-taken weergegeven, waar ondersteund. Dit staat gelijk aan"
" de diff-modus van Ansible."
-#: client/src/templates/job_templates/job-template.form.js:251
+#: client/src/templates/job_templates/job-template.form.js:262
msgid ""
"If enabled, show the changes made by Ansible tasks, where supported. This is"
" equivalent to Ansible’s --diff mode."
@@ -2289,13 +2577,20 @@ msgstr ""
" zijn door Ansible-taken weergegeven, waar ondersteund. Dit staat gelijk aan"
" de diff-modus van Ansible."
-#: client/src/templates/job_templates/job-template.form.js:291
+#: client/src/templates/job_templates/job-template.form.js:301
msgid "If enabled, simultaneous runs of this job template will be allowed."
msgstr ""
"Indien deze mogelijkheid ingeschakeld is, zijn gelijktijdige uitvoeringen "
"van deze taaksjabloon toegestaan."
-#: client/src/templates/job_templates/job-template.form.js:302
+#: client/src/templates/workflows.form.js:103
+msgid ""
+"If enabled, simultaneous runs of this workflow job template will be allowed."
+msgstr ""
+"Indien deze mogelijkheid ingeschakeld is, zijn gelijktijdige uitvoeringen "
+"van deze workflow-taaksjabloon toegestaan."
+
+#: client/src/templates/job_templates/job-template.form.js:312
msgid ""
"If enabled, use cached facts if available and store discovered facts in the "
"cache."
@@ -2323,8 +2618,8 @@ msgstr ""
"Neem zodra u klaar bent om te updaten contact met ons op door op de "
"onderstaande knop te klikken"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:173
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:227
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:241
msgid "Image ID:"
msgstr "Afbeelding-ID:"
@@ -2360,7 +2655,7 @@ msgstr "Configuratie-input"
msgid "Insights"
msgstr "Inzichten"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:69
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:52
msgid "Insights Credential"
msgstr "Inzichten toegangsgegevens"
@@ -2369,43 +2664,55 @@ msgstr "Inzichten toegangsgegevens"
msgid "Instance Filters"
msgstr "Instantiefilters"
-#: client/src/job-results/job-results.partial.html:369
+#: client/features/output/output.strings.js:47
msgid "Instance Group"
msgstr "Instantiegroep"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:72
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:75
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:78
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:81
+#: client/src/instance-groups/instance-groups.strings.js:58
+msgid "Instance Group parameter is missing."
+msgstr "Parameter van instantiegroep ontbreekt."
+
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:54
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:57
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:61
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:64
#: client/src/organizations/organizations.form.js:38
#: client/src/organizations/organizations.form.js:41
-#: client/src/setup-menu/setup-menu.partial.html:54
-#: client/src/templates/job_templates/job-template.form.js:191
-#: client/src/templates/job_templates/job-template.form.js:194
+#: client/src/templates/job_templates/job-template.form.js:247
+#: client/src/templates/job_templates/job-template.form.js:250
msgid "Instance Groups"
msgstr "Instantiegroepen"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:182
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:263
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:236
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:250
msgid "Instance ID"
msgstr "Instantie-ID"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:174
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:255
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:228
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:242
msgid "Instance ID:"
msgstr "Instantie-ID:"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:175
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:256
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:229
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:243
msgid "Instance Type:"
msgstr "Instantietype:"
+#: client/lib/components/components.strings.js:83
+#: client/src/instance-groups/instance-groups.strings.js:14
+msgid "Instances"
+msgstr "Instanties"
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:18
+msgid "Integer"
+msgstr ""
+
#: client/src/license/license.partial.html:11
msgid "Invalid License"
msgstr "Ongeldige licentie"
-#: client/src/license/license.controller.js:63
-#: client/src/license/license.controller.js:70
+#: client/src/license/license.controller.js:86
+#: client/src/license/license.controller.js:94
msgid "Invalid file format. Please upload valid JSON."
msgstr "Ongeldige bestandsindeling. Upload een geldige JSON."
@@ -2413,29 +2720,36 @@ msgstr "Ongeldige bestandsindeling. Upload een geldige JSON."
msgid "Invalid input for this type."
msgstr "Ongeldige input voor dit type."
+#: client/features/output/output.strings.js:85
+msgid "Invalid search filter provided."
+msgstr "Ongeldige zoekfilter verschaft."
+
#: client/src/login/loginModal/loginModal.partial.html:34
msgid "Invalid username and/or password. Please try again."
msgstr "Ongeldige gebruikersnaam en/of wachtwoord. Probeer het opnieuw."
+#: client/lib/components/components.strings.js:75
+#: client/lib/models/models.strings.js:16
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:122
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:52
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:26
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:28
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:50
-#: client/src/organizations/linkout/organizations-linkout.route.js:155
+#: client/src/organizations/linkout/organizations-linkout.route.js:156
msgid "Inventories"
msgstr "Inventarissen"
+#: client/features/jobs/jobs.strings.js:13
+#: client/features/output/output.strings.js:48
+#: client/features/templates/templates.strings.js:16
+#: client/features/templates/templates.strings.js:24
#: client/src/inventories-hosts/hosts/host.list.js:69
-#: client/src/inventories-hosts/inventories/inventory.list.js:80
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:69
-#: client/src/job-results/job-results.partial.html:201
+#: client/src/inventories-hosts/inventories/inventory.list.js:81
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:71
#: client/src/job-submission/job-submission.partial.html:17
+#: client/src/network-ui/network.ui.strings.js:12
#: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:58
#: client/src/templates/job_templates/job-template.form.js:66
#: client/src/templates/job_templates/job-template.form.js:80
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:72
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:82
msgid "Inventory"
msgstr "Inventaris"
@@ -2444,12 +2758,19 @@ msgstr "Inventaris"
msgid "Inventory File"
msgstr "Inventarisbestand"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:27
-#: client/src/setup-menu/setup-menu.partial.html:41
+#: client/lib/components/components.strings.js:80
+#: client/lib/models/models.strings.js:20
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:29
msgid "Inventory Scripts"
msgstr "Inventarisscript"
+#: client/lib/models/models.strings.js:25
+msgid "Inventory Sources"
+msgstr "Inventarisbronnen"
+
+#: client/features/templates/templates.strings.js:108
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:46
+#: client/src/workflow-results/workflow-results.controller.js:68
msgid "Inventory Sync"
msgstr "Inventarissynchronisatie"
@@ -2457,14 +2778,26 @@ msgstr "Inventarissynchronisatie"
msgid "Inventory Sync Failures"
msgstr "Fouten bij inventarissynchronisatie"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:93
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:75
msgid "Inventory Variables"
msgstr "Inventarisvariabelen"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:66
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:68
msgid "Inventory contains 0 hosts."
msgstr "Inventaris bevat 0 hosts."
+#: client/features/output/output.strings.js:35
+msgid "Isolated"
+msgstr "Geïsoleerd"
+
+#: client/src/smart-status/smart-status.controller.js:43
+msgid "JOB ID"
+msgstr ""
+
+#: client/features/output/output.strings.js:83
+msgid "JOB IS STILL RUNNING"
+msgstr "TAAK NOG IN UITVOERING"
+
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:4
msgid "JOB STATUS"
msgstr "TAAKSTATUS"
@@ -2473,26 +2806,28 @@ msgstr "TAAKSTATUS"
msgid "JOB TEMPLATE"
msgstr "TAAKSJABLOON"
-#: client/src/organizations/linkout/organizations-linkout.route.js:256
-#: client/src/organizations/list/organizations-list.controller.js:78
-#: client/src/portal-mode/portal-job-templates.list.js:13
-#: client/src/portal-mode/portal-job-templates.list.js:14
+#: client/features/templates/routes/organizationsTemplatesList.route.js:20
+#: client/features/templates/routes/projectsTemplatesList.route.js:18
+#: client/src/organizations/list/organizations-list.controller.js:79
+#: client/src/portal-mode/portal-mode-layout.partial.html:8
msgid "JOB TEMPLATES"
msgstr "TAAKSJABLONEN"
+#: client/features/jobs/index.view.html:7
+#: client/features/jobs/routes/instanceGroupJobs.route.js:13
+#: client/features/jobs/routes/instanceJobs.route.js:13
+#: client/features/jobs/routes/inventoryCompletedJobs.route.js:22
+#: client/features/jobs/routes/jobs.route.js:12
+#: client/features/templates/templates.strings.js:113
#: client/src/activity-stream/get-target-title.factory.js:32
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:118
-#: client/src/instance-groups/instance-group.partial.html:28
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:27
-#: client/src/instance-groups/jobs/jobs-list.route.js:9
-#: client/src/jobs/jobs.route.js:15
-#: client/src/main-menu/main-menu.partial.html:122
-#: client/src/main-menu/main-menu.partial.html:43
-#: client/src/portal-mode/portal-jobs.list.js:13
-#: client/src/portal-mode/portal-jobs.list.js:17
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:119
+#: client/src/instance-groups/instance-groups.strings.js:23
+#: client/src/portal-mode/portal-mode-layout.partial.html:19
msgid "JOBS"
msgstr "TAKEN"
+#: client/lib/components/code-mirror/code-mirror.strings.js:12
+#: client/lib/services/base-string.service.js:70
#: client/src/job-submission/job-submission.partial.html:173
msgid "JSON"
msgstr "JSON"
@@ -2503,62 +2838,71 @@ msgstr "JSON"
msgid "JSON:"
msgstr "JSON:"
-#: client/src/job-results/job-results.partial.html:384
+#: client/src/workflow-results/workflow-results.controller.js:86
+msgid "Job"
+msgstr ""
+
+#: client/features/output/output.strings.js:50
+#: client/features/templates/templates.strings.js:48
#: client/src/job-submission/job-submission.partial.html:228
-#: client/src/templates/job_templates/job-template.form.js:200
-#: client/src/templates/job_templates/job-template.form.js:207
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:127
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:135
+#: client/src/templates/job_templates/job-template.form.js:190
+#: client/src/templates/job_templates/job-template.form.js:197
msgid "Job Tags"
msgstr "Taaktags"
+#: client/features/jobs/jobs.strings.js:12
+#: client/features/output/output.strings.js:51
+#: client/features/templates/templates.strings.js:13
#: client/src/templates/templates.list.js:61
msgid "Job Template"
msgstr "Taaksjabloon"
+#: client/lib/models/models.strings.js:30
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:103
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:36
-#: client/src/organizations/linkout/organizations-linkout.route.js:268
+#: client/src/projects/projects.form.js:303
msgid "Job Templates"
msgstr "Taaksjablonen"
+#: client/features/output/output.strings.js:52
+#: client/features/templates/templates.strings.js:50
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:32
-#: client/src/job-results/job-results.partial.html:159
#: client/src/job-submission/job-submission.partial.html:202
#: client/src/templates/job_templates/job-template.form.js:47
#: client/src/templates/job_templates/job-template.form.js:55
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:103
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:92
msgid "Job Type"
msgstr "Soort taak"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:46
-msgid ""
-"Job details are not available for this job. Please download to view "
-"standard out."
+#: client/src/home/dashboard/lists/jobs/jobs-list.directive.js:45
+msgid "Job failed. Click for details."
msgstr ""
-"Taakinformatie is niet beschikbaar voor deze taak. Download om de "
-"standaardoutput te bekijken."
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:28
-#: client/src/configuration/configuration.partial.html:16
-#: client/src/jobs/jobs.partial.html:7
+#: client/src/home/dashboard/lists/jobs/jobs-list.directive.js:42
+msgid "Job successful. Click for details."
+msgstr ""
+
+#: client/lib/components/components.strings.js:69
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:30
+#: client/src/configuration/configuration.partial.html:22
+#: client/src/instance-groups/instance-groups.strings.js:47
msgid "Jobs"
msgstr "Taken"
-#: client/src/job-results/job-results.controller.js:269
-#: client/src/job-results/job-results.controller.js:366
-msgid "Jump to last line of standard out."
-msgstr "Meteen naar de laatste regel van de standaardoutput gaan."
+#: client/features/output/output.strings.js:81
+#: client/features/templates/templates.strings.js:103
+#: client/src/workflow-results/workflow-results.controller.js:69
+msgid "KEY"
+msgstr "SLEUTEL"
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:61
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:154
+#: client/src/network-ui/network.ui.strings.js:23
#: client/src/shared/smart-search/smart-search.partial.html:14
msgid "Key"
msgstr "Sleutel"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:176
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:257
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:230
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:244
msgid "Key Name:"
msgstr "Naam sleutel:"
@@ -2567,49 +2911,78 @@ msgstr "Naam sleutel:"
msgid "Kind"
msgstr "Type"
+#: client/features/applications/applications.strings.js:30
+msgid "LAST MODIFIED"
+msgstr "LAATST AANGEPAST"
+
+#: client/features/users/tokens/tokens.strings.js:37
+msgid "LAST USED"
+msgstr "LAATST GEBRUIKT"
+
+#: client/features/templates/templates.strings.js:30
+msgid "LAUNCH"
+msgstr "OPSTARTEN"
+
#: client/src/job-submission/job-submission.partial.html:6
msgid "LAUNCH JOB"
msgstr "TAAK STARTEN"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:86
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:66
-msgid "LAUNCH TYPE"
-msgstr "SOORT STARTEN"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:111
+#: client/src/configuration/auth-form/configuration-auth.controller.js:133
msgid "LDAP"
msgstr "LDAP"
-#: client/src/license/license.route.js:19
+#: client/src/configuration/auth-form/configuration-auth.controller.js:141
+msgid "LDAP 1 (Optional)"
+msgstr "LDAP 1 (optioneel)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:142
+msgid "LDAP 2 (Optional)"
+msgstr "LDAP 2 (optioneel)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:143
+msgid "LDAP 3 (Optional)"
+msgstr "LDAP 3 (optioneel)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:144
+msgid "LDAP 4 (Optional)"
+msgstr "LDAP 4 (optioneel)"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:145
+msgid "LDAP 5 (Optional)"
+msgstr "LDAP 5 (optioneel)"
+
+#: client/src/configuration/auth-form/configuration-auth.partial.html:17
+msgid "LDAP Server"
+msgstr "LDAP-server"
+
+#: client/src/configuration/license.route.js:18
+#: client/src/license/license.route.js:18
msgid "LICENSE"
msgstr "LICENTIE"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:58
-msgid "LICENSE ERROR"
-msgstr "LICENTIEFOUT"
-
-#: client/src/main-menu/main-menu.partial.html:83
-msgid "LOG OUT"
-msgstr "AFMELDEN"
-
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:68
-#: client/src/instance-groups/jobs/jobs.list.js:66
-#: client/src/job-results/job-results.partial.html:434
-#: client/src/job-results/job-results.partial.html:443
-#: client/src/jobs/all-jobs.list.js:74
-#: client/src/templates/job_templates/job-template.form.js:234
-#: client/src/templates/job_templates/job-template.form.js:238
+#: client/features/output/output.strings.js:53
+#: client/src/templates/job_templates/job-template.form.js:224
+#: client/src/templates/job_templates/job-template.form.js:228
#: client/src/templates/templates.list.js:43
-#: client/src/templates/workflows.form.js:62
-#: client/src/templates/workflows.form.js:67
+#: client/src/templates/workflows.form.js:72
+#: client/src/templates/workflows.form.js:76
+#: client/src/workflow-results/workflow-results.controller.js:51
msgid "Labels"
msgstr "Labels"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:25
-#: client/src/users/users.form.js:33 client/src/users/users.list.js:37
+#: client/features/templates/templates.strings.js:19
+msgid "Last Modified"
+msgstr "Laatst aangepast"
+
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:31
+#: client/src/users/users.form.js:36 client/src/users/users.list.js:37
msgid "Last Name"
msgstr "Achternaam"
+#: client/features/templates/templates.strings.js:20
+msgid "Last Ran"
+msgstr "Laatst uitgevoerd"
+
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:56
msgid "Last Sync"
msgstr "Laatste synchronisatie"
@@ -2618,9 +2991,7 @@ msgstr "Laatste synchronisatie"
msgid "Last Updated"
msgstr "Laatst geüpdatet"
-#: client/src/portal-mode/portal-job-templates.list.js:36
-#: client/src/shared/form-generator.js:1707
-#: client/src/templates/templates.list.js:80
+#: client/src/shared/form-generator.js:1716
msgid "Launch"
msgstr "Starten"
@@ -2628,12 +2999,13 @@ msgstr "Starten"
msgid "Launch Management Job"
msgstr "Beheertaak starten"
-#: client/src/job-results/job-results.partial.html:170
-#: client/src/job-results/job-results.partial.html:185
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:76
+#: client/features/jobs/jobs.strings.js:11
+#: client/features/output/output.strings.js:54
+#: client/src/workflow-results/workflow-results.controller.js:48
msgid "Launched By"
msgstr "Gestart door"
+#: client/features/templates/templates.strings.js:38
#: client/src/job-submission/job-submission.partial.html:99
msgid ""
"Launching this job requires the passwords listed below. Enter and confirm "
@@ -2642,15 +3014,20 @@ msgstr ""
"Voor het starten van deze taak zijn onderstaande wachtwoorden nodig. Ieder "
"wachtwoord dient ingevoerd en bevestigd te worden voordat u verdergaat."
-#: client/features/credentials/legacy.credentials.js:357
+#: client/features/credentials/legacy.credentials.js:350
msgid "Legacy state configuration for does not exist"
msgstr "Er bestaat geen oude staat van configuratie voor"
-#: client/src/license/license.controller.js:40
+#: client/src/configuration/configuration.partial.html:43
+#: client/src/license/license.controller.js:44
#: client/src/license/license.partial.html:8
msgid "License"
msgstr "Licentie"
+#: client/features/output/output.strings.js:55
+msgid "License Error"
+msgstr "Licentiefout"
+
#: client/src/license/license.partial.html:104
msgid "License File"
msgstr "Licentiebestand"
@@ -2659,7 +3036,7 @@ msgstr "Licentiebestand"
msgid "License Key"
msgstr "Licentiesleutel"
-#: client/src/license/license.controller.js:40
+#: client/src/license/license.controller.js:46
msgid "License Management"
msgstr "Licentiebeheer"
@@ -2667,39 +3044,41 @@ msgstr "Licentiebeheer"
msgid "License Type"
msgstr "Licentiesoort"
+#: client/features/output/output.strings.js:56
+#: client/features/templates/templates.strings.js:49
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:45
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:55
-#: client/src/job-results/job-results.partial.html:347
#: client/src/job-submission/job-submission.partial.html:220
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:92
-#: client/src/templates/job_templates/job-template.form.js:160
-#: client/src/templates/job_templates/job-template.form.js:164
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:113
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:120
+#: client/src/templates/job_templates/job-template.form.js:159
+#: client/src/templates/job_templates/job-template.form.js:163
msgid "Limit"
msgstr "Limiet"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:186
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:268
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:240
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:255
msgid "Limit to hosts having a tag:"
msgstr "Beperken tot hosts met een tag:"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:188
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:270
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:242
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:257
msgid "Limit to hosts using either key pair:"
msgstr "Beperken tot hosts die één van de sleutelparen gebruiken:"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:190
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:272
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:244
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
msgid "Limit to hosts where the Name tag begins with"
msgstr "Beperken tot hosts waarvan de naam begint met"
-#: client/src/shared/socket/socket.service.js:168
+#: client/src/scheduler/scheduler.strings.js:43
+msgid "Limited to first 10"
+msgstr ""
+
+#: client/src/shared/socket/socket.service.js:203
msgid "Live events: attempting to connect to the server."
msgstr ""
"Livegebeurtenissen: er wordt geprobeerd verbinding met de server te maken."
-#: client/src/shared/socket/socket.service.js:172
+#: client/src/shared/socket/socket.service.js:207
msgid ""
"Live events: connected. Pages containing job status information will "
"automatically update in real-time."
@@ -2707,22 +3086,19 @@ msgstr ""
"Livegebeurtenissen: verbonden. Pagina's met informatie over de status van "
"taken worden automatisch geüpdatet in realtime."
-#: client/src/shared/socket/socket.service.js:176
+#: client/src/shared/socket/socket.service.js:211
msgid "Live events: error connecting to the server."
msgstr "Livegebeurtenissen: fout bij het verbinding maken met de server."
-#: client/src/shared/form-generator.js:1983
+#: client/src/shared/form-generator.js:1994
msgid "Loading..."
msgstr "Laden..."
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:133
+#: client/src/scheduler/scheduler.strings.js:18
msgid "Local Time Zone"
msgstr "Lokale tijdzone"
-#: client/src/main-menu/main-menu.partial.html:188
-msgid "Log Out"
-msgstr "Afmelden"
-
#: client/src/configuration/system-form/configuration-system.controller.js:225
msgid "Log aggregator test failed.
Detail:"
msgstr "Log aggregator-test mislukt.
Details:"
@@ -2731,20 +3107,32 @@ msgstr "Log aggregator-test mislukt.
Details:"
msgid "Log aggregator test successful."
msgstr "Log aggregator-test gelukt."
+#: client/lib/components/components.strings.js:65
+msgid "Logged in as"
+msgstr "Aangemeld als"
+
#: client/src/configuration/system-form/configuration-system.controller.js:89
msgid "Logging"
msgstr "Bezig met dataregistratie"
+#: client/lib/components/components.strings.js:67
+msgid "Logout"
+msgstr "Afmelden"
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:35
msgid "Low"
msgstr "Laag"
#: client/src/management-jobs/card/card.partial.html:6
-#: client/src/management-jobs/card/card.route.js:21
+#: client/src/management-jobs/card/card.route.js:20
msgid "MANAGEMENT JOBS"
msgstr "BEHEERDERSTAKEN"
-#: client/src/portal-mode/portal-mode.route.js:12
+#: client/features/output/output.strings.js:104
+msgid "MODULE"
+msgstr ""
+
+#: client/features/templates/routes/portalModeTemplatesList.route.js:12
msgid "MY VIEW"
msgstr "MIJN BEELD"
@@ -2753,29 +3141,21 @@ msgstr "MIJN BEELD"
msgid "Machine"
msgstr "Machine"
+#: client/features/output/output.strings.js:57
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:60
-#: client/src/job-results/job-results.partial.html:260
msgid "Machine Credential"
msgstr "Toegangsgegevens machine"
-#: client/src/setup-menu/setup-menu.partial.html:36
-msgid ""
-"Manage the cleanup of old job history, activity streams, data marked for "
-"deletion, and system tracking info."
-msgstr ""
-"Het opschonen van oude taakgeschiedenis, activiteitenlogboeken, gegevens die"
-" verwijderd moeten worden en trackinginformatie van het systeem."
-
-#: client/src/setup-menu/setup-menu.partial.html:35
+#: client/lib/components/components.strings.js:82
msgid "Management Jobs"
msgstr "Beheerderstaken"
-#: client/src/projects/list/projects-list.controller.js:89
+#: client/src/projects/list/projects-list.controller.js:91
msgid "Manual projects do not require a schedule"
msgstr "Voor handmatige projecten is geen schema nodig"
-#: client/src/projects/edit/projects-edit.controller.js:141
-#: client/src/projects/list/projects-list.controller.js:88
+#: client/src/projects/edit/projects-edit.controller.js:142
+#: client/src/projects/list/projects-list.controller.js:90
msgid "Manual projects do not require an SCM update"
msgstr "Voor handmatige projecten is geen SCM-update nodig"
@@ -2791,19 +3171,27 @@ msgstr "Medium"
msgid "Misc. System"
msgstr "Overig systeem"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:27
-msgid "Missing. Click for details"
-msgstr "Ontbreekt. Klik voor informatie"
+#: client/src/templates/workflows.form.js:35
+msgid ""
+"Missing Job Templates found in the Workflow Editor"
+msgstr ""
+"Ontbrekende taaksjablonen gevonden in de Workfloweditor"
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:22
#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:30
msgid "Module"
msgstr "Module"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:53
+#: client/features/output/output.strings.js:58
msgid "Module Args"
msgstr "Module Args"
+#: client/src/scheduler/scheduler.strings.js:29
+msgid "Mon"
+msgstr ""
+
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:25
msgid "Most recent job failed. Click to view jobs."
msgstr "Meest recente taak is mislukt. Klik om taken te bekijken."
@@ -2812,25 +3200,31 @@ msgstr "Meest recente taak is mislukt. Klik om taken te bekijken."
msgid "Most recent job successful. Click to view jobs."
msgstr "Meest recente taak is gelukt. Klik om taken te bekijken."
+#: client/src/templates/survey-maker/surveys/init.factory.js:17
+msgid "Multiple Choice (multiple select)"
+msgstr ""
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:16
+msgid "Multiple Choice (single select)"
+msgstr ""
+
#: client/src/templates/survey-maker/shared/question-definition.form.js:77
msgid "Multiple Choice Options"
msgstr "Meerkeuze-opties"
-#: client/src/portal-mode/portal-mode-jobs.partial.html:4
-#: client/src/portal-mode/portal-mode-layout.partial.html:11
+#: client/src/portal-mode/portal-mode-layout.partial.html:25
msgid "My Jobs"
msgstr "Mijn taken"
-#: client/src/main-menu/main-menu.partial.html:160
+#: client/lib/components/components.strings.js:71
msgid "My View"
msgstr "Mijn beeld"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:19
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:19
-msgid "NAME"
-msgstr "NAAM"
+#: client/features/applications/applications.strings.js:24
+msgid "NEW APPLICATION"
+msgstr "NIEUWE TOEPASSING"
-#: client/features/credentials/credentials.strings.js:24
+#: client/features/credentials/credentials.strings.js:26
msgid "NEW CREDENTIAL"
msgstr "NIEUWE TOEGANGSGEGEVENS"
@@ -2842,7 +3236,7 @@ msgstr "NIEUWE SOORT TOEGANGSGEGEVENS"
msgid "NEW CUSTOM INVENTORY"
msgstr "NIEUWE AANGEPASTE INVENTARIS"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:34
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:17
msgid "NEW INVENTORY"
msgstr "NIEUWE INVENTARIS"
@@ -2858,11 +3252,11 @@ msgstr "NIEUWE BERICHTSJABLOON"
msgid "NEW ORGANIZATION"
msgstr "NIEUWE ORGANISATIE"
-#: client/src/projects/projects.form.js:16
+#: client/src/projects/projects.form.js:17
msgid "NEW PROJECT"
msgstr "NIEUW PROJECT"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:28
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:10
msgid "NEW SMART INVENTORY"
msgstr "NIEUW SMART-INVENTARIS"
@@ -2878,11 +3272,15 @@ msgstr "NIEUWE GEBRUIKER"
msgid "NEW WORKFLOW JOB TEMPLATE"
msgstr "NIEUWE WORKFLOW-TAAKSJABLOON"
+#: client/lib/services/base-string.service.js:64
+msgid "NEXT"
+msgstr "VOLGENDE"
+
#: client/src/inventories-hosts/hosts/hosts.partial.html:38
msgid "NO HOSTS HAVE BEEN CREATED"
msgstr "GEEN HOSTS AANGEMAAKT"
-#: client/lib/components/components.strings.js:35
+#: client/lib/components/components.strings.js:39
msgid "NO OPTIONS AVAILABLE"
msgstr "GEEN OPTIES BESCHIKBAAR"
@@ -2901,10 +3299,12 @@ msgstr "BERICHTSJABLONEN"
#: client/src/inventories-hosts/inventories/related/sources/edit/sources-notifications.route.js:9
#: client/src/management-jobs/notifications/notification.route.js:46
-#: client/src/notifications/main.js:43 client/src/notifications/main.js:91
+#: client/src/notifications/main.js:42 client/src/notifications/main.js:89
+#: client/src/notifications/notification-templates-list/add-notifications-action.partial.html:2
msgid "NOTIFICATIONS"
msgstr "BERICHTEN"
+#: client/features/output/output.strings.js:59
#: client/src/credential-types/credential-types.form.js:27
#: client/src/credential-types/credential-types.list.js:24
#: client/src/credentials/credentials.form.js:32
@@ -2912,44 +3312,34 @@ msgstr "BERICHTEN"
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:14
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:13
#: client/src/instance-groups/instance-groups.list.js:15
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:35
-#: client/src/instance-groups/instances/instances-list.partial.html:15
-#: client/src/instance-groups/instances/instances.list.js:14
-#: client/src/instance-groups/jobs/jobs.list.js:34
-#: client/src/instance-groups/list/instance-groups-list.partial.html:26
#: client/src/inventories-hosts/hosts/host.list.js:61
-#: client/src/inventories-hosts/inventories/inventory.list.js:47
+#: client/src/inventories-hosts/inventories/inventory.list.js:48
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:55
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:45
#: client/src/inventories-hosts/inventories/related/groups/groups.form.js:32
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:33
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:51
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:39
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:45
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:21
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:28
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:45
#: client/src/inventory-scripts/inventory-scripts.form.js:28
#: client/src/inventory-scripts/inventory-scripts.list.js:20
-#: client/src/jobs/all-jobs.list.js:43
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:21
#: client/src/notifications/notificationTemplates.form.js:32
#: client/src/notifications/notificationTemplates.list.js:32
-#: client/src/notifications/notifications.list.js:26
+#: client/src/notifications/notifications.list.js:27
#: client/src/organizations/organizations.form.js:26
-#: client/src/portal-mode/portal-job-templates.list.js:23
-#: client/src/portal-mode/portal-jobs.list.js:35
-#: client/src/projects/projects.form.js:29
+#: client/src/projects/projects.form.js:30
#: client/src/projects/projects.list.js:37
#: client/src/scheduler/scheduled-jobs.list.js:31
-#: client/src/scheduler/schedules.list.js:33
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:19
-#: client/src/teams/teams.form.js:124 client/src/teams/teams.form.js:25
+#: client/src/scheduler/scheduler.strings.js:13
+#: client/src/scheduler/schedules.list.js:41
+#: client/src/teams/teams.form.js:127 client/src/teams/teams.form.js:28
#: client/src/teams/teams.list.js:23
-#: client/src/templates/completed-jobs.list.js:46
#: client/src/templates/job_templates/job-template.form.js:34
#: client/src/templates/templates.list.js:24
-#: client/src/templates/workflows.form.js:32
-#: client/src/users/users.form.js:142 client/src/users/users.form.js:168
-#: client/src/users/users.form.js:194
+#: client/src/templates/workflows.form.js:42
+#: client/src/users/users.form.js:145 client/src/users/users.form.js:171
+#: client/src/users/users.form.js:197
msgid "Name"
msgstr "Naam"
@@ -2957,9 +3347,10 @@ msgstr "Naam"
msgid "Network"
msgstr "Netwerk"
-#: client/src/job-results/job-results.partial.html:306
-msgid "Network Credential"
-msgstr "Netwerktoegangsgegevens"
+#: client/src/inventories-hosts/inventories/inventory.list.js:105
+#: client/src/inventories-hosts/inventories/inventory.list.js:107
+msgid "Network Visualization"
+msgstr "Netwerkvisualisatie"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:81
msgid "New Group"
@@ -2974,7 +3365,7 @@ msgid "New user successfully created!"
msgstr "Nieuwe gebruiker aanmaken gelukt!"
#: client/src/scheduler/scheduled-jobs.list.js:51
-#: client/src/scheduler/schedules.list.js:43
+#: client/src/scheduler/schedules.list.js:51
msgid "Next Run"
msgstr "Volgende uitvoering"
@@ -2982,12 +3373,13 @@ msgstr "Volgende uitvoering"
msgid "No Credentials Have Been Created"
msgstr "Nog geen toegangsgegevens aangemaakt"
+#: client/features/templates/templates.strings.js:62
#: client/src/job-submission/lists/credential/job-sub-cred-list.controller.js:44
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:140
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:15
msgid "No Credentials Matching This Type Have Been Created"
msgstr "Nog geen toegangsgegevens die overeenkomen met deze soort aangemaakt"
-#: client/src/job-results/host-event/host-event-codemirror.partial.html:3
+#: client/features/output/host-event/host-event-codemirror.partial.html:3
msgid "No JSON data returned by the module"
msgstr "Module heeft geen JSON-gegevens geretourneerd"
@@ -2999,7 +3391,7 @@ msgstr "Nog geen projecten aangemaakt"
msgid "No Remediation Playbook Available"
msgstr "Geen draaiboek voor herstel beschikbaar"
-#: client/src/projects/list/projects-list.controller.js:159
+#: client/src/projects/list/projects-list.controller.js:176
msgid "No SCM Configuration"
msgstr "Geen SCM-configuratie"
@@ -3011,7 +3403,7 @@ msgstr "Geen SCM-updates uitgevoerd voor dit project"
msgid "No Teams exist"
msgstr "Er bestaan geen teams"
-#: client/src/projects/list/projects-list.controller.js:150
+#: client/src/projects/list/projects-list.controller.js:152
msgid "No Updates Available"
msgstr "Er zijn geen updates beschikbaar"
@@ -3019,24 +3411,27 @@ msgstr "Er zijn geen updates beschikbaar"
msgid "No Users exist"
msgstr "Er bestaan geen gebruikers"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:23
-#: client/src/templates/completed-jobs.list.js:24
-msgid "No completed jobs"
-msgstr "Geen voltooide taken"
+#: client/features/templates/templates.strings.js:33
+msgid "No credentials selected"
+msgstr "Geen toegangsgegevens geselecteerd"
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:63
msgid "No data is available. There are no issues to report."
msgstr "Geen gegevens beschikbaar. Er zijn geen problemen om te rapporteren."
-#: client/src/license/license.controller.js:39
+#: client/src/license/license.controller.js:41
msgid "No file selected."
msgstr "Geen bestand geselecteerd."
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:62
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:64
msgid "No hosts with failures. Click for details."
msgstr "Geen host met mislukkingen. Klik voor meer informatie."
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:47
+#: client/features/templates/templates.strings.js:34
+msgid "No inventory selected"
+msgstr "Geen inventaris geselecteerd"
+
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:49
msgid "No inventory sync failures. Click for details."
msgstr "Geen mislukte inventarissynchronisaties. Klik voor meer informatie."
@@ -3052,21 +3447,15 @@ msgstr "Geen taakgegevens beschikbaar."
msgid "No job failures"
msgstr "Geen mislukte taken"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:54
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:55
msgid "No job templates were recently used."
msgstr "Geen taaksjablonen die recent gebruikt zijn."
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:9
-#: client/src/instance-groups/jobs/jobs.list.js:9
-#: client/src/jobs/all-jobs.list.js:18
-msgid "No jobs have yet run."
-msgstr "Er zijn nog geen taken uitgevoerd."
-
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:44
msgid "No jobs were recently run."
msgstr "Er zijn recent geen taken uitgevoerd."
-#: client/src/teams/teams.form.js:121 client/src/users/users.form.js:191
+#: client/src/teams/teams.form.js:124 client/src/users/users.form.js:194
msgid "No permissions have been granted"
msgstr "Geen machtigingen toegekend"
@@ -3083,11 +3472,15 @@ msgid "No recent notifications."
msgstr "Geen recente berichten."
#: client/src/inventories-hosts/hosts/hosts.partial.html:36
-#: client/src/shared/form-generator.js:1879
+#: client/src/shared/form-generator.js:1888
#: client/src/shared/list-generator/list-generator.factory.js:240
msgid "No records matched your search."
msgstr "Er zijn geen gegevens die overeenkomen met uw zoekopdracht."
+#: client/features/output/output.strings.js:105
+msgid "No result found"
+msgstr ""
+
#: client/src/scheduler/scheduled-jobs.list.js:16
msgid "No schedules exist"
msgstr "Er bestaan geen schema's"
@@ -3103,11 +3496,21 @@ msgstr "Geen geselecteerd"
msgid "Normal User"
msgstr "Normale gebruiker"
-#: client/src/projects/list/projects-list.controller.js:91
+#: client/features/output/output.strings.js:36
+#: client/src/workflow-results/workflow-results.controller.js:56
+msgid "Not Finished"
+msgstr "Niet voltooid"
+
+#: client/features/output/output.strings.js:37
+#: client/src/workflow-results/workflow-results.controller.js:57
+msgid "Not Started"
+msgstr "Niet gestart"
+
+#: client/src/projects/list/projects-list.controller.js:93
msgid "Not configured for SCM"
msgstr "Niet geconfigureerd voor SCM"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:52
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:54
msgid "Not configured for inventory sync."
msgstr "Niet geconfigureerd voor inventarissynchronisatie."
@@ -3123,10 +3526,12 @@ msgstr ""
#: client/src/notifications/notificationTemplates.form.js:288
#: client/src/notifications/notificationTemplates.form.js:289
+#: client/src/notifications/notificationTemplates.form.js:472
+#: client/src/notifications/notificationTemplates.form.js:473
msgid "Notification Color"
msgstr "Berichtkleur"
-#: client/src/notifications/notification-templates-list/list.controller.js:113
+#: client/src/notifications/notification-templates-list/list.controller.js:131
msgid "Notification Failed."
msgstr "Bericht mislukt"
@@ -3134,14 +3539,14 @@ msgstr "Bericht mislukt"
msgid "Notification Label"
msgstr "Berichtlabel"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:29
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:31
msgid "Notification Templates"
msgstr "Berichtsjablonen"
+#: client/lib/components/components.strings.js:81
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:20
#: client/src/management-jobs/notifications/notification.route.js:21
#: client/src/notifications/notifications.list.js:17
-#: client/src/setup-menu/setup-menu.partial.html:48
msgid "Notifications"
msgstr "Berichten"
@@ -3149,26 +3554,28 @@ msgstr "Berichten"
msgid "Notify Channel"
msgstr "Bericht naar kanaal sturen"
+#: client/lib/services/base-string.service.js:68
#: client/src/inventories-hosts/hosts/hosts.partial.html:55
#: client/src/job-submission/job-submission.partial.html:269
#: client/src/partials/survey-maker-modal.html:27
-#: client/src/shared/form-generator.js:542
-#: client/src/shared/form-generator.js:773
-#: client/src/shared/generator-helpers.js:551
+#: client/src/shared/form-generator.js:547
+#: client/src/shared/form-generator.js:782
+#: client/src/shared/generator-helpers.js:554
msgid "OFF"
msgstr "UIT"
#: client/lib/services/base-string.service.js:63
-#: client/src/jobs/factories/delete-job.factory.js:115
+#: client/src/network-ui/network-nav/network.nav.view.html:85
msgid "OK"
msgstr "OK"
+#: client/lib/services/base-string.service.js:67
#: client/src/inventories-hosts/hosts/hosts.partial.html:54
#: client/src/job-submission/job-submission.partial.html:267
#: client/src/partials/survey-maker-modal.html:26
-#: client/src/shared/form-generator.js:538
-#: client/src/shared/form-generator.js:771
-#: client/src/shared/generator-helpers.js:547
+#: client/src/shared/form-generator.js:543
+#: client/src/shared/form-generator.js:780
+#: client/src/shared/generator-helpers.js:550
msgid "ON"
msgstr "AAN"
@@ -3176,27 +3583,32 @@ msgstr "AAN"
msgid "OPTIONS"
msgstr "OPTIES"
+#: client/features/applications/applications.strings.js:29
+msgid "ORG"
+msgstr "ORG"
+
#: client/src/activity-stream/get-target-title.factory.js:29
#: client/src/organizations/list/organizations-list.partial.html:6
-#: client/src/organizations/main.js:52
+#: client/src/organizations/main.js:51
msgid "ORGANIZATIONS"
msgstr "ORGANISATIES"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:116
-msgid "OVERWRITE"
-msgstr "OVERSCHRIJVEN"
+#: client/src/scheduler/scheduler.strings.js:37
+msgid "Occurrences"
+msgstr ""
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:123
-msgid "OVERWRITE VARS"
-msgstr "VARIABELEN OVERSCHRIJVEN"
+#: client/src/workflow-results/workflow-results.controller.js:65
+msgid "On Fail"
+msgstr "Bij mislukken"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:38
-msgid "On Failure"
-msgstr "Bij mislukken"
+#: client/features/templates/templates.strings.js:105
+msgid "On Failure"
+msgstr ""
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:33
-msgid "On Success"
-msgstr "Bij slagen"
+#: client/features/templates/templates.strings.js:104
+#: client/src/workflow-results/workflow-results.controller.js:64
+msgid "On Success"
+msgstr "Bij slagen"
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:157
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:162
@@ -3211,8 +3623,8 @@ msgstr ""
"Domeinen van OpenStack bepalen administratieve grenzen. Het is alleen nodig "
"voor Keystone v3 authenticatie-URL's. Veel voorkomende scenario's zijn:"
-#: client/src/templates/job_templates/job-template.form.js:240
-#: client/src/templates/workflows.form.js:69
+#: client/src/templates/job_templates/job-template.form.js:230
+#: client/src/templates/workflows.form.js:78
msgid ""
"Optional labels that describe this job template, such as 'dev' or 'test'. "
"Labels can be used to group and filter job templates and completed jobs."
@@ -3221,35 +3633,38 @@ msgstr ""
"Labels kunnen gebruikt worden om taaksjablonen en uitgevoerde taken te "
"ordenen en filteren."
-#: client/src/notifications/notificationTemplates.form.js:382
+#: client/src/notifications/notificationTemplates.form.js:453
#: client/src/partials/logviewer.html:7
-#: client/src/templates/job_templates/job-template.form.js:259
+#: client/src/templates/job_templates/job-template.form.js:270
+#: client/src/templates/workflows.form.js:96
msgid "Options"
msgstr "Opties"
#: client/src/credentials/credentials.form.js:46
#: client/src/credentials/credentials.form.js:53
-#: client/src/inventories-hosts/inventories/inventory.list.js:60
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:51
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:58
+#: client/src/inventories-hosts/inventories/inventory.list.js:61
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:33
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:41
#: client/src/inventory-scripts/inventory-scripts.form.js:40
#: client/src/inventory-scripts/inventory-scripts.list.js:27
#: client/src/notifications/notificationTemplates.form.js:44
-#: client/src/projects/projects.form.js:41
-#: client/src/projects/projects.form.js:47 client/src/teams/teams.form.js:37
-#: client/src/teams/teams.list.js:30 client/src/templates/workflows.form.js:45
-#: client/src/templates/workflows.form.js:51 client/src/users/users.form.js:40
+#: client/src/projects/projects.form.js:42
+#: client/src/projects/projects.form.js:48 client/src/teams/teams.form.js:40
+#: client/src/teams/teams.list.js:30 client/src/templates/workflows.form.js:55
+#: client/src/templates/workflows.form.js:61 client/src/users/users.form.js:43
msgid "Organization"
msgstr "Organisatie"
+#: client/lib/components/components.strings.js:77
+#: client/lib/models/models.strings.js:35
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:136
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:64
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:30
-#: client/src/setup-menu/setup-menu.partial.html:4
-#: client/src/users/users.form.js:132
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32
+#: client/src/users/users.form.js:135
msgid "Organizations"
msgstr "Organisaties"
+#: client/features/templates/templates.strings.js:27
#: client/src/job-submission/job-submission.partial.html:19
msgid "Other Prompts"
msgstr "Overige meldingen"
@@ -3306,6 +3721,7 @@ msgstr ""
" worden in het script van de inventarisupdate. Voor een gedetailleerde "
"beschrijving van deze variabelen"
+#: client/features/output/output.strings.js:60
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:328
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:333
msgid "Overwrite"
@@ -3316,6 +3732,10 @@ msgstr "Overschrijven"
msgid "Overwrite Variables"
msgstr "Variabelen overschrijven"
+#: client/features/output/output.strings.js:61
+msgid "Overwrite Vars"
+msgstr "Variabelen overschrijven"
+
#: client/src/credentials/credentials.list.js:40
msgid "Owners"
msgstr "Eigenaren"
@@ -3324,10 +3744,14 @@ msgstr "Eigenaren"
msgid "PASSWORD"
msgstr "WACHTWOORD"
-#: client/features/credentials/legacy.credentials.js:122
+#: client/features/credentials/legacy.credentials.js:117
msgid "PERMISSIONS"
msgstr "MACHTIGINGEN"
+#: client/features/output/output.strings.js:102
+msgid "PLAY"
+msgstr ""
+
#: client/src/partials/job-template-details.html:2
msgid "PLAYBOOK"
msgstr "DRAAIBOEK"
@@ -3336,41 +3760,32 @@ msgstr "DRAAIBOEK"
msgid "PLEASE ADD A SURVEY PROMPT."
msgstr "VOEG EEN MELDING VOOR DE VRAGENLIJST TOE."
-#: client/src/instance-groups/instances/instances-list.partial.html:6
-#: client/src/instance-groups/list/instance-groups-list.partial.html:16
-#: client/src/organizations/list/organizations-list.partial.html:47
-#: client/src/shared/form-generator.js:1885
+#: client/src/organizations/list/organizations-list.partial.html:37
+#: client/src/shared/form-generator.js:1894
#: client/src/shared/list-generator/list-generator.factory.js:248
msgid "PLEASE ADD ITEMS TO THIS LIST"
msgstr "VOEG ITEMS AAN DEZE LIJST TOE"
-#: client/src/main-menu/main-menu.partial.html:67
-msgid "PORTAL MODE"
-msgstr "PORTAALMODUS"
-
#: client/src/partials/survey-maker-modal.html:43
msgid "PREVIEW"
msgstr "VOORVERTONING"
-#: client/src/job-results/job-results.service.js:166
-msgid "PROCEED"
-msgstr "DOORGAAN"
-
#: client/src/partials/job-template-details.html:2
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:73
msgid "PROJECT"
msgstr "PROJECT"
#: client/src/activity-stream/get-target-title.factory.js:8
-#: client/src/main-menu/main-menu.partial.html:19
-#: client/src/main-menu/main-menu.partial.html:95
-#: client/src/organizations/linkout/organizations-linkout.route.js:195
-#: client/src/organizations/list/organizations-list.controller.js:72
-#: client/src/projects/main.js:73 client/src/projects/projects.list.js:14
+#: client/src/organizations/linkout/organizations-linkout.route.js:196
+#: client/src/organizations/list/organizations-list.controller.js:73
+#: client/src/projects/main.js:92 client/src/projects/projects.list.js:14
#: client/src/projects/projects.list.js:15
msgid "PROJECTS"
msgstr "PROJECTEN"
+#: client/features/templates/templates.strings.js:26
+msgid "PROMPT"
+msgstr ""
+
#: client/src/shared/paginate/paginate.partial.html:33
msgid "Page"
msgstr "Pagina"
@@ -3379,7 +3794,7 @@ msgstr "Pagina"
msgid "Pagerduty subdomain"
msgstr "Subdomein Pagerduty"
-#: client/src/templates/job_templates/job-template.form.js:348
+#: client/src/templates/job_templates/job-template.form.js:358
msgid ""
"Pass extra command line variables to the playbook. Provide key/value pairs "
"using either YAML or JSON. Refer to the Ansible Tower documentation for "
@@ -3389,7 +3804,7 @@ msgstr ""
"paren op met YAML of JSON. Raadpleeg de documentatie van Ansible Tower voor "
"voorbeeldsyntaxis."
-#: client/src/templates/workflows.form.js:80
+#: client/src/templates/workflows.form.js:89
msgid ""
"Pass extra command line variables to the playbook. This is the -e or "
"--extra-vars command line parameter for ansible-playbook. Provide key/value "
@@ -3401,7 +3816,7 @@ msgstr ""
"sleutel/waarde-paren op met YAML of JSON. Raadpleeg de documentatie van "
"Ansible Tower voor voorbeeldsyntaxis."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:138
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:139
msgid ""
"Pass extra command line variables. This is the %s or %s command line "
"parameter for %s. Provide key/value pairs using either YAML or JSON."
@@ -3425,8 +3840,9 @@ msgstr ""
#: client/src/credentials/factories/kind-change.factory.js:78
#: client/src/credentials/factories/kind-change.factory.js:97
#: client/src/job-submission/job-submission.partial.html:104
-#: client/src/notifications/shared/type-change.service.js:28
-#: client/src/users/users.form.js:68
+#: client/src/notifications/shared/type-change.service.js:30
+#: client/src/templates/survey-maker/surveys/init.factory.js:15
+#: client/src/users/users.form.js:71
msgid "Password"
msgstr "Wachtwoord"
@@ -3466,7 +3882,7 @@ msgstr ""
"Plak hier de inhoud van het SSH-privésleutelbestand.%s of klik om af te "
"sluiten%s"
-#: client/src/inventories-hosts/inventories/inventory.list.js:119
+#: client/src/inventories-hosts/inventories/inventory.list.js:135
msgid "Pending Delete"
msgstr "In afwachting om verwijderd te worden"
@@ -3474,43 +3890,48 @@ msgstr "In afwachting om verwijderd te worden"
msgid "Period"
msgstr "Periode"
-#: client/src/projects/add/projects-add.controller.js:29
+#: client/src/projects/add/projects-add.controller.js:31
#: client/src/users/add/users-add.controller.js:43
msgid "Permission Error"
msgstr "Machtigingsfout"
#: client/features/credentials/credentials.strings.js:14
-#: client/features/credentials/legacy.credentials.js:66
+#: client/features/credentials/legacy.credentials.js:63
#: client/src/credentials/credentials.form.js:439
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:122
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:123
-#: client/src/projects/projects.form.js:233 client/src/teams/teams.form.js:117
-#: client/src/templates/job_templates/job-template.form.js:386
-#: client/src/templates/workflows.form.js:114
-#: client/src/users/users.form.js:187
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:104
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:106
+#: client/src/projects/projects.form.js:247 client/src/teams/teams.form.js:120
+#: client/src/templates/job_templates/job-template.form.js:397
+#: client/src/templates/workflows.form.js:139
+#: client/src/users/users.form.js:190
msgid "Permissions"
msgstr "Machtigingen"
-#: client/src/job-results/job-results.partial.html:249
-#: client/src/shared/form-generator.js:1069
+#: client/features/output/output.strings.js:62
+#: client/src/shared/form-generator.js:1078
#: client/src/templates/job_templates/job-template.form.js:107
#: client/src/templates/job_templates/job-template.form.js:115
msgid "Playbook"
msgstr "Draaiboek"
-#: client/src/projects/projects.form.js:89
+#: client/src/projects/projects.form.js:90
msgid "Playbook Directory"
msgstr "Draaiboekmap"
+#: client/features/templates/templates.strings.js:60
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:52
msgid "Playbook Run"
msgstr "Draaiboek uitvoering"
-#: client/src/job-results/job-results.partial.html:488
+#: client/features/output/output.strings.js:90
msgid "Plays"
msgstr "Uitvoeringen van het draaiboek"
-#: client/src/users/users.form.js:126
+#: client/lib/components/components.strings.js:108
+msgid "Please add items to this list."
+msgstr "Voeg items aan deze lijst toe."
+
+#: client/src/users/users.form.js:129
msgid "Please add user to an Organization."
msgstr "Voeg gebruiker toe aan een organisatie"
@@ -3522,6 +3943,12 @@ msgstr "Wijs rollen toe aan de geselecteerde bronnen"
msgid "Please assign roles to the selected users/teams"
msgstr "Wijs rollen toe aan de geselecteerde gebruikers/teams"
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid ""
+"Please check the server and make sure the directory exists and file "
+"permissions are set correctly."
+msgstr ""
+
#: client/src/license/license.partial.html:84
msgid ""
"Please click the button below to visit Ansible's website to get a Tower "
@@ -3534,8 +3961,12 @@ msgstr ""
msgid "Please click the icon to edit the host filter."
msgstr "Klik op het icoon om de hostfilter te wijzigen."
-#: client/src/shared/form-generator.js:861
-#: client/src/shared/form-generator.js:956
+#: client/features/templates/templates.strings.js:114
+msgid "Please click the start button to build your workflow."
+msgstr ""
+
+#: client/src/shared/form-generator.js:870
+#: client/src/shared/form-generator.js:965
msgid ""
"Please enter a URL that begins with ssh, http or https. The URL may not "
"contain the '@' character."
@@ -3543,18 +3974,19 @@ msgstr ""
"Voer een URL in die begint met ssh, http of https. De URL mag niet het teken"
" '@' bevatten."
-#: client/src/shared/form-generator.js:1158
+#: client/src/shared/form-generator.js:1167
msgid "Please enter a number greater than %d and less than %d."
msgstr "Voer een getal in dat groter is dan %d en kleiner dan %d."
-#: client/src/shared/form-generator.js:1160
+#: client/src/shared/form-generator.js:1169
msgid "Please enter a number greater than %d."
msgstr "Voer een getal in dat groter is dan %d."
-#: client/src/shared/form-generator.js:1152
+#: client/src/shared/form-generator.js:1161
msgid "Please enter a number."
msgstr "Voer een getal in."
+#: client/features/templates/templates.strings.js:39
#: client/src/job-submission/job-submission.partial.html:112
#: client/src/job-submission/job-submission.partial.html:126
#: client/src/job-submission/job-submission.partial.html:140
@@ -3567,15 +3999,15 @@ msgstr "Voer een wachtwoord in."
msgid "Please enter a username."
msgstr "Voer een gebruikersnaam in."
-#: client/src/shared/form-generator.js:851
-#: client/src/shared/form-generator.js:946
+#: client/src/shared/form-generator.js:860
+#: client/src/shared/form-generator.js:955
msgid "Please enter a valid email address."
msgstr "Voer een geldig e-mailadres in."
#: client/lib/components/components.strings.js:15
-#: client/src/shared/form-generator.js:1016
-#: client/src/shared/form-generator.js:846
-#: client/src/shared/form-generator.js:941
+#: client/src/shared/form-generator.js:1025
+#: client/src/shared/form-generator.js:855
+#: client/src/shared/form-generator.js:950
msgid "Please enter a value."
msgstr "Voer een waarde in."
@@ -3584,17 +4016,25 @@ msgstr "Voer een waarde in."
#: client/src/job-submission/job-submission.partial.html:305
#: client/src/job-submission/job-submission.partial.html:311
#: client/src/job-submission/job-submission.partial.html:317
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:36
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:42
msgid "Please enter an answer between"
msgstr "Voer een antwoord in tussen"
+#: client/features/templates/templates.strings.js:59
#: client/src/job-submission/job-submission.partial.html:316
msgid "Please enter an answer that is a decimal number."
msgstr "Voer een antwoord in dat een decimaal getal is."
+#: client/features/templates/templates.strings.js:58
#: client/src/job-submission/job-submission.partial.html:310
msgid "Please enter an answer that is a valid integer."
msgstr "Voer een antwoord in dat een geldig geheel getal is."
+#: client/features/templates/templates.strings.js:56
#: client/src/job-submission/job-submission.partial.html:288
#: client/src/job-submission/job-submission.partial.html:293
#: client/src/job-submission/job-submission.partial.html:304
@@ -3603,16 +4043,27 @@ msgstr "Voer een antwoord in dat een geldig geheel getal is."
msgid "Please enter an answer."
msgstr "Voer een antwoord in."
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:11
-#: client/src/templates/completed-jobs.list.js:11
-msgid "Please save and run a job to view."
-msgstr "Sla op en voer een taak uit om te bekijken."
+#: client/features/templates/templates.strings.js:115
+msgid "Please hover over a template for additional options."
+msgstr ""
-#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:50
+#: client/src/management-jobs/scheduler/schedulerForm.partial.html:169
+msgid "Please input a number greater than 1."
+msgstr "Voer een getal in dat groter is dan 1."
+
+#: client/src/scheduler/scheduler.strings.js:39
+msgid "Please provide a valid date."
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:22
+msgid "Please provide a value between 1 and 999."
+msgstr ""
+
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:54
msgid "Please save before adding a survey to this job template."
msgstr "Sla op voordat u een een vragenlijst toevoegt aan deze taaksjabloon."
-#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:46
+#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:51
msgid "Please save before adding a survey to this workflow."
msgstr "Sla op voordat u een vragenlijst toevoegt aan deze workflow."
@@ -3620,32 +4071,32 @@ msgstr "Sla op voordat u een vragenlijst toevoegt aan deze workflow."
msgid "Please save before adding notifications."
msgstr "Sla op voordat u berichten toevoegt."
-#: client/src/organizations/organizations.form.js:68
-#: client/src/teams/teams.form.js:69
+#: client/src/organizations/organizations.form.js:80
+#: client/src/teams/teams.form.js:72
msgid "Please save before adding users."
msgstr "Sla op voordat u gebruikers toevoegt."
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:118
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:119
-#: client/src/projects/projects.form.js:225 client/src/teams/teams.form.js:113
-#: client/src/templates/job_templates/job-template.form.js:379
-#: client/src/templates/workflows.form.js:107
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:100
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:102
+#: client/src/projects/projects.form.js:239 client/src/teams/teams.form.js:116
+#: client/src/templates/job_templates/job-template.form.js:390
+#: client/src/templates/workflows.form.js:132
msgid "Please save before assigning permissions."
msgstr "Sla op voordat u machtigingen toekent."
-#: client/src/users/users.form.js:124 client/src/users/users.form.js:183
+#: client/src/users/users.form.js:127 client/src/users/users.form.js:186
msgid "Please save before assigning to organizations."
msgstr "Sla op voordat u toewijst aan organisaties."
-#: client/src/users/users.form.js:152
+#: client/src/users/users.form.js:155
msgid "Please save before assigning to teams."
msgstr "Sla op voordat u toewijst aan teams."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:164
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:147
msgid "Please save before creating groups."
msgstr "Sla op voordat u groepen aanmaakt."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:173
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:156
msgid "Please save before creating hosts."
msgstr "Sla op voordat u hosts aanmaakt."
@@ -3660,11 +4111,11 @@ msgstr "Sla op voordat u groepen bepaalt."
msgid "Please save before defining hosts."
msgstr "Sla op voordat u hosts bepaalt."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:182
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:165
msgid "Please save before defining inventory sources."
msgstr "Sla op voordat u inventarisbronnen bepaalt."
-#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:45
+#: client/src/templates/workflows/add-workflow/workflow-add.controller.js:50
msgid "Please save before defining the workflow graph."
msgstr "Sla op voordat u de workflowgrafiek bepaalt."
@@ -3679,7 +4130,7 @@ msgstr "Sla op voordat u Insights bekijkt."
msgid "Please save before viewing facts."
msgstr "Sla op voordat u feiten bekijkt."
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:164
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:146
msgid "Please save before viewing hosts."
msgstr "Sla op voordat u hosts bekijkt."
@@ -3691,30 +4142,22 @@ msgstr "Selecteer gebruikers/teams uit de onderstaande lijsten."
msgid "Please select Users from the list below."
msgstr "Selecteer gebruikers uit de onderstaande lijst."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:58
-msgid "Please select a Credential."
-msgstr "Selecteer toegangsgegevens."
-
-#: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:46
-msgid ""
-"Please select a machine (SSH) credential or check the \"Prompt on launch\" "
-"option."
-msgstr ""
-"Selecteer machine (SSH)-toegangsgegevens of vink de optie \"Melding bij "
-"opstarten\" aan."
-
-#: client/src/shared/form-generator.js:1193
+#: client/src/shared/form-generator.js:1202
msgid "Please select a number between"
msgstr "Selecteer een getal tussen"
-#: client/src/shared/form-generator.js:1189
+#: client/src/shared/form-generator.js:1198
msgid "Please select a number."
msgstr "Selecteer een getal."
-#: client/src/shared/form-generator.js:1081
-#: client/src/shared/form-generator.js:1149
-#: client/src/shared/form-generator.js:1270
-#: client/src/shared/form-generator.js:1378
+#: client/features/templates/templates.strings.js:57
+msgid "Please select a value"
+msgstr "Selecteer een waarde"
+
+#: client/src/shared/form-generator.js:1090
+#: client/src/shared/form-generator.js:1158
+#: client/src/shared/form-generator.js:1279
+#: client/src/shared/form-generator.js:1387
msgid "Please select a value."
msgstr "Selecteer een waarde."
@@ -3722,36 +4165,41 @@ msgstr "Selecteer een waarde."
msgid "Please select an Inventory or check the Prompt on launch option."
msgstr "Selecteer een inventaris of vink de optie Melding bij opstarten aan."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:79
-msgid "Please select an Inventory."
-msgstr "Selecteer een inventaris."
-
#: client/src/inventories-hosts/inventory-hosts.strings.js:26
msgid "Please select an organization before editing the host filter."
msgstr "Selecteer een organisatie voordat u het hostfilter wijzigt."
-#: client/src/shared/form-generator.js:1186
+#: client/src/shared/form-generator.js:1195
msgid "Please select at least one value."
msgstr "Selecteer ten minste één waarde."
+#: client/src/scheduler/scheduler.strings.js:35
+msgid "Please select one or more days."
+msgstr ""
+
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:30
msgid "Please select resources from the lists below."
msgstr "Selecteer hulpbronnen uit de onderstaande lijsten."
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid "Populate the hosts for this inventory by using a search filter."
msgstr "Vul de hosts voor dit inventaris in door een zoekfilter te gebruiken."
-#: client/src/notifications/shared/type-change.service.js:27
+#: client/src/notifications/shared/type-change.service.js:29
msgid "Port"
msgstr "Poort"
+#: client/features/templates/templates.strings.js:29
+msgid "Preview"
+msgstr "Voorvertoning"
+
#: client/src/credentials/credentials.form.js:257
#: client/src/credentials/factories/kind-change.factory.js:21
#: client/src/credentials/factories/kind-change.factory.js:45
msgid "Private Key"
msgstr "Privésleutel"
+#: client/features/templates/templates.strings.js:42
#: client/src/credentials/credentials.form.js:264
#: client/src/job-submission/job-submission.partial.html:118
msgid "Private Key Passphrase"
@@ -3762,6 +4210,7 @@ msgstr "Privésleutel wachtwoordzin"
msgid "Privilege Escalation"
msgstr "Verhoging van rechten"
+#: client/features/templates/templates.strings.js:43
#: client/src/credentials/credentials.form.js:305
#: client/src/job-submission/job-submission.partial.html:132
msgid "Privilege Escalation Password"
@@ -3771,10 +4220,12 @@ msgstr "Wachtwoord verhoging van rechten"
msgid "Privilege Escalation Username"
msgstr "Gebruikersnaam verhoging van rechten"
+#: client/features/jobs/jobs.strings.js:14
+#: client/features/output/output.strings.js:63
+#: client/features/templates/templates.strings.js:17
#: client/src/credentials/factories/become-method-change.factory.js:30
#: client/src/credentials/factories/kind-change.factory.js:87
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:93
-#: client/src/job-results/job-results.partial.html:216
#: client/src/templates/job_templates/job-template.form.js:100
#: client/src/templates/job_templates/job-template.form.js:91
msgid "Project"
@@ -3785,8 +4236,8 @@ msgstr "Projecten"
msgid "Project (Tenant Name)"
msgstr "Projecten (naam huurder)"
-#: client/src/projects/projects.form.js:75
-#: client/src/projects/projects.form.js:83
+#: client/src/projects/projects.form.js:76
+#: client/src/projects/projects.form.js:84
msgid "Project Base Path"
msgstr "Basispad project"
@@ -3794,23 +4245,30 @@ msgstr "Basispad project"
msgid "Project Name"
msgstr "Projectnaam"
-#: client/src/projects/projects.form.js:100
+#: client/src/projects/projects.form.js:101
msgid "Project Path"
msgstr "Projectpad"
+#: client/features/templates/templates.strings.js:107
+#: client/src/workflow-results/workflow-results.controller.js:67
+msgid "Project Sync"
+msgstr "Projectsynchronisatie"
+
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:66
msgid "Project Sync Failures"
msgstr "Mislukte projectsynchronisaties"
-#: client/src/projects/list/projects-list.controller.js:170
+#: client/src/projects/list/projects-list.controller.js:187
msgid "Project lookup failed. GET returned:"
msgstr "Ophalen project mislukt. Geretourneerde OPHALEN:"
+#: client/lib/components/components.strings.js:72
+#: client/lib/models/models.strings.js:40
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:115
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:47
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:31
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33
#: client/src/home/dashboard/counts/dashboard-counts.directive.js:61
-#: client/src/organizations/linkout/organizations-linkout.route.js:206
+#: client/src/organizations/linkout/organizations-linkout.route.js:207
msgid "Projects"
msgstr "Projecten"
@@ -3842,35 +4300,31 @@ msgstr "Hosts promoveren"
msgid "Promote {{ group }} and {{ host }}"
msgstr "{{ group }} en {{ host }} promoveren"
+#: client/src/scheduler/scheduler.strings.js:46
#: client/src/templates/survey-maker/shared/question-definition.form.js:27
msgid "Prompt"
msgstr "Melding"
-#: client/lib/components/components.strings.js:30
-#: client/src/templates/job_templates/job-template.form.js:139
-#: client/src/templates/job_templates/job-template.form.js:169
-#: client/src/templates/job_templates/job-template.form.js:186
-#: client/src/templates/job_templates/job-template.form.js:212
-#: client/src/templates/job_templates/job-template.form.js:229
-#: client/src/templates/job_templates/job-template.form.js:254
-#: client/src/templates/job_templates/job-template.form.js:354
+#: client/lib/components/components.strings.js:34
+#: client/src/templates/job_templates/job-template.form.js:138
+#: client/src/templates/job_templates/job-template.form.js:168
+#: client/src/templates/job_templates/job-template.form.js:185
+#: client/src/templates/job_templates/job-template.form.js:202
+#: client/src/templates/job_templates/job-template.form.js:219
+#: client/src/templates/job_templates/job-template.form.js:265
+#: client/src/templates/job_templates/job-template.form.js:365
#: client/src/templates/job_templates/job-template.form.js:60
#: client/src/templates/job_templates/job-template.form.js:86
msgid "Prompt on launch"
msgstr "Melding bij opstarten"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:132
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:147
-msgid "Provide a comma separated list of tags."
-msgstr "Geef een lijst van tags gescheiden door komma's op."
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:184
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:266
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:238
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:253
msgid "Provide a comma-separated list of filter expressions."
msgstr "Voer een lijst van filteruitdrukkingen in, gescheiden door komma's."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:200
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:284
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:254
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:271
msgid ""
"Provide a comma-separated list of filter expressions. Hosts are imported "
"when all of the filters match. Refer to Ansible Tower documentation for more"
@@ -3883,10 +4337,11 @@ msgstr ""
#: client/src/inventories-hosts/hosts/host.form.js:50
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:49
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:49
+#: client/src/network-ui/network.ui.strings.js:47
msgid "Provide a host name, ip address, or ip address:port. Examples include:"
msgstr "Geef een hostnaam, IP-adres, of IP-adres:poort op. Voorbeelden:"
-#: client/src/templates/job_templates/job-template.form.js:163
+#: client/src/templates/job_templates/job-template.form.js:162
msgid ""
"Provide a host pattern to further constrain the list of hosts that will be "
"managed or affected by the playbook. Multiple patterns are allowed. Refer to"
@@ -3897,15 +4352,13 @@ msgstr ""
"toegestaan. Raadpleeg de documentatie van Ansible voor meer informatie over "
"en voorbeelden van patronen."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:116
+#: client/features/credentials/credentials.strings.js:22
msgid ""
-"Provide a host pattern to further constrain the list of hosts that will be "
-"managed or affected by the playbook. Multiple patterns can be separated by "
-"%s %s or %s"
+"Provide account information using Google Compute Engine JSON credentials "
+"file."
msgstr ""
-"Geef een hostpatroon op om de lijst van hosts die beheerd of beïnvloed "
-"worden door het draaiboek verder te beperken. Meerdere patronen kunnen "
-"gescheiden worden door %s %s of %s"
+"Geef accountgegevens met het JSON-toegangsgegevensbestand van Google Compute"
+" Engine."
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:196
msgid "Provide environment variables to pass to the custom inventory script."
@@ -3913,8 +4366,8 @@ msgstr ""
"Geef omgevingsvariabelen op om door te geven aan het aangepaste "
"inventarisscript."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:203
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:287
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:257
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
msgid ""
"Provide the named URL encoded name or id of the remote Tower inventory to be"
" imported."
@@ -3922,24 +4375,24 @@ msgstr ""
"Voer de URL, versleutelde naam of ID of de externe inventaris in die "
"geïmporteerd moet worden."
-#: client/src/templates/job_templates/job-template.form.js:311
-#: client/src/templates/job_templates/job-template.form.js:319
+#: client/src/templates/job_templates/job-template.form.js:321
+#: client/src/templates/job_templates/job-template.form.js:329
msgid "Provisioning Callback URL"
msgstr "Provisioning terugkoppelings-URL"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:81
+#: client/src/notifications/edit/edit.controller.js:128
msgid "Purple"
msgstr "Paars"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:14
-msgid "Queued. Click for details"
-msgstr "In de wachtrij. Klik voor meer informatie"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:112
+#: client/src/configuration/auth-form/configuration-auth.controller.js:134
msgid "RADIUS"
msgstr "RADIUS"
+#: client/src/instance-groups/instance-groups.strings.js:43
+msgid "RAM"
+msgstr ""
+
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:4
msgid "RECENT JOB RUNS"
msgstr "RECENTE TAAKUITVOERINGEN"
@@ -3948,7 +4401,7 @@ msgstr "RECENTE TAAKUITVOERINGEN"
msgid "RECENTLY RUN JOBS"
msgstr "TAKEN DIE RECENT UITGEVOERD ZIJN"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:50
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:51
msgid "RECENTLY USED JOB TEMPLATES"
msgstr "TAAKSJABLONEN DIE RECENT GEBRUIKT ZIJN"
@@ -3964,22 +4417,20 @@ msgstr "SJABLONEN DIE RECENT GEBRUIKT ZIJN"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:113
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:47
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:54
-#: client/src/jobs/jobs.partial.html:15
-#: client/src/portal-mode/portal-mode-jobs.partial.html:20
#: client/src/projects/projects.list.js:71
-#: client/src/scheduler/schedules.list.js:61
+#: client/src/scheduler/schedules.list.js:69
msgid "REFRESH"
msgstr "VERNIEUWEN"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:109
-msgid "REGIONS"
-msgstr "REGIO'S"
+#: client/features/users/tokens/tokens.strings.js:23
+msgid "REFRESH TOKEN"
+msgstr "TOKEN VERVERSEN"
#: client/src/shared/smart-search/smart-search.partial.html:48
msgid "RELATED FIELDS:"
msgstr "VERWANTE VELDEN:"
-#: client/src/shared/directives.js:78
+#: client/src/shared/directives.js:94
msgid "REMOVE"
msgstr "VERWIJDEREN"
@@ -3987,16 +4438,15 @@ msgstr "VERWIJDEREN"
msgid "REPLACE"
msgstr "VERVANGEN"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:7
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:7
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:7
+#: client/features/output/output.strings.js:8
msgid "RESULTS"
msgstr "RESULTATEN"
+#: client/features/templates/templates.strings.js:35
#: client/lib/components/components.strings.js:8
#: client/src/job-submission/job-submission.partial.html:44
#: client/src/job-submission/job-submission.partial.html:87
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:52
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:60
msgid "REVERT"
msgstr "TERUGZETTEN"
@@ -4005,6 +4455,10 @@ msgstr "TERUGZETTEN"
msgid "RSA Private Key"
msgstr "RSA-privésleutel"
+#: client/features/templates/templates.strings.js:116
+msgid "RUN"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/adhoc/adhoc.route.js:28
msgid "RUN COMMAND"
msgstr "COMMANDO UITVOEREN"
@@ -4017,20 +4471,24 @@ msgstr "COMMANDO UITVOEREN"
msgid "RUN COMMANDS"
msgstr "COMMANDO'S UITVOEREN"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:84
+#: client/src/notifications/edit/edit.controller.js:131
msgid "Random"
msgstr "Willekeurig"
-#: client/src/job-results/job-results.partial.html:411
-msgid "Read only view of extra variables added to the job template."
-msgstr ""
-"Alleen-lezen-beeld van extra variabelen toegevoegd aan het taaksjabloon."
+#: client/features/users/tokens/tokens.strings.js:30
+msgid "Read"
+msgstr "Lezen"
-#: client/src/workflow-results/workflow-results.partial.html:155
+#: client/src/workflow-results/workflow-results.controller.js:121
msgid "Read only view of extra variables added to the workflow."
msgstr "Alleen-lezen-beeld van extra variabelen toegevoegd aan de workflow."
+#: client/features/output/output.strings.js:23
+#: client/lib/components/code-mirror/code-mirror.strings.js:49
+msgid "Read-only view of extra variables added to the job template."
+msgstr "Alleen-lezen-beeld van extra variabelen toegevoegd aan taaksjabloon."
+
#: client/src/notifications/notificationTemplates.list.js:26
msgid "Recent Notifications"
msgstr "Recente berichten"
@@ -4040,12 +4498,12 @@ msgstr "Recente berichten"
msgid "Recipient List"
msgstr "Lijst van ontvangers"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/src/notifications/add/add.controller.js:82
+#: client/src/notifications/edit/edit.controller.js:129
msgid "Red"
msgstr "Rood"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:47
msgid ""
"Refer to the Ansible Tower documentation for further syntax and examples."
msgstr ""
@@ -4062,12 +4520,12 @@ msgstr ""
#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:43
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:50
#: client/src/projects/projects.list.js:67
-#: client/src/scheduler/schedules.list.js:57
+#: client/src/scheduler/schedules.list.js:65
msgid "Refresh the page"
msgstr "Pagina vernieuwen"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:177
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:258
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:231
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:245
msgid "Region:"
msgstr "Regio:"
@@ -4079,32 +4537,38 @@ msgstr "Regio's"
msgid "Related Groups"
msgstr "Gerelateerde groepen"
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:77
-#: client/src/job-results/job-results.partial.html:29
-#: client/src/jobs/all-jobs.list.js:99
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:11
-#: client/src/templates/completed-jobs.list.js:78
-#: client/src/workflow-results/workflow-results.partial.html:29
+#: client/lib/components/components.strings.js:98
+msgid "Relaunch On"
+msgstr "Opnieuw starten bij"
+
+#: client/lib/components/components.strings.js:97
+msgid "Relaunch using host parameters"
+msgstr "Opnieuw opstarten met hostparameters"
+
+#: client/lib/components/components.strings.js:96
+#: client/src/workflow-results/workflow-results.controller.js:37
msgid "Relaunch using the same parameters"
msgstr "Opnieuw opstarten met dezelfde parameters"
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:194
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:180
msgid "Remediate Inventory"
msgstr "Inventaris herstellen"
-#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:96
-#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:97
-#: client/src/teams/teams.form.js:142 client/src/users/users.form.js:222
+#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:102
+#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:103
+#: client/src/network-ui/network.ui.strings.js:41
+#: client/src/teams/teams.form.js:145 client/src/users/users.form.js:225
msgid "Remove"
msgstr "Verwijderen"
-#: client/src/projects/projects.form.js:158
+#: client/src/projects/projects.form.js:159
msgid "Remove any local modifications prior to performing an update."
msgstr ""
"Verwijder alle plaatselijke aanpassingen voordat een update uitgevoerd "
"wordt."
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:149
+#: client/src/scheduler/scheduler.strings.js:19
msgid "Repeat frequency"
msgstr "Frequentie herhalen"
@@ -4116,15 +4580,32 @@ msgstr "Licentie opvragen"
msgid "Required"
msgstr "Vereist"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:153
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:154
msgid "Reset"
msgstr "Resetten"
-#: client/src/job-results/job-results.partial.html:123
-msgid "Results Traceback"
-msgstr "Resultaten-traceback"
+#: client/src/network-ui/network.ui.strings.js:28
+msgid "Reset Zoom"
+msgstr ""
-#: client/src/shared/form-generator.js:690
+#: client/lib/components/components.strings.js:90
+msgid "Resources"
+msgstr "Hulpbronnen"
+
+#: client/features/templates/templates.strings.js:89
+#: client/src/scheduler/schedules.list.js:24
+msgid "Resources are missing from this template."
+msgstr "Er ontbreken hulpbronnen uit deze sjabloon."
+
+#: client/lib/services/base-string.service.js:87
+msgid "Return"
+msgstr "Teruggeven"
+
+#: client/features/users/tokens/tokens.strings.js:26
+msgid "Returned status:"
+msgstr "Teruggegeven status:"
+
+#: client/src/shared/form-generator.js:699
msgid "Revert"
msgstr "Terugzetten"
@@ -4133,54 +4614,56 @@ msgstr "Terugzetten"
#: client/src/configuration/auth-form/sub-forms/auth-github-team.form.js:51
#: client/src/configuration/auth-form/sub-forms/auth-github.form.js:47
#: client/src/configuration/auth-form/sub-forms/auth-google-oauth2.form.js:59
-#: client/src/configuration/auth-form/sub-forms/auth-ldap.form.js:95
+#: client/src/configuration/auth-form/sub-forms/auth-ldap.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap1.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap2.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap3.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap4.form.js:102
+#: client/src/configuration/auth-form/sub-forms/auth-ldap5.form.js:102
#: client/src/configuration/auth-form/sub-forms/auth-radius.form.js:34
-#: client/src/configuration/auth-form/sub-forms/auth-saml.form.js:87
+#: client/src/configuration/auth-form/sub-forms/auth-saml.form.js:121
#: client/src/configuration/auth-form/sub-forms/auth-tacacs.form.js:47
#: client/src/configuration/jobs-form/configuration-jobs.form.js:73
#: client/src/configuration/system-form/sub-forms/system-activity-stream.form.js:26
#: client/src/configuration/system-form/sub-forms/system-logging.form.js:74
-#: client/src/configuration/system-form/sub-forms/system-misc.form.js:50
+#: client/src/configuration/system-form/sub-forms/system-misc.form.js:53
#: client/src/configuration/ui-form/configuration-ui.form.js:36
msgid "Revert all to default"
msgstr "Alles terugzetten naar standaardinstellingen"
-#: client/src/job-results/job-results.partial.html:239
+#: client/features/output/output.strings.js:65
#: client/src/projects/projects.list.js:50
msgid "Revision"
msgstr "Herziening"
-#: client/src/projects/add/projects-add.controller.js:146
-#: client/src/projects/edit/projects-edit.controller.js:281
+#: client/src/projects/add/projects-add.controller.js:154
+#: client/src/projects/edit/projects-edit.controller.js:289
msgid "Revision #"
msgstr "Herziening #"
-#: client/features/credentials/legacy.credentials.js:88
-#: client/src/credentials/credentials.form.js:461
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:148
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:149
-#: client/src/organizations/organizations.form.js:97
-#: client/src/projects/projects.form.js:255 client/src/teams/teams.form.js:135
-#: client/src/teams/teams.form.js:98
-#: client/src/templates/workflows.form.js:138
-#: client/src/users/users.form.js:205
+#: client/features/credentials/legacy.credentials.js:85
+#: client/src/credentials/credentials.form.js:462
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:130
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:132
+#: client/src/organizations/organizations.form.js:109
+#: client/src/projects/projects.form.js:270 client/src/teams/teams.form.js:101
+#: client/src/teams/teams.form.js:138
+#: client/src/templates/workflows.form.js:163
+#: client/src/users/users.form.js:208
msgid "Role"
msgstr "Rol"
-#: client/src/instance-groups/instance-group.partial.html:14
+#: client/src/network-ui/network.ui.strings.js:35
+msgid "Router"
+msgstr ""
+
#: client/src/instance-groups/instance-groups.list.js:26
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:14
-#: client/src/instance-groups/instances/instances-list.partial.html:18
-#: client/src/instance-groups/instances/instances.list.js:24
-#: client/src/instance-groups/list/instance-groups-list.partial.html:29
+#: client/src/instance-groups/instance-groups.strings.js:15
+#: client/src/instance-groups/instance-groups.strings.js:48
msgid "Running Jobs"
msgstr "Taken in uitvoering"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:18
-msgid "Running! Click for details"
-msgstr "In uitvoering! Klik voor meer informatie"
-
-#: client/src/configuration/auth-form/configuration-auth.controller.js:113
+#: client/src/configuration/auth-form/configuration-auth.controller.js:135
msgid "SAML"
msgstr "SAML"
@@ -4193,45 +4676,42 @@ msgstr "SAML"
msgid "SAVE"
msgstr "OPSLAAN"
-#: client/src/scheduler/main.js:331
-msgid "SCHEDULED"
-msgstr "GEPLAND"
-
#: client/src/scheduler/scheduled-jobs.list.js:13
msgid "SCHEDULED JOBS"
msgstr "GEPLANDE TAKEN"
+#: client/features/jobs/index.view.html:13
#: client/src/activity-stream/get-target-title.factory.js:38
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:49
-#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:8
-#: client/src/management-jobs/scheduler/main.js:26
-#: client/src/management-jobs/scheduler/main.js:32
-#: client/src/scheduler/main.js:145 client/src/scheduler/main.js:183
-#: client/src/scheduler/main.js:235 client/src/scheduler/main.js:273
-#: client/src/scheduler/main.js:52 client/src/scheduler/main.js:90
+#: client/src/inventories-hosts/inventories/related/sources/list/schedule/sources-schedule.route.js:9
+#: client/src/management-jobs/scheduler/main.js:28
+#: client/src/management-jobs/scheduler/main.js:34
+#: client/src/scheduler/schedules.route.js:104
+#: client/src/scheduler/schedules.route.js:15
+#: client/src/scheduler/schedules.route.js:192
+#: client/src/scheduler/schedules.route.js:288
msgid "SCHEDULES"
msgstr "SCHEMA'S"
-#: client/src/projects/add/projects-add.controller.js:118
-#: client/src/projects/edit/projects-edit.controller.js:254
+#: client/src/projects/add/projects-add.controller.js:126
+#: client/src/projects/edit/projects-edit.controller.js:262
msgid "SCM Branch"
msgstr "SCM-vertakking"
-#: client/src/projects/add/projects-add.controller.js:137
-#: client/src/projects/edit/projects-edit.controller.js:272
+#: client/src/projects/add/projects-add.controller.js:145
+#: client/src/projects/edit/projects-edit.controller.js:280
msgid "SCM Branch/Tag/Commit"
msgstr "SCM-vertakking/tag/binding"
-#: client/src/projects/add/projects-add.controller.js:158
-#: client/src/projects/edit/projects-edit.controller.js:293
+#: client/src/projects/add/projects-add.controller.js:166
+#: client/src/projects/edit/projects-edit.controller.js:301
msgid "SCM Branch/Tag/Revision"
msgstr "SCM-vertakking/tag/herziening"
-#: client/src/projects/projects.form.js:159
+#: client/src/projects/projects.form.js:160
msgid "SCM Clean"
msgstr "SCM-zuiveren"
-#: client/src/projects/projects.form.js:170
+#: client/src/projects/projects.form.js:171
msgid "SCM Delete"
msgstr "SCM-verwijderen"
@@ -4240,30 +4720,38 @@ msgstr "SCM-verwijderen"
msgid "SCM Private Key"
msgstr "SCM-privésleutel"
-#: client/src/projects/projects.form.js:55
+#: client/src/projects/projects.form.js:56
msgid "SCM Type"
msgstr "SCM-soort"
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:49
-#: client/src/projects/projects.form.js:180
+#: client/src/projects/projects.form.js:181
msgid "SCM Update"
msgstr "SCM-update"
-#: client/src/projects/list/projects-list.controller.js:222
+#: client/src/projects/list/projects-list.controller.js:257
msgid "SCM Update Cancel"
msgstr "SCM-updatekanaal"
-#: client/src/projects/projects.form.js:150
+#: client/src/projects/projects.form.js:151
msgid "SCM Update Options"
msgstr "SCM-update-opties"
-#: client/src/projects/edit/projects-edit.controller.js:137
-#: client/src/projects/list/projects-list.controller.js:84
+#: client/src/projects/edit/projects-edit.controller.js:138
+#: client/src/projects/list/projects-list.controller.js:86
msgid "SCM update currently running"
msgstr "SCM-update nu in uitvoering"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc-credential.route.js:35
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:70
+#: client/features/users/tokens/tokens.strings.js:38
+msgid "SCOPE"
+msgstr "BEREIK"
+
+#: client/features/output/output.strings.js:82
+msgid "SEARCH"
+msgstr "ZOEKEN"
+
+#: client/features/templates/templates.strings.js:118
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:84
msgid "SELECT"
msgstr "SELECTEREN"
@@ -4271,6 +4759,11 @@ msgstr "SELECTEREN"
msgid "SELECT A CREDENTIAL TYPE"
msgstr "SELECTEER EEN SOORT TOEGANGSGEGEVENS"
+#: client/features/users/tokens/tokens.strings.js:19
+msgid "SELECT AN APPLICATION"
+msgstr "TOEPASSING SELECTEREN"
+
+#: client/features/applications/applications.strings.js:34
#: client/features/credentials/credentials.strings.js:19
msgid "SELECT AN ORGANIZATION"
msgstr "SELECTEER EEN ORGANISATIE"
@@ -4283,18 +4776,31 @@ msgstr "SELECTEER GROEPEN"
msgid "SELECT HOSTS"
msgstr "SELECTEER HOSTS"
+#: client/src/instance-groups/instance-groups.strings.js:32
+msgid "SELECT INSTANCE"
+msgstr "INSTANTIE SELECTEREN"
+
+#: client/features/templates/templates.strings.js:32
+msgid "SELECTED"
+msgstr "GESELECTEERD"
+
#: client/src/job-submission/job-submission.partial.html:29
#: client/src/job-submission/job-submission.partial.html:56
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:20
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:18
msgid "SELECTED:"
msgstr "GESELECTEERD:"
-#: client/src/main-menu/main-menu.partial.html:59
-#: client/src/setup-menu/setup.route.js:9
-msgid "SETTINGS"
-msgstr "INSTELLINGEN"
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:20
+msgid "SETTING CATEGORY"
+msgstr "CATEGORIE SELECTEREN"
+
+#: client/src/activity-stream/streamDetailModal/streamDetailModal.partial.html:24
+msgid "SETTING NAME"
+msgstr "NAAM INSTELLEN"
#: client/lib/components/components.strings.js:11
+#: client/lib/services/base-string.service.js:65
+#: client/src/templates/survey-maker/surveys/init.factory.js:486
msgid "SHOW"
msgstr "TONEN"
@@ -4307,14 +4813,10 @@ msgid "SIGN IN WITH"
msgstr "AANMELDEN MET"
#: client/src/inventories-hosts/hosts/host.list.js:110
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:32
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:14
msgid "SMART INVENTORY"
msgstr "SMART-INVENTARIS"
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:102
-msgid "SOURCE"
-msgstr "BRON"
-
#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js:26
msgid "SOURCES"
msgstr "BRONNEN"
@@ -4324,29 +4826,23 @@ msgstr "BRONNEN"
msgid "SSH Key"
msgstr "SSH-sleutel"
+#: client/features/templates/templates.strings.js:41
+msgid "SSH Password"
+msgstr "SSH-wachtwoord"
+
#: client/src/credentials/credentials.form.js:255
msgid "SSH key description"
msgstr "Beschrijving SSH-sleutel"
-#: client/src/notifications/notificationTemplates.form.js:375
+#: client/src/notifications/notificationTemplates.form.js:446
msgid "SSL Connection"
msgstr "SSL-verbinding"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:128
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:135
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:96
-msgid "STANDARD OUT"
-msgstr "STANDAARDOUTPUT"
+#: client/features/templates/templates.strings.js:121
+msgid "START"
+msgstr ""
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:32
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:65
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:45
-msgid "STARTED"
-msgstr "BEGONNEN"
-
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:24
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:37
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:37
+#: client/src/smart-status/smart-status.controller.js:43
msgid "STATUS"
msgstr "STATUS"
@@ -4355,7 +4851,7 @@ msgstr "STATUS"
msgid "STS Token"
msgstr "STS-token"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:61
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:62
msgid "SUCCESSFUL"
msgstr "GESLAAGD"
@@ -4371,6 +4867,10 @@ msgstr "ALLES SYNCHRONISEREN"
msgid "SYSTEM TRACKING"
msgstr "SYSTEEMTRACKING"
+#: client/src/scheduler/scheduler.strings.js:34
+msgid "Sat"
+msgstr ""
+
#: client/src/credentials/factories/become-method-change.factory.js:70
#: client/src/credentials/factories/kind-change.factory.js:127
msgid "Satellite 6 URL"
@@ -4378,49 +4878,80 @@ msgstr "Satellite 6-URL"
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:110
#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:193
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:157
-#: client/src/shared/form-generator.js:1691
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:158
+#: client/src/scheduler/scheduler.strings.js:49
+#: client/src/shared/form-generator.js:1700
msgid "Save"
msgstr "Opslaan"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:86
-#: client/src/configuration/configuration.controller.js:213
-#: client/src/configuration/configuration.controller.js:272
+#: client/src/configuration/configuration.controller.js:510
+#: client/src/network-ui/network.ui.strings.js:48
+msgid "Save Complete"
+msgstr "Opslaan voltooid"
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:104
+#: client/src/configuration/configuration.controller.js:242
+#: client/src/configuration/configuration.controller.js:324
#: client/src/configuration/system-form/configuration-system.controller.js:68
msgid "Save changes"
msgstr "Wijzigingen opslaan"
-#: client/src/license/license.partial.html:127
+#: client/src/license/license.partial.html:140
msgid "Save successful!"
msgstr "Opslaan gelukt!"
-#: client/src/templates/templates.list.js:88
+#: client/src/templates/templates.list.js:93
msgid "Schedule"
msgstr "Schema"
+#: client/src/scheduler/scheduler.strings.js:42
+msgid "Schedule Description"
+msgstr ""
+
#: client/src/management-jobs/card/card.partial.html:28
msgid "Schedule Management Job"
msgstr "Schema beheertaak"
-#: client/src/projects/list/projects-list.controller.js:75
-msgid "Schedule future SCM updates"
-msgstr "Toekomstige SCM-updates inplannen"
+#: client/src/projects/list/projects-list.controller.js:77
+msgid "Schedule SCM revision updates"
+msgstr ""
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:7
-msgid "Schedule future inventory syncs"
-msgstr "Toekomstige inventarissynchronisaties inplannen"
+msgid "Schedule inventory syncs"
+msgstr ""
-#: client/src/templates/templates.list.js:91
-msgid "Schedule future job template runs"
-msgstr "Toekomstige uitvoeringen van het taaksjabloon inplannen"
+#: client/src/scheduler/schedulerList.controller.js:122
+msgid "Schedule is active."
+msgstr ""
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33
-#: client/src/jobs/jobs.partial.html:10
+#: client/src/scheduler/schedulerList.controller.js:122
+msgid "Schedule is active. Click to stop."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:127
+msgid "Schedule is stopped."
+msgstr ""
+
+#: client/src/scheduler/schedulerList.controller.js:127
+msgid "Schedule is stopped. Click to activate."
+msgstr ""
+
+#: client/src/templates/templates.list.js:96
+msgid "Schedule job template runs"
+msgstr ""
+
+#: client/lib/components/components.strings.js:70
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35
+#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:416
+#: client/src/projects/projects.form.js:290
+#: client/src/templates/job_templates/job-template.form.js:443
+#: client/src/templates/workflows.form.js:185
msgid "Schedules"
msgstr "Schema's"
-#: client/src/shared/smart-search/smart-search.controller.js:49
-#: client/src/shared/smart-search/smart-search.controller.js:94
+#: client/src/network-ui/network.ui.strings.js:32
+#: client/src/shared/smart-search/smart-search.controller.js:121
+#: client/src/shared/smart-search/smart-search.controller.js:160
msgid "Search"
msgstr "Zoeken"
@@ -4428,8 +4959,8 @@ msgstr "Zoeken"
msgid "Secret Key"
msgstr "Geheime sleutel"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:178
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:232
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:246
msgid "Security Group:"
msgstr "Veiligheidsgroep:"
@@ -4443,7 +4974,9 @@ msgstr ""
"toegangsgegevens met beperkte rechten aan kunt vragen voor gebruikers van "
"AWS Identity en Access Management (IAM)"
-#: client/src/shared/form-generator.js:1695
+#: client/src/shared/form-generator.js:1704
+#: client/src/shared/lookup/lookup-modal.directive.js:59
+#: client/src/shared/lookup/lookup-modal.partial.html:20
msgid "Select"
msgstr "Selecteren"
@@ -4451,8 +4984,8 @@ msgstr "Selecteren"
msgid "Select Instance Groups"
msgstr "Instantiegroepen selecteren"
-#: client/src/job-submission/job-submission.directive.js:64
-#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:46
+#: client/src/job-submission/job-submission.directive.js:65
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:66
msgid "Select a credential"
msgstr "Toegangsgegevens selecteren"
@@ -4460,6 +4993,10 @@ msgstr "Toegangsgegevens selecteren"
msgid "Select a role"
msgstr "Rol selecteren"
+#: client/features/users/tokens/tokens.strings.js:29
+msgid "Select a scope"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/groups/groups.list.js:53
msgid ""
"Select an inventory source by clicking the check box beside it. The "
@@ -4495,7 +5032,7 @@ msgstr ""
msgid "Select commands"
msgstr "Commando's selecteren"
-#: client/src/templates/job_templates/job-template.form.js:133
+#: client/src/templates/job_templates/job-template.form.js:132
msgid ""
"Select credentials that allow Tower to access the nodes this job will be ran"
" against. You can only select one credential of each type. For machine "
@@ -4513,7 +5050,7 @@ msgstr ""
"aanvinkt, worden de geselecteerde toegangsgegevens de "
"standaardtoegangsgegevens en kunnen deze bij het opstarten gewijzigd worden."
-#: client/src/projects/projects.form.js:98
+#: client/src/projects/projects.form.js:99
msgid ""
"Select from the list of directories found in the Project Base Path. Together"
" the base path and the playbook directory provide the full path used to "
@@ -4523,8 +5060,8 @@ msgstr ""
"Het basispad en de map van het draaiboek vormen samen het volledige pad dat "
"gebruikt wordt op draaiboeken te vinden."
-#: client/src/configuration/auth-form/configuration-auth.controller.js:263
-#: client/src/configuration/auth-form/configuration-auth.controller.js:282
+#: client/src/configuration/auth-form/configuration-auth.controller.js:346
+#: client/src/configuration/auth-form/configuration-auth.controller.js:365
msgid "Select group types"
msgstr "Selecteer soorten groepen"
@@ -4532,12 +5069,12 @@ msgstr "Selecteer soorten groepen"
msgid "Select roles"
msgstr "Selecteer rollen"
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:56
msgid "Select the Instance Groups for this Inventory to run on."
msgstr ""
"Selecteer de instantiegroepen waar deze inventaris op uitgevoerd wordt."
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:80
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:63
msgid ""
"Select the Instance Groups for this Inventory to run on. Refer to the "
"Ansible Tower documentation for more detail."
@@ -4545,7 +5082,7 @@ msgstr ""
"Selecteer de instantiegroepen waar deze inventaris op uitgevoerd wordt. "
"Raadpleeg de documentatie van Ansible Tower voor meer informatie."
-#: client/src/templates/job_templates/job-template.form.js:193
+#: client/src/templates/job_templates/job-template.form.js:249
msgid "Select the Instance Groups for this Job Template to run on."
msgstr ""
"Selecteer de instantiegroepen waar deze taaksjabloon op uitgevoerd wordt."
@@ -4555,19 +5092,24 @@ msgid "Select the Instance Groups for this Organization to run on."
msgstr ""
"Selecteer de instantiegroepen waar de organisatie op uitgevoerd wordt."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:60
+#: client/src/templates/job_templates/job-template.form.js:239
msgid ""
-"Select the credential you want the job to use when accessing the remote "
-"hosts. Choose the credential containing the username and SSH key or "
-"password that Ansible will need to log into the remote hosts."
+"Select the custom Python virtual environment for this job template to run "
+"on."
+msgstr ""
+
+#: client/src/organizations/organizations.form.js:51
+msgid ""
+"Select the custom Python virtual environment for this organization to run "
+"on."
+msgstr ""
+
+#: client/src/projects/projects.form.js:211
+msgid ""
+"Select the custom Python virtual environment for this project to run on."
msgstr ""
-"Selecteer de toegangsgegevens waarvan u wilt dat de taak ze gebruikt bij het"
-" aanspreken van hosts op afstand. Kies de toegangsgegevens die de "
-"gebruikersnaam en de SSH-sleutel of het wachtwoord bevatten die Ansible "
-"nodig heeft om aan te melden bij de hosts of afstand."
#: client/src/templates/job_templates/job-template.form.js:79
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:81
msgid "Select the inventory containing the hosts you want this job to manage."
msgstr ""
"Selecteer de inventaris met de hosts waarvan u wilt dat deze taak ze "
@@ -4597,8 +5139,8 @@ msgstr ""
msgid "Select types"
msgstr "Selecteer soorten"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:170
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:251
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:224
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:238
msgid "Select which groups to create automatically."
msgstr "Selecteer welke groepen automatisch aangemaakt moeten worden."
@@ -4611,25 +5153,11 @@ msgstr "Afzender e-mail"
msgid "Service Account Email Address"
msgstr "E-mailadres service-account"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:101
-msgid ""
-"Setting the type to %s will execute the playbook and store any scanned "
-"facts for use with 's System Tracking feature."
+#: client/features/credentials/credentials.strings.js:21
+msgid "Service Account JSON File"
msgstr ""
-"Als %s ingesteld wordt als de soort, wordt het draaiboek uitgevoerd en "
-"worden gescande feiten opgeslagen voor gebruik met de systeemtrackingfunctie"
-" van ."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:99
-msgid ""
-"Setting the type to %s will not execute the playbook. Instead, %s will check"
-" playbook syntax, test environment setup and report problems."
-msgstr ""
-"Als %s ingesteld wordt als de soort, wordt het draaiboek niet uitgevoerd. In"
-" plaats daarvan zal %s de syntaxis van het draaiboek controleren, de "
-"installatie van de omgeving testen en problemen rapporteren."
-
-#: client/src/main-menu/main-menu.partial.html:147
+#: client/lib/components/components.strings.js:86
msgid "Settings"
msgstr "Instellingen"
@@ -4638,17 +5166,27 @@ msgstr "Instellingen"
#: client/src/job-submission/job-submission.partial.html:136
#: client/src/job-submission/job-submission.partial.html:150
#: client/src/job-submission/job-submission.partial.html:299
-#: client/src/shared/form-generator.js:876
+#: client/src/shared/form-generator.js:885
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:24
msgid "Show"
msgstr "Tonen"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:114
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:117
-#: client/src/templates/job_templates/job-template.form.js:245
-#: client/src/templates/job_templates/job-template.form.js:248
+#: client/features/templates/templates.strings.js:46
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:115
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:118
+#: client/src/templates/job_templates/job-template.form.js:256
+#: client/src/templates/job_templates/job-template.form.js:259
msgid "Show Changes"
msgstr "Wijzigingen tonen"
+#: client/features/output/output.strings.js:38
+msgid "Show Less"
+msgstr ""
+
+#: client/features/output/output.strings.js:39
+msgid "Show More"
+msgstr ""
+
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:33
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:44
#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:55
@@ -4664,24 +5202,15 @@ msgstr "Aanmelden met %s organisaties"
msgid "Sign in with %s Teams"
msgstr "Aanmelden met %s teams"
-#: client/src/job-results/job-results.partial.html:395
+#: client/features/output/output.strings.js:66
+#: client/features/templates/templates.strings.js:47
#: client/src/job-submission/job-submission.partial.html:245
-#: client/src/templates/job_templates/job-template.form.js:217
-#: client/src/templates/job_templates/job-template.form.js:224
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:142
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:150
+#: client/src/templates/job_templates/job-template.form.js:207
+#: client/src/templates/job_templates/job-template.form.js:214
msgid "Skip Tags"
msgstr "Tags overslaan"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:148
-msgid ""
-"Skip tags are useful when you have a large playbook, and you want to skip "
-"specific parts of a play or task."
-msgstr ""
-"Tags overslaan is nuttig wanneer u een groot draaiboek heeft en specifieke "
-"delen van het draaiboek of een taak wilt overslaan."
-
-#: client/src/templates/job_templates/job-template.form.js:223
+#: client/src/templates/job_templates/job-template.form.js:213
msgid ""
"Skip tags are useful when you have a large playbook, and you want to skip "
"specific parts of a play or task. Use commas to separate multiple tags. "
@@ -4692,15 +5221,15 @@ msgstr ""
"meerdere tags van elkaar te scheiden. Raadpleeg de documentatie van Ansible "
"Tower voor meer informatie over het gebruik van tags."
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:62
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:66
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:44
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:48
msgid "Smart Host Filter"
msgstr "Smart-hostfilter"
-#: client/src/inventories-hosts/inventories/inventory.list.js:85
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:69
+#: client/src/inventories-hosts/inventories/inventory.list.js:86
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:71
#: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70
-#: client/src/shared/form-generator.js:1456
+#: client/src/shared/form-generator.js:1465
msgid "Smart Inventory"
msgstr "Smart-inventaris"
@@ -4708,6 +5237,7 @@ msgstr "Smart-inventaris"
msgid "Solvable With Playbook"
msgstr "Op te lossen met draaiboek"
+#: client/features/output/output.strings.js:67
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:57
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:64
msgid "Source"
@@ -4717,8 +5247,12 @@ msgstr "Bron"
msgid "Source Control"
msgstr "Broncontrole"
+#: client/features/output/output.strings.js:68
+msgid "Source Credential"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:47
-#: client/src/projects/projects.form.js:25
+#: client/src/projects/projects.form.js:26
msgid "Source Details"
msgstr "Broninformatie"
@@ -4749,7 +5283,7 @@ msgid "Source Vars"
msgstr "Bronvariabelen"
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:34
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167
msgid "Sources"
msgstr "Bronnen"
@@ -4769,6 +5303,12 @@ msgstr ""
"Specificeer een methode voor %s-operaties. Dit staat gelijk aan het "
"specificeren van de %s-parameter, waar %s %s kan zijn"
+#: client/src/notifications/notificationTemplates.form.js:478
+msgid ""
+"Specify a notification color. Acceptable colors are hex color code (example:"
+" #3af or #789abc) ."
+msgstr ""
+
#: client/src/notifications/notificationTemplates.form.js:292
msgid ""
"Specify a notification color. Acceptable colors are: yellow, green, red "
@@ -4777,8 +5317,12 @@ msgstr ""
"Kies een berichtkleur. Mogelijke kleuren zijn: geel, groen, rood, paars, "
"grijs of willekeurig."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:199
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:283
+#: client/features/users/tokens/tokens.strings.js:20
+msgid "Specify a scope for the token's access"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:253
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:270
msgid ""
"Specify which groups to create automatically. Group names will be created "
"similar to the options selected. If blank, all groups above are created. "
@@ -4789,66 +5333,57 @@ msgstr ""
"dit leeg gelaten wordt, zullen alle bovenstaande groepen aangemaakt worden. "
"Raadpleeg de documentatie van Ansible Tower voor meer informatie."
-#: client/src/setup-menu/setup-menu.partial.html:17
-msgid ""
-"Split up your organization to associate content and control permissions for "
-"groups."
+#: client/features/output/output.strings.js:107
+msgid "Standard Error"
msgstr ""
-"Verdeel uw organisatie om content te verbinden en machtigingen te beheren "
-"voor groepen."
+#: client/features/output/output.strings.js:106
#: client/src/partials/logviewer.html:5
msgid "Standard Out"
msgstr "Standaardoutput"
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:41
+#: client/src/scheduler/scheduler.strings.js:15
msgid "Start Date"
msgstr "Startdatum"
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:56
+#: client/src/scheduler/scheduler.strings.js:16
msgid "Start Time"
msgstr "Starttijd"
-#: client/src/portal-mode/portal-job-templates.list.js:39
-#: client/src/templates/templates.list.js:83
+#: client/lib/components/components.strings.js:104
msgid "Start a job using this template"
msgstr "Start een taak met deze sjabloon"
-#: client/src/projects/edit/projects-edit.controller.js:134
-#: client/src/projects/list/projects-list.controller.js:74
-msgid "Start an SCM update"
-msgstr "Start een SCM-update"
-
#: client/src/inventories-hosts/inventories/related/sources/factories/get-sync-status-msg.factory.js:6
msgid "Start sync process"
msgstr "Start het synchronisatieproces"
-#: client/src/job-results/job-results.partial.html:100
+#: client/features/jobs/jobs.strings.js:8
+#: client/features/output/output.strings.js:69
+#: client/src/workflow-results/workflow-results.controller.js:49
msgid "Started"
msgstr "Gestart"
+#: client/features/output/output.strings.js:70
#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:53
#: client/src/inventories-hosts/inventories/list/source-summary-popover/source-summary-popover.directive.js:55
#: client/src/inventories-hosts/shared/factories/set-status.factory.js:43
-#: client/src/job-results/job-results.partial.html:67
-#: client/src/job-results/parse-stdout.service.js:68
#: client/src/notifications/notification-templates-list/list.controller.js:71
#: client/src/partials/logviewer.html:4
+#: client/src/workflow-results/workflow-results.controller.js:52
msgid "Status"
msgstr "Status"
-#: client/src/configuration/auth-form/configuration-auth.partial.html:3
+#: client/src/configuration/auth-form/configuration-auth.partial.html:4
msgid "Sub Category"
msgstr "Subcategorie"
-#: client/src/license/license.partial.html:126
+#: client/src/license/license.partial.html:139
msgid "Submit"
msgstr "Indienen"
-#: client/src/jobs/factories/delete-job.factory.js:109
-msgid "Submit the request to cancel?"
-msgstr "Verzoek om te annuleren indienen?"
-
#: client/src/license/license.partial.html:27
msgid "Subscription"
msgstr "Abonnement"
@@ -4863,24 +5398,25 @@ msgid "Subscription ID is an Azure construct, which is mapped to a username."
msgstr ""
"Abonnement-ID is een concept van Azure en is gelinkt aan een gebruikersnaam."
-#: client/src/notifications/notifications.list.js:38
+#: client/src/notifications/notifications.list.js:39
msgid "Success"
msgstr "Geslaagd"
-#: client/src/projects/factories/get-project-tool-tip.factory.js:21
-msgid "Success! Click for details"
-msgstr "Geslaagd! Klik voor meer informatie"
-
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:77
msgid "Successful"
msgstr "Geslaagd"
+#: client/src/scheduler/scheduler.strings.js:28
+msgid "Sun"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:28
#: client/src/job-submission/job-submission.partial.html:20
msgid "Survey"
msgstr "Vragenlijst"
-#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:60
-#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:64
+#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:62
+#: client/src/templates/workflows/edit-workflow/workflow-edit.controller.js:262
msgid ""
"Surveys allow users to be prompted at job launch with a series of questions "
"related to the job. This allows for variables to be defined that affect the "
@@ -4891,6 +5427,10 @@ msgstr ""
"die van invloed zijn op de uitvoering van het draaiboek bepaald worden bij "
"het opstarten."
+#: client/src/network-ui/network.ui.strings.js:34
+msgid "Switch"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:58
msgid "Sync all inventory sources"
msgstr "Alle inventarisbronnen synchroniseren"
@@ -4923,7 +5463,7 @@ msgstr "Synchronisatie in uitvoering"
msgid "Sync running. Click to view log."
msgstr "Synchronisatie in uitvoering. Klik om logboek te bekijken."
-#: client/src/configuration/configuration.partial.html:17
+#: client/src/configuration/configuration.partial.html:29
msgid "System"
msgstr "Systeem"
@@ -4943,22 +5483,26 @@ msgstr "Systeemcontroleur"
msgid "System auditors have read-only permissions in this section."
msgstr "Systeemcontroleurs hebben een alleen-lezen-machtiging in deze sectie."
-#: client/src/configuration/auth-form/configuration-auth.controller.js:114
+#: client/src/configuration/auth-form/configuration-auth.controller.js:136
msgid "TACACS+"
msgstr "TACACS+"
+#: client/features/output/output.strings.js:103
+msgid "TASK"
+msgstr ""
+
#: client/src/activity-stream/get-target-title.factory.js:23
-#: client/src/organizations/linkout/organizations-linkout.route.js:97
-#: client/src/organizations/list/organizations-list.controller.js:60
-#: client/src/teams/main.js:46 client/src/teams/teams.list.js:14
+#: client/src/organizations/linkout/organizations-linkout.route.js:98
+#: client/src/organizations/list/organizations-list.controller.js:61
+#: client/src/teams/main.js:65 client/src/teams/teams.list.js:14
#: client/src/teams/teams.list.js:15
msgid "TEAMS"
msgstr "TEAMS"
+#: client/features/templates/routes/templatesList.route.js:12
+#: client/features/templates/templates.strings.js:12
+#: client/features/templates/templates.strings.js:8
#: client/src/activity-stream/get-target-title.factory.js:44
-#: client/src/main-menu/main-menu.partial.html:113
-#: client/src/main-menu/main-menu.partial.html:35
-#: client/src/templates/list/templates-list.route.js:13
#: client/src/templates/templates.list.js:15
#: client/src/templates/templates.list.js:16
msgid "TEMPLATES"
@@ -4968,28 +5512,36 @@ msgstr "SJABLONEN"
msgid "THERE ARE CURRENTLY NO INSTANCE GROUPS DEFINED"
msgstr "ER ZIJN OP DIT MOMENT GEEN INSTANTIEGROEPEN GEDEFINIEERD"
-#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:104
+#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:105
msgid "TIME"
msgstr "TIJD"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:61
-msgid "TOP"
-msgstr "OMHOOG"
+#: client/features/users/tokens/tokens.strings.js:22
+msgid "TOKEN"
+msgstr ""
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:181
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:262
+#: client/features/users/tokens/tokens.strings.js:21
+msgid "TOKEN INFORMATION"
+msgstr ""
+
+#: client/features/applications/applications.strings.js:11
+#: client/features/users/tokens/tokens.strings.js:10
+#: client/features/users/tokens/tokens.strings.js:8
+#: client/features/users/tokens/users-tokens-list.route.js:11
+#: client/src/activity-stream/get-target-title.factory.js:50
+msgid "TOKENS"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:110
+msgid "TOTAL TEMPLATES"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:235
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:249
msgid "Tag None:"
msgstr "Tag geen:"
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:133
-msgid ""
-"Tags are useful when you have a large playbook, and you want to run a "
-"specific part of a play or task."
-msgstr ""
-"Tags zijn nuttig als u een groot draaiboek heeft en een specifiek deel van "
-"het draaiboek of van een taak uit wilt voeren."
-
-#: client/src/templates/job_templates/job-template.form.js:206
+#: client/src/templates/job_templates/job-template.form.js:196
msgid ""
"Tags are useful when you have a large playbook, and you want to run a "
"specific part of a play or task. Use commas to separate multiple tags. Refer"
@@ -5000,43 +5552,51 @@ msgstr ""
"tags van elkaar te scheiden. Raadpleeg de documentatie van Ansible Tower "
"voor meer informatie over het gebruik van tags."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:179
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:260
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:233
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:247
msgid "Tags:"
msgstr "Tags:"
#: client/src/notifications/notificationTemplates.form.js:309
+#: client/src/notifications/notificationTemplates.form.js:337
+#: client/src/notifications/notificationTemplates.form.js:376
msgid "Target URL"
msgstr "Doel-URL"
-#: client/src/job-results/job-results.partial.html:496
+#: client/features/output/output.strings.js:91
msgid "Tasks"
msgstr "Taken"
-#: client/features/credentials/legacy.credentials.js:94
-#: client/src/credentials/credentials.form.js:467
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:154
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:155
-#: client/src/projects/projects.form.js:261
-#: client/src/templates/workflows.form.js:144
+#: client/features/credentials/legacy.credentials.js:91
+#: client/src/credentials/credentials.form.js:468
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:136
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:138
+#: client/src/projects/projects.form.js:276
+#: client/src/templates/workflows.form.js:169
msgid "Team Roles"
msgstr "Teamrollen"
+#: client/lib/components/components.strings.js:79
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:40
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34
-#: client/src/organizations/linkout/organizations-linkout.route.js:108
-#: client/src/setup-menu/setup-menu.partial.html:16
-#: client/src/shared/stateDefinitions.factory.js:410
-#: client/src/users/users.form.js:159
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:36
+#: client/src/organizations/linkout/organizations-linkout.route.js:109
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+#: client/src/shared/stateDefinitions.factory.js:426
+#: client/src/users/users.form.js:162
msgid "Teams"
msgstr "Teams"
-#: client/src/job-results/job-results.partial.html:135
#: client/src/templates/templates.list.js:14
+#: client/src/workflow-results/workflow-results.controller.js:47
msgid "Template"
msgstr "Sjabloon"
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35
+#: client/features/templates/templates.strings.js:67
+msgid "Template parameter is missing."
+msgstr ""
+
+#: client/lib/components/components.strings.js:76
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:37
msgid "Templates"
msgstr "Sjablonen"
@@ -5048,17 +5608,25 @@ msgstr "Huurder-ID"
msgid "Test"
msgstr "Test"
-#: client/src/notifications/notificationTemplates.list.js:67
+#: client/src/notifications/notificationTemplates.list.js:77
msgid "Test notification"
msgstr "Testbericht"
-#: client/src/shared/form-generator.js:1386
-#: client/src/shared/form-generator.js:1392
+#: client/src/templates/survey-maker/surveys/init.factory.js:13
+msgid "Text"
+msgstr ""
+
+#: client/src/templates/survey-maker/surveys/init.factory.js:14
+msgid "Textarea"
+msgstr ""
+
+#: client/src/shared/form-generator.js:1395
+#: client/src/shared/form-generator.js:1401
msgid "That value was not found. Please enter or select a valid value."
msgstr ""
"De waarde is niet gevonden. Voer een geldige waarde in of selecteer er een."
-#: client/lib/components/components.strings.js:43
+#: client/lib/components/components.strings.js:47
msgid "That value was not found. Please enter or select a valid value."
msgstr ""
"Die waarde kon niet gevonden worden. Voer een geldige waarde in of selecteer"
@@ -5079,14 +5647,18 @@ msgstr ""
"Het project-ID is de toegewezen GCE-identificatie. Dit bestaat uit twee "
"woorden, gevolgd door drie getallen, zoals:"
-#: client/src/projects/edit/projects-edit.controller.js:332
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid "The Project selected has a status of"
+msgstr ""
+
+#: client/src/projects/edit/projects-edit.controller.js:340
msgid "The SCM update process is running."
msgstr "Het SCM-updateproces is nu in uitvoering."
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:70
-msgid "The credential used to run this command."
+#: client/src/scheduler/scheduler.strings.js:24
+msgid "The day must be between 1 and 31."
msgstr ""
-"De toegangsgegevens die gebruikt worden om dit commando uit te voeren."
#: client/src/credentials/credentials.form.js:190
msgid ""
@@ -5095,9 +5667,9 @@ msgstr ""
"Het e-mailadres dat toegewezen is aan het Google Compute Engine "
"%sserviceaccount."
-#: client/src/job-results/job-results.partial.html:513
-msgid "The host count will update when the job is complete."
-msgstr "Het hostaantal wordt bijgewerkt wanneer de taak voltooid is."
+#: client/features/output/output.strings.js:12
+msgid "The host status bar will update when the job is complete."
+msgstr ""
#: client/src/credentials/factories/become-method-change.factory.js:62
#: client/src/credentials/factories/kind-change.factory.js:119
@@ -5108,11 +5680,7 @@ msgstr "De host waarmee geauthenticeerd moet worden."
msgid "The host value"
msgstr "De hostwaarde"
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:61
-msgid "The inventory this command ran on."
-msgstr "De inventaris waar dit commando op wordt uitgevoerd."
-
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:101
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:136
msgid ""
"The inventory will be in a pending status until the final delete is "
"processed."
@@ -5120,7 +5688,7 @@ msgstr ""
"De inventaris zal de status 'in afwachting' hebben totdat het laatste "
"verwijderproces verwerkt is."
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:104
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:105
msgid ""
"The number of parallel or simultaneous processes to use while executing the "
"playbook. Inputting no value will use the default value from the %sansible "
@@ -5130,7 +5698,7 @@ msgstr ""
"uitvoeren van het draaiboeken. Als u geen waarde invoert, wordt de "
"standaardwaarde van de %sgeregistreerde Ansible-configuratie%s gebruikt."
-#: client/src/templates/job_templates/job-template.form.js:152
+#: client/src/templates/job_templates/job-template.form.js:151
msgid ""
"The number of parallel or simultaneous processes to use while executing the "
"playbook. Value defaults to 0. Refer to the Ansible documentation for "
@@ -5140,16 +5708,20 @@ msgstr ""
"uitvoeren van het draaiboeken. Waarde is standaard 0. Raadpleeg de "
"documentatie van Ansible voor informatie over het configuratiebestand."
-#: client/src/job-results/job-results.controller.js:619
-msgid "The output is too large to display. Please download."
-msgstr ""
-"De output is te groot om weer te geven. Download het om het in te zien."
-
#: client/src/credentials/factories/kind-change.factory.js:59
msgid "The project value"
msgstr "De projectwaarde"
-#: client/src/projects/list/projects-list.controller.js:159
+#: client/src/scheduler/scheduler.strings.js:41
+msgid ""
+"The scheduler options are invalid, incomplete, or a date is in the past."
+msgstr ""
+
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid "The selected project has a status of"
+msgstr ""
+
+#: client/src/projects/list/projects-list.controller.js:176
msgid ""
"The selected project is not configured for SCM. To configure for SCM, edit "
"the project and provide SCM settings, and then run an update."
@@ -5158,14 +5730,6 @@ msgstr ""
" configureren voor SCM, dient u het te wijzigen en SCM-instellingen op te "
"geven, om vervolgens een update uit te voeren."
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:42
-msgid ""
-"The standard output is too large to display. Please specify additional "
-"filters to narrow the standard out."
-msgstr ""
-"De standaardoutput is te groot om weer te geven. Pas extra filters toe om de"
-" standaardoutput te verkleinen."
-
#: client/src/templates/survey-maker/shared/question-definition.form.js:52
msgid ""
"The suggested format for variable names is lowercase and underscore-"
@@ -5177,26 +5741,23 @@ msgstr ""
"host_name etc.) De naam van een variabele mag geen spaties bevatten."
#: client/src/management-jobs/scheduler/schedulerForm.partial.html:124
+#: client/src/scheduler/scheduler.strings.js:17
msgid "The time must be in HH24:MM:SS format."
msgstr "De tijd moet weergegeven worden in de indeling HH24:MM:SS."
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:79
-msgid "The user who ran this command."
-msgstr "De gebruiker die dit commando uitgevoerd heeft."
+#: client/lib/services/base-string.service.js:78
+msgid "The {{ resourceType }} is currently being used by other resources."
+msgstr ""
#: client/src/activity-stream/streams.list.js:17
msgid "There are no events to display at this time"
msgstr "Er zijn op dit moment geen evenementen om weer te geven"
-#: client/src/portal-mode/portal-job-templates.list.js:18
-msgid "There are no job templates to display at this time"
-msgstr "Er zijn op dit moment geen taaksjablonen om weer te geven"
+#: client/features/jobs/jobs.strings.js:16
+msgid "There are no running jobs."
+msgstr ""
-#: client/src/portal-mode/portal-jobs.list.js:18
-msgid "There are no jobs to display at this time"
-msgstr "Er zijn op dit moment geen taken om weer te geven"
-
-#: client/src/projects/list/projects-list.controller.js:150
+#: client/src/projects/list/projects-list.controller.js:152
msgid ""
"There is no SCM update information available for this project. An update has"
" not yet been completed. If you have not already done so, start an update "
@@ -5206,28 +5767,32 @@ msgstr ""
"geen update voltooid. Start een update voor dit project, indien u dit nog "
"niet gedaan heeft."
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:140
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:142
msgid "There was an error deleting inventory source groups. Returned status:"
msgstr ""
"Er is iets misgegaan bij het verwijderen van de inventarisbrongroepen. "
"Status:"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:130
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:132
msgid "There was an error deleting inventory source hosts. Returned status:"
msgstr ""
"Er is iets misgegaan bij het verwijderen van de inventarisbrongroepen. "
"Status:"
-#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:167
+#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:169
msgid "There was an error deleting inventory source. Returned status:"
msgstr ""
"Er is iets misgegaan bij het verwijderen van de inventarisbron. Status:"
-#: client/src/configuration/configuration.controller.js:349
+#: client/src/configuration/configuration.controller.js:142
+msgid "There was an error getting config values:"
+msgstr ""
+
+#: client/src/configuration/configuration.controller.js:409
msgid "There was an error resetting value. Returned status:"
msgstr "Er was een fout bij het resetten van de waarde. Teruggegeven status:"
-#: client/src/configuration/configuration.controller.js:531
+#: client/src/configuration/configuration.controller.js:601
msgid "There was an error resetting values. Returned status:"
msgstr "Er was een fout bij het resetten van de waardes. Teruggegeven status:"
@@ -5242,6 +5807,33 @@ msgid ""
msgstr ""
"Dit zijn de modules waar {{BRAND_NAME}} commando's tegen kan uitvoeren."
+#: client/features/templates/templates.strings.js:98
+msgid ""
+"This Job Template has a credential that requires a password. Credentials "
+"requiring passwords on launch are not permitted on workflow nodes."
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:51
+msgid ""
+"This Job Template has a default credential that requires a password before "
+"launch. Adding or editing schedules is prohibited while this credential is "
+"selected. To add or edit a schedule, credentials that require a password "
+"must be removed from the Job Template."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:97
+msgid ""
+"This Job Template is missing a default inventory or project. This must be "
+"addressed in the Job Template form before this node can be saved."
+msgstr ""
+
+#: client/src/credential-types/credential-types.strings.js:8
+msgid ""
+"This credential type is currently being used by one or more credentials. "
+"Credentials that use this credential type must be deleted before the "
+"credential type can be deleted."
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:25
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:26
@@ -5263,6 +5855,12 @@ msgstr ""
"Dit is de naam van de huurder. Deze waarde is vaak gelijk aan de "
"gebruikersnaam."
+#: client/features/templates/templates.strings.js:63
+msgid ""
+"This job template has a default {{typeLabel}} credential which must be "
+"included or replaced before proceeding."
+msgstr ""
+
#: client/src/notifications/notifications.list.js:21
msgid ""
"This list is populated by notification templates added from the "
@@ -5271,6 +5869,10 @@ msgstr ""
"Deze lijst is gevuld met berichtsjablonen die toegevoegd zijn vanuit de "
"sectie %sBerichten%s"
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+msgid "This list is populated by teams added from the"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:4
msgid ""
"This machine has not checked in with Insights in {{last_check_in}} hours"
@@ -5278,19 +5880,19 @@ msgstr ""
"Deze machine heeft {{last_check_in}} uur geleden voor het laatst ingecheckt "
"bij Insights"
-#: client/src/shared/form-generator.js:746
+#: client/src/shared/form-generator.js:755
msgid ""
"This setting has been set manually in a settings file and is now disabled."
msgstr ""
"Deze instelling is handmatig gekozen in een instellingenbestand en is nu "
"uitgeschakeld."
-#: client/src/users/users.form.js:164
+#: client/src/users/users.form.js:167
msgid "This user is not a member of any teams"
msgstr "Deze gebruiker is niet lid van een team"
-#: client/src/shared/form-generator.js:856
-#: client/src/shared/form-generator.js:951
+#: client/src/shared/form-generator.js:865
+#: client/src/shared/form-generator.js:960
msgid ""
"This value does not match the password you entered previously. Please "
"confirm that password."
@@ -5298,7 +5900,7 @@ msgstr ""
"Deze waarde komt niet overeen met het wachtwoord dat u eerder ingevoerd "
"heeft. Bevestig dat wachtwoord."
-#: client/src/configuration/configuration.controller.js:556
+#: client/src/configuration/configuration.controller.js:626
msgid ""
"This will reset all configuration values to their factory defaults. Are you "
"sure you want to proceed?"
@@ -5306,6 +5908,10 @@ msgstr ""
"Op deze manier worden alle configuratiewaarden gereset naar de "
"fabrieksinstellingen. Weet u zeker dat u verder wilt gaan?"
+#: client/src/scheduler/scheduler.strings.js:32
+msgid "Thu"
+msgstr ""
+
#: client/src/activity-stream/streams.list.js:25
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:14
#: client/src/notifications/notification-templates-list/list.controller.js:72
@@ -5316,7 +5922,7 @@ msgstr "Tijd"
msgid "Time Remaining"
msgstr "Tijd over"
-#: client/src/projects/projects.form.js:196
+#: client/src/projects/projects.form.js:197
msgid ""
"Time in seconds to consider a project to be current. During job runs and "
"callbacks the task system will evaluate the timestamp of the latest project "
@@ -5350,47 +5956,50 @@ msgstr ""
"Raadpleeg de %sAmazondocumentatie%s voor meer informatie over de IAM STS-"
"token."
-#: client/src/shared/form-generator.js:881
+#: client/src/shared/form-generator.js:890
msgid "Toggle the display of plaintext."
msgstr "Tekst tonen/verbergen"
-#: client/src/notifications/shared/type-change.service.js:34
-#: client/src/notifications/shared/type-change.service.js:40
+#: client/src/notifications/shared/type-change.service.js:36
+#: client/src/notifications/shared/type-change.service.js:42
msgid "Token"
msgstr "Token"
-#: client/src/job-results/job-results-stdout/job-results-stdout.partial.html:44
-msgid "Too much previous output to display. Showing running standard output."
+#: client/features/applications/applications.strings.js:16
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:25
+#: client/src/users/users.form.js:236
+msgid "Tokens"
msgstr ""
-"Te veel eerdere output om weer te geven. Standaardoutput in uitvoering wordt"
-" weergegeven."
#: client/src/inventories-hosts/inventories/insights/insights.partial.html:10
msgid "Total Issues"
msgstr "Totale problemen"
+#: client/src/instance-groups/instance-groups.strings.js:16
+#: client/src/workflow-results/workflow-results.controller.js:60
+msgid "Total Jobs"
+msgstr ""
+
#: client/src/partials/logviewer.html:6
msgid "Traceback"
msgstr "Traceback"
+#: client/src/scheduler/scheduler.strings.js:30
+msgid "Tue"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:60
#: client/src/credentials/credentials.form.js:84
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:52
-#: client/src/instance-groups/jobs/jobs.list.js:51
-#: client/src/inventories-hosts/inventories/inventory.list.js:55
-#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:52
+#: client/src/inventories-hosts/inventories/inventory.list.js:56
#: client/src/inventories-hosts/inventories/related/sources/sources.list.js:41
-#: client/src/jobs/all-jobs.list.js:59
#: client/src/notifications/notificationTemplates.form.js:54
#: client/src/notifications/notificationTemplates.list.js:39
-#: client/src/notifications/notifications.list.js:31
+#: client/src/notifications/notifications.list.js:32
#: client/src/projects/projects.list.js:44
#: client/src/scheduler/scheduled-jobs.list.js:42
-#: client/src/teams/teams.form.js:130
-#: client/src/templates/completed-jobs.list.js:53
+#: client/src/teams/teams.form.js:133
#: client/src/templates/templates.list.js:31
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:27
-#: client/src/users/users.form.js:200
+#: client/src/users/users.form.js:203
msgid "Type"
msgstr "Soort"
@@ -5400,8 +6009,8 @@ msgstr "Soort"
msgid "Type Details"
msgstr "Soortdetails"
-#: client/src/projects/add/projects-add.controller.js:169
-#: client/src/projects/edit/projects-edit.controller.js:304
+#: client/src/projects/add/projects-add.controller.js:177
+#: client/src/projects/edit/projects-edit.controller.js:312
msgid "URL popover text"
msgstr "URL-popovertekst"
@@ -5410,38 +6019,98 @@ msgid "USERNAME"
msgstr "GEBRUIKERSNAAM"
#: client/src/activity-stream/get-target-title.factory.js:20
-#: client/src/organizations/linkout/organizations-linkout.route.js:42
-#: client/src/organizations/list/organizations-list.controller.js:54
-#: client/src/users/main.js:46 client/src/users/users.list.js:18
+#: client/src/organizations/linkout/organizations-linkout.route.js:43
+#: client/src/organizations/list/organizations-list.controller.js:55
+#: client/src/users/main.js:67 client/src/users/users.list.js:18
#: client/src/users/users.list.js:19
msgid "USERS"
msgstr "GEBRUIKERS"
-#: client/lib/components/components.strings.js:20
+#: client/lib/components/components.strings.js:24
msgid "Unable to Submit"
msgstr "Kon niet indienen"
-#: client/lib/components/components.strings.js:52
+#: client/features/templates/templates.strings.js:88
+msgid "Unable to copy template."
+msgstr ""
+
+#: client/src/instance-groups/instance-groups.strings.js:54
+msgid "Unable to delete instance group."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:84
+msgid "Unable to delete template."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:86
+msgid "Unable to determine template type."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:69
+msgid "Unable to determine this template's type while copying."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:70
+msgid "Unable to determine this template's type while deleting."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:71
+msgid "Unable to determine this template's type while editing."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:72
+msgid "Unable to determine this template's type while launching."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:73
+msgid "Unable to determine this template's type while scheduling."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:83
+msgid "Unable to edit template."
+msgstr ""
+
+#: client/src/shared/stateDefinitions.factory.js:231
+msgid "Unable to get resource:"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:85
+msgid "Unable to launch template."
+msgstr ""
+
+#: client/features/templates/templates.strings.js:87
+msgid "Unable to schedule job."
+msgstr ""
+
+#: client/src/instance-groups/instance-groups.strings.js:37
+msgid "Unavailable"
+msgstr ""
+
+#: client/src/instance-groups/instance-groups.strings.js:36
msgid "Unavailable to run jobs."
msgstr "Kan geen taken uitvoeren."
-#: client/lib/components/components.strings.js:22
+#: client/lib/components/components.strings.js:26
msgid "Unexpected Error"
msgstr "Onverwachte fout"
-#: client/lib/components/components.strings.js:21
+#: client/lib/components/components.strings.js:25
msgid "Unexpected server error. View the console for more information"
msgstr "Onverwachte serverfout. Bekijk de console voor meer informatie"
-#: client/lib/components/components.strings.js:34
+#: client/src/network-ui/network.ui.strings.js:36
+msgid "Unknown"
+msgstr ""
+
+#: client/lib/components/components.strings.js:38
msgid "Unsupported display model type"
msgstr "Soort weergavemodel niet ondersteund"
-#: client/lib/components/components.strings.js:26
+#: client/lib/components/components.strings.js:30
msgid "Unsupported input type"
msgstr "Soort input niet ondersteund"
-#: client/src/projects/list/projects-list.controller.js:266
+#: client/src/projects/list/projects-list.controller.js:301
msgid "Update Not Found"
msgstr "Update niet gevonden"
@@ -5449,13 +6118,28 @@ msgstr "Update niet gevonden"
msgid "Update Options"
msgstr "Update-opties"
-#: client/src/projects/edit/projects-edit.controller.js:332
+#: client/src/projects/projects.form.js:178
+msgid "Update Revision on Launch"
+msgstr ""
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:30
+msgid "Update canceled. Click for details"
+msgstr ""
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:24
+msgid "Update failed. Click for details"
+msgstr ""
+
+#: client/src/projects/edit/projects-edit.controller.js:340
msgid "Update in Progress"
msgstr "Update in uitvoering"
+#: client/src/projects/factories/get-project-tool-tip.factory.js:27
+msgid "Update missing. Click for details"
+msgstr ""
+
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:352
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:357
-#: client/src/projects/projects.form.js:177
msgid "Update on Launch"
msgstr "Update bij opstarten"
@@ -5467,27 +6151,37 @@ msgstr "Update voor projectwijziging"
msgid "Update on Project Update"
msgstr "Update voor projectupdate"
+#: client/src/projects/factories/get-project-tool-tip.factory.js:14
+msgid "Update queued. Click for details"
+msgstr ""
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:18
+msgid "Update running. Click for details"
+msgstr ""
+
+#: client/src/projects/factories/get-project-tool-tip.factory.js:21
+msgid "Update succeeded. Click for details"
+msgstr ""
+
#: client/src/license/license.partial.html:71
msgid "Upgrade"
msgstr "Upgrade"
-#: client/src/templates/job_templates/job-template.form.js:299
-#: client/src/templates/job_templates/job-template.form.js:304
+#: client/src/templates/job_templates/job-template.form.js:309
+#: client/src/templates/job_templates/job-template.form.js:314
msgid "Use Fact Cache"
msgstr "Feitcache gebruiken"
-#: client/src/notifications/notificationTemplates.form.js:395
+#: client/src/notifications/notificationTemplates.form.js:466
msgid "Use SSL"
msgstr "SSL gebruiken"
-#: client/src/notifications/notificationTemplates.form.js:390
+#: client/src/notifications/notificationTemplates.form.js:461
msgid "Use TLS"
msgstr "TLS gebruiken"
-#: client/src/instance-groups/instance-group.partial.html:10
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:10
-#: client/src/instance-groups/instances/instances-list.partial.html:21
-#: client/src/instance-groups/list/instance-groups-list.partial.html:32
+#: client/src/instance-groups/instance-groups.strings.js:17
+#: client/src/instance-groups/instance-groups.strings.js:38
msgid "Used Capacity"
msgstr "Gebruikte capaciteit"
@@ -5501,33 +6195,35 @@ msgstr ""
"met een broncontrole-beheersysteem op afstand, zoals Git, Subversion (svn) "
"of Mercurial (hg). Deze toegangsgegevens worden gebruikt door projecten."
-#: client/features/credentials/legacy.credentials.js:83
-#: client/src/credentials/credentials.form.js:456
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:143
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:144
-#: client/src/organizations/organizations.form.js:92
-#: client/src/projects/projects.form.js:250 client/src/teams/teams.form.js:93
-#: client/src/templates/workflows.form.js:133
+#: client/features/credentials/legacy.credentials.js:80
+#: client/src/credentials/credentials.form.js:457
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:125
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:127
+#: client/src/organizations/organizations.form.js:104
+#: client/src/projects/projects.form.js:265 client/src/teams/teams.form.js:96
+#: client/src/templates/workflows.form.js:158
msgid "User"
msgstr "Gebruiker"
-#: client/src/configuration/configuration.partial.html:18
+#: client/src/configuration/configuration.partial.html:36
msgid "User Interface"
msgstr "Gebruikersinterface"
-#: client/src/users/users.form.js:95
+#: client/src/users/users.form.js:98
msgid "User Type"
msgstr "Soort gebruiker"
-#: client/src/access/rbac-multiselect/permissionsUsers.list.js:30
+#: client/src/access/rbac-multiselect/permissionsUsers.list.js:36
#: client/src/credentials/factories/become-method-change.factory.js:17
#: client/src/credentials/factories/become-method-change.factory.js:38
#: client/src/credentials/factories/kind-change.factory.js:17
#: client/src/credentials/factories/kind-change.factory.js:41
#: client/src/credentials/factories/kind-change.factory.js:74
#: client/src/credentials/factories/kind-change.factory.js:95
+#: client/src/notifications/notificationTemplates.form.js:348
+#: client/src/notifications/notificationTemplates.form.js:387
#: client/src/notifications/notificationTemplates.form.js:64
-#: client/src/users/users.form.js:58 client/src/users/users.list.js:29
+#: client/src/users/users.form.js:61 client/src/users/users.list.js:29
msgid "Username"
msgstr "Gebruikersnaam"
@@ -5542,35 +6238,43 @@ msgstr ""
"smart-inventarisbronnen, voor cloudvoorziening en om in te zetten bij "
"uitvoeringen van het draaiboek."
+#: client/lib/components/components.strings.js:78
#: client/src/access/add-rbac-resource/rbac-resource.partial.html:35
-#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:36
-#: client/src/organizations/organizations.form.js:74
-#: client/src/setup-menu/setup-menu.partial.html:10
-#: client/src/teams/teams.form.js:75
+#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:38
+#: client/src/organizations/organizations.form.js:86
+#: client/src/teams/teams.form.js:78
msgid "Users"
msgstr "Gebruikers"
+#: client/src/scheduler/schedulerList.controller.js:46
+msgid ""
+"Using a credential that requires a password on launch is prohibited when "
+"creating a Job Template schedule"
+msgstr ""
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:9
+msgid "VARIABLES"
+msgstr ""
+
#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:7
#: client/src/home/dashboard/lists/jobs/jobs-list.partial.html:7
msgid "VIEW ALL"
msgstr "ALLE WEERGEVEN"
-#: client/src/main-menu/main-menu.partial.html:75
-msgid "VIEW DOCUMENTATION"
-msgstr "DOCUMENTATIE WEERGEVEN"
+#: client/lib/components/components.strings.js:57
+msgid "VIEW LESS"
+msgstr ""
+
+#: client/lib/components/components.strings.js:56
+msgid "VIEW MORE"
+msgstr ""
#: client/src/shared/paginate/paginate.partial.html:48
msgid "VIEW PER PAGE"
msgstr "WEERGEVEN PER PAGINA"
-#: client/src/main-menu/main-menu.partial.html:51
-msgid "VIEW USER PAGE FOR {{ $root.current_user.username | uppercase }}"
-msgstr ""
-"GEBRUIKERSPAGINA VOOR {{ $root.current_user.username | uppercase }} "
-"WEERGEVEN"
-
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:180
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:234
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:248
msgid "VPC ID:"
msgstr "VPC-ID:"
@@ -5583,9 +6287,9 @@ msgstr "Geldige licentie"
#: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:47
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:67
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:67
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:81
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:88
-#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:94
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:63
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:71
+#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:77
msgid "Variables"
msgstr "Variabelen"
@@ -5593,24 +6297,25 @@ msgstr "Variabelen"
msgid "Vault"
msgstr "Kluis"
-#: client/src/job-results/job-results.partial.html:321
-msgid "Vault Credential"
-msgstr "Toegangsgegevens kluis"
+#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:25
+msgid "Vault ID"
+msgstr ""
+#: client/features/templates/templates.strings.js:44
#: client/src/credentials/credentials.form.js:391
#: client/src/job-submission/job-submission.partial.html:146
msgid "Vault Password"
msgstr "Wachtwoord kluis"
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:81
-#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:90
+#: client/features/output/output.strings.js:71
+#: client/features/templates/templates.strings.js:51
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:82
+#: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:91
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:307
#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:314
-#: client/src/job-results/job-results.partial.html:358
#: client/src/job-submission/job-submission.partial.html:183
-#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:99
-#: client/src/templates/job_templates/job-template.form.js:174
-#: client/src/templates/job_templates/job-template.form.js:181
+#: client/src/templates/job_templates/job-template.form.js:173
+#: client/src/templates/job_templates/job-template.form.js:180
msgid "Verbosity"
msgstr "Verbositeit"
@@ -5620,13 +6325,13 @@ msgstr "Versie"
#: client/src/activity-stream/streams.list.js:63
#: client/src/credential-types/credential-types.list.js:64
-#: client/src/credentials/credentials.list.js:75
+#: client/src/credentials/credentials.list.js:82
#: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:58
-#: client/src/inventories-hosts/inventories/inventory.list.js:104
-#: client/src/inventory-scripts/inventory-scripts.list.js:62
-#: client/src/notifications/notificationTemplates.list.js:82
-#: client/src/scheduler/schedules.list.js:83 client/src/teams/teams.list.js:64
-#: client/src/templates/templates.list.js:112
+#: client/src/inventories-hosts/inventories/inventory.list.js:120
+#: client/src/inventory-scripts/inventory-scripts.list.js:70
+#: client/src/notifications/notificationTemplates.list.js:91
+#: client/src/scheduler/schedules.list.js:93 client/src/teams/teams.list.js:64
+#: client/src/templates/templates.list.js:108
#: client/src/users/users.list.js:70
msgid "View"
msgstr "weergeven"
@@ -5635,11 +6340,11 @@ msgstr "weergeven"
msgid "View Activity Stream"
msgstr "Activiteitenlogboek weergeven"
-#: client/src/main-menu/main-menu.partial.html:173
+#: client/lib/components/components.strings.js:66
msgid "View Documentation"
msgstr "Documentatie weergeven"
-#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:79
+#: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:86
msgid "View Insights Data"
msgstr "Insights-gegevens weergeven"
@@ -5652,7 +6357,7 @@ msgstr "Bekijk JSON-voorbeelden op"
#: client/src/inventories-hosts/hosts/host.form.js:78
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:77
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:77
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:91
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:73
msgid "View JSON examples at %s"
msgstr "Zie JSON-voorbeelden op %s"
@@ -5664,9 +6369,13 @@ msgstr "Minder weergeven"
msgid "View More"
msgstr "Meer weergeven"
-#: client/src/shared/form-generator.js:1719
-#: client/src/templates/job_templates/job-template.form.js:436
-#: client/src/templates/workflows.form.js:161
+#: client/features/output/output.strings.js:27
+msgid "View Project checkout results"
+msgstr ""
+
+#: client/src/shared/form-generator.js:1728
+#: client/src/templates/job_templates/job-template.form.js:454
+#: client/src/templates/workflows.form.js:196
msgid "View Survey"
msgstr "Vragenlijst weergeven"
@@ -5679,19 +6388,11 @@ msgstr "Bekijk YAML-voorbeelden op"
#: client/src/inventories-hosts/hosts/host.form.js:79
#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:78
#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:78
-#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:92
+#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74
msgid "View YAML examples at %s"
msgstr "Zie YAML-voorbeelden op %s"
-#: client/src/setup-menu/setup-menu.partial.html:72
-msgid "View Your License"
-msgstr "Uw licentie weergeven"
-
-#: client/src/setup-menu/setup-menu.partial.html:73
-msgid "View and edit your license information."
-msgstr "Uw licentie-informatie weergeven en bewerken."
-
-#: client/src/credentials/credentials.list.js:77
+#: client/src/credentials/credentials.list.js:84
msgid "View credential"
msgstr "Toegangsgegevens weergeven"
@@ -5715,31 +6416,19 @@ msgstr "Groep weergeven"
msgid "View host"
msgstr "Host weergeven"
-#: client/src/setup-menu/setup-menu.partial.html:67
-msgid "View information about this version of Ansible {{BRAND_NAME}}."
-msgstr "Informatie over deze versie van Ansible {{BRAND_NAME}} weergeven."
-
-#: client/src/inventories-hosts/inventories/inventory.list.js:106
+#: client/src/inventories-hosts/inventories/inventory.list.js:122
msgid "View inventory"
msgstr "Inventaris weergeven"
-#: client/src/inventory-scripts/inventory-scripts.list.js:64
+#: client/src/inventory-scripts/inventory-scripts.list.js:72
msgid "View inventory script"
msgstr "Inventarisscript weergeven"
-#: client/src/setup-menu/setup-menu.partial.html:55
-msgid "View list and capacity of {{BRAND_NAME}} instances."
-msgstr "Lijst en capaciteit van {{BRAND_NAME}}-instanties weergeven."
-
-#: client/src/notifications/notificationTemplates.list.js:84
+#: client/src/notifications/notificationTemplates.list.js:93
msgid "View notification"
msgstr "Bericht weergeven"
-#: client/src/job-results/job-results.partial.html:222
-msgid "View project sync results"
-msgstr "Resultaten projectsynchronisatie weergeven"
-
-#: client/src/scheduler/schedules.list.js:85
+#: client/src/scheduler/schedules.list.js:95
msgid "View schedule"
msgstr "Schema weergeven"
@@ -5751,20 +6440,41 @@ msgstr "Bron weergeven"
msgid "View team"
msgstr "Team weergeven"
-#: client/src/templates/templates.list.js:114
+#: client/src/templates/templates.list.js:110
msgid "View template"
msgstr "Sjabloon weergeven"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:192
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:274
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:246
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:261
msgid "View the"
msgstr "Bekijk de"
-#: client/src/jobs/all-jobs.list.js:92
-msgid "View the job"
-msgstr "De taak weergeven"
+#: client/features/output/output.strings.js:21
+#: client/lib/components/components.strings.js:61
+msgid "View the Credential"
+msgstr ""
-#: client/src/projects/projects.list.js:111
+#: client/features/output/output.strings.js:24
+msgid "View the Inventory"
+msgstr ""
+
+#: client/features/output/output.strings.js:25
+msgid "View the Job Template"
+msgstr ""
+
+#: client/features/output/output.strings.js:26
+msgid "View the Project"
+msgstr ""
+
+#: client/features/output/output.strings.js:28
+msgid "View the Schedule"
+msgstr ""
+
+#: client/features/output/output.strings.js:30
+msgid "View the User"
+msgstr ""
+
+#: client/src/projects/projects.list.js:118
msgid "View the project"
msgstr "Het project weergeven"
@@ -5772,30 +6482,39 @@ msgstr "Het project weergeven"
msgid "View the schedule"
msgstr "Het schema weergeven"
+#: client/features/output/output.strings.js:29
+msgid "View the source Workflow Job"
+msgstr ""
+
#: client/src/users/users.list.js:73
msgid "View user"
msgstr "Gebruiker weergeven"
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs.list.js:42
-#: client/src/instance-groups/jobs/jobs.list.js:41
-#: client/src/job-results/job-results.partial.html:145
-#: client/src/jobs/all-jobs.list.js:49
-#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:25
-#: client/src/standard-out/scm-update/standard-out-scm-update.partial.html:25
-msgid "View workflow results"
-msgstr "Workflowresultaten weergeven"
+#: client/lib/components/components.strings.js:89
+msgid "Views"
+msgstr ""
#: client/src/templates/workflows.form.js:20
msgid "WORKFLOW"
msgstr "WORKFLOW"
-#: client/src/configuration/auth-form/configuration-auth.controller.js:73
-#: client/src/configuration/configuration.controller.js:200
-#: client/src/configuration/configuration.controller.js:262
+#: client/features/templates/templates.strings.js:109
+#: client/src/scheduler/scheduler.strings.js:50
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:213
+msgid "Warning"
+msgstr ""
+
+#: client/src/configuration/auth-form/configuration-auth.controller.js:91
+#: client/src/configuration/configuration.controller.js:229
+#: client/src/configuration/configuration.controller.js:314
#: client/src/configuration/system-form/configuration-system.controller.js:55
msgid "Warning: Unsaved Changes"
msgstr "Waarschuwing: niet-opgeslagen wijzigingen"
+#: client/src/scheduler/scheduler.strings.js:31
+msgid "Wed"
+msgstr ""
+
#: client/src/license/license.partial.html:78
msgid ""
"Welcome to Ansible Tower! Please complete the steps below to acquire a "
@@ -5825,20 +6544,20 @@ msgstr ""
"groepen die niet aangetroffen zijn in de externe bron niet behandeld in het "
"synchronisatieproces van de inventaris."
-#: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:97
-msgid ""
-"When this template is submitted as a job, setting the type to %s will "
-"execute the playbook, running tasks on the selected hosts."
-msgstr ""
-"Als dit sjabloon wordt ingediend als taak en de soort wordt ingesteld als "
-"%s, wordt het draaiboek uitgevoerd en worden de taken uitgevoerd op de "
-"gekozen hosts."
-
-#: client/src/shared/form-generator.js:1723
-#: client/src/templates/workflows.form.js:187
+#: client/src/shared/form-generator.js:1732
+#: client/src/templates/workflows.form.js:222
msgid "Workflow Editor"
msgstr "Workfloweditor"
+#: client/features/jobs/jobs.strings.js:10
+msgid "Workflow Job"
+msgstr ""
+
+#: client/lib/models/models.strings.js:45
+msgid "Workflow Job Template Nodes"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:14
#: client/src/templates/templates.list.js:66
msgid "Workflow Template"
msgstr "Workflowsjabloon"
@@ -5848,6 +6567,12 @@ msgstr "Workflowsjabloon"
msgid "Workflow Templates"
msgstr "Workflowsjablonen"
+#: client/features/users/tokens/tokens.strings.js:31
+msgid "Write"
+msgstr ""
+
+#: client/lib/components/code-mirror/code-mirror.strings.js:11
+#: client/lib/services/base-string.service.js:69
#: client/src/job-submission/job-submission.partial.html:171
msgid "YAML"
msgstr "YAML"
@@ -5858,12 +6583,16 @@ msgstr "YAML"
msgid "YAML:"
msgstr "YAML:"
-#: client/src/notifications/add/add.controller.js:78
-#: client/src/notifications/edit/edit.controller.js:125
+#: client/lib/services/base-string.service.js:73
+msgid "YES"
+msgstr ""
+
+#: client/src/notifications/add/add.controller.js:83
+#: client/src/notifications/edit/edit.controller.js:130
msgid "Yellow"
msgstr "Geel"
-#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:56
+#: client/src/home/dashboard/lists/job-templates/job-templates-list.partial.html:57
msgid ""
"You can create a job template here."
@@ -5871,11 +6600,18 @@ msgstr ""
"U kunt hier een taaksjabloon "
"maken."
-#: client/src/projects/edit/projects-edit.controller.js:62
+#: client/features/templates/templates.strings.js:93
+msgid ""
+"You do not have access to all resources used by this workflow. Resources "
+"that you don't have access to will not be copied and will result in an "
+"incomplete workflow."
+msgstr ""
+
+#: client/src/projects/edit/projects-edit.controller.js:63
msgid "You do not have access to view this property"
msgstr "U heeft geen toestemming om dit eigendom weer te geven"
-#: client/src/projects/add/projects-add.controller.js:29
+#: client/src/projects/add/projects-add.controller.js:31
msgid "You do not have permission to add a project."
msgstr "U heeft geen machtiging om een project toe te voegen."
@@ -5883,13 +6619,21 @@ msgstr "U heeft geen machtiging om een project toe te voegen."
msgid "You do not have permission to add a user."
msgstr "U heeft geen machtiging om een gebruiker toe te voegen."
+#: client/src/access/rbac-multiselect/rbac-multiselect-list.directive.js:174
+msgid "You do not have permission to manage this user"
+msgstr ""
+
+#: client/features/templates/templates.strings.js:68
+msgid "You do not have permission to perform this action."
+msgstr ""
+
#: client/src/inventories-hosts/inventory-hosts.strings.js:28
msgid "You do not have sufficient permissions to edit the host filter."
msgstr "U hebt geen toestemming om het hostfilter te bewerken."
-#: client/src/configuration/auth-form/configuration-auth.controller.js:72
-#: client/src/configuration/configuration.controller.js:199
-#: client/src/configuration/configuration.controller.js:261
+#: client/src/configuration/auth-form/configuration-auth.controller.js:90
+#: client/src/configuration/configuration.controller.js:228
+#: client/src/configuration/configuration.controller.js:313
#: client/src/configuration/system-form/configuration-system.controller.js:54
msgid ""
"You have unsaved changes. Would you like to proceed without"
@@ -5898,7 +6642,14 @@ msgstr ""
"U heeft niet-opgeslagen wijzigingen. Wilt u doorgaan zonder"
" op te slaan?"
-#: client/src/projects/list/projects-list.controller.js:222
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid ""
+"You must run a successful update before you can select a playbook. You will "
+"not be able to save this Job Template without a valid playbook."
+msgstr ""
+
+#: client/src/projects/list/projects-list.controller.js:257
msgid "Your request to cancel the update was submitted to the task manager."
msgstr ""
"Uw verzoek om de update te annuleren is ingediend bij de taakbeheerder."
@@ -5909,22 +6660,35 @@ msgstr "Uw sessie is verlopen vanwege inactiviteit. Meld u opnieuw aan."
#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24
#: client/src/job-submission/job-submission.partial.html:317
-#: client/src/shared/form-generator.js:1193
+#: client/src/shared/form-generator.js:1202
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:42
msgid "and"
msgstr "en"
+#: client/features/users/tokens/tokens.strings.js:27
+msgid "by"
+msgstr ""
+
#: client/src/job-submission/job-submission.partial.html:289
#: client/src/job-submission/job-submission.partial.html:294
#: client/src/job-submission/job-submission.partial.html:305
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
msgid "characters long."
msgstr "tekens lang."
+#: client/features/output/output.strings.js:78
#: client/src/shared/smart-search/smart-search.partial.html:53
msgid "documentation"
msgstr "documentatie"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:193
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:275
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:203
+msgid "failed"
+msgstr ""
+
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:247
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:262
msgid "for a complete list of supported filters."
msgstr "voor een volledige lijst van ondersteunde filters."
@@ -5958,48 +6722,79 @@ msgstr[1] "hosts"
msgid "hosts"
msgstr "hosts"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:58
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:60
msgid "hosts with failures. Click for details."
msgstr "hosts met mislukkingen. Klik voor meer informatie."
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:209
+msgid "missing"
+msgstr ""
+
#: client/src/access/rbac-multiselect/permissionsTeams.list.js:21
msgid "name"
msgstr "naam"
+#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:206
+msgid "never updated"
+msgstr ""
+
#: client/src/shared/paginate/paginate.partial.html:34
msgid "of"
msgstr "van"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "of the filters match."
msgstr "van de filters komen overeen."
+#: client/src/scheduler/scheduler.strings.js:26
+msgid "on"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:23
+msgid "on day"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:27
+msgid "on days"
+msgstr ""
+
+#: client/src/scheduler/scheduler.strings.js:25
+msgid "on the"
+msgstr ""
+
#: client/src/access/rbac-multiselect/permissionsTeams.list.js:24
msgid "organization"
msgstr "organisatie"
-#: client/src/shared/form-generator.js:1069
+#: client/src/shared/form-generator.js:1078
msgid "playbook"
msgstr "draaiboek"
+#: client/src/organizations/linkout/organizations-linkout.route.js:111
+msgid "section"
+msgstr ""
+
#: client/src/credentials/credentials.form.js:138
#: client/src/credentials/credentials.form.js:364
msgid "set in helpers/credentials"
msgstr "ingesteld in helpers/toegangsgegevens"
-#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:43
+#: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:45
msgid "sources with sync failures. Click for details"
msgstr "bronnen met synchronisatiefouten. Klik voor meer informatie"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:190
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:272
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:244
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:259
msgid "test"
msgstr "test"
#: client/src/job-submission/job-submission.partial.html:289
#: client/src/job-submission/job-submission.partial.html:294
#: client/src/job-submission/job-submission.partial.html:305
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:14
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:19
+#: client/src/templates/prompt/steps/survey/prompt-survey.partial.html:30
msgid "to"
msgstr "om"
@@ -6039,13 +6834,13 @@ msgstr "zie ec2.ini in de Ansible github repo."
msgid "view vmware_inventory.ini in the Ansible github repo."
msgstr "zie vmware_inventory.ini in de Ansible github repo."
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:185
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:267
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:239
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:254
msgid "when"
msgstr "wanneer"
-#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:171
-#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:252
+#: client/src/inventories-hosts/inventories/related/sources/add/sources-add.controller.js:225
+#: client/src/inventories-hosts/inventories/related/sources/edit/sources-edit.controller.js:239
msgid ""
"will create group names similar to the following examples based on the "
"options selected:"
@@ -6057,18 +6852,22 @@ msgstr ""
msgid "with failed jobs."
msgstr "met mislukte taken."
-#: client/src/instance-groups/instances/instance-jobs/instance-jobs-list.route.js:9
-msgid "{{ breadcrumb.instance_name }}"
-msgstr "{{ breadcrumb.instance_name }}"
+#: client/features/users/tokens/tokens.strings.js:40
+msgid "{{ appName }} Token"
+msgstr ""
+
+#: client/lib/services/base-string.service.js:95
+msgid "{{ header }} {{ body }}"
+msgstr ""
+
+#: client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html:5
+msgid "{{:: vm.strings.get('prompt.JOB_TYPE') }}"
+msgstr ""
#: client/lib/components/input/label.partial.html:5
msgid "{{::state._hint}}"
msgstr "{{::state._hint}}"
-#: client/src/instance-groups/instances/instances-list.route.js:10
-msgid "{{breadcrumb.instance_group_name}}"
-msgstr "{{breadcrumb.instance_group_name}}"
-
#: client/src/shared/paginate/paginate.partial.html:55
msgid "{{pageSize}}"
msgstr "{{pageSize}}"