From 15e8fd5ecacdc1fa0f9a3d86644f45cb12e36af9 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 5 Dec 2017 14:17:07 -0500 Subject: [PATCH] Pull updated translations --- awx/locale/es/LC_MESSAGES/django.po | 1015 +++++++------ awx/locale/fr/LC_MESSAGES/django.po | 1031 +++++++------- awx/locale/ja/LC_MESSAGES/django.po | 1027 +++++++------- awx/locale/nl/LC_MESSAGES/django.po | 1015 +++++++------ awx/ui/po/es.po | 2034 +++++++++----------------- awx/ui/po/fr.po | 2040 +++++++++------------------ awx/ui/po/ja.po | 2003 +++++++++----------------- awx/ui/po/nl.po | 1999 +++++++++----------------- 8 files changed, 4835 insertions(+), 7329 deletions(-) diff --git a/awx/locale/es/LC_MESSAGES/django.po b/awx/locale/es/LC_MESSAGES/django.po index 6e26752ef1..0d6c14d205 100644 --- a/awx/locale/es/LC_MESSAGES/django.po +++ b/awx/locale/es/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-27 19:27+0000\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" "Language-Team: \n" @@ -89,25 +89,30 @@ msgstr "Filtrar sobre %s no está permitido." msgid "Loops not allowed in filters, detected on field {}." msgstr "Bucles no permitidos en los filtros, detectados en el campo {}." -#: awx/api/filters.py:297 +#: awx/api/filters.py:171 +#, python-brace-format +msgid "Invalid {field_name} id: {field_id}" +msgstr "" + +#: awx/api/filters.py:302 #, python-format msgid "cannot filter on kind %s" msgstr "no se puede filtrar en el tipo %s" -#: awx/api/filters.py:404 +#: 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:515 awx/api/generics.py:577 +#: awx/api/generics.py:550 awx/api/generics.py:612 msgid "\"id\" field must be an integer." msgstr "El campo \"id\" debe ser un número entero." -#: awx/api/generics.py:574 +#: awx/api/generics.py:609 msgid "\"id\" is required to disassociate" msgstr "\"id\" es necesario para desasociar" -#: awx/api/generics.py:625 +#: awx/api/generics.py:660 msgid "{} 'id' field is missing." msgstr "Falta el campo {} 'id'." @@ -189,7 +194,7 @@ msgstr "Tarea en flujo de trabajo" msgid "Workflow Template" msgstr "Plantilla de flujo de trabajo" -#: awx/api/serializers.py:697 awx/api/serializers.py:755 awx/api/views.py:4314 +#: 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 " @@ -199,38 +204,38 @@ msgstr "" "sólo está soportada la descarga para tamaños por encima de " "%(supported_size)d bytes" -#: awx/api/serializers.py:770 +#: awx/api/serializers.py:774 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:772 +#: awx/api/serializers.py:776 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:796 +#: awx/api/serializers.py:800 msgid "Password required for new User." msgstr "Contraseña requerida para un usuario nuevo." -#: awx/api/serializers.py:882 +#: awx/api/serializers.py:886 #, 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:1046 +#: awx/api/serializers.py:1050 msgid "Organization is missing" msgstr "Organización no encontrada." -#: awx/api/serializers.py:1050 +#: awx/api/serializers.py:1054 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:1056 +#: awx/api/serializers.py:1060 msgid "Array of playbooks available within this project." msgstr "Colección de playbooks disponibles dentro de este proyecto." -#: awx/api/serializers.py:1075 +#: awx/api/serializers.py:1079 msgid "" "Array of inventory files and directories available within this project, not " "comprehensive." @@ -238,67 +243,71 @@ msgstr "" "Colección de archivos de inventario y directorios disponibles dentro de este" " proyecto, no global." -#: awx/api/serializers.py:1282 +#: awx/api/serializers.py:1201 +msgid "Smart inventories must specify host_filter" +msgstr "" + +#: awx/api/serializers.py:1303 #, python-format msgid "Invalid port specification: %s" msgstr "Especificación de puerto inválido: %s" -#: awx/api/serializers.py:1293 +#: awx/api/serializers.py:1314 msgid "Cannot create Host for Smart Inventory" msgstr "No es posible crear un host para el Inventario inteligente" -#: awx/api/serializers.py:1315 awx/api/serializers.py:3218 -#: awx/api/serializers.py:3303 awx/main/validators.py:198 +#: 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:1411 +#: awx/api/serializers.py:1432 msgid "Invalid group name." msgstr "Nombre de grupo inválido." -#: awx/api/serializers.py:1416 +#: awx/api/serializers.py:1437 msgid "Cannot create Group for Smart Inventory" msgstr "No es posible crear un grupo para el Inventario inteligente" -#: awx/api/serializers.py:1488 +#: awx/api/serializers.py:1509 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:1534 +#: awx/api/serializers.py:1555 msgid "`{}` is a prohibited environment variable" msgstr "`{}` es una variable de entorno prohibida" -#: awx/api/serializers.py:1545 +#: awx/api/serializers.py:1566 msgid "If 'source' is 'custom', 'source_script' must be provided." msgstr "Si 'source' es 'custom', 'source_script' debe ser especificado." -#: awx/api/serializers.py:1551 +#: awx/api/serializers.py:1572 msgid "Must provide an inventory." msgstr "Debe proporcionar un inventario." -#: awx/api/serializers.py:1555 +#: awx/api/serializers.py:1576 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:1557 +#: awx/api/serializers.py:1578 msgid "'source_script' doesn't exist." msgstr "'source_script' no existe." -#: awx/api/serializers.py:1581 +#: awx/api/serializers.py:1602 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:1658 +#: awx/api/serializers.py:1679 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:1664 +#: awx/api/serializers.py:1685 msgid "" "Manual inventory sources are created automatically when a group is created " "in the v1 API." @@ -306,53 +315,59 @@ msgstr "" "Las fuentes de inventario manuales se crean automáticamente cuando se crea " "un grupo en la API v1." -#: awx/api/serializers.py:1669 +#: awx/api/serializers.py:1690 msgid "Setting not compatible with existing schedules." msgstr "Configuración no compatible con programaciones existentes." -#: awx/api/serializers.py:1674 +#: awx/api/serializers.py:1695 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:1688 +#: awx/api/serializers.py:1709 #, 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:1929 +#: awx/api/serializers.py:1950 msgid "Modifications not allowed for managed credential types" msgstr "" "Modificaciones no permitidas para los tipos de credenciales administradas" -#: awx/api/serializers.py:1934 +#: awx/api/serializers.py:1955 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:1940 +#: awx/api/serializers.py:1961 #, python-format msgid "Must be 'cloud' or 'net', not %s" msgstr "Debe ser 'cloud' o 'net', no %s" -#: awx/api/serializers.py:1946 +#: awx/api/serializers.py:1967 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:2119 +#: awx/api/serializers.py:2140 #, python-format msgid "\"%s\" is not a valid choice" msgstr "\"%s\" no es una opción válida" -#: awx/api/serializers.py:2138 +#: 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:2150 +#: awx/api/serializers.py:2180 +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 msgid "" "Write-only field used to add user to owner role. If provided, do not give " "either team or organization. Only valid for creation." @@ -360,7 +375,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:2155 +#: awx/api/serializers.py:2196 msgid "" "Write-only field used to add team to owner role. If provided, do not give " "either user or organization. Only valid for creation." @@ -368,7 +383,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:2160 +#: awx/api/serializers.py:2201 msgid "" "Inherit permissions from organization roles. If provided on creation, do not" " give either user or team." @@ -376,125 +391,129 @@ msgstr "" "Permisos heredados desde roles de organización. Si se indica, no otorgar " "usuario o equipo." -#: awx/api/serializers.py:2176 +#: awx/api/serializers.py:2217 msgid "Missing 'user', 'team', or 'organization'." msgstr "No encontrado 'user', 'team' u 'organization'" -#: awx/api/serializers.py:2216 +#: awx/api/serializers.py:2257 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:2378 +#: awx/api/serializers.py:2424 msgid "You must provide a cloud credential." msgstr "Debe proporcionar una credencial de nube." -#: awx/api/serializers.py:2379 +#: awx/api/serializers.py:2425 msgid "You must provide a network credential." msgstr "Debe indicar un credencial de red." -#: awx/api/serializers.py:2395 +#: awx/api/serializers.py:2441 msgid "This field is required." msgstr "Este campo es obligatorio." -#: awx/api/serializers.py:2397 awx/api/serializers.py:2399 +#: awx/api/serializers.py:2443 awx/api/serializers.py:2445 msgid "Playbook not found for project." msgstr "Playbook no encontrado para el proyecto." -#: awx/api/serializers.py:2401 +#: awx/api/serializers.py:2447 msgid "Must select playbook for project." msgstr "Debe seleccionar un playbook para el proyecto." -#: awx/api/serializers.py:2476 +#: awx/api/serializers.py:2522 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:2478 awx/main/models/jobs.py:325 +#: awx/api/serializers.py:2524 awx/main/models/jobs.py:326 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:2549 +#: awx/api/serializers.py:2611 msgid "Invalid job template." msgstr "Plantilla de trabajo inválida" -#: awx/api/serializers.py:2630 -msgid "Credential not found or deleted." -msgstr "Credencial no encontrado o eliminado." +#: awx/api/serializers.py:2708 +msgid "Neither credential nor vault credential provided." +msgstr "" -#: awx/api/serializers.py:2632 +#: awx/api/serializers.py:2711 msgid "Job Template Project is missing or undefined." msgstr "Proyecto en la plantilla de trabajo no encontrado o no definido." -#: awx/api/serializers.py:2634 +#: awx/api/serializers.py:2713 msgid "Job Template Inventory is missing or undefined." msgstr "Inventario en la plantilla de trabajo no encontrado o no definido." -#: awx/api/serializers.py:2921 +#: awx/api/serializers.py:2782 awx/main/tasks.py:2186 +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 "" "j%(job_type)s no es un tipo de trabajo válido. Las opciones son %(choices)s." -#: awx/api/serializers.py:2926 +#: awx/api/serializers.py:3013 msgid "Workflow job template is missing during creation." msgstr "" "Plantilla de tarea en el flujo de trabajo no encontrada durante la creación." -#: awx/api/serializers.py:2931 +#: awx/api/serializers.py:3018 #, 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:3188 +#: 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:3191 +#: awx/api/serializers.py:3294 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:3232 awx/api/views.py:2991 +#: 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:3234 awx/api/views.py:2994 +#: 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:3371 +#: awx/api/serializers.py:3474 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:3394 +#: awx/api/serializers.py:3497 msgid "No values specified for field '{}'" msgstr "Ningún valor especificado para el campo '{}'" -#: awx/api/serializers.py:3399 +#: awx/api/serializers.py:3502 msgid "Missing required fields for Notification Configuration: {}." msgstr "Campos no definidos para la configuración de notificación: {}." -#: awx/api/serializers.py:3402 +#: awx/api/serializers.py:3505 msgid "Configuration field '{}' incorrect type, expected {}." msgstr "Tipo incorrecto en la configuración del campo '{} ', esperado {}." -#: awx/api/serializers.py:3455 +#: 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:3457 +#: 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:3460 +#: awx/api/serializers.py:3563 msgid "" "Inventory sources with `update_on_project_update` cannot be scheduled. " "Schedule its source project `{}` instead." @@ -502,72 +521,72 @@ 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:3479 +#: 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:3501 +#: 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:YYYYMMDDTHHMMSSZ" -#: awx/api/serializers.py:3503 +#: awx/api/serializers.py:3606 msgid "Multiple DTSTART is not supported." msgstr "Múltiple DTSTART no está soportado." -#: awx/api/serializers.py:3505 +#: awx/api/serializers.py:3608 msgid "RRULE require in rrule." msgstr "RRULE requerido en rrule" -#: awx/api/serializers.py:3507 +#: awx/api/serializers.py:3610 msgid "Multiple RRULE is not supported." msgstr "Múltiple RRULE no está soportado." -#: awx/api/serializers.py:3509 +#: awx/api/serializers.py:3612 msgid "INTERVAL required in rrule." msgstr "INTERVAL requerido en 'rrule'." -#: awx/api/serializers.py:3511 +#: awx/api/serializers.py:3614 msgid "TZID is not supported." msgstr "TZID no está soportado." -#: awx/api/serializers.py:3513 +#: awx/api/serializers.py:3616 msgid "SECONDLY is not supported." msgstr "SECONDLY no está soportado." -#: awx/api/serializers.py:3515 +#: awx/api/serializers.py:3618 msgid "Multiple BYMONTHDAYs not supported." msgstr "Multiple BYMONTHDAYs no soportado." -#: awx/api/serializers.py:3517 +#: awx/api/serializers.py:3620 msgid "Multiple BYMONTHs not supported." msgstr "Multiple BYMONTHs no soportado." -#: awx/api/serializers.py:3519 +#: awx/api/serializers.py:3622 msgid "BYDAY with numeric prefix not supported." msgstr "BYDAY con prefijo numérico no soportado." -#: awx/api/serializers.py:3521 +#: awx/api/serializers.py:3624 msgid "BYYEARDAY not supported." msgstr "BYYEARDAY no soportado." -#: awx/api/serializers.py:3523 +#: awx/api/serializers.py:3626 msgid "BYWEEKNO not supported." msgstr "BYWEEKNO no soportado." -#: awx/api/serializers.py:3527 +#: awx/api/serializers.py:3630 msgid "COUNT > 999 is unsupported." msgstr "COUNT > 999 no está soportada." -#: awx/api/serializers.py:3531 +#: awx/api/serializers.py:3634 msgid "rrule parsing failed validation." msgstr "Validación fallida analizando 'rrule'" -#: awx/api/serializers.py:3631 +#: awx/api/serializers.py:3760 msgid "" "A summary of the new and changed values when an object is created, updated, " "or deleted" @@ -575,7 +594,7 @@ msgstr "" "Un resumen de los valores nuevos y cambiados cuando un objeto es creado, " "actualizado o eliminado." -#: awx/api/serializers.py:3633 +#: awx/api/serializers.py:3762 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 " @@ -585,7 +604,7 @@ msgstr "" "afectado. Para asociar o desasociar eventos éste es el tipo de objeto " "asociado o desasociado con object2." -#: awx/api/serializers.py:3636 +#: awx/api/serializers.py:3765 msgid "" "Unpopulated for create, update, and delete events. For associate and " "disassociate events this is the object type that object1 is being associated" @@ -594,163 +613,163 @@ 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:3639 +#: awx/api/serializers.py:3768 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:3749 +#: 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:3751 +#: awx/api/serializers.py:3887 msgid "Must include \"username\" and \"password\"." msgstr "Debe incluir \"usuario\" y \"contraseña\"." -#: awx/api/views.py:106 +#: awx/api/views.py:108 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:116 +#: awx/api/views.py:118 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:126 +#: awx/api/views.py:128 msgid "Your license does not allow use of workflows." msgstr "Su licencia no permite el uso de flujos de trabajo." -#: awx/api/views.py:140 +#: awx/api/views.py:142 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:144 +#: awx/api/views.py:146 msgid "Cannot delete running job resource." msgstr "No es posible eliminar el recurso de trabajo en ejecución." -#: awx/api/views.py:153 awx/templates/rest_framework/api.html:28 +#: awx/api/views.py:155 awx/templates/rest_framework/api.html:28 msgid "REST API" msgstr "REST API" -#: awx/api/views.py:162 awx/templates/rest_framework/api.html:4 +#: awx/api/views.py:164 awx/templates/rest_framework/api.html:4 msgid "AWX REST API" msgstr "API REST de AWX" -#: awx/api/views.py:224 +#: awx/api/views.py:226 msgid "Version 1" msgstr "Version 1" -#: awx/api/views.py:228 +#: awx/api/views.py:230 msgid "Version 2" msgstr "Versión 2" -#: awx/api/views.py:239 +#: awx/api/views.py:241 msgid "Ping" msgstr "Ping" -#: awx/api/views.py:270 awx/conf/apps.py:12 +#: awx/api/views.py:272 awx/conf/apps.py:12 msgid "Configuration" msgstr "Configuración" -#: awx/api/views.py:323 +#: awx/api/views.py:325 msgid "Invalid license data" msgstr "Datos de licencia inválidos." -#: awx/api/views.py:325 +#: awx/api/views.py:327 msgid "Missing 'eula_accepted' property" msgstr "Propiedad 'eula_accepted' no encontrada" -#: awx/api/views.py:329 +#: awx/api/views.py:331 msgid "'eula_accepted' value is invalid" msgstr "Valor 'eula_accepted' no es válido" -#: awx/api/views.py:332 +#: awx/api/views.py:334 msgid "'eula_accepted' must be True" msgstr "'eula_accepted' debe ser True" -#: awx/api/views.py:339 +#: awx/api/views.py:341 msgid "Invalid JSON" msgstr "JSON inválido" -#: awx/api/views.py:347 +#: awx/api/views.py:349 msgid "Invalid License" msgstr "Licencia inválida" -#: awx/api/views.py:357 +#: awx/api/views.py:359 msgid "Invalid license" msgstr "Licencia inválida" -#: awx/api/views.py:365 +#: awx/api/views.py:367 #, python-format msgid "Failed to remove license (%s)" msgstr "Error al eliminar licencia (%s)" -#: awx/api/views.py:370 +#: awx/api/views.py:372 msgid "Dashboard" msgstr "Panel de control" -#: awx/api/views.py:469 +#: awx/api/views.py:471 msgid "Dashboard Jobs Graphs" msgstr "Panel de control de gráficas de trabajo" -#: awx/api/views.py:505 +#: awx/api/views.py:507 #, python-format msgid "Unknown period \"%s\"" msgstr "Periodo desconocido \"%s\"" -#: awx/api/views.py:519 +#: awx/api/views.py:521 msgid "Instances" msgstr "Instancias" -#: awx/api/views.py:527 +#: awx/api/views.py:529 msgid "Instance Detail" msgstr "Detalle de la instancia" -#: awx/api/views.py:535 +#: awx/api/views.py:537 msgid "Instance Running Jobs" msgstr "Tareas en ejecución de la instancia" -#: awx/api/views.py:550 +#: awx/api/views.py:552 msgid "Instance's Instance Groups" msgstr "Grupos de instancias de la instancia" -#: awx/api/views.py:560 +#: awx/api/views.py:562 msgid "Instance Groups" msgstr "Grupos de instancias" -#: awx/api/views.py:568 +#: awx/api/views.py:570 msgid "Instance Group Detail" msgstr "Detalle del grupo de instancias" -#: awx/api/views.py:576 +#: awx/api/views.py:578 msgid "Instance Group Running Jobs" msgstr "Tareas en ejecución del grupo de instancias" -#: awx/api/views.py:586 +#: awx/api/views.py:588 msgid "Instance Group's Instances" msgstr "Instancias del grupo de instancias" -#: awx/api/views.py:596 +#: awx/api/views.py:598 msgid "Schedules" msgstr "Programaciones" -#: awx/api/views.py:615 +#: awx/api/views.py:617 msgid "Schedule Jobs List" msgstr "Lista de trabajos programados" -#: awx/api/views.py:841 +#: awx/api/views.py:843 msgid "Your license only permits a single organization to exist." msgstr "Su licencia solo permite que exista una organización." -#: awx/api/views.py:1077 awx/api/views.py:4615 +#: awx/api/views.py:1079 awx/api/views.py:4666 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:1081 awx/api/views.py:4629 +#: awx/api/views.py:1083 awx/api/views.py:4680 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:1088 awx/api/views.py:4621 +#: awx/api/views.py:1090 awx/api/views.py:4672 msgid "" "You cannot grant credential access to a team when the Organization field " "isn't set, or belongs to a different organization" @@ -758,35 +777,35 @@ 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:1178 +#: awx/api/views.py:1180 msgid "Cannot delete project." msgstr "No se puede eliminar el proyecto." -#: awx/api/views.py:1213 +#: awx/api/views.py:1215 msgid "Project Schedules" msgstr "Programación del proyecto" -#: awx/api/views.py:1225 +#: awx/api/views.py:1227 msgid "Project SCM Inventory Sources" msgstr "Fuentes de inventario SCM del proyecto" -#: awx/api/views.py:1352 +#: awx/api/views.py:1354 msgid "Project Update SCM Inventory Updates" msgstr "Actualizaciones de inventario SCM de la actualización del proyecto" -#: awx/api/views.py:1407 +#: awx/api/views.py:1409 msgid "Me" msgstr "Yo" -#: awx/api/views.py:1451 awx/api/views.py:4572 +#: 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:1457 awx/api/views.py:4576 +#: 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:1462 awx/api/views.py:4581 +#: awx/api/views.py:1464 awx/api/views.py:4632 msgid "" "You cannot grant credential access to a user not in the credentials' " "organization" @@ -794,53 +813,54 @@ msgstr "" "No puede conceder credenciales de acceso a un usuario que no está en la " "organización del credencial." -#: awx/api/views.py:1466 awx/api/views.py:4585 +#: awx/api/views.py:1468 awx/api/views.py:4636 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:1564 +#: awx/api/views.py:1566 #, python-format msgid "Cannot change %s." msgstr "No se puede cambiar %s." -#: awx/api/views.py:1570 +#: awx/api/views.py:1572 msgid "Cannot delete user." msgstr "No se puede eliminar usuario." -#: awx/api/views.py:1599 +#: awx/api/views.py:1601 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:1601 +#: awx/api/views.py:1603 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:1779 +#: awx/api/views.py:1781 msgid "Cannot delete inventory script." msgstr "No se puede eliminar script de inventario." -#: awx/api/views.py:1864 +#: awx/api/views.py:1866 +#, python-brace-format msgid "{0}" msgstr "{0}" -#: awx/api/views.py:2089 +#: awx/api/views.py:2101 msgid "Fact not found." msgstr "Fact no encontrado." -#: awx/api/views.py:2113 +#: awx/api/views.py:2125 msgid "SSLError while trying to connect to {}" msgstr "SSLError al intentar conectarse a {}" -#: awx/api/views.py:2115 +#: awx/api/views.py:2127 msgid "Request to {} timed out." msgstr "El tiempo de solicitud {} caducó." -#: awx/api/views.py:2117 +#: awx/api/views.py:2129 msgid "Unkown exception {} while trying to GET {}" msgstr "Excepción desconocida {} al intentar OBTENER {}" -#: awx/api/views.py:2120 +#: awx/api/views.py:2132 msgid "" "Unauthorized access. Please check your Insights Credential username and " "password." @@ -848,7 +868,7 @@ msgstr "" "Acceso no autorizado. Verifique su nombre de usuario y contraseña de " "Insights." -#: awx/api/views.py:2122 +#: awx/api/views.py:2134 msgid "" "Failed to gather reports and maintenance plans from Insights API at URL {}. " "Server responded with {} status code and message {}" @@ -857,202 +877,212 @@ msgstr "" " de Insights en la dirección URL {}. El servidor respondió con el código de " "estado {} y el mensaje {}" -#: awx/api/views.py:2128 +#: awx/api/views.py:2140 msgid "Expected JSON response from Insights but instead got {}" msgstr "Respuesta JSON esperada de Insights; en cambio, se recibió {}" -#: awx/api/views.py:2135 +#: awx/api/views.py:2147 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:2140 +#: awx/api/views.py:2152 msgid "The Insights Credential for \"{}\" was not found." msgstr "No se encontró la credencial de Insights para \"{}\"." -#: awx/api/views.py:2209 +#: awx/api/views.py:2221 msgid "Cyclical Group association." msgstr "Asociación de grupos cíclica." -#: awx/api/views.py:2482 +#: awx/api/views.py:2499 msgid "Inventory Source List" msgstr "Listado de fuentes del inventario" -#: awx/api/views.py:2495 +#: awx/api/views.py:2512 msgid "Inventory Sources Update" msgstr "Actualización de fuentes de inventario" -#: awx/api/views.py:2525 +#: awx/api/views.py:2542 msgid "Could not start because `can_update` returned False" msgstr "No se pudo iniciar porque `can_update` devolvió False" -#: awx/api/views.py:2533 +#: awx/api/views.py:2550 msgid "No inventory sources to update." msgstr "No hay fuentes de inventario para actualizar." -#: awx/api/views.py:2565 +#: awx/api/views.py:2582 msgid "Cannot delete inventory source." msgstr "No se puede eliminar la fuente del inventario." -#: awx/api/views.py:2573 +#: awx/api/views.py:2590 msgid "Inventory Source Schedules" msgstr "Programaciones de la fuente del inventario" -#: awx/api/views.py:2603 +#: awx/api/views.py:2620 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:2826 +#: awx/api/views.py:2851 msgid "Job Template Schedules" msgstr "Programación plantilla de trabajo" -#: awx/api/views.py:2846 awx/api/views.py:2862 +#: awx/api/views.py:2871 awx/api/views.py:2882 msgid "Your license does not allow adding surveys." msgstr "Su licencia no permite añadir cuestionarios." -#: awx/api/views.py:2869 +#: awx/api/views.py:2889 msgid "'name' missing from survey spec." msgstr "'name' no encontrado en el especificado cuestionario." -#: awx/api/views.py:2871 +#: awx/api/views.py:2891 msgid "'description' missing from survey spec." msgstr "'description' no encontrado en el especificado cuestionario." -#: awx/api/views.py:2873 +#: awx/api/views.py:2893 msgid "'spec' missing from survey spec." msgstr "'spec' no encontrado en el especificado cuestionario." -#: awx/api/views.py:2875 +#: 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:2877 +#: awx/api/views.py:2897 msgid "'spec' doesn't contain any items." msgstr "'spec' no contiene ningún elemento." -#: awx/api/views.py:2883 +#: awx/api/views.py:2903 #, 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:2885 +#: awx/api/views.py:2905 #, python-format msgid "'type' missing from survey question %s." msgstr "'type' no encontrado en la pregunta de cuestionario %s." -#: awx/api/views.py:2887 +#: awx/api/views.py:2907 #, 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:2889 +#: awx/api/views.py:2909 #, python-format msgid "'variable' missing from survey question %s." msgstr "'variable' no encontrado en la pregunta de cuestionario %s." -#: awx/api/views.py:2891 +#: awx/api/views.py:2911 #, 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:2896 +#: awx/api/views.py:2916 #, python-format msgid "'required' missing from survey question %s." msgstr "'required' no encontrado en la pregunta de cuestionario %s." -#: awx/api/views.py:2901 +#: awx/api/views.py:2921 +#, python-brace-format msgid "" -"$encrypted$ is reserved keyword and may not be used as a default for " -"password {}." +"Value {question_default} for '{variable_name}' expected to be a string." msgstr "" -"$encrypted$ es una palabra clave reservada y no puede utilizarse como un " -"valor predeterminado para la contraseña {}." -#: awx/api/views.py:3017 +#: awx/api/views.py:2928 +#, 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}." +msgstr "" + +#: awx/api/views.py:3049 msgid "Maximum number of labels for {} reached." msgstr "Número máximo de etiquetas para {} alcanzado." -#: awx/api/views.py:3136 +#: awx/api/views.py:3170 msgid "No matching host could be found!" msgstr "¡Ningún servidor indicado pudo ser encontrado!" -#: awx/api/views.py:3139 +#: awx/api/views.py:3173 msgid "Multiple hosts matched the request!" msgstr "¡Varios servidores corresponden a la petición!" -#: awx/api/views.py:3144 +#: awx/api/views.py:3178 msgid "Cannot start automatically, user input required!" msgstr "" "No se puede iniciar automáticamente, !Entrada de datos de usuario necesaria!" -#: awx/api/views.py:3151 +#: awx/api/views.py:3185 msgid "Host callback job already pending." msgstr "Trabajo de callback para el servidor ya está pendiente." -#: awx/api/views.py:3164 +#: awx/api/views.py:3199 msgid "Error starting job!" msgstr "¡Error iniciando trabajo!" -#: awx/api/views.py:3271 +#: awx/api/views.py:3306 +#, 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:3296 +#: awx/api/views.py:3331 msgid "Multiple parent relationship not allowed." msgstr "No se permiten múltiples relaciones primarias." -#: awx/api/views.py:3301 +#: awx/api/views.py:3336 msgid "Cycle detected." msgstr "Ciclo detectado." -#: awx/api/views.py:3505 +#: awx/api/views.py:3540 msgid "Workflow Job Template Schedules" msgstr "Programaciones de plantilla de tareas de flujo de trabajo" -#: awx/api/views.py:3650 awx/api/views.py:4217 +#: awx/api/views.py:3685 awx/api/views.py:4268 msgid "Superuser privileges needed." msgstr "Privilegios de superusuario necesarios." -#: awx/api/views.py:3682 +#: awx/api/views.py:3717 msgid "System Job Template Schedules" msgstr "Programación de plantilla de trabajos de sistema." -#: awx/api/views.py:3891 +#: awx/api/views.py:3780 +msgid "POST not allowed for Job launching in version 2 of the api" +msgstr "" + +#: awx/api/views.py:3942 msgid "Job Host Summaries List" msgstr "Lista resumida de trabajos de servidor" -#: awx/api/views.py:3938 +#: awx/api/views.py:3989 msgid "Job Event Children List" msgstr "LIsta de hijos de eventos de trabajo" -#: awx/api/views.py:3947 +#: awx/api/views.py:3998 msgid "Job Event Hosts List" msgstr "Lista de eventos de trabajos de servidor." -#: awx/api/views.py:3957 +#: awx/api/views.py:4008 msgid "Job Events List" msgstr "Lista de eventos de trabajo" -#: awx/api/views.py:4171 +#: awx/api/views.py:4222 msgid "Ad Hoc Command Events List" msgstr "Lista de eventos para comando Ad Hoc" -#: awx/api/views.py:4386 +#: 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:4399 +#: 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:4444 +#: awx/api/views.py:4495 msgid "Delete not allowed while there are pending notifications" msgstr "Eliminar no está permitido mientras existan notificaciones pendientes" -#: awx/api/views.py:4451 +#: awx/api/views.py:4502 msgid "Notification Template Test" msgstr "Prueba de plantilla de notificación" @@ -1210,15 +1240,16 @@ msgstr "Ejemplo de configuración que puede ser diferente para cada usuario." msgid "User" msgstr "Usuario" -#: awx/conf/fields.py:62 +#: awx/conf/fields.py:63 msgid "Enter a valid URL" msgstr "Introduzca una URL válida" -#: awx/conf/fields.py:94 +#: awx/conf/fields.py:95 +#, python-brace-format msgid "\"{input}\" is not a valid string." msgstr "\"{input}\" no es una cadena válida." -#: awx/conf/license.py:19 +#: awx/conf/license.py:22 msgid "Your Tower license does not allow that." msgstr "Su licencia Tower no permite eso." @@ -1235,7 +1266,11 @@ msgstr "Omitir los ajustes que causarán un error cuando comentando/migrando." msgid "Skip commenting out settings in files." msgstr "Omitir la entrada de comentarios para ajustes en ficheros." -#: 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 "" "Hacer copia de seguridad de todos los ficheros de configuración existentes " @@ -1261,7 +1296,7 @@ msgstr "Cambiado" msgid "User-Defaults" msgstr "Parámetros de usuario por defecto" -#: awx/conf/registry.py:151 +#: awx/conf/registry.py:154 msgid "This value has been set manually in a settings file." msgstr "" "Este valor ha sido establecido manualmente en el fichero de configuración." @@ -1334,94 +1369,92 @@ msgstr "Detalles del ajuste" msgid "Logging Connectivity Test" msgstr "Registrando prueba de conectividad" -#: awx/main/access.py:224 +#: awx/main/access.py:44 +msgid "Resource is being used by running jobs." +msgstr "" + +#: awx/main/access.py:237 #, python-format msgid "Bad data found in related field %s." msgstr "Dato incorrecto encontrado en el campo relacionado %s." -#: awx/main/access.py:268 +#: awx/main/access.py:281 msgid "License is missing." msgstr "Licencia no encontrada." -#: awx/main/access.py:270 +#: awx/main/access.py:283 msgid "License has expired." msgstr "La licencia ha expirado." -#: awx/main/access.py:278 +#: awx/main/access.py:291 #, 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:280 +#: awx/main/access.py:293 #, 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:282 +#: awx/main/access.py:295 msgid "Host count exceeds available instances." msgstr "El número de servidores excede las instancias disponibles." -#: awx/main/access.py:286 +#: awx/main/access.py:299 #, 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:288 +#: awx/main/access.py:301 msgid "Features not found in active license." msgstr "Funcionalidades no encontradas en la licencia activa." -#: awx/main/access.py:534 awx/main/access.py:619 awx/main/access.py:748 -#: awx/main/access.py:801 awx/main/access.py:1063 awx/main/access.py:1263 -#: awx/main/access.py:1725 -msgid "Resource is being used by running jobs" -msgstr "Recurso está siendo usado por trabajos en ejecución" - -#: awx/main/access.py:675 +#: awx/main/access.py:707 msgid "Unable to change inventory on a host." msgstr "Imposible modificar el inventario en un servidor." -#: awx/main/access.py:692 awx/main/access.py:737 +#: awx/main/access.py:724 awx/main/access.py:769 msgid "Cannot associate two items from different inventories." msgstr "No es posible asociar dos elementos de diferentes inventarios." -#: awx/main/access.py:725 +#: awx/main/access.py:757 msgid "Unable to change inventory on a group." msgstr "Imposible cambiar el inventario en un grupo." -#: awx/main/access.py:983 +#: awx/main/access.py:1017 msgid "Unable to change organization on a team." msgstr "Imposible cambiar la organización en un equipo." -#: awx/main/access.py:996 +#: awx/main/access.py:1030 msgid "The {} role cannot be assigned to a team" msgstr "El rol {} no puede ser asignado a un equipo." -#: awx/main/access.py:998 +#: awx/main/access.py:1032 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:1443 +#: awx/main/access.py:1479 msgid "Job has been orphaned from its job template." msgstr "Se ha eliminado la plantilla de trabajo de la tarea." -#: awx/main/access.py:1445 +#: 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:1448 +#: awx/main/access.py:1484 msgid "Job was launched with prompted fields." msgstr "La tarea se ejecutó con campos completados." -#: awx/main/access.py:1450 +#: awx/main/access.py:1486 msgid " Organization level permissions required." msgstr "Se requieren permisos de nivel de organización." -#: awx/main/access.py:1452 +#: awx/main/access.py:1488 msgid " You do not have permission to related resources." msgstr "No tiene permisos para los recursos relacionados." -#: awx/main/access.py:1798 +#: awx/main/access.py:1833 msgid "" "You do not have permission to the workflow job resources required for " "relaunch." @@ -1962,85 +1995,85 @@ msgstr "" msgid "\n" msgstr "\n" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Sudo" msgstr "Sudo" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Su" msgstr "Su" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pbrun" msgstr "Pbrun" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pfexec" msgstr "Pfexec" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "DZDO" msgstr "DZDO" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pmrun" msgstr "Pmrun" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Runas" msgstr "Runas" -#: awx/main/fields.py:56 +#: awx/main/fields.py:57 #, python-format msgid "'%s' is not one of ['%s']" msgstr "'%s' no es uno de ['%s']" -#: awx/main/fields.py:531 +#: awx/main/fields.py:533 #, python-format msgid "cannot be set unless \"%s\" is set" msgstr "no puede establecerse excepto que se defina \"%s\"" -#: awx/main/fields.py:547 +#: awx/main/fields.py:549 #, python-format msgid "required for %s" msgstr "requerido para %s" -#: awx/main/fields.py:571 +#: awx/main/fields.py:573 msgid "must be set when SSH key is encrypted." msgstr "se debe establecer cuando la clave SSH está cifrada." -#: awx/main/fields.py:577 +#: awx/main/fields.py:579 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:635 +#: awx/main/fields.py:637 msgid "'dependencies' is not supported for custom credentials." msgstr "'dependencias' no es compatible con las credenciales personalizadas." -#: awx/main/fields.py:649 +#: awx/main/fields.py:651 msgid "\"tower\" is a reserved field name" msgstr "\"tower\" es un nombre de campo reservado" -#: awx/main/fields.py:656 +#: awx/main/fields.py:658 #, python-format msgid "field IDs must be unique (%s)" msgstr "los ID de campo deben ser únicos (%s)" -#: awx/main/fields.py:669 +#: 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:753 +#: awx/main/fields.py:755 #, python-format msgid "%s uses an undefined field (%s)" msgstr "%s usa un campo indefinido (%s)" -#: awx/main/middleware.py:121 +#: awx/main/middleware.py:157 msgid "Formats of all available named urls" msgstr "Formatos de todas las URL con nombre disponibles" -#: awx/main/middleware.py:122 +#: awx/main/middleware.py:158 msgid "" "Read-only list of key-value pairs that shows the standard format of all " "available named URLs." @@ -2048,15 +2081,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:124 awx/main/middleware.py:134 +#: awx/main/middleware.py:160 awx/main/middleware.py:170 msgid "Named URL" msgstr "URL con nombre" -#: awx/main/middleware.py:131 +#: awx/main/middleware.py:167 msgid "List of all named url graph nodes." msgstr "Lista de todos los nodos gráficos de URL con nombre." -#: awx/main/middleware.py:132 +#: awx/main/middleware.py:168 msgid "" "Read-only list of key-value pairs that exposes named URL graph topology. Use" " this list to programmatically generate named URLs for resources" @@ -2065,51 +2098,51 @@ 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:23 awx/main/models/notifications.py:33 +#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:33 msgid "Email" msgstr "Correo electrónico" -#: awx/main/migrations/_reencrypt.py:24 awx/main/models/notifications.py:34 +#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:34 msgid "Slack" msgstr "Slack" -#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:35 +#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:35 msgid "Twilio" msgstr "Twilio" -#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:36 +#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:36 msgid "Pagerduty" msgstr "Pagerduty" -#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:37 +#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:37 msgid "HipChat" msgstr "HipChat" -#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:38 +#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:38 msgid "Webhook" msgstr "Webhook" -#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:39 +#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:39 msgid "IRC" msgstr "IRC" -#: awx/main/models/activity_stream.py:24 +#: awx/main/models/activity_stream.py:25 msgid "Entity Created" msgstr "Entidad creada" -#: awx/main/models/activity_stream.py:25 +#: awx/main/models/activity_stream.py:26 msgid "Entity Updated" msgstr "Entidad actualizada" -#: awx/main/models/activity_stream.py:26 +#: awx/main/models/activity_stream.py:27 msgid "Entity Deleted" msgstr "Entidad eliminada" -#: awx/main/models/activity_stream.py:27 +#: awx/main/models/activity_stream.py:28 msgid "Entity Associated with another Entity" msgstr "Entidad asociada con otra entidad" -#: awx/main/models/activity_stream.py:28 +#: awx/main/models/activity_stream.py:29 msgid "Entity was Disassociated with another Entity" msgstr "La entidad fue desasociada de otra entidad" @@ -2135,43 +2168,43 @@ msgstr "Módulo no soportado para comandos ad hoc." 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:904 +#: 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:905 +#: 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:908 +#: 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:907 +#: 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:935 +#: 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:936 +#: 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:937 +#: 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:938 +#: 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:939 +#: 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:940 +#: 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" @@ -2190,27 +2223,27 @@ msgstr "Comprobar" msgid "Scan" msgstr "Escanear" -#: awx/main/models/credential.py:82 +#: awx/main/models/credential.py:86 msgid "Host" msgstr "Servidor" -#: awx/main/models/credential.py:83 +#: awx/main/models/credential.py:87 msgid "The hostname or IP address to use." msgstr "El hostname o dirección IP a utilizar." -#: awx/main/models/credential.py:89 +#: awx/main/models/credential.py:93 msgid "Username" msgstr "Usuario" -#: awx/main/models/credential.py:90 +#: awx/main/models/credential.py:94 msgid "Username for this credential." msgstr "Usuario para este credencial" -#: awx/main/models/credential.py:96 +#: awx/main/models/credential.py:100 msgid "Password" msgstr "Contraseña" -#: awx/main/models/credential.py:97 +#: awx/main/models/credential.py:101 msgid "" "Password for this credential (or \"ASK\" to prompt the user for machine " "credentials)." @@ -2218,43 +2251,43 @@ msgstr "" "Contraseña para este credencial (o \"ASK\" para solicitar al usuario por " "credenciales de máquina)." -#: awx/main/models/credential.py:104 +#: awx/main/models/credential.py:108 msgid "Security Token" msgstr "Token de seguridad" -#: awx/main/models/credential.py:105 +#: awx/main/models/credential.py:109 msgid "Security Token for this credential" msgstr "Token de seguridad para este credencial" -#: awx/main/models/credential.py:111 +#: awx/main/models/credential.py:115 msgid "Project" msgstr "Proyecto" -#: awx/main/models/credential.py:112 +#: awx/main/models/credential.py:116 msgid "The identifier for the project." msgstr "El identificador para el proyecto" -#: awx/main/models/credential.py:118 +#: awx/main/models/credential.py:122 msgid "Domain" msgstr "Dominio" -#: awx/main/models/credential.py:119 +#: awx/main/models/credential.py:123 msgid "The identifier for the domain." msgstr "El identificador para el dominio." -#: awx/main/models/credential.py:124 +#: awx/main/models/credential.py:128 msgid "SSH private key" msgstr "Clave privada SSH" -#: awx/main/models/credential.py:125 +#: awx/main/models/credential.py:129 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:131 +#: awx/main/models/credential.py:135 msgid "SSH key unlock" msgstr "Desbloquear clave SSH" -#: awx/main/models/credential.py:132 +#: awx/main/models/credential.py:136 msgid "" "Passphrase to unlock SSH private key if encrypted (or \"ASK\" to prompt the " "user for machine credentials)." @@ -2262,51 +2295,51 @@ 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:139 +#: awx/main/models/credential.py:143 msgid "None" msgstr "Ninguno" -#: awx/main/models/credential.py:140 +#: awx/main/models/credential.py:144 msgid "Privilege escalation method." msgstr "Método de elevación de privilegios." -#: awx/main/models/credential.py:146 +#: awx/main/models/credential.py:150 msgid "Privilege escalation username." msgstr "Usuario para la elevación de privilegios." -#: awx/main/models/credential.py:152 +#: awx/main/models/credential.py:156 msgid "Password for privilege escalation method." msgstr "Contraseña para el método de elevación de privilegios" -#: awx/main/models/credential.py:158 +#: awx/main/models/credential.py:162 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:162 +#: awx/main/models/credential.py:166 msgid "Whether to use the authorize mechanism." msgstr "Si se utilizará el mecanismo de autentificación." -#: awx/main/models/credential.py:168 +#: awx/main/models/credential.py:172 msgid "Password used by the authorize mechanism." msgstr "Contraseña utilizada para el mecanismo de autentificación." -#: awx/main/models/credential.py:174 +#: awx/main/models/credential.py:178 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:180 +#: awx/main/models/credential.py:184 msgid "Secret Token for this credential" msgstr "Token secreto para este credencial" -#: awx/main/models/credential.py:186 +#: awx/main/models/credential.py:190 msgid "Subscription identifier for this credential" msgstr "Identificador de suscripción para este credencial" -#: awx/main/models/credential.py:192 +#: awx/main/models/credential.py:196 msgid "Tenant identifier for this credential" msgstr "Identificador de inquilino [Tenant] para este credencial" -#: awx/main/models/credential.py:216 +#: awx/main/models/credential.py:220 msgid "" "Specify the type of credential you want to create. Refer to the Ansible " "Tower documentation for details on each type." @@ -2314,7 +2347,7 @@ 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:230 awx/main/models/credential.py:416 +#: awx/main/models/credential.py:234 awx/main/models/credential.py:420 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" @@ -2324,31 +2357,31 @@ 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:397 +#: awx/main/models/credential.py:401 msgid "Machine" msgstr "Máquina" -#: awx/main/models/credential.py:398 +#: awx/main/models/credential.py:402 msgid "Vault" msgstr "Vault" -#: awx/main/models/credential.py:399 +#: awx/main/models/credential.py:403 msgid "Network" msgstr "Red" -#: awx/main/models/credential.py:400 +#: awx/main/models/credential.py:404 msgid "Source Control" msgstr "Fuente de control" -#: awx/main/models/credential.py:401 +#: awx/main/models/credential.py:405 msgid "Cloud" msgstr "Nube" -#: awx/main/models/credential.py:402 +#: awx/main/models/credential.py:406 msgid "Insights" msgstr "Insights" -#: awx/main/models/credential.py:423 +#: awx/main/models/credential.py:427 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" @@ -2358,6 +2391,11 @@ 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 +#, python-format +msgid "adding %s credential type" +msgstr "" + #: awx/main/models/fact.py:25 msgid "Host for the facts that the fact scan captured." msgstr "Servidor para los facts que el escaneo de facts capture." @@ -2376,11 +2414,11 @@ msgstr "" "Estructura de JSON arbitraria de módulos facts capturados en la fecha y hora" " para un único servidor." -#: awx/main/models/ha.py:76 +#: awx/main/models/ha.py:78 msgid "Instances that are members of this InstanceGroup" msgstr "Las instancias que son miembros de este grupo de instancias" -#: awx/main/models/ha.py:81 +#: awx/main/models/ha.py:83 msgid "Instance Group to remotely control this group." msgstr "Grupo de instancias para controlar remotamente este grupo." @@ -2582,38 +2620,42 @@ msgid "Google Compute Engine" msgstr "Google Compute Engine" #: awx/main/models/inventory.py:870 -msgid "Microsoft Azure Classic (deprecated)" -msgstr "Microsoft Azure Classic (obsoleto)" - -#: awx/main/models/inventory.py:871 msgid "Microsoft Azure Resource Manager" msgstr "Microsoft Azure Resource Manager" -#: awx/main/models/inventory.py:872 +#: awx/main/models/inventory.py:871 msgid "VMware vCenter" msgstr "VMware vCenter" -#: awx/main/models/inventory.py:873 +#: awx/main/models/inventory.py:872 msgid "Red Hat Satellite 6" msgstr "Red Hat Satellite 6" -#: awx/main/models/inventory.py:874 +#: awx/main/models/inventory.py:873 msgid "Red Hat CloudForms" msgstr "Red Hat CloudForms" -#: awx/main/models/inventory.py:875 +#: 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 msgid "Custom Script" msgstr "Script personalizado" -#: awx/main/models/inventory.py:993 +#: awx/main/models/inventory.py:994 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:1012 +#: awx/main/models/inventory.py:1013 msgid "" "Comma-separated list of filter expressions (EC2 only). Hosts are imported " "when ANY of the filters match." @@ -2621,79 +2663,79 @@ 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:1018 +#: awx/main/models/inventory.py:1019 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:1022 +#: awx/main/models/inventory.py:1023 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:1026 +#: awx/main/models/inventory.py:1027 msgid "Overwrite local variables from remote inventory source." msgstr "" "Sobrescribir las variables locales desde una fuente remota del inventario." -#: awx/main/models/inventory.py:1031 awx/main/models/jobs.py:159 +#: awx/main/models/inventory.py:1032 awx/main/models/jobs.py:160 #: awx/main/models/projects.py:117 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:1064 +#: awx/main/models/inventory.py:1065 msgid "Image ID" msgstr "Id de imagen" -#: awx/main/models/inventory.py:1065 +#: awx/main/models/inventory.py:1066 msgid "Availability Zone" msgstr "Zona de disponibilidad" -#: awx/main/models/inventory.py:1066 +#: awx/main/models/inventory.py:1067 msgid "Account" msgstr "Cuenta" -#: awx/main/models/inventory.py:1067 +#: awx/main/models/inventory.py:1068 msgid "Instance ID" msgstr "ID de instancia" -#: awx/main/models/inventory.py:1068 +#: awx/main/models/inventory.py:1069 msgid "Instance State" msgstr "Estado de la instancia" -#: awx/main/models/inventory.py:1069 +#: awx/main/models/inventory.py:1070 msgid "Instance Type" msgstr "Tipo de instancia" -#: awx/main/models/inventory.py:1070 +#: awx/main/models/inventory.py:1071 msgid "Key Name" msgstr "Nombre clave" -#: awx/main/models/inventory.py:1071 +#: awx/main/models/inventory.py:1072 msgid "Region" msgstr "Región" -#: awx/main/models/inventory.py:1072 +#: awx/main/models/inventory.py:1073 msgid "Security Group" msgstr "Grupo de seguridad" -#: awx/main/models/inventory.py:1073 +#: awx/main/models/inventory.py:1074 msgid "Tags" msgstr "Etiquetas" -#: awx/main/models/inventory.py:1074 +#: awx/main/models/inventory.py:1075 msgid "Tag None" msgstr "Etiqueta ninguna" -#: awx/main/models/inventory.py:1075 +#: awx/main/models/inventory.py:1076 msgid "VPC ID" msgstr "VPC ID" -#: awx/main/models/inventory.py:1138 +#: awx/main/models/inventory.py:1145 #, python-format msgid "" "Cloud-based inventory sources (such as %s) require credentials for the " @@ -2702,30 +2744,36 @@ msgstr "" "Fuentes de inventario basados en Cloud (como %s) requieren credenciales para" " identificar los correspondientes servicios cloud." -#: awx/main/models/inventory.py:1145 +#: awx/main/models/inventory.py:1152 msgid "Credential is required for a cloud source." msgstr "Un credencial es necesario para una fuente cloud." -#: awx/main/models/inventory.py:1167 +#: awx/main/models/inventory.py:1155 +msgid "" +"Credentials of type machine, source control, insights and vault are " +"disallowed for custom inventory sources." +msgstr "" + +#: awx/main/models/inventory.py:1179 #, python-format msgid "Invalid %(source)s region: %(region)s" msgstr "Región %(source)s inválida: %(region)s" -#: awx/main/models/inventory.py:1191 +#: awx/main/models/inventory.py:1203 #, python-format msgid "Invalid filter expression: %(filter)s" msgstr "Expresión de filtro inválida: %(filter)s" -#: awx/main/models/inventory.py:1212 +#: awx/main/models/inventory.py:1224 #, python-format msgid "Invalid group by choice: %(choice)s" msgstr "Grupo escogido inválido: %(choice)s" -#: awx/main/models/inventory.py:1247 +#: awx/main/models/inventory.py:1259 msgid "Project containing inventory file used as source." msgstr "Proyecto que contiene el archivo de inventario usado como fuente." -#: awx/main/models/inventory.py:1395 +#: awx/main/models/inventory.py:1407 #, python-format msgid "" "Unable to configure this item for cloud sync. It is already managed by %s." @@ -2733,7 +2781,7 @@ msgstr "" "Imposible configurar este elemento para sincronización cloud. Está " "administrado actualmente por %s." -#: awx/main/models/inventory.py:1405 +#: awx/main/models/inventory.py:1417 msgid "" "More than one SCM-based inventory source with update on project update per-" "inventory not allowed." @@ -2741,7 +2789,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:1412 +#: awx/main/models/inventory.py:1424 msgid "" "Cannot update SCM-based inventory source on launch if set to update on " "project update. Instead, configure the corresponding source project to " @@ -2752,30 +2800,30 @@ msgstr "" "su lugar, configure el proyecto de fuente correspondiente para actualizar en" " la ejecución." -#: awx/main/models/inventory.py:1418 +#: 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:1423 +#: awx/main/models/inventory.py:1435 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:1448 +#: awx/main/models/inventory.py:1460 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:1561 +#: awx/main/models/inventory.py:1573 msgid "Inventory script contents" msgstr "Contenido del script de inventario" -#: awx/main/models/inventory.py:1566 +#: awx/main/models/inventory.py:1578 msgid "Organization owning this inventory script" msgstr "Organización propietario de este script de inventario" -#: 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" @@ -2783,7 +2831,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:163 +#: awx/main/models/jobs.py:164 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 " @@ -2794,41 +2842,41 @@ msgstr "" "base de datos y almacenará en caché los eventos que son utilizados por " "Ansible." -#: awx/main/models/jobs.py:172 +#: awx/main/models/jobs.py:173 msgid "You must provide an SSH credential." msgstr "Debe proporcionar una credencial SSH." -#: awx/main/models/jobs.py:180 +#: awx/main/models/jobs.py:181 msgid "You must provide a Vault credential." msgstr "Debe proporcionar una credencial de Vault." -#: awx/main/models/jobs.py:316 +#: awx/main/models/jobs.py:317 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:320 +#: awx/main/models/jobs.py:321 msgid "Job Template must provide 'credential' or allow prompting for it." msgstr "" "La plantilla de trabajo debe proporcionar 'inventory' o permitir " "solicitarlo." -#: awx/main/models/jobs.py:422 +#: 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:488 awx/main/models/projects.py:263 +#: awx/main/models/jobs.py:493 awx/main/models/projects.py:263 msgid "SCM Revision" msgstr "Revisión SCM" -#: awx/main/models/jobs.py:489 +#: awx/main/models/jobs.py:494 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:497 +#: awx/main/models/jobs.py:502 msgid "" "The SCM Refresh task used to make sure the playbooks were available for the " "job run" @@ -2836,105 +2884,105 @@ 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:802 +#: awx/main/models/jobs.py:809 msgid "job host summaries" msgstr "Resumen de trabajos de servidor" -#: awx/main/models/jobs.py:906 +#: awx/main/models/jobs.py:913 msgid "Host Failure" msgstr "Fallo del servidor" -#: awx/main/models/jobs.py:909 awx/main/models/jobs.py:923 +#: 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:910 +#: awx/main/models/jobs.py:917 msgid "Host Polling" msgstr "Sondeo al servidor" -#: awx/main/models/jobs.py:911 +#: awx/main/models/jobs.py:918 msgid "Host Async OK" msgstr "Servidor Async OK" -#: awx/main/models/jobs.py:912 +#: awx/main/models/jobs.py:919 msgid "Host Async Failure" msgstr "Servidor Async fallido" -#: awx/main/models/jobs.py:913 +#: awx/main/models/jobs.py:920 msgid "Item OK" msgstr "Elemento OK" -#: awx/main/models/jobs.py:914 +#: awx/main/models/jobs.py:921 msgid "Item Failed" msgstr "Elemento fallido" -#: awx/main/models/jobs.py:915 +#: awx/main/models/jobs.py:922 msgid "Item Skipped" msgstr "Elemento omitido" -#: awx/main/models/jobs.py:916 +#: awx/main/models/jobs.py:923 msgid "Host Retry" msgstr "Reintentar servidor" -#: awx/main/models/jobs.py:918 +#: awx/main/models/jobs.py:925 msgid "File Difference" msgstr "Diferencias del fichero" -#: awx/main/models/jobs.py:919 +#: awx/main/models/jobs.py:926 msgid "Playbook Started" msgstr "Playbook iniciado" -#: awx/main/models/jobs.py:920 +#: awx/main/models/jobs.py:927 msgid "Running Handlers" msgstr "Handlers ejecutándose" -#: awx/main/models/jobs.py:921 +#: awx/main/models/jobs.py:928 msgid "Including File" msgstr "Incluyendo fichero" -#: awx/main/models/jobs.py:922 +#: awx/main/models/jobs.py:929 msgid "No Hosts Matched" msgstr "Ningún servidor corresponde" -#: awx/main/models/jobs.py:924 +#: awx/main/models/jobs.py:931 msgid "Task Started" msgstr "Tarea iniciada" -#: awx/main/models/jobs.py:926 +#: awx/main/models/jobs.py:933 msgid "Variables Prompted" msgstr "Variables solicitadas" -#: awx/main/models/jobs.py:927 +#: awx/main/models/jobs.py:934 msgid "Gathering Facts" msgstr "Obteniendo facts" -#: awx/main/models/jobs.py:928 +#: 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:929 +#: 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:930 +#: awx/main/models/jobs.py:937 msgid "Play Started" msgstr "Jugada iniciada" -#: awx/main/models/jobs.py:931 +#: awx/main/models/jobs.py:938 msgid "Playbook Complete" msgstr "Playbook terminado" -#: awx/main/models/jobs.py:1363 +#: awx/main/models/jobs.py:1351 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:1364 +#: awx/main/models/jobs.py:1352 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:1365 +#: awx/main/models/jobs.py:1353 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" @@ -3358,7 +3406,7 @@ msgstr "Excepción conectando a Twilio: {}" msgid "Error sending notification webhook: {}" msgstr "Error enviando notificación weebhook: {}" -#: awx/main/scheduler/__init__.py:184 +#: awx/main/scheduler/task_manager.py:197 msgid "" "Job spawned from workflow could not start because it was not in the right " "state or required manual credentials" @@ -3366,7 +3414,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/__init__.py:188 +#: awx/main/scheduler/task_manager.py:201 msgid "" "Job spawned from workflow could not start because it was missing a related " "resource such as project or inventory" @@ -3386,7 +3434,7 @@ msgstr "Licencia de Ansible Tower expirará pronto" msgid "status_str must be either succeeded or failed" msgstr "status_str debe ser 'succeeded' o 'failed'" -#: awx/main/tasks.py:1531 +#: awx/main/tasks.py:1549 msgid "Dependent inventory update {} was canceled." msgstr "Se canceló la actualización del inventario dependiente {}." @@ -3395,38 +3443,38 @@ msgstr "Se canceló la actualización del inventario dependiente {}." msgid "Unable to convert \"%s\" to boolean" msgstr "Imposible convertir \"%s\" a booleano" -#: awx/main/utils/common.py:209 +#: awx/main/utils/common.py:235 #, python-format msgid "Unsupported SCM type \"%s\"" msgstr "Tipo de SCM no soportado \"%s\"" -#: awx/main/utils/common.py:216 awx/main/utils/common.py:228 -#: awx/main/utils/common.py:247 +#: awx/main/utils/common.py:242 awx/main/utils/common.py:254 +#: awx/main/utils/common.py:273 #, python-format msgid "Invalid %s URL" msgstr "URL %s inválida" -#: awx/main/utils/common.py:218 awx/main/utils/common.py:257 +#: awx/main/utils/common.py:244 awx/main/utils/common.py:283 #, python-format msgid "Unsupported %s URL" msgstr "URL %s no soportada" -#: awx/main/utils/common.py:259 +#: awx/main/utils/common.py:285 #, python-format msgid "Unsupported host \"%s\" for file:// URL" msgstr "Servidor \"%s\" no soportado para URL file://" -#: awx/main/utils/common.py:261 +#: awx/main/utils/common.py:287 #, python-format msgid "Host is required for %s URL" msgstr "Servidor es obligatorio para URL %s" -#: awx/main/utils/common.py:279 +#: awx/main/utils/common.py:305 #, 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:285 +#: awx/main/utils/common.py:311 #, python-format msgid "Username must be \"hg\" for SSH access to %s." msgstr "Usuario debe ser \"hg\" para acceso SSH a %s." @@ -3550,287 +3598,287 @@ msgstr "Error de servidor" msgid "A server error has occurred." msgstr "Un error en el servidor ha ocurrido." -#: awx/settings/defaults.py:664 +#: awx/settings/defaults.py:665 msgid "US East (Northern Virginia)" msgstr "Este de EE.UU. (Virginia del norte)" -#: awx/settings/defaults.py:665 +#: awx/settings/defaults.py:666 msgid "US East (Ohio)" msgstr "Este de EE.UU. (Ohio)" -#: awx/settings/defaults.py:666 +#: awx/settings/defaults.py:667 msgid "US West (Oregon)" msgstr "Oeste de EE.UU. (Oregón)" -#: awx/settings/defaults.py:667 +#: awx/settings/defaults.py:668 msgid "US West (Northern California)" msgstr "Oeste de EE.UU (California del norte)" -#: awx/settings/defaults.py:668 +#: awx/settings/defaults.py:669 msgid "Canada (Central)" msgstr "Canada (Central)" -#: awx/settings/defaults.py:669 +#: awx/settings/defaults.py:670 msgid "EU (Frankfurt)" msgstr "UE (Fráncfort)" -#: awx/settings/defaults.py:670 +#: awx/settings/defaults.py:671 msgid "EU (Ireland)" msgstr "UE (Irlanda)" -#: awx/settings/defaults.py:671 +#: awx/settings/defaults.py:672 msgid "EU (London)" msgstr "UE (Londres)" -#: awx/settings/defaults.py:672 +#: awx/settings/defaults.py:673 msgid "Asia Pacific (Singapore)" msgstr "Asia Pacífico (Singapur)" -#: awx/settings/defaults.py:673 +#: awx/settings/defaults.py:674 msgid "Asia Pacific (Sydney)" msgstr "Asia Pacífico (Sídney)" -#: awx/settings/defaults.py:674 +#: awx/settings/defaults.py:675 msgid "Asia Pacific (Tokyo)" msgstr "Asia Pacífico (Tokio)" -#: awx/settings/defaults.py:675 +#: awx/settings/defaults.py:676 msgid "Asia Pacific (Seoul)" msgstr "Asia Pacífico (Seúl)" -#: awx/settings/defaults.py:676 +#: awx/settings/defaults.py:677 msgid "Asia Pacific (Mumbai)" msgstr "Asia Pacífico (Bombay)" -#: awx/settings/defaults.py:677 +#: awx/settings/defaults.py:678 msgid "South America (Sao Paulo)" msgstr "América del sur (São Paulo)" -#: awx/settings/defaults.py:678 +#: awx/settings/defaults.py:679 msgid "US West (GovCloud)" msgstr "Oeste de EE.UU. (GovCloud)" -#: awx/settings/defaults.py:679 +#: awx/settings/defaults.py:680 msgid "China (Beijing)" msgstr "China (Pekín)" -#: awx/settings/defaults.py:728 +#: awx/settings/defaults.py:729 msgid "US East 1 (B)" msgstr "Este de EE. UU. 1 (B)" -#: awx/settings/defaults.py:729 +#: awx/settings/defaults.py:730 msgid "US East 1 (C)" msgstr "Este de EE. UU. 1 (C)" -#: awx/settings/defaults.py:730 +#: awx/settings/defaults.py:731 msgid "US East 1 (D)" msgstr "Este de EE. UU. 1 (D)" -#: awx/settings/defaults.py:731 +#: awx/settings/defaults.py:732 msgid "US East 4 (A)" msgstr "Este de EE. UU. 4 (A)" -#: awx/settings/defaults.py:732 +#: awx/settings/defaults.py:733 msgid "US East 4 (B)" msgstr "Este de EE. UU. 4 (B)" -#: awx/settings/defaults.py:733 +#: awx/settings/defaults.py:734 msgid "US East 4 (C)" msgstr "Este de EE. UU. 4 (C)" -#: awx/settings/defaults.py:734 +#: awx/settings/defaults.py:735 msgid "US Central (A)" msgstr "EE.UU. Central (A)" -#: awx/settings/defaults.py:735 +#: awx/settings/defaults.py:736 msgid "US Central (B)" msgstr "EE.UU. Central (B)" -#: awx/settings/defaults.py:736 +#: awx/settings/defaults.py:737 msgid "US Central (C)" msgstr "EE.UU. Central (C)" -#: awx/settings/defaults.py:737 +#: awx/settings/defaults.py:738 msgid "US Central (F)" msgstr "EE.UU. Central (F)" -#: awx/settings/defaults.py:738 +#: awx/settings/defaults.py:739 msgid "US West (A)" msgstr "Oeste de EE. UU. (A)" -#: awx/settings/defaults.py:739 +#: awx/settings/defaults.py:740 msgid "US West (B)" msgstr "Oeste de EE. UU. (B)" -#: awx/settings/defaults.py:740 +#: awx/settings/defaults.py:741 msgid "US West (C)" msgstr "Oeste de EE. UU. (C)" -#: awx/settings/defaults.py:741 +#: awx/settings/defaults.py:742 msgid "Europe West 1 (B)" msgstr "Oeste de Europa 1 (B)" -#: awx/settings/defaults.py:742 +#: awx/settings/defaults.py:743 msgid "Europe West 1 (C)" msgstr "Oeste de Europa 1 (C)" -#: awx/settings/defaults.py:743 +#: awx/settings/defaults.py:744 msgid "Europe West 1 (D)" msgstr "Oeste de Europa 1 (D)" -#: awx/settings/defaults.py:744 +#: awx/settings/defaults.py:745 msgid "Europe West 2 (A)" msgstr "Oeste de Europa 2 (A)" -#: awx/settings/defaults.py:745 +#: awx/settings/defaults.py:746 msgid "Europe West 2 (B)" msgstr "Oeste de Europa 2 (B)" -#: awx/settings/defaults.py:746 +#: awx/settings/defaults.py:747 msgid "Europe West 2 (C)" msgstr "Oeste de Europa 2 (C)" -#: awx/settings/defaults.py:747 +#: awx/settings/defaults.py:748 msgid "Asia East (A)" msgstr "Este de Asia (A)" -#: awx/settings/defaults.py:748 +#: awx/settings/defaults.py:749 msgid "Asia East (B)" msgstr "Este de Asia (B)" -#: awx/settings/defaults.py:749 +#: awx/settings/defaults.py:750 msgid "Asia East (C)" msgstr "Este de Asia (C)" -#: awx/settings/defaults.py:750 +#: awx/settings/defaults.py:751 msgid "Asia Southeast (A)" msgstr "Sudeste de Asia (A)" -#: awx/settings/defaults.py:751 +#: awx/settings/defaults.py:752 msgid "Asia Southeast (B)" msgstr "Sudeste de Asia (B)" -#: awx/settings/defaults.py:752 +#: awx/settings/defaults.py:753 msgid "Asia Northeast (A)" msgstr "Noreste de Asia (A)" -#: awx/settings/defaults.py:753 +#: awx/settings/defaults.py:754 msgid "Asia Northeast (B)" msgstr "Noreste de Asia (B)" -#: awx/settings/defaults.py:754 +#: awx/settings/defaults.py:755 msgid "Asia Northeast (C)" msgstr "Noreste de Asia (C)" -#: awx/settings/defaults.py:755 +#: awx/settings/defaults.py:756 msgid "Australia Southeast (A)" msgstr "Sudeste de Australia (A)" -#: awx/settings/defaults.py:756 +#: awx/settings/defaults.py:757 msgid "Australia Southeast (B)" msgstr "Sudeste de Australia (B)" -#: awx/settings/defaults.py:757 +#: awx/settings/defaults.py:758 msgid "Australia Southeast (C)" msgstr "Sudeste de Australia (C)" -#: awx/settings/defaults.py:781 +#: awx/settings/defaults.py:780 msgid "US East" msgstr "Este de EE.UU." -#: awx/settings/defaults.py:782 +#: awx/settings/defaults.py:781 msgid "US East 2" msgstr "Este de EE.UU. 2" -#: awx/settings/defaults.py:783 +#: awx/settings/defaults.py:782 msgid "US Central" msgstr "EE.UU. Central" -#: awx/settings/defaults.py:784 +#: awx/settings/defaults.py:783 msgid "US North Central" msgstr "Norte-centro de EE.UU." -#: awx/settings/defaults.py:785 +#: awx/settings/defaults.py:784 msgid "US South Central" msgstr "Sur-Centro de EE.UU." -#: awx/settings/defaults.py:786 +#: awx/settings/defaults.py:785 msgid "US West Central" msgstr "Oeste central de EE. UU." -#: awx/settings/defaults.py:787 +#: awx/settings/defaults.py:786 msgid "US West" msgstr "Oeste de EE.UU." -#: awx/settings/defaults.py:788 +#: awx/settings/defaults.py:787 msgid "US West 2" msgstr "Oeste de EE. UU. 2" -#: awx/settings/defaults.py:789 +#: awx/settings/defaults.py:788 msgid "Canada East" msgstr "Este de Canadá" -#: awx/settings/defaults.py:790 +#: awx/settings/defaults.py:789 msgid "Canada Central" msgstr "Canadá Central" -#: awx/settings/defaults.py:791 +#: awx/settings/defaults.py:790 msgid "Brazil South" msgstr "Sur de Brasil" -#: awx/settings/defaults.py:792 +#: awx/settings/defaults.py:791 msgid "Europe North" msgstr "Norte de Europa" -#: awx/settings/defaults.py:793 +#: awx/settings/defaults.py:792 msgid "Europe West" msgstr "Oeste de Europa" -#: awx/settings/defaults.py:794 +#: awx/settings/defaults.py:793 msgid "UK West" msgstr "Oeste del Reino Unido" -#: awx/settings/defaults.py:795 +#: awx/settings/defaults.py:794 msgid "UK South" msgstr "Sur del Reino Unido" -#: awx/settings/defaults.py:796 +#: awx/settings/defaults.py:795 msgid "Asia East" msgstr "Este de Asia" -#: awx/settings/defaults.py:797 +#: awx/settings/defaults.py:796 msgid "Asia Southeast" msgstr "Sudeste de Asia" -#: awx/settings/defaults.py:798 +#: awx/settings/defaults.py:797 msgid "Australia East" msgstr "Este de Australia" -#: awx/settings/defaults.py:799 +#: awx/settings/defaults.py:798 msgid "Australia Southeast" msgstr "Sudeste de Australia" -#: awx/settings/defaults.py:800 +#: awx/settings/defaults.py:799 msgid "India West" msgstr "Oeste de India" -#: awx/settings/defaults.py:801 +#: awx/settings/defaults.py:800 msgid "India South" msgstr "Sur de India" -#: awx/settings/defaults.py:802 +#: awx/settings/defaults.py:801 msgid "Japan East" msgstr "Este de Japón" -#: awx/settings/defaults.py:803 +#: awx/settings/defaults.py:802 msgid "Japan West" msgstr "Oeste de Japón" -#: awx/settings/defaults.py:804 +#: awx/settings/defaults.py:803 msgid "Korea Central" msgstr "Corea central" -#: awx/settings/defaults.py:805 +#: awx/settings/defaults.py:804 msgid "Korea South" msgstr "Sur de Corea" @@ -4593,6 +4641,7 @@ msgid "SAML Team Map" msgstr "Mapa de equipo SAML" #: awx/sso/fields.py:123 +#, python-brace-format msgid "Invalid connection option(s): {invalid_options}." msgstr "Opción(es) de conexión inválida(s): {invalid_options}." @@ -4609,17 +4658,20 @@ msgid "Subtree" msgstr "Árbol hijo" #: awx/sso/fields.py:214 +#, 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 +#, 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 +#, python-brace-format msgid "" "Expected an instance of LDAPSearch or LDAPSearchUnion but got {input_type} " "instead." @@ -4628,20 +4680,24 @@ msgstr "" "obtuvo {input_type}" #: awx/sso/fields.py:289 +#, 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 +#, 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." @@ -4650,50 +4706,61 @@ msgstr "" "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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, python-brace-format msgid "An account cannot be found for {0}" msgstr "Una cuenta no puede ser encontrada para {0}" @@ -4787,6 +4854,7 @@ msgid "Make a PATCH request on the %(name)s resource" msgstr "Realizar una petición PATCH en el recurso %(name)s" #: 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 msgid "UI" msgstr "UI" @@ -4841,6 +4909,15 @@ msgstr "" " Para que los logos personalizados se vean mejor, utilice un fichero .png " "con fondo transparente. Formatos GIF, PNG y JPEG están soportados." +#: awx/ui/conf.py:60 +msgid "Max Job Events Retreived by UI" +msgstr "" + +#: awx/ui/conf.py:61 +msgid "" +"Maximum number of job events for the UI to retreive within a single request." +msgstr "" + #: awx/ui/fields.py:29 msgid "" "Invalid format for custom logo. Must be a data URL with a base64-encoded " diff --git a/awx/locale/fr/LC_MESSAGES/django.po b/awx/locale/fr/LC_MESSAGES/django.po index f01606b74f..a87c214f2c 100644 --- a/awx/locale/fr/LC_MESSAGES/django.po +++ b/awx/locale/fr/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-08-27 19:27+0000\n" -"PO-Revision-Date: 2017-08-28 04:18+0000\n" +"POT-Creation-Date: 2017-11-30 20:23+0000\n" +"PO-Revision-Date: 2017-12-04 03:58+0000\n" "Last-Translator: croe \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -83,25 +83,30 @@ msgstr "Le filtrage de %s n'est pas autorisé." 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:297 +#: awx/api/filters.py:171 +#, python-brace-format +msgid "Invalid {field_name} id: {field_id}" +msgstr "Id {field_name} non valide : {field_id}" + +#: awx/api/filters.py:302 #, python-format msgid "cannot filter on kind %s" msgstr "impossible de filtrer sur le genre %s" -#: awx/api/filters.py:404 +#: awx/api/filters.py:409 #, python-format msgid "cannot order by field %s" msgstr "impossible de trier par champ %s" -#: awx/api/generics.py:515 awx/api/generics.py:577 +#: awx/api/generics.py:550 awx/api/generics.py:612 msgid "\"id\" field must be an integer." msgstr "Le champ \"id\" doit être un nombre entier." -#: awx/api/generics.py:574 +#: awx/api/generics.py:609 msgid "\"id\" is required to disassociate" msgstr "\"id\" est nécessaire pour dissocier" -#: awx/api/generics.py:625 +#: awx/api/generics.py:660 msgid "{} 'id' field is missing." msgstr "Le champ {} 'id' est manquant." @@ -182,7 +187,7 @@ msgstr "Tâche de workflow" msgid "Workflow Template" msgstr "Modèle de workflow" -#: awx/api/serializers.py:697 awx/api/serializers.py:755 awx/api/views.py:4314 +#: 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 " @@ -192,38 +197,38 @@ msgstr "" "Le téléchargement est pris en charge seulement pour une taille supérieure à " "%(supported_size)d octets" -#: awx/api/serializers.py:770 +#: awx/api/serializers.py:774 msgid "Write-only field used to change the password." msgstr "Champ en écriture seule servant à modifier le mot de passe." -#: awx/api/serializers.py:772 +#: awx/api/serializers.py:776 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:796 +#: awx/api/serializers.py:800 msgid "Password required for new User." msgstr "Mot de passe requis pour le nouvel utilisateur." -#: awx/api/serializers.py:882 +#: awx/api/serializers.py:886 #, 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:1046 +#: awx/api/serializers.py:1050 msgid "Organization is missing" msgstr "L'organisation est manquante" -#: awx/api/serializers.py:1050 +#: awx/api/serializers.py:1054 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:1056 +#: awx/api/serializers.py:1060 msgid "Array of playbooks available within this project." msgstr "Tableau des playbooks disponibles dans ce projet." -#: awx/api/serializers.py:1075 +#: awx/api/serializers.py:1079 msgid "" "Array of inventory files and directories available within this project, not " "comprehensive." @@ -231,67 +236,71 @@ msgstr "" "Tableau des fichiers d'inventaires et des répertoires disponibles dans ce " "projet : incomplet." -#: awx/api/serializers.py:1282 +#: awx/api/serializers.py:1201 +msgid "Smart inventories must specify host_filter" +msgstr "Les inventaires smart doivent spécifier le host_filter" + +#: awx/api/serializers.py:1303 #, python-format msgid "Invalid port specification: %s" msgstr "Spécification de port non valide : %s" -#: awx/api/serializers.py:1293 +#: awx/api/serializers.py:1314 msgid "Cannot create Host for Smart Inventory" msgstr "Impossible de créer un Hôte pour l' Inventaire Smart" -#: awx/api/serializers.py:1315 awx/api/serializers.py:3218 -#: awx/api/serializers.py:3303 awx/main/validators.py:198 +#: 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:1411 +#: awx/api/serializers.py:1432 msgid "Invalid group name." msgstr "Nom de groupe incorrect." -#: awx/api/serializers.py:1416 +#: awx/api/serializers.py:1437 msgid "Cannot create Group for Smart Inventory" msgstr "Impossible de créer de Groupe pour l' Inventaire Smart" -#: awx/api/serializers.py:1488 +#: awx/api/serializers.py:1509 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:1534 +#: awx/api/serializers.py:1555 msgid "`{}` is a prohibited environment variable" msgstr "`{}`est une variable d'environnement interdite" -#: awx/api/serializers.py:1545 +#: awx/api/serializers.py:1566 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:1551 +#: awx/api/serializers.py:1572 msgid "Must provide an inventory." msgstr "Vous devez fournir un inventaire." -#: awx/api/serializers.py:1555 +#: awx/api/serializers.py:1576 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:1557 +#: awx/api/serializers.py:1578 msgid "'source_script' doesn't exist." msgstr "'source_script' n'existe pas." -#: awx/api/serializers.py:1581 +#: awx/api/serializers.py:1602 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:1658 +#: awx/api/serializers.py:1679 msgid "Cannot use manual project for SCM-based inventory." msgstr "Impossible d'utiliser un projet manuel pour un inventaire SCM." -#: awx/api/serializers.py:1664 +#: awx/api/serializers.py:1685 msgid "" "Manual inventory sources are created automatically when a group is created " "in the v1 API." @@ -299,54 +308,62 @@ msgstr "" "Les sources d'inventaire manuel sont créées automatiquement lorsqu'un groupe" " est créé dans l'API v1." -#: awx/api/serializers.py:1669 +#: awx/api/serializers.py:1690 msgid "Setting not compatible with existing schedules." msgstr "Paramètre incompatible avec les planifications existantes." -#: awx/api/serializers.py:1674 +#: awx/api/serializers.py:1695 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:1688 +#: awx/api/serializers.py:1709 #, 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:1929 +#: awx/api/serializers.py:1950 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:1934 +#: awx/api/serializers.py:1955 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:1940 +#: awx/api/serializers.py:1961 #, python-format msgid "Must be 'cloud' or 'net', not %s" msgstr "Doit être 'cloud' ou 'net', pas %s" -#: awx/api/serializers.py:1946 +#: awx/api/serializers.py:1967 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:2119 +#: awx/api/serializers.py:2140 #, python-format msgid "\"%s\" is not a valid choice" msgstr "\"%s\" n'est pas un choix valide." -#: awx/api/serializers.py:2138 +#: 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:2150 +#: awx/api/serializers.py:2180 +msgid "" +"You cannot change the credential type of the credential, as it may break the" +" functionality of the resources using it." +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 msgid "" "Write-only field used to add user to owner role. If provided, do not give " "either team or organization. Only valid for creation." @@ -355,7 +372,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:2155 +#: awx/api/serializers.py:2196 msgid "" "Write-only field used to add team to owner role. If provided, do not give " "either user or organization. Only valid for creation." @@ -364,7 +381,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:2160 +#: awx/api/serializers.py:2201 msgid "" "Inherit permissions from organization roles. If provided on creation, do not" " give either user or team." @@ -372,128 +389,132 @@ 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:2176 +#: awx/api/serializers.py:2217 msgid "Missing 'user', 'team', or 'organization'." msgstr "Valeur 'utilisateur', 'équipe' ou 'organisation' manquante." -#: awx/api/serializers.py:2216 +#: awx/api/serializers.py:2257 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:2378 +#: awx/api/serializers.py:2424 msgid "You must provide a cloud credential." msgstr "Vous devez fournir une information d'identification cloud." -#: awx/api/serializers.py:2379 +#: awx/api/serializers.py:2425 msgid "You must provide a network credential." msgstr "Vous devez fournir des informations d'identification réseau." -#: awx/api/serializers.py:2395 +#: awx/api/serializers.py:2441 msgid "This field is required." msgstr "Ce champ est obligatoire." -#: awx/api/serializers.py:2397 awx/api/serializers.py:2399 +#: awx/api/serializers.py:2443 awx/api/serializers.py:2445 msgid "Playbook not found for project." msgstr "Playbook introuvable pour le projet." -#: awx/api/serializers.py:2401 +#: awx/api/serializers.py:2447 msgid "Must select playbook for project." msgstr "Un playbook doit être sélectionné pour le project." -#: awx/api/serializers.py:2476 +#: awx/api/serializers.py:2522 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:2478 awx/main/models/jobs.py:325 +#: awx/api/serializers.py:2524 awx/main/models/jobs.py:326 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:2549 +#: awx/api/serializers.py:2611 msgid "Invalid job template." msgstr "Modèle de tâche non valide." -#: awx/api/serializers.py:2630 -msgid "Credential not found or deleted." -msgstr "Informations d'identification introuvables ou supprimées." +#: 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:2632 +#: awx/api/serializers.py:2711 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:2634 +#: awx/api/serializers.py:2713 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:2921 +#: awx/api/serializers.py:2782 awx/main/tasks.py:2186 +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." msgstr "" "%(job_type)s n'est pas un type de tâche valide. Les choix sont %(choices)s." -#: awx/api/serializers.py:2926 +#: 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:2931 +#: awx/api/serializers.py:3018 #, 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:3188 +#: 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:3191 +#: awx/api/serializers.py:3294 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:3232 awx/api/views.py:2991 +#: 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:3234 awx/api/views.py:2994 +#: awx/api/serializers.py:3337 awx/api/views.py:3026 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/serializers.py:3371 +#: awx/api/serializers.py:3474 msgid "" "Missing required fields for Notification Configuration: notification_type" msgstr "" "Champs obligatoires manquants pour la configuration des notifications : " "notification_type" -#: awx/api/serializers.py:3394 +#: awx/api/serializers.py:3497 msgid "No values specified for field '{}'" msgstr "Aucune valeur spécifiée pour le champ '{}'" -#: awx/api/serializers.py:3399 +#: awx/api/serializers.py:3502 msgid "Missing required fields for Notification Configuration: {}." msgstr "" "Champs obligatoires manquants pour la configuration des notifications : {}." -#: awx/api/serializers.py:3402 +#: awx/api/serializers.py:3505 msgid "Configuration field '{}' incorrect type, expected {}." msgstr "Type de champ de configuration '{}' incorrect, {} attendu." -#: awx/api/serializers.py:3455 +#: 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:3457 +#: 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:3460 +#: awx/api/serializers.py:3563 msgid "" "Inventory sources with `update_on_project_update` cannot be scheduled. " "Schedule its source project `{}` instead." @@ -501,72 +522,72 @@ msgstr "" "Impossible de planifier les sources d'inventaire avec " "`update_on_project_update`. Planifiez plutôt son projet source`{}`." -#: awx/api/serializers.py:3479 +#: 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:3501 +#: 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:YYYYMMDDTHHMMSSZ" -#: awx/api/serializers.py:3503 +#: awx/api/serializers.py:3606 msgid "Multiple DTSTART is not supported." msgstr "Une seule valeur DTSTART est prise en charge." -#: awx/api/serializers.py:3505 +#: awx/api/serializers.py:3608 msgid "RRULE require in rrule." msgstr "RRULE obligatoire dans rrule." -#: awx/api/serializers.py:3507 +#: awx/api/serializers.py:3610 msgid "Multiple RRULE is not supported." msgstr "Une seule valeur RRULE est prise en charge." -#: awx/api/serializers.py:3509 +#: awx/api/serializers.py:3612 msgid "INTERVAL required in rrule." msgstr "INTERVAL obligatoire dans rrule." -#: awx/api/serializers.py:3511 +#: awx/api/serializers.py:3614 msgid "TZID is not supported." msgstr "TZID n'est pas pris en charge." -#: awx/api/serializers.py:3513 +#: awx/api/serializers.py:3616 msgid "SECONDLY is not supported." msgstr "SECONDLY n'est pas pris en charge." -#: awx/api/serializers.py:3515 +#: awx/api/serializers.py:3618 msgid "Multiple BYMONTHDAYs not supported." msgstr "Une seule valeur BYMONTHDAY est prise en charge." -#: awx/api/serializers.py:3517 +#: awx/api/serializers.py:3620 msgid "Multiple BYMONTHs not supported." msgstr "Une seule valeur BYMONTH est prise en charge." -#: awx/api/serializers.py:3519 +#: awx/api/serializers.py:3622 msgid "BYDAY with numeric prefix not supported." msgstr "BYDAY avec un préfixe numérique non pris en charge." -#: awx/api/serializers.py:3521 +#: awx/api/serializers.py:3624 msgid "BYYEARDAY not supported." msgstr "BYYEARDAY non pris en charge." -#: awx/api/serializers.py:3523 +#: awx/api/serializers.py:3626 msgid "BYWEEKNO not supported." msgstr "BYWEEKNO non pris en charge." -#: awx/api/serializers.py:3527 +#: awx/api/serializers.py:3630 msgid "COUNT > 999 is unsupported." msgstr "COUNT > 999 non pris en charge." -#: awx/api/serializers.py:3531 +#: 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:3631 +#: awx/api/serializers.py:3760 msgid "" "A summary of the new and changed values when an object is created, updated, " "or deleted" @@ -574,7 +595,7 @@ msgstr "" "Un récapitulatif des valeurs nouvelles et modifiées lorsqu'un objet est " "créé, mis à jour ou supprimé" -#: awx/api/serializers.py:3633 +#: awx/api/serializers.py:3762 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 " @@ -584,7 +605,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:3636 +#: awx/api/serializers.py:3765 msgid "" "Unpopulated for create, update, and delete events. For associate and " "disassociate events this is the object type that object1 is being associated" @@ -594,166 +615,166 @@ msgstr "" "associer et dissocier des événements, il s'agit du type d'objet auquel " "object1 est associé." -#: awx/api/serializers.py:3639 +#: awx/api/serializers.py:3768 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:3749 +#: 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:3751 +#: 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:106 +#: awx/api/views.py:108 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:116 +#: awx/api/views.py:118 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:126 +#: awx/api/views.py:128 msgid "Your license does not allow use of workflows." msgstr "Votre licence ne permet pas l'utilisation de workflows." -#: awx/api/views.py:140 +#: awx/api/views.py:142 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:144 +#: awx/api/views.py:146 msgid "Cannot delete running job resource." msgstr "Impossible de supprimer la ressource de la tâche en cours." -#: awx/api/views.py:153 awx/templates/rest_framework/api.html:28 +#: awx/api/views.py:155 awx/templates/rest_framework/api.html:28 msgid "REST API" msgstr "API REST" -#: awx/api/views.py:162 awx/templates/rest_framework/api.html:4 +#: awx/api/views.py:164 awx/templates/rest_framework/api.html:4 msgid "AWX REST API" msgstr "API REST AWX" -#: awx/api/views.py:224 +#: awx/api/views.py:226 msgid "Version 1" msgstr "Version 1" -#: awx/api/views.py:228 +#: awx/api/views.py:230 msgid "Version 2" msgstr "Version 2" -#: awx/api/views.py:239 +#: awx/api/views.py:241 msgid "Ping" msgstr "Ping" -#: awx/api/views.py:270 awx/conf/apps.py:12 +#: awx/api/views.py:272 awx/conf/apps.py:12 msgid "Configuration" msgstr "Configuration" -#: awx/api/views.py:323 +#: awx/api/views.py:325 msgid "Invalid license data" msgstr "Données de licence non valides" -#: awx/api/views.py:325 +#: awx/api/views.py:327 msgid "Missing 'eula_accepted' property" msgstr "Propriété 'eula_accepted' manquante" -#: awx/api/views.py:329 +#: awx/api/views.py:331 msgid "'eula_accepted' value is invalid" msgstr "La valeur 'eula_accepted' n'est pas valide" -#: awx/api/views.py:332 +#: awx/api/views.py:334 msgid "'eula_accepted' must be True" msgstr "La valeur 'eula_accepted' doit être True" -#: awx/api/views.py:339 +#: awx/api/views.py:341 msgid "Invalid JSON" msgstr "Syntaxe JSON non valide" -#: awx/api/views.py:347 +#: awx/api/views.py:349 msgid "Invalid License" msgstr "Licence non valide" -#: awx/api/views.py:357 +#: awx/api/views.py:359 msgid "Invalid license" msgstr "Licence non valide" -#: awx/api/views.py:365 +#: awx/api/views.py:367 #, python-format msgid "Failed to remove license (%s)" msgstr "Suppression de la licence (%s) impossible" -#: awx/api/views.py:370 +#: awx/api/views.py:372 msgid "Dashboard" msgstr "Tableau de bord" -#: awx/api/views.py:469 +#: awx/api/views.py:471 msgid "Dashboard Jobs Graphs" msgstr "Graphiques de tâches du tableau de bord" -#: awx/api/views.py:505 +#: awx/api/views.py:507 #, python-format msgid "Unknown period \"%s\"" msgstr "Période \"%s\" inconnue" -#: awx/api/views.py:519 +#: awx/api/views.py:521 msgid "Instances" msgstr "Instances" -#: awx/api/views.py:527 +#: awx/api/views.py:529 msgid "Instance Detail" msgstr "Détail de l'instance" -#: awx/api/views.py:535 +#: awx/api/views.py:537 msgid "Instance Running Jobs" msgstr "Instance exécutant les tâches" -#: awx/api/views.py:550 +#: awx/api/views.py:552 msgid "Instance's Instance Groups" msgstr "Groupes d'instances de l'instance" -#: awx/api/views.py:560 +#: awx/api/views.py:562 msgid "Instance Groups" msgstr "Groupes d'instances" -#: awx/api/views.py:568 +#: awx/api/views.py:570 msgid "Instance Group Detail" msgstr "Détail du groupe d'instances" -#: awx/api/views.py:576 +#: awx/api/views.py:578 msgid "Instance Group Running Jobs" msgstr "Groupe d'instances exécutant les tâches" -#: awx/api/views.py:586 +#: awx/api/views.py:588 msgid "Instance Group's Instances" msgstr "Instances du groupe d'instances" -#: awx/api/views.py:596 +#: awx/api/views.py:598 msgid "Schedules" msgstr "Calendriers" -#: awx/api/views.py:615 +#: awx/api/views.py:617 msgid "Schedule Jobs List" msgstr "Listes des tâches de planification" -#: awx/api/views.py:841 +#: awx/api/views.py:843 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:1077 awx/api/views.py:4615 +#: awx/api/views.py:1079 awx/api/views.py:4666 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:1081 awx/api/views.py:4629 +#: awx/api/views.py:1083 awx/api/views.py:4680 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:1088 awx/api/views.py:4621 +#: awx/api/views.py:1090 awx/api/views.py:4672 msgid "" "You cannot grant credential access to a team when the Organization field " "isn't set, or belongs to a different organization" @@ -762,36 +783,36 @@ msgstr "" "équipe lorsque le champ Organisation n'est pas défini ou qu'elle appartient " "à une organisation différente" -#: awx/api/views.py:1178 +#: awx/api/views.py:1180 msgid "Cannot delete project." msgstr "Suppression du projet impossible." -#: awx/api/views.py:1213 +#: awx/api/views.py:1215 msgid "Project Schedules" msgstr "Calendriers des projets" -#: awx/api/views.py:1225 +#: awx/api/views.py:1227 msgid "Project SCM Inventory Sources" msgstr "Sources d'inventaire SCM du projet" -#: awx/api/views.py:1352 +#: awx/api/views.py:1354 msgid "Project Update SCM Inventory Updates" msgstr "Mises à jour de l'inventaire SCM de la mise à jour du projet" -#: awx/api/views.py:1407 +#: awx/api/views.py:1409 msgid "Me" msgstr "Moi-même" -#: awx/api/views.py:1451 awx/api/views.py:4572 +#: 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:1457 awx/api/views.py:4576 +#: 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:1462 awx/api/views.py:4581 +#: awx/api/views.py:1464 awx/api/views.py:4632 msgid "" "You cannot grant credential access to a user not in the credentials' " "organization" @@ -800,64 +821,65 @@ msgstr "" "utilisateur ne figurant pas dans l'organisation d'informations " "d'identification." -#: awx/api/views.py:1466 awx/api/views.py:4585 +#: awx/api/views.py:1468 awx/api/views.py:4636 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:1564 +#: awx/api/views.py:1566 #, python-format msgid "Cannot change %s." msgstr "Impossible de modifier %s." -#: awx/api/views.py:1570 +#: awx/api/views.py:1572 msgid "Cannot delete user." msgstr "Impossible de supprimer l'utilisateur." -#: awx/api/views.py:1599 +#: awx/api/views.py:1601 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:1601 +#: awx/api/views.py:1603 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:1779 +#: awx/api/views.py:1781 msgid "Cannot delete inventory script." msgstr "Impossible de supprimer le script d'inventaire." -#: awx/api/views.py:1864 +#: awx/api/views.py:1866 +#, python-brace-format msgid "{0}" msgstr "{0}" -#: awx/api/views.py:2089 +#: awx/api/views.py:2101 msgid "Fact not found." msgstr "Fait introuvable." -#: awx/api/views.py:2113 +#: awx/api/views.py:2125 msgid "SSLError while trying to connect to {}" msgstr "ErreurSSL lors de la tentative de connexion au {} " -#: awx/api/views.py:2115 +#: awx/api/views.py:2127 msgid "Request to {} timed out." msgstr "Délai de requête {} expiré." -#: awx/api/views.py:2117 +#: awx/api/views.py:2129 msgid "Unkown exception {} while trying to GET {}" msgstr "Exception inconnue {} lors de la tentative GET {}" -#: awx/api/views.py:2120 +#: awx/api/views.py:2132 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:2122 +#: awx/api/views.py:2134 msgid "" "Failed to gather reports and maintenance plans from Insights API at URL {}. " "Server responded with {} status code and message {}" @@ -866,202 +888,216 @@ msgstr "" "sur l'URL {}. Le serveur a répondu avec un code de statut {} et un message " "{} " -#: awx/api/views.py:2128 +#: awx/api/views.py:2140 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:2135 +#: awx/api/views.py:2147 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:2140 +#: awx/api/views.py:2152 msgid "The Insights Credential for \"{}\" was not found." msgstr "Informations d'identification Insights pour \"{}\" introuvables." -#: awx/api/views.py:2209 +#: awx/api/views.py:2221 msgid "Cyclical Group association." msgstr "Association de groupe cyclique." -#: awx/api/views.py:2482 +#: awx/api/views.py:2499 msgid "Inventory Source List" msgstr "Liste des sources d'inventaire" -#: awx/api/views.py:2495 +#: awx/api/views.py:2512 msgid "Inventory Sources Update" msgstr "Mise à jour des sources d'inventaire" -#: awx/api/views.py:2525 +#: awx/api/views.py:2542 msgid "Could not start because `can_update` returned False" msgstr "Démarrage impossible car `can_update` a renvoyé False" -#: awx/api/views.py:2533 +#: awx/api/views.py:2550 msgid "No inventory sources to update." msgstr "Aucune source d'inventaire à actualiser." -#: awx/api/views.py:2565 +#: awx/api/views.py:2582 msgid "Cannot delete inventory source." msgstr "Impossible de supprimer la source d'inventaire." -#: awx/api/views.py:2573 +#: awx/api/views.py:2590 msgid "Inventory Source Schedules" msgstr "Calendriers des sources d'inventaire" -#: awx/api/views.py:2603 +#: awx/api/views.py:2620 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:2826 +#: awx/api/views.py:2851 msgid "Job Template Schedules" msgstr "Calendriers des modèles de tâche" -#: awx/api/views.py:2846 awx/api/views.py:2862 +#: awx/api/views.py:2871 awx/api/views.py:2882 msgid "Your license does not allow adding surveys." msgstr "Votre licence ne permet pas l'ajout de questionnaires." -#: awx/api/views.py:2869 +#: awx/api/views.py:2889 msgid "'name' missing from survey spec." msgstr "'name' manquant dans la spécification du questionnaire." -#: awx/api/views.py:2871 +#: awx/api/views.py:2891 msgid "'description' missing from survey spec." msgstr "'description' manquante dans la spécification du questionnaire." -#: awx/api/views.py:2873 +#: awx/api/views.py:2893 msgid "'spec' missing from survey spec." msgstr "'spec' manquante dans la spécification du questionnaire." -#: awx/api/views.py:2875 +#: 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:2877 +#: awx/api/views.py:2897 msgid "'spec' doesn't contain any items." msgstr "'spec' ne contient aucun élément." -#: awx/api/views.py:2883 +#: awx/api/views.py:2903 #, 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:2885 +#: awx/api/views.py:2905 #, python-format msgid "'type' missing from survey question %s." msgstr "'type' est manquant dans la question %s." -#: awx/api/views.py:2887 +#: awx/api/views.py:2907 #, python-format msgid "'question_name' missing from survey question %s." msgstr "'question_name' est manquant dans la question %s." -#: awx/api/views.py:2889 +#: awx/api/views.py:2909 #, python-format msgid "'variable' missing from survey question %s." msgstr "'variable' est manquant dans la question %s." -#: awx/api/views.py:2891 +#: awx/api/views.py:2911 #, 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:2896 +#: awx/api/views.py:2916 #, python-format msgid "'required' missing from survey question %s." msgstr "'required' est manquant dans la question %s." -#: awx/api/views.py:2901 +#: awx/api/views.py:2921 +#, python-brace-format msgid "" -"$encrypted$ is reserved keyword and may not be used as a default for " -"password {}." -msgstr "" -"$encrypted$ est un mot clé réservé et ne peut pas être utilisé comme valeur " -"par défaut pour le mot de passe {}. " +"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:3017 +#: awx/api/views.py:2928 +#, 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}." +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}." + +#: awx/api/views.py:3049 msgid "Maximum number of labels for {} reached." msgstr "Nombre maximum d'étiquettes {} atteint." -#: awx/api/views.py:3136 +#: awx/api/views.py:3170 msgid "No matching host could be found!" msgstr "Aucun hôte correspondant n'a été trouvé." -#: awx/api/views.py:3139 +#: awx/api/views.py:3173 msgid "Multiple hosts matched the request!" msgstr "Plusieurs hôtes correspondent à la requête." -#: awx/api/views.py:3144 +#: awx/api/views.py:3178 msgid "Cannot start automatically, user input required!" msgstr "" "Impossible de démarrer automatiquement, saisie de l'utilisateur obligatoire." -#: awx/api/views.py:3151 +#: awx/api/views.py:3185 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:3164 +#: awx/api/views.py:3199 msgid "Error starting job!" msgstr "Erreur lors du démarrage de la tâche." -#: awx/api/views.py:3271 +#: awx/api/views.py:3306 +#, 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:3296 +#: awx/api/views.py:3331 msgid "Multiple parent relationship not allowed." msgstr "Relation de parents multiples non autorisée." -#: awx/api/views.py:3301 +#: awx/api/views.py:3336 msgid "Cycle detected." msgstr "Cycle détecté." -#: awx/api/views.py:3505 +#: awx/api/views.py:3540 msgid "Workflow Job Template Schedules" msgstr "Calendriers des modèles de tâche Workflow" -#: awx/api/views.py:3650 awx/api/views.py:4217 +#: awx/api/views.py:3685 awx/api/views.py:4268 msgid "Superuser privileges needed." msgstr "Privilèges de superutilisateur requis." -#: awx/api/views.py:3682 +#: awx/api/views.py:3717 msgid "System Job Template Schedules" msgstr "Calendriers des modèles de tâche Système" -#: awx/api/views.py:3891 +#: awx/api/views.py:3780 +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 msgid "Job Host Summaries List" msgstr "Liste récapitulative des hôtes de la tâche" -#: awx/api/views.py:3938 +#: awx/api/views.py:3989 msgid "Job Event Children List" msgstr "Liste des enfants d'événement de la tâche" -#: awx/api/views.py:3947 +#: awx/api/views.py:3998 msgid "Job Event Hosts List" msgstr "Liste des hôtes d'événement de la tâche" -#: awx/api/views.py:3957 +#: awx/api/views.py:4008 msgid "Job Events List" msgstr "Liste des événements de la tâche" -#: awx/api/views.py:4171 +#: awx/api/views.py:4222 msgid "Ad Hoc Command Events List" msgstr "Liste d'événements de la commande ad hoc" -#: awx/api/views.py:4386 +#: 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:4399 +#: 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:4444 +#: awx/api/views.py:4495 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:4451 +#: awx/api/views.py:4502 msgid "Notification Template Test" msgstr "Test de modèle de notification" @@ -1218,15 +1254,16 @@ msgstr "Exemple de paramètre qui peut être différent pour chaque utilisateur. msgid "User" msgstr "Utilisateur" -#: awx/conf/fields.py:62 +#: awx/conf/fields.py:63 msgid "Enter a valid URL" msgstr "Entez une URL valide" -#: awx/conf/fields.py:94 +#: awx/conf/fields.py:95 +#, python-brace-format msgid "\"{input}\" is not a valid string." msgstr "\"{input}\" n'est pas une chaîne valide." -#: awx/conf/license.py:19 +#: awx/conf/license.py:22 msgid "Your Tower license does not allow that." msgstr "Votre licence Tower ne vous y autorise pas." @@ -1246,7 +1283,12 @@ msgstr "" msgid "Skip commenting out settings in files." msgstr "Ignorer la saisie de commentaires de paramètres dans les fichiers." -#: 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 "" +"Ignorer la migration et ne dé-commenter que les configuration des fichiers." + +#: awx/conf/management/commands/migrate_to_database_settings.py:68 msgid "Backup existing settings files with this suffix." msgstr "Sauvegardez les fichiers de paramètres existants avec ce suffixe." @@ -1270,7 +1312,7 @@ msgstr "Modifié" msgid "User-Defaults" msgstr "Paramètres utilisateur par défaut" -#: awx/conf/registry.py:151 +#: awx/conf/registry.py:154 msgid "This value has been set manually in a settings file." msgstr "" "Cette valeur a été définie manuellement dans un fichier de configuration." @@ -1343,94 +1385,92 @@ msgstr "Détails du paramètre" msgid "Logging Connectivity Test" msgstr "Journalisation du test de connectivité" -#: awx/main/access.py:224 +#: 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:237 #, 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:268 +#: awx/main/access.py:281 msgid "License is missing." msgstr "La licence est manquante." -#: awx/main/access.py:270 +#: awx/main/access.py:283 msgid "License has expired." msgstr "La licence est arrivée à expiration." -#: awx/main/access.py:278 +#: awx/main/access.py:291 #, 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:280 +#: awx/main/access.py:293 #, 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:282 +#: awx/main/access.py:295 msgid "Host count exceeds available instances." msgstr "Le nombre d'hôtes dépasse celui des instances disponibles." -#: awx/main/access.py:286 +#: awx/main/access.py:299 #, 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:288 +#: awx/main/access.py:301 msgid "Features not found in active license." msgstr "Fonctionnalités introuvables dans la licence active." -#: awx/main/access.py:534 awx/main/access.py:619 awx/main/access.py:748 -#: awx/main/access.py:801 awx/main/access.py:1063 awx/main/access.py:1263 -#: awx/main/access.py:1725 -msgid "Resource is being used by running jobs" -msgstr "La ressource est utilisée par des tâches en cours d'exécution" - -#: awx/main/access.py:675 +#: awx/main/access.py:707 msgid "Unable to change inventory on a host." msgstr "Impossible de modifier l'inventaire sur un hôte." -#: awx/main/access.py:692 awx/main/access.py:737 +#: awx/main/access.py:724 awx/main/access.py:769 msgid "Cannot associate two items from different inventories." msgstr "Impossible d'associer deux éléments d'inventaires différents." -#: awx/main/access.py:725 +#: awx/main/access.py:757 msgid "Unable to change inventory on a group." msgstr "Impossible de modifier l'inventaire sur un groupe." -#: awx/main/access.py:983 +#: awx/main/access.py:1017 msgid "Unable to change organization on a team." msgstr "Impossible de modifier l'organisation d'une équipe." -#: awx/main/access.py:996 +#: awx/main/access.py:1030 msgid "The {} role cannot be assigned to a team" msgstr "Le rôle {} ne peut pas être attribué à une équipe" -#: awx/main/access.py:998 +#: awx/main/access.py:1032 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:1443 +#: awx/main/access.py:1479 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:1445 +#: 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:1448 +#: awx/main/access.py:1484 msgid "Job was launched with prompted fields." msgstr "La tâche a été lancée avec les champs d'invite." -#: awx/main/access.py:1450 +#: awx/main/access.py:1486 msgid " Organization level permissions required." msgstr "Permissions au niveau de l'organisation requises." -#: awx/main/access.py:1452 +#: awx/main/access.py:1488 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:1798 +#: awx/main/access.py:1833 msgid "" "You do not have permission to the workflow job resources required for " "relaunch." @@ -1974,87 +2014,87 @@ msgstr "" msgid "\n" msgstr "\n" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Sudo" msgstr "Sudo" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Su" msgstr "Su" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pbrun" msgstr "Pbrun" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pfexec" msgstr "Pfexec" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "DZDO" msgstr "DZDO" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pmrun" msgstr "Pmrun" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Runas" msgstr "Runas" -#: awx/main/fields.py:56 +#: awx/main/fields.py:57 #, python-format msgid "'%s' is not one of ['%s']" msgstr "'%s' ne fait pas partie des ['%s']" -#: awx/main/fields.py:531 +#: awx/main/fields.py:533 #, 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:547 +#: awx/main/fields.py:549 #, python-format msgid "required for %s" msgstr "requis pour %s" -#: awx/main/fields.py:571 +#: awx/main/fields.py:573 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:577 +#: awx/main/fields.py:579 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:635 +#: awx/main/fields.py:637 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:649 +#: awx/main/fields.py:651 msgid "\"tower\" is a reserved field name" msgstr "\"tower\" est un nom de champ réservé" -#: awx/main/fields.py:656 +#: awx/main/fields.py:658 #, python-format msgid "field IDs must be unique (%s)" msgstr "Les ID de champ doivent être uniques (%s)" -#: awx/main/fields.py:669 +#: 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:753 +#: 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/middleware.py:121 +#: awx/main/middleware.py:157 msgid "Formats of all available named urls" msgstr "Formats de toutes les URL nommées disponibles" -#: awx/main/middleware.py:122 +#: awx/main/middleware.py:158 msgid "" "Read-only list of key-value pairs that shows the standard format of all " "available named URLs." @@ -2062,15 +2102,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:124 awx/main/middleware.py:134 +#: awx/main/middleware.py:160 awx/main/middleware.py:170 msgid "Named URL" msgstr "URL nommée" -#: awx/main/middleware.py:131 +#: awx/main/middleware.py:167 msgid "List of all named url graph nodes." msgstr "Liste de tous les noeuds de graphique des URL nommées." -#: awx/main/middleware.py:132 +#: awx/main/middleware.py:168 msgid "" "Read-only list of key-value pairs that exposes named URL graph topology. Use" " this list to programmatically generate named URLs for resources" @@ -2079,51 +2119,51 @@ 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:23 awx/main/models/notifications.py:33 +#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:33 msgid "Email" msgstr "Email" -#: awx/main/migrations/_reencrypt.py:24 awx/main/models/notifications.py:34 +#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:34 msgid "Slack" msgstr "Slack" -#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:35 +#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:35 msgid "Twilio" msgstr "Twilio" -#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:36 +#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:36 msgid "Pagerduty" msgstr "Pagerduty" -#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:37 +#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:37 msgid "HipChat" msgstr "HipChat" -#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:38 +#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:38 msgid "Webhook" msgstr "Webhook" -#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:39 +#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:39 msgid "IRC" msgstr "IRC" -#: awx/main/models/activity_stream.py:24 +#: awx/main/models/activity_stream.py:25 msgid "Entity Created" msgstr "Entité créée" -#: awx/main/models/activity_stream.py:25 +#: awx/main/models/activity_stream.py:26 msgid "Entity Updated" msgstr "Entité mise à jour" -#: awx/main/models/activity_stream.py:26 +#: awx/main/models/activity_stream.py:27 msgid "Entity Deleted" msgstr "Entité supprimée" -#: awx/main/models/activity_stream.py:27 +#: awx/main/models/activity_stream.py:28 msgid "Entity Associated with another Entity" msgstr "Entité associée à une autre entité" -#: awx/main/models/activity_stream.py:28 +#: awx/main/models/activity_stream.py:29 msgid "Entity was Disassociated with another Entity" msgstr "Entité dissociée d'une autre entité" @@ -2149,43 +2189,43 @@ msgstr "Module non pris en charge pour les commandes ad hoc." 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:904 +#: 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:905 +#: 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:908 +#: 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:907 +#: 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:935 +#: 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:936 +#: 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:937 +#: 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:938 +#: 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:939 +#: 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:940 +#: 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" @@ -2204,27 +2244,27 @@ msgstr "Vérifier" msgid "Scan" msgstr "Scanner" -#: awx/main/models/credential.py:82 +#: awx/main/models/credential.py:86 msgid "Host" msgstr "Hôte" -#: awx/main/models/credential.py:83 +#: awx/main/models/credential.py:87 msgid "The hostname or IP address to use." msgstr "Nom d'hôte ou adresse IP à utiliser." -#: awx/main/models/credential.py:89 +#: awx/main/models/credential.py:93 msgid "Username" msgstr "Nom d'utilisateur" -#: awx/main/models/credential.py:90 +#: awx/main/models/credential.py:94 msgid "Username for this credential." msgstr "Nom d'utilisateur pour ces informations d'identification." -#: awx/main/models/credential.py:96 +#: awx/main/models/credential.py:100 msgid "Password" msgstr "Mot de passe" -#: awx/main/models/credential.py:97 +#: awx/main/models/credential.py:101 msgid "" "Password for this credential (or \"ASK\" to prompt the user for machine " "credentials)." @@ -2232,43 +2272,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:104 +#: awx/main/models/credential.py:108 msgid "Security Token" msgstr "Token de sécurité" -#: awx/main/models/credential.py:105 +#: awx/main/models/credential.py:109 msgid "Security Token for this credential" msgstr "Token de sécurité pour ces informations d'identification" -#: awx/main/models/credential.py:111 +#: awx/main/models/credential.py:115 msgid "Project" msgstr "Projet" -#: awx/main/models/credential.py:112 +#: awx/main/models/credential.py:116 msgid "The identifier for the project." msgstr "Identifiant du projet." -#: awx/main/models/credential.py:118 +#: awx/main/models/credential.py:122 msgid "Domain" msgstr "Domaine" -#: awx/main/models/credential.py:119 +#: awx/main/models/credential.py:123 msgid "The identifier for the domain." msgstr "Identifiant du domaine." -#: awx/main/models/credential.py:124 +#: awx/main/models/credential.py:128 msgid "SSH private key" msgstr "Clé privée SSH" -#: awx/main/models/credential.py:125 +#: awx/main/models/credential.py:129 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:131 +#: awx/main/models/credential.py:135 msgid "SSH key unlock" msgstr "Déverrouillage de la clé SSH" -#: awx/main/models/credential.py:132 +#: awx/main/models/credential.py:136 msgid "" "Passphrase to unlock SSH private key if encrypted (or \"ASK\" to prompt the " "user for machine credentials)." @@ -2277,52 +2317,52 @@ msgstr "" "chiffrée (ou \"ASK\" pour demander à l'utilisateur les informations " "d'identification de la machine)." -#: awx/main/models/credential.py:139 +#: awx/main/models/credential.py:143 msgid "None" msgstr "Aucun" -#: awx/main/models/credential.py:140 +#: awx/main/models/credential.py:144 msgid "Privilege escalation method." msgstr "Méthode d'élévation des privilèges." -#: awx/main/models/credential.py:146 +#: awx/main/models/credential.py:150 msgid "Privilege escalation username." msgstr "Nom d'utilisateur pour l'élévation des privilèges" -#: awx/main/models/credential.py:152 +#: awx/main/models/credential.py:156 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:158 +#: awx/main/models/credential.py:162 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:162 +#: awx/main/models/credential.py:166 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:168 +#: awx/main/models/credential.py:172 msgid "Password used by the authorize mechanism." msgstr "Mot de passe utilisé par le mécanisme d'autorisation." -#: awx/main/models/credential.py:174 +#: awx/main/models/credential.py:178 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:180 +#: awx/main/models/credential.py:184 msgid "Secret Token for this credential" msgstr "Token secret pour ces informations d'identification" -#: awx/main/models/credential.py:186 +#: awx/main/models/credential.py:190 msgid "Subscription identifier for this credential" msgstr "ID d'abonnement pour ces informations d'identification" -#: awx/main/models/credential.py:192 +#: awx/main/models/credential.py:196 msgid "Tenant identifier for this credential" msgstr "ID de tenant pour ces informations d'identification" -#: awx/main/models/credential.py:216 +#: awx/main/models/credential.py:220 msgid "" "Specify the type of credential you want to create. Refer to the Ansible " "Tower documentation for details on each type." @@ -2330,7 +2370,7 @@ 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:230 awx/main/models/credential.py:416 +#: awx/main/models/credential.py:234 awx/main/models/credential.py:420 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" @@ -2340,31 +2380,31 @@ msgstr "" "pour basculer entre les deux. Consultez la documentation d’Ansible Tower " "pour avoir un exemple de syntaxe." -#: awx/main/models/credential.py:397 +#: awx/main/models/credential.py:401 msgid "Machine" msgstr "Machine" -#: awx/main/models/credential.py:398 +#: awx/main/models/credential.py:402 msgid "Vault" msgstr "Coffre-fort" -#: awx/main/models/credential.py:399 +#: awx/main/models/credential.py:403 msgid "Network" msgstr "Réseau" -#: awx/main/models/credential.py:400 +#: awx/main/models/credential.py:404 msgid "Source Control" msgstr "Contrôle de la source" -#: awx/main/models/credential.py:401 +#: awx/main/models/credential.py:405 msgid "Cloud" msgstr "Cloud" -#: awx/main/models/credential.py:402 +#: awx/main/models/credential.py:406 msgid "Insights" msgstr "Insights" -#: awx/main/models/credential.py:423 +#: awx/main/models/credential.py:427 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" @@ -2374,6 +2414,11 @@ msgstr "" " pour basculer entre les deux. Consultez la documentation Ansible Tower pour" " avoir un exemple de syntaxe." +#: awx/main/models/credential.py:478 +#, python-format +msgid "adding %s credential type" +msgstr "ajout type d'identifiants %s" + #: 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." @@ -2392,11 +2437,11 @@ 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:76 +#: awx/main/models/ha.py:78 msgid "Instances that are members of this InstanceGroup" msgstr "Instances membres de ce GroupeInstances." -#: awx/main/models/ha.py:81 +#: awx/main/models/ha.py:83 msgid "Instance Group to remotely control this group." msgstr "Groupe d'instances pour contrôler ce groupe à distance." @@ -2596,38 +2641,42 @@ msgid "Google Compute Engine" msgstr "Google Compute Engine" #: awx/main/models/inventory.py:870 -msgid "Microsoft Azure Classic (deprecated)" -msgstr "Microsoft Azure Classic (obsolète)" - -#: awx/main/models/inventory.py:871 msgid "Microsoft Azure Resource Manager" msgstr "Microsoft Azure Resource Manager" -#: awx/main/models/inventory.py:872 +#: awx/main/models/inventory.py:871 msgid "VMware vCenter" msgstr "VMware vCenter" -#: awx/main/models/inventory.py:873 +#: awx/main/models/inventory.py:872 msgid "Red Hat Satellite 6" msgstr "Red Hat Satellite 6" -#: awx/main/models/inventory.py:874 +#: awx/main/models/inventory.py:873 msgid "Red Hat CloudForms" msgstr "Red Hat CloudForms" -#: awx/main/models/inventory.py:875 +#: 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 msgid "Custom Script" msgstr "Script personnalisé" -#: awx/main/models/inventory.py:993 +#: awx/main/models/inventory.py:994 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:1012 +#: awx/main/models/inventory.py:1013 msgid "" "Comma-separated list of filter expressions (EC2 only). Hosts are imported " "when ANY of the filters match." @@ -2635,75 +2684,75 @@ 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:1018 +#: awx/main/models/inventory.py:1019 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:1022 +#: awx/main/models/inventory.py:1023 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:1026 +#: awx/main/models/inventory.py:1027 msgid "Overwrite local variables from remote inventory source." msgstr "Écraser les variables locales de la source d'inventaire distante." -#: awx/main/models/inventory.py:1031 awx/main/models/jobs.py:159 +#: awx/main/models/inventory.py:1032 awx/main/models/jobs.py:160 #: awx/main/models/projects.py:117 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:1064 +#: awx/main/models/inventory.py:1065 msgid "Image ID" msgstr "ID d'image" -#: awx/main/models/inventory.py:1065 +#: awx/main/models/inventory.py:1066 msgid "Availability Zone" msgstr "Zone de disponibilité" -#: awx/main/models/inventory.py:1066 +#: awx/main/models/inventory.py:1067 msgid "Account" msgstr "Compte" -#: awx/main/models/inventory.py:1067 +#: awx/main/models/inventory.py:1068 msgid "Instance ID" msgstr "ID d'instance" -#: awx/main/models/inventory.py:1068 +#: awx/main/models/inventory.py:1069 msgid "Instance State" msgstr "État de l'instance" -#: awx/main/models/inventory.py:1069 +#: awx/main/models/inventory.py:1070 msgid "Instance Type" msgstr "Type d'instance" -#: awx/main/models/inventory.py:1070 +#: awx/main/models/inventory.py:1071 msgid "Key Name" msgstr "Nom de la clé" -#: awx/main/models/inventory.py:1071 +#: awx/main/models/inventory.py:1072 msgid "Region" msgstr "Région" -#: awx/main/models/inventory.py:1072 +#: awx/main/models/inventory.py:1073 msgid "Security Group" msgstr "Groupe de sécurité" -#: awx/main/models/inventory.py:1073 +#: awx/main/models/inventory.py:1074 msgid "Tags" msgstr "Balises" -#: awx/main/models/inventory.py:1074 +#: awx/main/models/inventory.py:1075 msgid "Tag None" msgstr "Ne rien baliser" -#: awx/main/models/inventory.py:1075 +#: awx/main/models/inventory.py:1076 msgid "VPC ID" msgstr "ID VPC" -#: awx/main/models/inventory.py:1138 +#: awx/main/models/inventory.py:1145 #, python-format msgid "" "Cloud-based inventory sources (such as %s) require credentials for the " @@ -2712,31 +2761,40 @@ 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:1145 +#: awx/main/models/inventory.py:1152 msgid "Credential is required for a cloud source." msgstr "" "Les informations d'identification sont requises pour une source cloud." -#: awx/main/models/inventory.py:1167 +#: awx/main/models/inventory.py:1155 +msgid "" +"Credentials of type machine, source control, insights and vault are " +"disallowed for custom inventory sources." +msgstr "" +"Les identifiants de type machine, contrôle de la source, insights ou " +"archivage sécurisé ne sont pas autorisés par les sources d'inventaire " +"personnalisées." + +#: awx/main/models/inventory.py:1179 #, python-format msgid "Invalid %(source)s region: %(region)s" msgstr "Région %(source)s non valide : %(region)s" -#: awx/main/models/inventory.py:1191 +#: awx/main/models/inventory.py:1203 #, python-format msgid "Invalid filter expression: %(filter)s" msgstr "Expression de filtre non valide : %(filter)s" -#: awx/main/models/inventory.py:1212 +#: awx/main/models/inventory.py:1224 #, python-format msgid "Invalid group by choice: %(choice)s" msgstr "Choix de regroupement non valide : %(choice)s" -#: awx/main/models/inventory.py:1247 +#: awx/main/models/inventory.py:1259 msgid "Project containing inventory file used as source." msgstr "Projet contenant le fichier d'inventaire utilisé comme source." -#: awx/main/models/inventory.py:1395 +#: awx/main/models/inventory.py:1407 #, python-format msgid "" "Unable to configure this item for cloud sync. It is already managed by %s." @@ -2744,7 +2802,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:1405 +#: awx/main/models/inventory.py:1417 msgid "" "More than one SCM-based inventory source with update on project update per-" "inventory not allowed." @@ -2752,7 +2810,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:1412 +#: awx/main/models/inventory.py:1424 msgid "" "Cannot update SCM-based inventory source on launch if set to update on " "project update. Instead, configure the corresponding source project to " @@ -2763,30 +2821,30 @@ msgstr "" " la place, configurez le projet source correspondant pour qu'il se mette à " "jour au moment du lancement." -#: awx/main/models/inventory.py:1418 +#: 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:1423 +#: awx/main/models/inventory.py:1435 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:1448 +#: awx/main/models/inventory.py:1460 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:1561 +#: awx/main/models/inventory.py:1573 msgid "Inventory script contents" msgstr "Contenus des scripts d'inventaire" -#: awx/main/models/inventory.py:1566 +#: awx/main/models/inventory.py:1578 msgid "Organization owning this inventory script" msgstr "Organisation propriétaire de ce script d'inventaire." -#: 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" @@ -2795,7 +2853,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:163 +#: awx/main/models/jobs.py:164 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 " @@ -2805,38 +2863,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:172 +#: 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:180 +#: awx/main/models/jobs.py:181 msgid "You must provide a Vault credential." msgstr "Vous devez fournir des informations d'identification du coffre-fort." -#: awx/main/models/jobs.py:316 +#: awx/main/models/jobs.py:317 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:320 +#: awx/main/models/jobs.py:321 msgid "Job Template must provide 'credential' or allow prompting for it." msgstr "" "Le modèle de tâche doit fournir des informations d'identification ou " "permettre d'en demander." -#: awx/main/models/jobs.py:422 +#: 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:488 awx/main/models/projects.py:263 +#: awx/main/models/jobs.py:493 awx/main/models/projects.py:263 msgid "SCM Revision" msgstr "Révision SCM" -#: awx/main/models/jobs.py:489 +#: awx/main/models/jobs.py:494 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:497 +#: awx/main/models/jobs.py:502 msgid "" "The SCM Refresh task used to make sure the playbooks were available for the " "job run" @@ -2844,105 +2902,105 @@ 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:802 +#: awx/main/models/jobs.py:809 msgid "job host summaries" msgstr "récapitulatifs des hôtes pour la tâche" -#: awx/main/models/jobs.py:906 +#: awx/main/models/jobs.py:913 msgid "Host Failure" msgstr "Échec de l'hôte" -#: awx/main/models/jobs.py:909 awx/main/models/jobs.py:923 +#: 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:910 +#: awx/main/models/jobs.py:917 msgid "Host Polling" msgstr "Interrogation de l'hôte" -#: awx/main/models/jobs.py:911 +#: awx/main/models/jobs.py:918 msgid "Host Async OK" msgstr "Désynchronisation des hôtes OK" -#: awx/main/models/jobs.py:912 +#: awx/main/models/jobs.py:919 msgid "Host Async Failure" msgstr "Échec de désynchronisation des hôtes" -#: awx/main/models/jobs.py:913 +#: awx/main/models/jobs.py:920 msgid "Item OK" msgstr "Élément OK" -#: awx/main/models/jobs.py:914 +#: awx/main/models/jobs.py:921 msgid "Item Failed" msgstr "Échec de l'élément" -#: awx/main/models/jobs.py:915 +#: awx/main/models/jobs.py:922 msgid "Item Skipped" msgstr "Élément ignoré" -#: awx/main/models/jobs.py:916 +#: awx/main/models/jobs.py:923 msgid "Host Retry" msgstr "Nouvel essai de l'hôte" -#: awx/main/models/jobs.py:918 +#: awx/main/models/jobs.py:925 msgid "File Difference" msgstr "Écart entre les fichiers" -#: awx/main/models/jobs.py:919 +#: awx/main/models/jobs.py:926 msgid "Playbook Started" msgstr "Playbook démarré" -#: awx/main/models/jobs.py:920 +#: awx/main/models/jobs.py:927 msgid "Running Handlers" msgstr "Descripteurs d'exécution" -#: awx/main/models/jobs.py:921 +#: awx/main/models/jobs.py:928 msgid "Including File" msgstr "Ajout de fichier" -#: awx/main/models/jobs.py:922 +#: awx/main/models/jobs.py:929 msgid "No Hosts Matched" msgstr "Aucun hôte correspondant" -#: awx/main/models/jobs.py:924 +#: awx/main/models/jobs.py:931 msgid "Task Started" msgstr "Tâche démarrée" -#: awx/main/models/jobs.py:926 +#: awx/main/models/jobs.py:933 msgid "Variables Prompted" msgstr "Variables demandées" -#: awx/main/models/jobs.py:927 +#: awx/main/models/jobs.py:934 msgid "Gathering Facts" msgstr "Collecte des faits" -#: awx/main/models/jobs.py:928 +#: 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:929 +#: 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:930 +#: awx/main/models/jobs.py:937 msgid "Play Started" msgstr "Scène démarrée" -#: awx/main/models/jobs.py:931 +#: awx/main/models/jobs.py:938 msgid "Playbook Complete" msgstr "Playbook terminé" -#: awx/main/models/jobs.py:1363 +#: awx/main/models/jobs.py:1351 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:1364 +#: awx/main/models/jobs.py:1352 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:1365 +#: awx/main/models/jobs.py:1353 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" @@ -3366,7 +3424,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/__init__.py:184 +#: awx/main/scheduler/task_manager.py:197 msgid "" "Job spawned from workflow could not start because it was not in the right " "state or required manual credentials" @@ -3375,7 +3433,7 @@ msgstr "" "dans l'état qui convient ou nécessitant des informations d'identification " "manuelles adéquates." -#: awx/main/scheduler/__init__.py:188 +#: awx/main/scheduler/task_manager.py:201 msgid "" "Job spawned from workflow could not start because it was missing a related " "resource such as project or inventory" @@ -3395,7 +3453,7 @@ msgstr "La licence Ansible Tower expirera bientôt" msgid "status_str must be either succeeded or failed" msgstr "status_str doit être une réussite ou un échec" -#: awx/main/tasks.py:1531 +#: awx/main/tasks.py:1549 msgid "Dependent inventory update {} was canceled." msgstr "La mise à jour d'inventaire dépendante {} a été annulée." @@ -3404,38 +3462,38 @@ msgstr "La mise à jour d'inventaire dépendante {} a été annulée." msgid "Unable to convert \"%s\" to boolean" msgstr "Impossible de convertir \"%s\" en booléen" -#: awx/main/utils/common.py:209 +#: awx/main/utils/common.py:235 #, python-format msgid "Unsupported SCM type \"%s\"" msgstr "Type de SCM \"%s\" non pris en charge" -#: awx/main/utils/common.py:216 awx/main/utils/common.py:228 -#: awx/main/utils/common.py:247 +#: awx/main/utils/common.py:242 awx/main/utils/common.py:254 +#: awx/main/utils/common.py:273 #, python-format msgid "Invalid %s URL" msgstr "URL %s non valide." -#: awx/main/utils/common.py:218 awx/main/utils/common.py:257 +#: awx/main/utils/common.py:244 awx/main/utils/common.py:283 #, python-format msgid "Unsupported %s URL" msgstr "URL %s non prise en charge" -#: awx/main/utils/common.py:259 +#: awx/main/utils/common.py:285 #, 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:261 +#: awx/main/utils/common.py:287 #, python-format msgid "Host is required for %s URL" msgstr "L'hôte est requis pour l'URL %s" -#: awx/main/utils/common.py:279 +#: awx/main/utils/common.py:305 #, 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:285 +#: awx/main/utils/common.py:311 #, 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." @@ -3556,287 +3614,287 @@ msgstr "Erreur serveur" msgid "A server error has occurred." msgstr "Une erreur serveur s'est produite." -#: awx/settings/defaults.py:664 +#: awx/settings/defaults.py:665 msgid "US East (Northern Virginia)" msgstr "Est des États-Unis (Virginie du Nord)" -#: awx/settings/defaults.py:665 +#: awx/settings/defaults.py:666 msgid "US East (Ohio)" msgstr "Est des États-Unis (Ohio)" -#: awx/settings/defaults.py:666 +#: awx/settings/defaults.py:667 msgid "US West (Oregon)" msgstr "Ouest des États-Unis (Oregon)" -#: awx/settings/defaults.py:667 +#: awx/settings/defaults.py:668 msgid "US West (Northern California)" msgstr "Ouest des États-Unis (Nord de la Californie)" -#: awx/settings/defaults.py:668 +#: awx/settings/defaults.py:669 msgid "Canada (Central)" msgstr "Canada (Central)" -#: awx/settings/defaults.py:669 +#: awx/settings/defaults.py:670 msgid "EU (Frankfurt)" msgstr "UE (Francfort)" -#: awx/settings/defaults.py:670 +#: awx/settings/defaults.py:671 msgid "EU (Ireland)" msgstr "UE (Irlande)" -#: awx/settings/defaults.py:671 +#: awx/settings/defaults.py:672 msgid "EU (London)" msgstr "UE (Londres)" -#: awx/settings/defaults.py:672 +#: awx/settings/defaults.py:673 msgid "Asia Pacific (Singapore)" msgstr "Asie-Pacifique (Singapour)" -#: awx/settings/defaults.py:673 +#: awx/settings/defaults.py:674 msgid "Asia Pacific (Sydney)" msgstr "Asie-Pacifique (Sydney)" -#: awx/settings/defaults.py:674 +#: awx/settings/defaults.py:675 msgid "Asia Pacific (Tokyo)" msgstr "Asie-Pacifique (Tokyo)" -#: awx/settings/defaults.py:675 +#: awx/settings/defaults.py:676 msgid "Asia Pacific (Seoul)" msgstr "Asie-Pacifique (Séoul)" -#: awx/settings/defaults.py:676 +#: awx/settings/defaults.py:677 msgid "Asia Pacific (Mumbai)" msgstr "Asie-Pacifique (Mumbai)" -#: awx/settings/defaults.py:677 +#: awx/settings/defaults.py:678 msgid "South America (Sao Paulo)" msgstr "Amérique du Sud (Sao Paulo)" -#: awx/settings/defaults.py:678 +#: awx/settings/defaults.py:679 msgid "US West (GovCloud)" msgstr "Ouest des États-Unis (GovCloud)" -#: awx/settings/defaults.py:679 +#: awx/settings/defaults.py:680 msgid "China (Beijing)" msgstr "Chine (Pékin)" -#: awx/settings/defaults.py:728 +#: awx/settings/defaults.py:729 msgid "US East 1 (B)" msgstr "Est des États-Unis 1 (B)" -#: awx/settings/defaults.py:729 +#: awx/settings/defaults.py:730 msgid "US East 1 (C)" msgstr "Est des États-Unis 1 (C)" -#: awx/settings/defaults.py:730 +#: awx/settings/defaults.py:731 msgid "US East 1 (D)" msgstr "Est des États-Unis 1 (D)" -#: awx/settings/defaults.py:731 +#: awx/settings/defaults.py:732 msgid "US East 4 (A)" msgstr "Est des États-Unis 4 (A)" -#: awx/settings/defaults.py:732 +#: awx/settings/defaults.py:733 msgid "US East 4 (B)" msgstr "Est des États-Unis 4 (B)" -#: awx/settings/defaults.py:733 +#: awx/settings/defaults.py:734 msgid "US East 4 (C)" msgstr "Est des États-Unis 4 (C)" -#: awx/settings/defaults.py:734 +#: awx/settings/defaults.py:735 msgid "US Central (A)" msgstr "Centre des États-Unis (A)" -#: awx/settings/defaults.py:735 +#: awx/settings/defaults.py:736 msgid "US Central (B)" msgstr "Centre des États-Unis (B)" -#: awx/settings/defaults.py:736 +#: awx/settings/defaults.py:737 msgid "US Central (C)" msgstr "Centre des États-Unis (C)" -#: awx/settings/defaults.py:737 +#: awx/settings/defaults.py:738 msgid "US Central (F)" msgstr "Centre des États-Unis (F)" -#: awx/settings/defaults.py:738 +#: awx/settings/defaults.py:739 msgid "US West (A)" msgstr "Ouest des États-Unis (A)" -#: awx/settings/defaults.py:739 +#: awx/settings/defaults.py:740 msgid "US West (B)" msgstr "Ouest des États-Unis (B)" -#: awx/settings/defaults.py:740 +#: awx/settings/defaults.py:741 msgid "US West (C)" msgstr "Ouest des États-Unis (C)" -#: awx/settings/defaults.py:741 +#: awx/settings/defaults.py:742 msgid "Europe West 1 (B)" msgstr "Europe de l'Ouest 1 (B)" -#: awx/settings/defaults.py:742 +#: awx/settings/defaults.py:743 msgid "Europe West 1 (C)" msgstr "Europe de l'Ouest 1 (C)" -#: awx/settings/defaults.py:743 +#: awx/settings/defaults.py:744 msgid "Europe West 1 (D)" msgstr "Europe de l'Ouest 1 (D)" -#: awx/settings/defaults.py:744 +#: awx/settings/defaults.py:745 msgid "Europe West 2 (A)" msgstr "Europe de l'Ouest 2 (A)" -#: awx/settings/defaults.py:745 +#: awx/settings/defaults.py:746 msgid "Europe West 2 (B)" msgstr "Europe de l'Ouest 2 (B)" -#: awx/settings/defaults.py:746 +#: awx/settings/defaults.py:747 msgid "Europe West 2 (C)" msgstr "Europe de l'Ouest 2 (C)" -#: awx/settings/defaults.py:747 +#: awx/settings/defaults.py:748 msgid "Asia East (A)" msgstr "Asie de l'Est (A)" -#: awx/settings/defaults.py:748 +#: awx/settings/defaults.py:749 msgid "Asia East (B)" msgstr "Asie de l'Est (B)" -#: awx/settings/defaults.py:749 +#: awx/settings/defaults.py:750 msgid "Asia East (C)" msgstr "Asie de l'Est (C)" -#: awx/settings/defaults.py:750 +#: awx/settings/defaults.py:751 msgid "Asia Southeast (A)" msgstr "Asie du Sud-Est (A)" -#: awx/settings/defaults.py:751 +#: awx/settings/defaults.py:752 msgid "Asia Southeast (B)" msgstr "Asie du Sud-Est (B)" -#: awx/settings/defaults.py:752 +#: awx/settings/defaults.py:753 msgid "Asia Northeast (A)" msgstr "Asie du Nord-Est (A)" -#: awx/settings/defaults.py:753 +#: awx/settings/defaults.py:754 msgid "Asia Northeast (B)" msgstr "Asie du Nord-Est (B)" -#: awx/settings/defaults.py:754 +#: awx/settings/defaults.py:755 msgid "Asia Northeast (C)" msgstr "Asie du Nord-Est (C)" -#: awx/settings/defaults.py:755 +#: awx/settings/defaults.py:756 msgid "Australia Southeast (A)" msgstr "Sud-est de l'Australie (A)" -#: awx/settings/defaults.py:756 +#: awx/settings/defaults.py:757 msgid "Australia Southeast (B)" msgstr "Sud-est de l'Australie (B)" -#: awx/settings/defaults.py:757 +#: awx/settings/defaults.py:758 msgid "Australia Southeast (C)" msgstr "Sud-est de l'Australie (C)" -#: awx/settings/defaults.py:781 +#: awx/settings/defaults.py:780 msgid "US East" msgstr "Est des États-Unis" -#: awx/settings/defaults.py:782 +#: awx/settings/defaults.py:781 msgid "US East 2" msgstr "Est des États-Unis 2" -#: awx/settings/defaults.py:783 +#: awx/settings/defaults.py:782 msgid "US Central" msgstr "Centre des États-Unis" -#: awx/settings/defaults.py:784 +#: awx/settings/defaults.py:783 msgid "US North Central" msgstr "Centre-Nord des États-Unis" -#: awx/settings/defaults.py:785 +#: awx/settings/defaults.py:784 msgid "US South Central" msgstr "Centre-Sud des États-Unis" -#: awx/settings/defaults.py:786 +#: awx/settings/defaults.py:785 msgid "US West Central" msgstr "Centre-Ouest des États-Unis" -#: awx/settings/defaults.py:787 +#: awx/settings/defaults.py:786 msgid "US West" msgstr "Ouest des États-Unis" -#: awx/settings/defaults.py:788 +#: awx/settings/defaults.py:787 msgid "US West 2" msgstr "Ouest des États-Unis 2" -#: awx/settings/defaults.py:789 +#: awx/settings/defaults.py:788 msgid "Canada East" msgstr "Est du Canada" -#: awx/settings/defaults.py:790 +#: awx/settings/defaults.py:789 msgid "Canada Central" msgstr "Centre du Canada" -#: awx/settings/defaults.py:791 +#: awx/settings/defaults.py:790 msgid "Brazil South" msgstr "Sud du Brésil" -#: awx/settings/defaults.py:792 +#: awx/settings/defaults.py:791 msgid "Europe North" msgstr "Europe du Nord" -#: awx/settings/defaults.py:793 +#: awx/settings/defaults.py:792 msgid "Europe West" msgstr "Europe de l'Ouest" -#: awx/settings/defaults.py:794 +#: awx/settings/defaults.py:793 msgid "UK West" msgstr "Ouest du Royaume-Uni" -#: awx/settings/defaults.py:795 +#: awx/settings/defaults.py:794 msgid "UK South" msgstr "Sud du Royaume-Uni" -#: awx/settings/defaults.py:796 +#: awx/settings/defaults.py:795 msgid "Asia East" msgstr "Asie de l'Est" -#: awx/settings/defaults.py:797 +#: awx/settings/defaults.py:796 msgid "Asia Southeast" msgstr "Asie du Sud-Est" -#: awx/settings/defaults.py:798 +#: awx/settings/defaults.py:797 msgid "Australia East" msgstr "Est de l'Australie" -#: awx/settings/defaults.py:799 +#: awx/settings/defaults.py:798 msgid "Australia Southeast" msgstr "Sud-Est de l'Australie" -#: awx/settings/defaults.py:800 +#: awx/settings/defaults.py:799 msgid "India West" msgstr "Ouest de l'Inde" -#: awx/settings/defaults.py:801 +#: awx/settings/defaults.py:800 msgid "India South" msgstr "Sud de l'Inde" -#: awx/settings/defaults.py:802 +#: awx/settings/defaults.py:801 msgid "Japan East" msgstr "Est du Japon" -#: awx/settings/defaults.py:803 +#: awx/settings/defaults.py:802 msgid "Japan West" msgstr "Ouest du Japon" -#: awx/settings/defaults.py:804 +#: awx/settings/defaults.py:803 msgid "Korea Central" msgstr "Centre de la Corée" -#: awx/settings/defaults.py:805 +#: awx/settings/defaults.py:804 msgid "Korea South" msgstr "Sud de la Corée" @@ -4593,6 +4651,7 @@ msgid "SAML Team Map" msgstr "Mappe d'équipes SAML" #: awx/sso/fields.py:123 +#, python-brace-format msgid "Invalid connection option(s): {invalid_options}." msgstr "Option(s) de connexion non valide(s) : {invalid_options}." @@ -4609,18 +4668,21 @@ msgid "Subtree" msgstr "Sous-arborescence" #: awx/sso/fields.py:214 +#, 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 +#, 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 +#, python-brace-format msgid "" "Expected an instance of LDAPSearch or LDAPSearchUnion but got {input_type} " "instead." @@ -4629,20 +4691,24 @@ msgstr "" "{input_type} a été obtenu à la place." #: awx/sso/fields.py:289 +#, 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 +#, 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." @@ -4651,50 +4717,61 @@ msgstr "" "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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, python-brace-format msgid "An account cannot be found for {0}" msgstr "Impossible de trouver un compte pour {0}" @@ -4790,6 +4867,7 @@ msgid "Make a PATCH request on the %(name)s resource" msgstr "Appliquez une requête PATCH sur la ressource %(name)s" #: 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 msgid "UI" msgstr "IU" @@ -4844,6 +4922,17 @@ msgstr "" " un meilleur résultat, utiliser un fichier .png avec un fond transparent. " "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" + +#: awx/ui/conf.py:61 +msgid "" +"Maximum number of job events for the UI to retreive within a single request." +msgstr "" +"Nombre maximum d'événements de tâches d'UI à extraire pour une requête " +"unique." + #: awx/ui/fields.py:29 msgid "" "Invalid format for custom logo. Must be a data URL with a base64-encoded " diff --git a/awx/locale/ja/LC_MESSAGES/django.po b/awx/locale/ja/LC_MESSAGES/django.po index 4ee6bbdecd..61e79a9a48 100644 --- a/awx/locale/ja/LC_MESSAGES/django.po +++ b/awx/locale/ja/LC_MESSAGES/django.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-27 19:27+0000\n" -"PO-Revision-Date: 2017-09-15 11:22+0000\n" +"POT-Creation-Date: 2017-11-30 20:23+0000\n" +"PO-Revision-Date: 2017-12-03 11:01+0000\n" "Last-Translator: asasaki \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -76,25 +76,30 @@ msgstr "%s でのフィルターは許可されていません。" msgid "Loops not allowed in filters, detected on field {}." msgstr "ループがフィルターで許可されていません。フィールド {} で検出されました。" -#: awx/api/filters.py:297 +#: awx/api/filters.py:171 +#, python-brace-format +msgid "Invalid {field_name} id: {field_id}" +msgstr "無効な {field_name} ID: {field_id}" + +#: awx/api/filters.py:302 #, python-format msgid "cannot filter on kind %s" msgstr "%s の種類でフィルターできません。" -#: awx/api/filters.py:404 +#: awx/api/filters.py:409 #, python-format msgid "cannot order by field %s" msgstr "フィールド %s で順序付けできません" -#: awx/api/generics.py:515 awx/api/generics.py:577 +#: awx/api/generics.py:550 awx/api/generics.py:612 msgid "\"id\" field must be an integer." msgstr "「id」フィールドは整数でなければなりません。" -#: awx/api/generics.py:574 +#: awx/api/generics.py:609 msgid "\"id\" is required to disassociate" msgstr "関連付けを解除するには 「id」が必要です" -#: awx/api/generics.py:625 +#: awx/api/generics.py:660 msgid "{} 'id' field is missing." msgstr "{} 「id」フィールドがありません。" @@ -175,7 +180,7 @@ msgstr "ワークフロージョブ" msgid "Workflow Template" msgstr "ワークフローテンプレート" -#: awx/api/serializers.py:697 awx/api/serializers.py:755 awx/api/views.py:4314 +#: 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 " @@ -184,276 +189,290 @@ msgstr "" "標準出力が大きすぎて表示できません (%(text_size)d バイト)。サイズが %(supported_size)d " "バイトを超える場合はダウンロードのみがサポートされます。" -#: awx/api/serializers.py:770 +#: awx/api/serializers.py:774 msgid "Write-only field used to change the password." msgstr "パスワードを変更するために使用される書き込み専用フィールド。" -#: awx/api/serializers.py:772 +#: awx/api/serializers.py:776 msgid "Set if the account is managed by an external service" msgstr "アカウントが外部サービスで管理される場合に設定されます" -#: awx/api/serializers.py:796 +#: awx/api/serializers.py:800 msgid "Password required for new User." msgstr "新規ユーザーのパスワードを入力してください。" -#: awx/api/serializers.py:882 +#: awx/api/serializers.py:886 #, python-format msgid "Unable to change %s on user managed by LDAP." msgstr "LDAP で管理されたユーザーの %s を変更できません。" -#: awx/api/serializers.py:1046 +#: awx/api/serializers.py:1050 msgid "Organization is missing" msgstr "組織がありません" -#: awx/api/serializers.py:1050 +#: awx/api/serializers.py:1054 msgid "Update options must be set to false for manual projects." msgstr "手動プロジェクトについては更新オプションを false に設定する必要があります。" -#: awx/api/serializers.py:1056 +#: awx/api/serializers.py:1060 msgid "Array of playbooks available within this project." msgstr "このプロジェクト内で利用可能な一連の Playbook。" -#: awx/api/serializers.py:1075 +#: awx/api/serializers.py:1079 msgid "" "Array of inventory files and directories available within this project, not " "comprehensive." msgstr "このプロジェクト内で利用可能な一連のインベントリーファイルおよびディレクトリー (包括的な一覧ではありません)。" -#: awx/api/serializers.py:1282 +#: awx/api/serializers.py:1201 +msgid "Smart inventories must specify host_filter" +msgstr "スマートインベントリーは host_filter を指定する必要があります" + +#: awx/api/serializers.py:1303 #, python-format msgid "Invalid port specification: %s" msgstr "無効なポート指定: %s" -#: awx/api/serializers.py:1293 +#: awx/api/serializers.py:1314 msgid "Cannot create Host for Smart Inventory" msgstr "スマートインベントリーのホストを作成できません" -#: awx/api/serializers.py:1315 awx/api/serializers.py:3218 -#: awx/api/serializers.py:3303 awx/main/validators.py:198 +#: 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:1411 +#: awx/api/serializers.py:1432 msgid "Invalid group name." msgstr "無効なグループ名。" -#: awx/api/serializers.py:1416 +#: awx/api/serializers.py:1437 msgid "Cannot create Group for Smart Inventory" msgstr "スマートインベントリーのグループを作成できません" -#: awx/api/serializers.py:1488 +#: awx/api/serializers.py:1509 msgid "" "Script must begin with a hashbang sequence: i.e.... #!/usr/bin/env python" msgstr "スクリプトは hashbang シーケンスで開始する必要があります (例: .... #!/usr/bin/env python)" -#: awx/api/serializers.py:1534 +#: awx/api/serializers.py:1555 msgid "`{}` is a prohibited environment variable" msgstr "`{}` は禁止されている環境変数です" -#: awx/api/serializers.py:1545 +#: awx/api/serializers.py:1566 msgid "If 'source' is 'custom', 'source_script' must be provided." msgstr "「source」が「custom」である場合、「source_script」を指定する必要があります。" -#: awx/api/serializers.py:1551 +#: awx/api/serializers.py:1572 msgid "Must provide an inventory." msgstr "インベントリーを指定する必要があります。" -#: awx/api/serializers.py:1555 +#: awx/api/serializers.py:1576 msgid "" "The 'source_script' does not belong to the same organization as the " "inventory." msgstr "「source_script」はインベントリーと同じ組織に属しません。" -#: awx/api/serializers.py:1557 +#: awx/api/serializers.py:1578 msgid "'source_script' doesn't exist." msgstr "「source_script」は存在しません。" -#: awx/api/serializers.py:1581 +#: awx/api/serializers.py:1602 msgid "Automatic group relationship, will be removed in 3.3" msgstr "自動的なグループ関係は 3.3 で削除されます" -#: awx/api/serializers.py:1658 +#: awx/api/serializers.py:1679 msgid "Cannot use manual project for SCM-based inventory." msgstr "SCM ベースのインベントリーの手動プロジェクトを使用できません。" -#: awx/api/serializers.py:1664 +#: awx/api/serializers.py:1685 msgid "" "Manual inventory sources are created automatically when a group is created " "in the v1 API." msgstr "手動のインベントリーソースは、グループが v1 API で作成される際に自動作成されます。" -#: awx/api/serializers.py:1669 +#: awx/api/serializers.py:1690 msgid "Setting not compatible with existing schedules." msgstr "設定は既存スケジュールとの互換性がありません。" -#: awx/api/serializers.py:1674 +#: awx/api/serializers.py:1695 msgid "Cannot create Inventory Source for Smart Inventory" msgstr "スマートインベントリーのインベントリーソースを作成できません" -#: awx/api/serializers.py:1688 +#: awx/api/serializers.py:1709 #, python-format msgid "Cannot set %s if not SCM type." msgstr "SCM タイプでない場合 %s を設定できません。" -#: awx/api/serializers.py:1929 +#: awx/api/serializers.py:1950 msgid "Modifications not allowed for managed credential types" msgstr "管理されている認証情報タイプで変更は許可されません" -#: awx/api/serializers.py:1934 +#: awx/api/serializers.py:1955 msgid "" "Modifications to inputs are not allowed for credential types that are in use" msgstr "入力への変更は使用中の認証情報タイプで許可されません" -#: awx/api/serializers.py:1940 +#: awx/api/serializers.py:1961 #, python-format msgid "Must be 'cloud' or 'net', not %s" msgstr "「cloud」または「net」にする必要があります (%s ではない)" -#: awx/api/serializers.py:1946 +#: awx/api/serializers.py:1967 msgid "'ask_at_runtime' is not supported for custom credentials." msgstr "「ask_at_runtime」はカスタム認証情報ではサポートされません。" -#: awx/api/serializers.py:2119 +#: awx/api/serializers.py:2140 #, python-format msgid "\"%s\" is not a valid choice" msgstr "「%s」は有効な選択ではありません" -#: awx/api/serializers.py:2138 +#: awx/api/serializers.py:2159 #, python-format msgid "'%s' is not a valid field for %s" msgstr "「%s」は %s の有効なフィールドではありません" -#: awx/api/serializers.py:2150 +#: awx/api/serializers.py:2180 +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 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:2155 +#: awx/api/serializers.py:2196 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:2160 +#: awx/api/serializers.py:2201 msgid "" "Inherit permissions from organization roles. If provided on creation, do not" " give either user or team." msgstr "組織ロールからパーミッションを継承します。作成時に提供される場合は、ユーザーまたはチームのいずれも指定しないでください。" -#: awx/api/serializers.py:2176 +#: awx/api/serializers.py:2217 msgid "Missing 'user', 'team', or 'organization'." msgstr "「user」、「team」、または「organization」がありません。" -#: awx/api/serializers.py:2216 +#: awx/api/serializers.py:2257 msgid "" "Credential organization must be set and match before assigning to a team" msgstr "認証情報の組織が設定され、一致している状態でチームに割り当てる必要があります。" -#: awx/api/serializers.py:2378 +#: awx/api/serializers.py:2424 msgid "You must provide a cloud credential." msgstr "クラウド認証情報を指定する必要があります。" -#: awx/api/serializers.py:2379 +#: awx/api/serializers.py:2425 msgid "You must provide a network credential." msgstr "ネットワーク認証情報を指定する必要があります。" -#: awx/api/serializers.py:2395 +#: awx/api/serializers.py:2441 msgid "This field is required." msgstr "このフィールドは必須です。" -#: awx/api/serializers.py:2397 awx/api/serializers.py:2399 +#: awx/api/serializers.py:2443 awx/api/serializers.py:2445 msgid "Playbook not found for project." msgstr "プロジェクトの Playbook が見つかりません。" -#: awx/api/serializers.py:2401 +#: awx/api/serializers.py:2447 msgid "Must select playbook for project." msgstr "プロジェクトの Playbook を選択してください。" -#: awx/api/serializers.py:2476 +#: awx/api/serializers.py:2522 msgid "Must either set a default value or ask to prompt on launch." msgstr "起動時にプロントを出すには、デフォルト値を設定するか、またはプロンプトを出すよう指定する必要があります。" -#: awx/api/serializers.py:2478 awx/main/models/jobs.py:325 +#: awx/api/serializers.py:2524 awx/main/models/jobs.py:326 msgid "Job types 'run' and 'check' must have assigned a project." msgstr "ジョブタイプ「run」および「check」によりプロジェクトが割り当てられている必要があります。" -#: awx/api/serializers.py:2549 +#: awx/api/serializers.py:2611 msgid "Invalid job template." msgstr "無効なジョブテンプレート。" -#: awx/api/serializers.py:2630 -msgid "Credential not found or deleted." -msgstr "認証情報が見つからないか、または削除されました。" +#: awx/api/serializers.py:2708 +msgid "Neither credential nor vault credential provided." +msgstr "認証情報および Vault 認証情報のいずれも指定されていません。" -#: awx/api/serializers.py:2632 +#: awx/api/serializers.py:2711 msgid "Job Template Project is missing or undefined." msgstr "ジョブテンプレートプロジェクトが見つからないか、または定義されていません。" -#: awx/api/serializers.py:2634 +#: awx/api/serializers.py:2713 msgid "Job Template Inventory is missing or undefined." msgstr "ジョブテンプレートインベントリーが見つからないか、または定義されていません。" -#: awx/api/serializers.py:2921 +#: awx/api/serializers.py:2782 awx/main/tasks.py:2186 +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:2926 +#: awx/api/serializers.py:3013 msgid "Workflow job template is missing during creation." msgstr "ワークフロージョブテンプレートが作成時に見つかりません。" -#: awx/api/serializers.py:2931 +#: awx/api/serializers.py:3018 #, python-format msgid "Cannot nest a %s inside a WorkflowJobTemplate" msgstr "ワークフロージョブテンプレート内に %s をネストできません" -#: awx/api/serializers.py:3188 +#: awx/api/serializers.py:3291 #, python-format msgid "Job Template '%s' is missing or undefined." msgstr "ジョブテンプレート「%s」が見つからない、または定義されていません。" -#: awx/api/serializers.py:3191 +#: awx/api/serializers.py:3294 msgid "The inventory associated with this Job Template is being deleted." msgstr "このジョブテンプレートに関連付けられているインベントリーが削除されています。" -#: awx/api/serializers.py:3232 awx/api/views.py:2991 +#: awx/api/serializers.py:3335 awx/api/views.py:3023 #, python-format msgid "Cannot assign multiple %s credentials." msgstr "複数の %s 認証情報を割り当てることができません。" -#: awx/api/serializers.py:3234 awx/api/views.py:2994 +#: awx/api/serializers.py:3337 awx/api/views.py:3026 msgid "Extra credentials must be network or cloud." msgstr "追加の認証情報はネットワークまたはクラウドにする必要があります。" -#: awx/api/serializers.py:3371 +#: awx/api/serializers.py:3474 msgid "" "Missing required fields for Notification Configuration: notification_type" msgstr "通知設定の必須フィールドがありません: notification_type" -#: awx/api/serializers.py:3394 +#: awx/api/serializers.py:3497 msgid "No values specified for field '{}'" msgstr "フィールド '{}' に値が指定されていません" -#: awx/api/serializers.py:3399 +#: awx/api/serializers.py:3502 msgid "Missing required fields for Notification Configuration: {}." msgstr "通知設定の必須フィールドがありません: {}。" -#: awx/api/serializers.py:3402 +#: awx/api/serializers.py:3505 msgid "Configuration field '{}' incorrect type, expected {}." msgstr "設定フィールド '{}' のタイプが正しくありません。{} が予期されました。" -#: awx/api/serializers.py:3455 +#: awx/api/serializers.py:3558 msgid "Inventory Source must be a cloud resource." msgstr "インベントリーソースはクラウドリソースでなければなりません。" -#: awx/api/serializers.py:3457 +#: awx/api/serializers.py:3560 msgid "Manual Project cannot have a schedule set." msgstr "手動プロジェクトにはスケジュールを設定できません。" -#: awx/api/serializers.py:3460 +#: awx/api/serializers.py:3563 msgid "" "Inventory sources with `update_on_project_update` cannot be scheduled. " "Schedule its source project `{}` instead." @@ -461,74 +480,74 @@ msgstr "" "「update_on_project_update」が設定されたインベントリーソースはスケジュールできません。代わりのそのソースプロジェクト「{}」 " "をスケジュールします。" -#: awx/api/serializers.py:3479 +#: awx/api/serializers.py:3582 msgid "Projects and inventory updates cannot accept extra variables." msgstr "プロジェクトおよびインベントリーの更新は追加変数を受け入れません。" -#: awx/api/serializers.py:3501 +#: awx/api/serializers.py:3604 msgid "" "DTSTART required in rrule. Value should match: DTSTART:YYYYMMDDTHHMMSSZ" msgstr "DTSTART が rrule で必要です。値は、DSTART:YYYYMMDDTHHMMSSZ に一致する必要があります。" -#: awx/api/serializers.py:3503 +#: awx/api/serializers.py:3606 msgid "Multiple DTSTART is not supported." msgstr "複数の DTSTART はサポートされません。" -#: awx/api/serializers.py:3505 +#: awx/api/serializers.py:3608 msgid "RRULE require in rrule." msgstr "RRULE が rrule で必要です。" -#: awx/api/serializers.py:3507 +#: awx/api/serializers.py:3610 msgid "Multiple RRULE is not supported." msgstr "複数の RRULE はサポートされません。" -#: awx/api/serializers.py:3509 +#: awx/api/serializers.py:3612 msgid "INTERVAL required in rrule." msgstr "INTERVAL が rrule で必要です。" -#: awx/api/serializers.py:3511 +#: awx/api/serializers.py:3614 msgid "TZID is not supported." msgstr "TZID はサポートされません。" -#: awx/api/serializers.py:3513 +#: awx/api/serializers.py:3616 msgid "SECONDLY is not supported." msgstr "SECONDLY はサポートされません。" -#: awx/api/serializers.py:3515 +#: awx/api/serializers.py:3618 msgid "Multiple BYMONTHDAYs not supported." msgstr "複数の BYMONTHDAY はサポートされません。" -#: awx/api/serializers.py:3517 +#: awx/api/serializers.py:3620 msgid "Multiple BYMONTHs not supported." msgstr "複数の BYMONTH はサポートされません。" -#: awx/api/serializers.py:3519 +#: awx/api/serializers.py:3622 msgid "BYDAY with numeric prefix not supported." msgstr "数字の接頭辞のある BYDAY はサポートされません。" -#: awx/api/serializers.py:3521 +#: awx/api/serializers.py:3624 msgid "BYYEARDAY not supported." msgstr "BYYEARDAY はサポートされません。" -#: awx/api/serializers.py:3523 +#: awx/api/serializers.py:3626 msgid "BYWEEKNO not supported." msgstr "BYWEEKNO はサポートされません。" -#: awx/api/serializers.py:3527 +#: awx/api/serializers.py:3630 msgid "COUNT > 999 is unsupported." msgstr "COUNT > 999 はサポートされません。" -#: awx/api/serializers.py:3531 +#: awx/api/serializers.py:3634 msgid "rrule parsing failed validation." msgstr "rrule の構文解析で検証に失敗しました。" -#: awx/api/serializers.py:3631 +#: awx/api/serializers.py:3760 msgid "" "A summary of the new and changed values when an object is created, updated, " "or deleted" msgstr "オブジェクトの作成、更新または削除時の新規値および変更された値の概要" -#: awx/api/serializers.py:3633 +#: awx/api/serializers.py:3762 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 " @@ -537,7 +556,7 @@ msgstr "" "作成、更新、および削除イベントの場合、これは影響を受けたオブジェクトタイプになります。関連付けおよび関連付け解除イベントの場合、これは object2 " "に関連付けられたか、またはその関連付けが解除されたオブジェクトタイプになります。" -#: awx/api/serializers.py:3636 +#: awx/api/serializers.py:3765 msgid "" "Unpopulated for create, update, and delete events. For associate and " "disassociate events this is the object type that object1 is being associated" @@ -546,252 +565,253 @@ msgstr "" "作成、更新、および削除イベントの場合は設定されません。関連付けおよび関連付け解除イベントの場合、これは object1 " "が関連付けられるオブジェクトタイプになります。" -#: awx/api/serializers.py:3639 +#: awx/api/serializers.py:3768 msgid "The action taken with respect to the given object(s)." msgstr "指定されたオブジェクトについて実行されたアクション。" -#: awx/api/serializers.py:3749 +#: awx/api/serializers.py:3885 msgid "Unable to login with provided credentials." msgstr "提供される認証情報でログインできません。" -#: awx/api/serializers.py:3751 +#: awx/api/serializers.py:3887 msgid "Must include \"username\" and \"password\"." msgstr "「username」および「password」を含める必要があります。" -#: awx/api/views.py:106 +#: awx/api/views.py:108 msgid "Your license does not allow use of the activity stream." msgstr "お使いのライセンスではアクティビティーストリームを使用できません。" -#: awx/api/views.py:116 +#: awx/api/views.py:118 msgid "Your license does not permit use of system tracking." msgstr "お使いのライセンスではシステムトラッキングを使用できません。" -#: awx/api/views.py:126 +#: awx/api/views.py:128 msgid "Your license does not allow use of workflows." msgstr "お使いのライセンスではワークフローを使用できません。" -#: awx/api/views.py:140 +#: awx/api/views.py:142 msgid "Cannot delete job resource when associated workflow job is running." msgstr "関連付けられたワークフロージョブが実行中の場合、ジョブリソースを削除できません。" -#: awx/api/views.py:144 +#: awx/api/views.py:146 msgid "Cannot delete running job resource." msgstr "実行中のジョブリソースを削除できません。" -#: awx/api/views.py:153 awx/templates/rest_framework/api.html:28 +#: awx/api/views.py:155 awx/templates/rest_framework/api.html:28 msgid "REST API" msgstr "REST API" -#: awx/api/views.py:162 awx/templates/rest_framework/api.html:4 +#: awx/api/views.py:164 awx/templates/rest_framework/api.html:4 msgid "AWX REST API" msgstr "AWX REST API" -#: awx/api/views.py:224 +#: awx/api/views.py:226 msgid "Version 1" msgstr "バージョン 1" -#: awx/api/views.py:228 +#: awx/api/views.py:230 msgid "Version 2" msgstr "バージョン 2" -#: awx/api/views.py:239 +#: awx/api/views.py:241 msgid "Ping" msgstr "Ping" -#: awx/api/views.py:270 awx/conf/apps.py:12 +#: awx/api/views.py:272 awx/conf/apps.py:12 msgid "Configuration" msgstr "設定" -#: awx/api/views.py:323 +#: awx/api/views.py:325 msgid "Invalid license data" msgstr "無効なライセンスデータ" -#: awx/api/views.py:325 +#: awx/api/views.py:327 msgid "Missing 'eula_accepted' property" msgstr "'eula_accepted' プロパティーがありません" -#: awx/api/views.py:329 +#: awx/api/views.py:331 msgid "'eula_accepted' value is invalid" msgstr "'eula_accepted' 値は無効です。" -#: awx/api/views.py:332 +#: awx/api/views.py:334 msgid "'eula_accepted' must be True" msgstr "'eula_accepted' は True でなければなりません" -#: awx/api/views.py:339 +#: awx/api/views.py:341 msgid "Invalid JSON" msgstr "無効な JSON" -#: awx/api/views.py:347 +#: awx/api/views.py:349 msgid "Invalid License" msgstr "無効なライセンス" -#: awx/api/views.py:357 +#: awx/api/views.py:359 msgid "Invalid license" msgstr "無効なライセンス" -#: awx/api/views.py:365 +#: awx/api/views.py:367 #, python-format msgid "Failed to remove license (%s)" msgstr "ライセンスの削除に失敗しました (%s)" -#: awx/api/views.py:370 +#: awx/api/views.py:372 msgid "Dashboard" msgstr "ダッシュボード" -#: awx/api/views.py:469 +#: awx/api/views.py:471 msgid "Dashboard Jobs Graphs" msgstr "ダッシュボードのジョブグラフ" -#: awx/api/views.py:505 +#: awx/api/views.py:507 #, python-format msgid "Unknown period \"%s\"" msgstr "不明な期間 \"%s\"" -#: awx/api/views.py:519 +#: awx/api/views.py:521 msgid "Instances" msgstr "インスタンス" -#: awx/api/views.py:527 +#: awx/api/views.py:529 msgid "Instance Detail" msgstr "インスタンスの詳細" -#: awx/api/views.py:535 +#: awx/api/views.py:537 msgid "Instance Running Jobs" msgstr "ジョブを実行しているインスタンス" -#: awx/api/views.py:550 +#: awx/api/views.py:552 msgid "Instance's Instance Groups" msgstr "インスタンスのインスタンスグループ" -#: awx/api/views.py:560 +#: awx/api/views.py:562 msgid "Instance Groups" msgstr "インスタンスグループ" -#: awx/api/views.py:568 +#: awx/api/views.py:570 msgid "Instance Group Detail" msgstr "インスタンスグループの詳細" -#: awx/api/views.py:576 +#: awx/api/views.py:578 msgid "Instance Group Running Jobs" msgstr "ジョブを実行しているインスタンスグループ" -#: awx/api/views.py:586 +#: awx/api/views.py:588 msgid "Instance Group's Instances" msgstr "インスタンスグループのインスタンス" -#: awx/api/views.py:596 +#: awx/api/views.py:598 msgid "Schedules" msgstr "スケジュール" -#: awx/api/views.py:615 +#: awx/api/views.py:617 msgid "Schedule Jobs List" msgstr "スケジュールジョブの一覧" -#: awx/api/views.py:841 +#: awx/api/views.py:843 msgid "Your license only permits a single organization to exist." msgstr "お使いのライセンスでは、単一組織のみの存在が許可されます。" -#: awx/api/views.py:1077 awx/api/views.py:4615 +#: awx/api/views.py:1079 awx/api/views.py:4666 msgid "You cannot assign an Organization role as a child role for a Team." msgstr "組織ロールをチームの子ロールとして割り当てることができません。" -#: awx/api/views.py:1081 awx/api/views.py:4629 +#: awx/api/views.py:1083 awx/api/views.py:4680 msgid "You cannot grant system-level permissions to a team." msgstr "システムレベルのパーミッションをチームに付与できません。" -#: awx/api/views.py:1088 awx/api/views.py:4621 +#: awx/api/views.py:1090 awx/api/views.py:4672 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:1178 +#: awx/api/views.py:1180 msgid "Cannot delete project." msgstr "プロジェクトを削除できません。" -#: awx/api/views.py:1213 +#: awx/api/views.py:1215 msgid "Project Schedules" msgstr "プロジェクトのスケジュール" -#: awx/api/views.py:1225 +#: awx/api/views.py:1227 msgid "Project SCM Inventory Sources" msgstr "プロジェクト SCM のインベントリーソース" -#: awx/api/views.py:1352 +#: awx/api/views.py:1354 msgid "Project Update SCM Inventory Updates" msgstr "プロジェクト更新 SCM のインベントリー更新" -#: awx/api/views.py:1407 +#: awx/api/views.py:1409 msgid "Me" msgstr "自分" -#: awx/api/views.py:1451 awx/api/views.py:4572 +#: 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:1457 awx/api/views.py:4576 +#: 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:1462 awx/api/views.py:4581 +#: awx/api/views.py:1464 awx/api/views.py:4632 msgid "" "You cannot grant credential access to a user not in the credentials' " "organization" msgstr "認証情報の組織に属さないユーザーに認証情報のアクセス権を付与することはできません" -#: awx/api/views.py:1466 awx/api/views.py:4585 +#: awx/api/views.py:1468 awx/api/views.py:4636 msgid "You cannot grant private credential access to another user" msgstr "非公開の認証情報のアクセス権を別のユーザーに付与することはできません" -#: awx/api/views.py:1564 +#: awx/api/views.py:1566 #, python-format msgid "Cannot change %s." msgstr "%s を変更できません。" -#: awx/api/views.py:1570 +#: awx/api/views.py:1572 msgid "Cannot delete user." msgstr "ユーザーを削除できません。" -#: awx/api/views.py:1599 +#: awx/api/views.py:1601 msgid "Deletion not allowed for managed credential types" msgstr "管理されている認証情報タイプで削除は許可されません" -#: awx/api/views.py:1601 +#: awx/api/views.py:1603 msgid "Credential types that are in use cannot be deleted" msgstr "使用中の認証情報タイプを削除できません" -#: awx/api/views.py:1779 +#: awx/api/views.py:1781 msgid "Cannot delete inventory script." msgstr "インベントリースクリプトを削除できません。" -#: awx/api/views.py:1864 +#: awx/api/views.py:1866 +#, python-brace-format msgid "{0}" msgstr "{0}" -#: awx/api/views.py:2089 +#: awx/api/views.py:2101 msgid "Fact not found." msgstr "ファクトが見つかりませんでした。" -#: awx/api/views.py:2113 +#: awx/api/views.py:2125 msgid "SSLError while trying to connect to {}" msgstr "{} への接続試行中に SSL エラーが発生しました" -#: awx/api/views.py:2115 +#: awx/api/views.py:2127 msgid "Request to {} timed out." msgstr "{} の要求がタイムアウトになりました。" -#: awx/api/views.py:2117 +#: awx/api/views.py:2129 msgid "Unkown exception {} while trying to GET {}" msgstr "GET {} の試行中に不明の例外 {} が発生しました" -#: awx/api/views.py:2120 +#: awx/api/views.py:2132 msgid "" "Unauthorized access. Please check your Insights Credential username and " "password." msgstr "不正アクセスです。Insights 認証情報のユーザー名およびパスワードを確認してください。" -#: awx/api/views.py:2122 +#: awx/api/views.py:2134 msgid "" "Failed to gather reports and maintenance plans from Insights API at URL {}. " "Server responded with {} status code and message {}" @@ -799,196 +819,210 @@ msgstr "" "URL {} で Insights API からのレポートおよびメンテナンス計画を収集できませんでした。サーバーが {} " "ステータスコードおよびメッセージ {} を出して応答しました。" -#: awx/api/views.py:2128 +#: awx/api/views.py:2140 msgid "Expected JSON response from Insights but instead got {}" msgstr "Insights からの JSON 応答を予想していましたが、代わりに {} を取得しました。" -#: awx/api/views.py:2135 +#: awx/api/views.py:2147 msgid "This host is not recognized as an Insights host." msgstr "このホストは Insights ホストとして認識されていません。" -#: awx/api/views.py:2140 +#: awx/api/views.py:2152 msgid "The Insights Credential for \"{}\" was not found." msgstr "\"{}\" の Insights 認証情報が見つかりませんでした。" -#: awx/api/views.py:2209 +#: awx/api/views.py:2221 msgid "Cyclical Group association." msgstr "循環的なグループの関連付け" -#: awx/api/views.py:2482 +#: awx/api/views.py:2499 msgid "Inventory Source List" msgstr "インベントリーソース一覧" -#: awx/api/views.py:2495 +#: awx/api/views.py:2512 msgid "Inventory Sources Update" msgstr "インベントリーソースの更新" -#: awx/api/views.py:2525 +#: awx/api/views.py:2542 msgid "Could not start because `can_update` returned False" msgstr "`can_update` が False を返したので開始できませんでした" -#: awx/api/views.py:2533 +#: awx/api/views.py:2550 msgid "No inventory sources to update." msgstr "更新するインベントリーソースがありません。" -#: awx/api/views.py:2565 +#: awx/api/views.py:2582 msgid "Cannot delete inventory source." msgstr "インベントリーソースを削除できません。" -#: awx/api/views.py:2573 +#: awx/api/views.py:2590 msgid "Inventory Source Schedules" msgstr "インベントリーソースのスケジュール" -#: awx/api/views.py:2603 +#: awx/api/views.py:2620 msgid "Notification Templates can only be assigned when source is one of {}." msgstr "ソースが {} のいずれかである場合、通知テンプレートのみを割り当てることができます。" -#: awx/api/views.py:2826 +#: awx/api/views.py:2851 msgid "Job Template Schedules" msgstr "ジョブテンプレートスケジュール" -#: awx/api/views.py:2846 awx/api/views.py:2862 +#: awx/api/views.py:2871 awx/api/views.py:2882 msgid "Your license does not allow adding surveys." msgstr "お使いのライセンスでは Survey を追加できません。" -#: awx/api/views.py:2869 +#: awx/api/views.py:2889 msgid "'name' missing from survey spec." msgstr "Survey の指定に「name」がありません。" -#: awx/api/views.py:2871 +#: awx/api/views.py:2891 msgid "'description' missing from survey spec." msgstr "Survey の指定に「description」がありません。" -#: awx/api/views.py:2873 +#: awx/api/views.py:2893 msgid "'spec' missing from survey spec." msgstr "Survey の指定に「spec」がありません。" -#: awx/api/views.py:2875 +#: awx/api/views.py:2895 msgid "'spec' must be a list of items." msgstr "「spec」は項目の一覧にする必要があります。" -#: awx/api/views.py:2877 +#: awx/api/views.py:2897 msgid "'spec' doesn't contain any items." msgstr "「spec」には項目が含まれません。" -#: awx/api/views.py:2883 +#: awx/api/views.py:2903 #, python-format msgid "Survey question %s is not a json object." msgstr "Survey の質問 %s は json オブジェクトではありません。" -#: awx/api/views.py:2885 +#: awx/api/views.py:2905 #, python-format msgid "'type' missing from survey question %s." msgstr "Survey の質問 %s に「type」がありません。" -#: awx/api/views.py:2887 +#: awx/api/views.py:2907 #, python-format msgid "'question_name' missing from survey question %s." msgstr "Survey の質問 %s に「question_name」がありません。" -#: awx/api/views.py:2889 +#: awx/api/views.py:2909 #, python-format msgid "'variable' missing from survey question %s." msgstr "Survey の質問 %s に「variable」がありません。" -#: awx/api/views.py:2891 +#: awx/api/views.py:2911 #, python-format msgid "'variable' '%(item)s' duplicated in survey question %(survey)s." msgstr "Survey の質問%(survey)s で「variable」の「%(item)s」が重複しています。" -#: awx/api/views.py:2896 +#: awx/api/views.py:2916 #, python-format msgid "'required' missing from survey question %s." msgstr "Survey の質問 %s に「required」がありません。" -#: awx/api/views.py:2901 +#: awx/api/views.py:2921 +#, python-brace-format msgid "" -"$encrypted$ is reserved keyword and may not be used as a default for " -"password {}." -msgstr "$encrypted$ は予約されたキーワードで、パスワード {} のデフォルトして使用できません。" +"Value {question_default} for '{variable_name}' expected to be a string." +msgstr "'{variable_name}' の値 {question_default} は文字列であることが予想されます。" -#: awx/api/views.py:3017 +#: awx/api/views.py:2928 +#, 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}." +msgstr "" +"$encrypted$ はパスワードの質問の予約されたキーワードで、Survey の質問 {question_position} では " +"'{variable_name}' のデフォルトとして使用できません。" + +#: awx/api/views.py:3049 msgid "Maximum number of labels for {} reached." msgstr "{} のラベルの最大数に達しました。" -#: awx/api/views.py:3136 +#: awx/api/views.py:3170 msgid "No matching host could be found!" msgstr "一致するホストが見つかりませんでした!" -#: awx/api/views.py:3139 +#: awx/api/views.py:3173 msgid "Multiple hosts matched the request!" msgstr "複数のホストが要求に一致しました!" -#: awx/api/views.py:3144 +#: awx/api/views.py:3178 msgid "Cannot start automatically, user input required!" msgstr "自動的に開始できません。ユーザー入力が必要です!" -#: awx/api/views.py:3151 +#: awx/api/views.py:3185 msgid "Host callback job already pending." msgstr "ホストのコールバックジョブがすでに保留中です。" -#: awx/api/views.py:3164 +#: awx/api/views.py:3199 msgid "Error starting job!" msgstr "ジョブの開始時にエラーが発生しました!" -#: awx/api/views.py:3271 +#: awx/api/views.py:3306 +#, python-brace-format msgid "Cannot associate {0} when {1} have been associated." msgstr "{1} が関連付けられている場合に {0} を関連付けることはできません。" -#: awx/api/views.py:3296 +#: awx/api/views.py:3331 msgid "Multiple parent relationship not allowed." msgstr "複数の親関係は許可されません。" -#: awx/api/views.py:3301 +#: awx/api/views.py:3336 msgid "Cycle detected." msgstr "サイクルが検出されました。" -#: awx/api/views.py:3505 +#: awx/api/views.py:3540 msgid "Workflow Job Template Schedules" msgstr "ワークフロージョブテンプレートのスケジュール" -#: awx/api/views.py:3650 awx/api/views.py:4217 +#: awx/api/views.py:3685 awx/api/views.py:4268 msgid "Superuser privileges needed." msgstr "スーパーユーザー権限が必要です。" -#: awx/api/views.py:3682 +#: awx/api/views.py:3717 msgid "System Job Template Schedules" msgstr "システムジョブテンプレートのスケジュール" -#: awx/api/views.py:3891 +#: awx/api/views.py:3780 +msgid "POST not allowed for Job launching in version 2 of the api" +msgstr "POST は API のバージョン 2 でのジョブの起動では許可されません" + +#: awx/api/views.py:3942 msgid "Job Host Summaries List" msgstr "ジョブホスト概要一覧" -#: awx/api/views.py:3938 +#: awx/api/views.py:3989 msgid "Job Event Children List" msgstr "ジョブイベント子一覧" -#: awx/api/views.py:3947 +#: awx/api/views.py:3998 msgid "Job Event Hosts List" msgstr "ジョブイベントホスト一覧" -#: awx/api/views.py:3957 +#: awx/api/views.py:4008 msgid "Job Events List" msgstr "ジョブイベント一覧" -#: awx/api/views.py:4171 +#: awx/api/views.py:4222 msgid "Ad Hoc Command Events List" msgstr "アドホックコマンドイベント一覧" -#: awx/api/views.py:4386 +#: awx/api/views.py:4437 msgid "Error generating stdout download file: {}" msgstr "stdout ダウンロードファイルの生成中にエラーが発生しました: {}" -#: awx/api/views.py:4399 +#: awx/api/views.py:4450 #, python-format msgid "Error generating stdout download file: %s" msgstr "stdout ダウンロードファイルの生成中にエラーが発生しました: %s" -#: awx/api/views.py:4444 +#: awx/api/views.py:4495 msgid "Delete not allowed while there are pending notifications" msgstr "保留中の通知がある場合に削除は許可されません" -#: awx/api/views.py:4451 +#: awx/api/views.py:4502 msgid "Notification Template Test" msgstr "通知テンプレートテスト" @@ -1144,15 +1178,16 @@ msgstr "ユーザーごとに異なる設定例" msgid "User" msgstr "ユーザー" -#: awx/conf/fields.py:62 +#: awx/conf/fields.py:63 msgid "Enter a valid URL" msgstr "無効な URL の入力" -#: awx/conf/fields.py:94 +#: awx/conf/fields.py:95 +#, python-brace-format msgid "\"{input}\" is not a valid string." msgstr "\"{input}\" は有効な文字列ではありません。" -#: awx/conf/license.py:19 +#: awx/conf/license.py:22 msgid "Your Tower license does not allow that." msgstr "お使いの Tower ライセンスではこれを許可しません。" @@ -1169,7 +1204,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 "この接尾辞を持つ既存の設定ファイルをバックアップします。" @@ -1193,7 +1232,7 @@ msgstr "変更済み" msgid "User-Defaults" msgstr "ユーザー設定" -#: awx/conf/registry.py:151 +#: awx/conf/registry.py:154 msgid "This value has been set manually in a settings file." msgstr "この値は設定ファイルに手動で設定されました。" @@ -1265,93 +1304,91 @@ msgstr "設定の詳細" msgid "Logging Connectivity Test" msgstr "ロギング接続テスト" -#: awx/main/access.py:224 +#: awx/main/access.py:44 +msgid "Resource is being used by running jobs." +msgstr "リソースが実行中のジョブで使用されています。" + +#: awx/main/access.py:237 #, python-format msgid "Bad data found in related field %s." msgstr "関連フィールド %s に不正データが見つかりました。" -#: awx/main/access.py:268 +#: awx/main/access.py:281 msgid "License is missing." msgstr "ライセンスが見つかりません。" -#: awx/main/access.py:270 +#: awx/main/access.py:283 msgid "License has expired." msgstr "ライセンスの有効期限が切れました。" -#: awx/main/access.py:278 +#: awx/main/access.py:291 #, python-format msgid "License count of %s instances has been reached." msgstr "%s インスタンスのライセンス数に達しました。" -#: awx/main/access.py:280 +#: awx/main/access.py:293 #, python-format msgid "License count of %s instances has been exceeded." msgstr "%s インスタンスのライセンス数を超えました。" -#: awx/main/access.py:282 +#: awx/main/access.py:295 msgid "Host count exceeds available instances." msgstr "ホスト数が利用可能なインスタンスの上限を上回っています。" -#: awx/main/access.py:286 +#: awx/main/access.py:299 #, python-format msgid "Feature %s is not enabled in the active license." msgstr "機能 %s はアクティブなライセンスで有効にされていません。" -#: awx/main/access.py:288 +#: awx/main/access.py:301 msgid "Features not found in active license." msgstr "各種機能はアクティブなライセンスにありません。" -#: awx/main/access.py:534 awx/main/access.py:619 awx/main/access.py:748 -#: awx/main/access.py:801 awx/main/access.py:1063 awx/main/access.py:1263 -#: awx/main/access.py:1725 -msgid "Resource is being used by running jobs" -msgstr "リソースが実行中のジョブで使用されています" - -#: awx/main/access.py:675 +#: awx/main/access.py:707 msgid "Unable to change inventory on a host." msgstr "ホストのインベントリーを変更できません。" -#: awx/main/access.py:692 awx/main/access.py:737 +#: awx/main/access.py:724 awx/main/access.py:769 msgid "Cannot associate two items from different inventories." msgstr "異なるインベントリーの 2 つの項目を関連付けることはできません。" -#: awx/main/access.py:725 +#: awx/main/access.py:757 msgid "Unable to change inventory on a group." msgstr "グループのインベントリーを変更できません。" -#: awx/main/access.py:983 +#: awx/main/access.py:1017 msgid "Unable to change organization on a team." msgstr "チームの組織を変更できません。" -#: awx/main/access.py:996 +#: awx/main/access.py:1030 msgid "The {} role cannot be assigned to a team" msgstr "{} ロールをチームに割り当てることができません" -#: awx/main/access.py:998 +#: awx/main/access.py:1032 msgid "The admin_role for a User cannot be assigned to a team" msgstr "ユーザーの admin_role をチームに割り当てることができません" -#: awx/main/access.py:1443 +#: awx/main/access.py:1479 msgid "Job has been orphaned from its job template." msgstr "ジョブはジョブテンプレートから孤立しています。" -#: awx/main/access.py:1445 +#: awx/main/access.py:1481 msgid "You do not have execute permission to related job template." msgstr "関連するジョブテンプレートに対する実行パーミッションがありません。" -#: awx/main/access.py:1448 +#: awx/main/access.py:1484 msgid "Job was launched with prompted fields." msgstr "ジョブはプロンプトされたフィールドで起動されています。" -#: awx/main/access.py:1450 +#: awx/main/access.py:1486 msgid " Organization level permissions required." msgstr "組織レベルのパーミッションが必要です。" -#: awx/main/access.py:1452 +#: awx/main/access.py:1488 msgid " You do not have permission to related resources." msgstr "関連リソースに対するパーミッションがありません。" -#: awx/main/access.py:1798 +#: awx/main/access.py:1833 msgid "" "You do not have permission to the workflow job resources required for " "relaunch." @@ -1501,7 +1538,7 @@ msgstr "" #: awx/main/conf.py:159 msgid "Paths to hide from isolated jobs" -msgstr "分離されたジョブから非表示にするパス" +msgstr "分離されたジョブの非表示にするパス" #: awx/main/conf.py:160 msgid "" @@ -1510,7 +1547,7 @@ msgstr "分離されたプロセスから非表示にする追加パスです。 #: awx/main/conf.py:169 msgid "Paths to expose to isolated jobs" -msgstr "分離されたジョブに公開するパス" +msgstr "分離されたジョブの公開するパス" #: awx/main/conf.py:170 msgid "" @@ -1831,99 +1868,99 @@ msgstr "" msgid "\n" msgstr "\n" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Sudo" msgstr "Sudo" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Su" msgstr "Su" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pbrun" msgstr "Pbrun" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pfexec" msgstr "Pfexec" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "DZDO" msgstr "DZDO" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pmrun" msgstr "Pmrun" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Runas" msgstr "Runas" -#: awx/main/fields.py:56 +#: awx/main/fields.py:57 #, python-format msgid "'%s' is not one of ['%s']" msgstr "'%s' は ['%s'] のいずれでもありません。" -#: awx/main/fields.py:531 +#: awx/main/fields.py:533 #, python-format msgid "cannot be set unless \"%s\" is set" msgstr "\"%s\" が設定されていない場合は設定できません" -#: awx/main/fields.py:547 +#: awx/main/fields.py:549 #, python-format msgid "required for %s" msgstr "%s に必須です" -#: awx/main/fields.py:571 +#: awx/main/fields.py:573 msgid "must be set when SSH key is encrypted." msgstr "SSH キーが暗号化されている場合に設定する必要があります。" -#: awx/main/fields.py:577 +#: awx/main/fields.py:579 msgid "should not be set when SSH key is not encrypted." msgstr "SSH キーが暗号化されていない場合は設定できません。" -#: awx/main/fields.py:635 +#: awx/main/fields.py:637 msgid "'dependencies' is not supported for custom credentials." msgstr "「dependencies (依存関係)」はカスタム認証情報の場合にはサポートされません。" -#: awx/main/fields.py:649 +#: awx/main/fields.py:651 msgid "\"tower\" is a reserved field name" msgstr "「tower」は予約されたフィールド名です" -#: awx/main/fields.py:656 +#: awx/main/fields.py:658 #, python-format msgid "field IDs must be unique (%s)" msgstr "フィールド ID は固有でなければなりません (%s)" -#: awx/main/fields.py:669 +#: awx/main/fields.py:671 #, python-format msgid "%s not allowed for %s type (%s)" msgstr "%s は %s タイプに許可されません (%s)" -#: awx/main/fields.py:753 +#: awx/main/fields.py:755 #, python-format msgid "%s uses an undefined field (%s)" msgstr "%s は未定義のフィールドを使用します (%s)" -#: awx/main/middleware.py:121 +#: awx/main/middleware.py:157 msgid "Formats of all available named urls" msgstr "利用可能なすべての名前付き url の形式" -#: awx/main/middleware.py:122 +#: awx/main/middleware.py:158 msgid "" "Read-only list of key-value pairs that shows the standard format of all " "available named URLs." msgstr "名前付き URL を持つ利用可能なすべての標準形式を表示するキーと値のペアの読み取り専用リストです。" -#: awx/main/middleware.py:124 awx/main/middleware.py:134 +#: awx/main/middleware.py:160 awx/main/middleware.py:170 msgid "Named URL" msgstr "名前付き URL" -#: awx/main/middleware.py:131 +#: awx/main/middleware.py:167 msgid "List of all named url graph nodes." msgstr "すべての名前付き URL グラフノードの一覧です。" -#: awx/main/middleware.py:132 +#: awx/main/middleware.py:168 msgid "" "Read-only list of key-value pairs that exposes named URL graph topology. Use" " this list to programmatically generate named URLs for resources" @@ -1931,51 +1968,51 @@ msgstr "" "名前付き URL グラフトポロジーを公開するキーと値のペアの読み取り専用一覧です。この一覧を使用してリソースの名前付き URL " "をプログラムで生成します。" -#: awx/main/migrations/_reencrypt.py:23 awx/main/models/notifications.py:33 +#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:33 msgid "Email" msgstr "メール" -#: awx/main/migrations/_reencrypt.py:24 awx/main/models/notifications.py:34 +#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:34 msgid "Slack" msgstr "Slack" -#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:35 +#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:35 msgid "Twilio" msgstr "Twilio" -#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:36 +#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:36 msgid "Pagerduty" msgstr "Pagerduty" -#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:37 +#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:37 msgid "HipChat" msgstr "HipChat" -#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:38 +#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:38 msgid "Webhook" msgstr "Webhook" -#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:39 +#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:39 msgid "IRC" msgstr "IRC" -#: 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 "エンティティーの別のエンティティーとの関連付けの解除" @@ -2001,43 +2038,43 @@ msgstr "アドホックコマンドのサポートされていないモジュー msgid "No argument passed to %s module." msgstr "%s モジュールに渡される引数はありません。" -#: awx/main/models/ad_hoc_commands.py:245 awx/main/models/jobs.py:904 +#: 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:905 +#: 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:908 +#: 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:907 +#: 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:935 +#: 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:936 +#: 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:937 +#: 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:938 +#: 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:939 +#: 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:940 +#: awx/main/models/ad_hoc_commands.py:267 awx/main/models/jobs.py:947 #: awx/main/models/unified_jobs.py:64 msgid "Error" msgstr "エラー" @@ -2056,127 +2093,127 @@ msgstr "チェック" msgid "Scan" msgstr "スキャン" -#: awx/main/models/credential.py:82 +#: awx/main/models/credential.py:86 msgid "Host" msgstr "ホスト" -#: awx/main/models/credential.py:83 +#: awx/main/models/credential.py:87 msgid "The hostname or IP address to use." msgstr "使用するホスト名または IP アドレス。" -#: awx/main/models/credential.py:89 +#: awx/main/models/credential.py:93 msgid "Username" msgstr "ユーザー名" -#: awx/main/models/credential.py:90 +#: awx/main/models/credential.py:94 msgid "Username for this credential." msgstr "この認証情報のユーザー名。" -#: awx/main/models/credential.py:96 +#: awx/main/models/credential.py:100 msgid "Password" msgstr "パスワード" -#: awx/main/models/credential.py:97 +#: awx/main/models/credential.py:101 msgid "" "Password for this credential (or \"ASK\" to prompt the user for machine " "credentials)." msgstr "この認証情報のパスワード (またはマシンの認証情報を求めるプロンプトを出すには 「ASK」)。" -#: awx/main/models/credential.py:104 +#: awx/main/models/credential.py:108 msgid "Security Token" msgstr "セキュリティートークン" -#: awx/main/models/credential.py:105 +#: awx/main/models/credential.py:109 msgid "Security Token for this credential" msgstr "この認証情報のセキュリティートークン" -#: awx/main/models/credential.py:111 +#: awx/main/models/credential.py:115 msgid "Project" msgstr "プロジェクト" -#: awx/main/models/credential.py:112 +#: awx/main/models/credential.py:116 msgid "The identifier for the project." msgstr "プロジェクトの識別子。" -#: awx/main/models/credential.py:118 +#: awx/main/models/credential.py:122 msgid "Domain" msgstr "ドメイン" -#: awx/main/models/credential.py:119 +#: awx/main/models/credential.py:123 msgid "The identifier for the domain." msgstr "ドメインの識別子。" -#: awx/main/models/credential.py:124 +#: awx/main/models/credential.py:128 msgid "SSH private key" msgstr "SSH 秘密鍵" -#: awx/main/models/credential.py:125 +#: awx/main/models/credential.py:129 msgid "RSA or DSA private key to be used instead of password." msgstr "パスワードの代わりに使用される RSA または DSA 秘密鍵。" -#: awx/main/models/credential.py:131 +#: awx/main/models/credential.py:135 msgid "SSH key unlock" msgstr "SSH キーのロック解除" -#: awx/main/models/credential.py:132 +#: awx/main/models/credential.py:136 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:139 +#: awx/main/models/credential.py:143 msgid "None" msgstr "なし" -#: awx/main/models/credential.py:140 +#: awx/main/models/credential.py:144 msgid "Privilege escalation method." msgstr "権限昇格メソッド。" -#: awx/main/models/credential.py:146 +#: awx/main/models/credential.py:150 msgid "Privilege escalation username." msgstr "権限昇格ユーザー名。" -#: awx/main/models/credential.py:152 +#: awx/main/models/credential.py:156 msgid "Password for privilege escalation method." msgstr "権限昇格メソッドのパスワード。" -#: awx/main/models/credential.py:158 +#: awx/main/models/credential.py:162 msgid "Vault password (or \"ASK\" to prompt the user)." msgstr "Vault パスワード (またはユーザーにプロンプトを出すには「ASK」)。" -#: awx/main/models/credential.py:162 +#: awx/main/models/credential.py:166 msgid "Whether to use the authorize mechanism." msgstr "認証メカニズムを使用するかどうか。" -#: awx/main/models/credential.py:168 +#: awx/main/models/credential.py:172 msgid "Password used by the authorize mechanism." msgstr "認証メカニズムで使用されるパスワード。" -#: awx/main/models/credential.py:174 +#: awx/main/models/credential.py:178 msgid "Client Id or Application Id for the credential" msgstr "認証情報のクライアント ID またはアプリケーション ID" -#: awx/main/models/credential.py:180 +#: awx/main/models/credential.py:184 msgid "Secret Token for this credential" msgstr "この認証情報のシークレットトークン" -#: awx/main/models/credential.py:186 +#: awx/main/models/credential.py:190 msgid "Subscription identifier for this credential" msgstr "この認証情報のサブスクリプション識別子" -#: awx/main/models/credential.py:192 +#: awx/main/models/credential.py:196 msgid "Tenant identifier for this credential" msgstr "この認証情報のテナント識別子" -#: awx/main/models/credential.py:216 +#: awx/main/models/credential.py:220 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:230 awx/main/models/credential.py:416 +#: awx/main/models/credential.py:234 awx/main/models/credential.py:420 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" @@ -2185,31 +2222,31 @@ msgstr "" "JSON または YAML 構文のいずれかを使用して入力を行います。ラジオボタンを使用してこれらの間で切り替えを行います。構文のサンプルについては " "Ansible Tower ドキュメントを参照してください。" -#: awx/main/models/credential.py:397 +#: awx/main/models/credential.py:401 msgid "Machine" msgstr "マシン" -#: awx/main/models/credential.py:398 +#: awx/main/models/credential.py:402 msgid "Vault" msgstr "Vault" -#: awx/main/models/credential.py:399 +#: awx/main/models/credential.py:403 msgid "Network" msgstr "ネットワーク" -#: awx/main/models/credential.py:400 +#: awx/main/models/credential.py:404 msgid "Source Control" msgstr "ソースコントロール" -#: awx/main/models/credential.py:401 +#: awx/main/models/credential.py:405 msgid "Cloud" msgstr "クラウド" -#: awx/main/models/credential.py:402 +#: awx/main/models/credential.py:406 msgid "Insights" msgstr "Insights" -#: awx/main/models/credential.py:423 +#: awx/main/models/credential.py:427 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" @@ -2219,6 +2256,11 @@ msgstr "" "構文のいずれかを使用してインジェクターを入力します。ラジオボタンを使用してこれらの間で切り替えを行います。構文のサンプルについては Ansible " "Tower ドキュメントを参照してください。" +#: awx/main/models/credential.py:478 +#, python-format +msgid "adding %s credential type" +msgstr "%s 認証情報タイプの追加" + #: awx/main/models/fact.py:25 msgid "Host for the facts that the fact scan captured." msgstr "ファクトスキャンがキャプチャーしたファクトのホスト。" @@ -2233,11 +2275,11 @@ msgid "" "host." msgstr "単一ホストのタイムスタンプでキャプチャーされるモジュールファクトの任意の JSON 構造。" -#: awx/main/models/ha.py:76 +#: awx/main/models/ha.py:78 msgid "Instances that are members of this InstanceGroup" msgstr "このインスタンスグループのメンバーであるインスタンス" -#: awx/main/models/ha.py:81 +#: awx/main/models/ha.py:83 msgid "Instance Group to remotely control this group." msgstr "このグループをリモートで制御するためのインスタンスグループ" @@ -2420,151 +2462,161 @@ msgid "Google Compute Engine" msgstr "Google Compute Engine" #: awx/main/models/inventory.py:870 -msgid "Microsoft Azure Classic (deprecated)" -msgstr "Microsoft Azure Classic (非推奨)" - -#: awx/main/models/inventory.py:871 msgid "Microsoft Azure Resource Manager" msgstr "Microsoft Azure Resource Manager" -#: awx/main/models/inventory.py:872 +#: awx/main/models/inventory.py:871 msgid "VMware vCenter" msgstr "VMware vCenter" -#: awx/main/models/inventory.py:873 +#: awx/main/models/inventory.py:872 msgid "Red Hat Satellite 6" msgstr "Red Hat Satellite 6" -#: awx/main/models/inventory.py:874 +#: awx/main/models/inventory.py:873 msgid "Red Hat CloudForms" msgstr "Red Hat CloudForms" -#: awx/main/models/inventory.py:875 +#: 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 msgid "Custom Script" msgstr "カスタムスクリプト" -#: awx/main/models/inventory.py:993 +#: awx/main/models/inventory.py:994 msgid "Inventory source variables in YAML or JSON format." msgstr "YAML または JSON 形式のインベントリーソース変数。" -#: awx/main/models/inventory.py:1012 +#: awx/main/models/inventory.py:1013 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:1018 +#: awx/main/models/inventory.py:1019 msgid "Limit groups automatically created from inventory source (EC2 only)." msgstr "インベントリーソースから自動的に作成されるグループを制限します (EC2 のみ)。" -#: awx/main/models/inventory.py:1022 +#: awx/main/models/inventory.py:1023 msgid "Overwrite local groups and hosts from remote inventory source." msgstr "リモートインベントリーソースからのローカルグループおよびホストを上書きします。" -#: awx/main/models/inventory.py:1026 +#: awx/main/models/inventory.py:1027 msgid "Overwrite local variables from remote inventory source." msgstr "リモートインベントリーソースからのローカル変数を上書きします。" -#: awx/main/models/inventory.py:1031 awx/main/models/jobs.py:159 +#: awx/main/models/inventory.py:1032 awx/main/models/jobs.py:160 #: awx/main/models/projects.py:117 msgid "The amount of time (in seconds) to run before the task is canceled." msgstr "タスクが取り消される前の実行時間 (秒数)。" -#: awx/main/models/inventory.py:1064 +#: awx/main/models/inventory.py:1065 msgid "Image ID" msgstr "イメージ ID" -#: awx/main/models/inventory.py:1065 +#: awx/main/models/inventory.py:1066 msgid "Availability Zone" msgstr "アベイラビリティーゾーン" -#: awx/main/models/inventory.py:1066 +#: awx/main/models/inventory.py:1067 msgid "Account" msgstr "アカウント" -#: awx/main/models/inventory.py:1067 +#: awx/main/models/inventory.py:1068 msgid "Instance ID" msgstr "インスタンス ID" -#: awx/main/models/inventory.py:1068 +#: awx/main/models/inventory.py:1069 msgid "Instance State" msgstr "インスタンスの状態" -#: awx/main/models/inventory.py:1069 +#: awx/main/models/inventory.py:1070 msgid "Instance Type" msgstr "インスタンスタイプ" -#: awx/main/models/inventory.py:1070 +#: awx/main/models/inventory.py:1071 msgid "Key Name" msgstr "キー名" -#: awx/main/models/inventory.py:1071 +#: awx/main/models/inventory.py:1072 msgid "Region" msgstr "リージョン" -#: awx/main/models/inventory.py:1072 +#: awx/main/models/inventory.py:1073 msgid "Security Group" msgstr "セキュリティーグループ" -#: awx/main/models/inventory.py:1073 +#: awx/main/models/inventory.py:1074 msgid "Tags" msgstr "タグ" -#: awx/main/models/inventory.py:1074 +#: awx/main/models/inventory.py:1075 msgid "Tag None" msgstr "タグ None" -#: awx/main/models/inventory.py:1075 +#: awx/main/models/inventory.py:1076 msgid "VPC ID" msgstr "VPC ID" -#: awx/main/models/inventory.py:1138 +#: awx/main/models/inventory.py:1145 #, python-format msgid "" "Cloud-based inventory sources (such as %s) require credentials for the " "matching cloud service." msgstr "クラウドベースのインベントリーソース (%s など) には一致するクラウドサービスの認証情報が必要です。" -#: awx/main/models/inventory.py:1145 +#: awx/main/models/inventory.py:1152 msgid "Credential is required for a cloud source." msgstr "認証情報がクラウドソースに必要です。" -#: awx/main/models/inventory.py:1167 +#: awx/main/models/inventory.py:1155 +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 #, python-format msgid "Invalid %(source)s region: %(region)s" msgstr "無効な %(source)s リージョン: %(region)s" -#: awx/main/models/inventory.py:1191 +#: awx/main/models/inventory.py:1203 #, python-format msgid "Invalid filter expression: %(filter)s" msgstr "無効なフィルター式: %(filter)s" -#: awx/main/models/inventory.py:1212 +#: awx/main/models/inventory.py:1224 #, python-format msgid "Invalid group by choice: %(choice)s" msgstr "無効なグループ (選択による): %(choice)s" -#: awx/main/models/inventory.py:1247 +#: awx/main/models/inventory.py:1259 msgid "Project containing inventory file used as source." msgstr "ソースとして使用されるインベントリーファイルが含まれるプロジェクト。" -#: awx/main/models/inventory.py:1395 +#: awx/main/models/inventory.py:1407 #, python-format msgid "" "Unable to configure this item for cloud sync. It is already managed by %s." msgstr "クラウド同期用にこの項目を設定できません。すでに %s によって管理されています。" -#: awx/main/models/inventory.py:1405 +#: awx/main/models/inventory.py:1417 msgid "" "More than one SCM-based inventory source with update on project update per-" "inventory not allowed." msgstr "複数の SCM ベースのインベントリーソースについて、インベントリー別のプロジェクト更新時の更新は許可されません。" -#: awx/main/models/inventory.py:1412 +#: awx/main/models/inventory.py:1424 msgid "" "Cannot update SCM-based inventory source on launch if set to update on " "project update. Instead, configure the corresponding source project to " @@ -2573,34 +2625,34 @@ msgstr "" "プロジェクト更新時の更新に設定している場合、SCM " "ベースのインベントリーソースを更新できません。その代わりに起動時に更新するように対応するソースプロジェクトを設定します。" -#: awx/main/models/inventory.py:1418 +#: 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:1423 +#: awx/main/models/inventory.py:1435 msgid "Cannot set source_path if not SCM type." msgstr "SCM タイプでない場合 source_path を設定できません。" -#: awx/main/models/inventory.py:1448 +#: awx/main/models/inventory.py:1460 msgid "" "Inventory files from this Project Update were used for the inventory update." msgstr "このプロジェクト更新のインベントリーファイルがインベントリー更新に使用されました。" -#: awx/main/models/inventory.py:1561 +#: awx/main/models/inventory.py:1573 msgid "Inventory script contents" msgstr "インベントリースクリプトの内容" -#: awx/main/models/inventory.py:1566 +#: awx/main/models/inventory.py:1578 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:164 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 " @@ -2609,137 +2661,137 @@ msgstr "" "有効にされている場合、 Tower は Ansible ファクトキャッシュプラグインとして機能します。データベースに対する Playbook " "実行の終了時にファクトが保持され、 Ansible で使用できるようにキャッシュされます。" -#: awx/main/models/jobs.py:172 +#: awx/main/models/jobs.py:173 msgid "You must provide an SSH credential." msgstr "SSH 認証情報を指定する必要があります。" -#: awx/main/models/jobs.py:180 +#: awx/main/models/jobs.py:181 msgid "You must provide a Vault credential." msgstr "Vault 認証情報を指定する必要があります。" -#: awx/main/models/jobs.py:316 +#: awx/main/models/jobs.py:317 msgid "Job Template must provide 'inventory' or allow prompting for it." msgstr "ジョブテンプレートは「inventory」を指定するか、このプロンプトを許可する必要があります。" -#: awx/main/models/jobs.py:320 +#: awx/main/models/jobs.py:321 msgid "Job Template must provide 'credential' or allow prompting for it." msgstr "ジョブテンプレートは「credential」を指定するか、このプロンプトを許可する必要があります。" -#: awx/main/models/jobs.py:422 +#: 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:488 awx/main/models/projects.py:263 +#: awx/main/models/jobs.py:493 awx/main/models/projects.py:263 msgid "SCM Revision" msgstr "SCM リビジョン" -#: awx/main/models/jobs.py:489 +#: awx/main/models/jobs.py:494 msgid "The SCM Revision from the Project used for this job, if available" msgstr "このジョブに使用されるプロジェクトからの SCM リビジョン (ある場合)" -#: awx/main/models/jobs.py:497 +#: awx/main/models/jobs.py:502 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:802 +#: awx/main/models/jobs.py:809 msgid "job host summaries" msgstr "ジョブホストの概要" -#: awx/main/models/jobs.py:906 +#: awx/main/models/jobs.py:913 msgid "Host Failure" msgstr "ホストの失敗" -#: awx/main/models/jobs.py:909 awx/main/models/jobs.py:923 +#: awx/main/models/jobs.py:916 awx/main/models/jobs.py:930 msgid "No Hosts Remaining" msgstr "残りのホストがありません" -#: awx/main/models/jobs.py:910 +#: awx/main/models/jobs.py:917 msgid "Host Polling" msgstr "ホストのポーリング" -#: awx/main/models/jobs.py:911 +#: awx/main/models/jobs.py:918 msgid "Host Async OK" msgstr "ホストの非同期 OK" -#: awx/main/models/jobs.py:912 +#: awx/main/models/jobs.py:919 msgid "Host Async Failure" msgstr "ホストの非同期失敗" -#: awx/main/models/jobs.py:913 +#: awx/main/models/jobs.py:920 msgid "Item OK" msgstr "項目 OK" -#: awx/main/models/jobs.py:914 +#: awx/main/models/jobs.py:921 msgid "Item Failed" msgstr "項目の失敗" -#: awx/main/models/jobs.py:915 +#: awx/main/models/jobs.py:922 msgid "Item Skipped" msgstr "項目のスキップ" -#: awx/main/models/jobs.py:916 +#: awx/main/models/jobs.py:923 msgid "Host Retry" msgstr "ホストの再試行" -#: awx/main/models/jobs.py:918 +#: awx/main/models/jobs.py:925 msgid "File Difference" msgstr "ファイルの相違点" -#: awx/main/models/jobs.py:919 +#: awx/main/models/jobs.py:926 msgid "Playbook Started" msgstr "Playbook の開始" -#: awx/main/models/jobs.py:920 +#: awx/main/models/jobs.py:927 msgid "Running Handlers" msgstr "実行中のハンドラー" -#: awx/main/models/jobs.py:921 +#: awx/main/models/jobs.py:928 msgid "Including File" msgstr "組み込みファイル" -#: awx/main/models/jobs.py:922 +#: awx/main/models/jobs.py:929 msgid "No Hosts Matched" msgstr "一致するホストがありません" -#: awx/main/models/jobs.py:924 +#: awx/main/models/jobs.py:931 msgid "Task Started" msgstr "タスクの開始" -#: awx/main/models/jobs.py:926 +#: awx/main/models/jobs.py:933 msgid "Variables Prompted" msgstr "変数のプロモート" -#: awx/main/models/jobs.py:927 +#: awx/main/models/jobs.py:934 msgid "Gathering Facts" msgstr "ファクトの収集" -#: awx/main/models/jobs.py:928 +#: awx/main/models/jobs.py:935 msgid "internal: on Import for Host" msgstr "内部: ホストのインポート時" -#: awx/main/models/jobs.py:929 +#: awx/main/models/jobs.py:936 msgid "internal: on Not Import for Host" msgstr "内部: ホストの非インポート時" -#: awx/main/models/jobs.py:930 +#: awx/main/models/jobs.py:937 msgid "Play Started" msgstr "プレイの開始" -#: awx/main/models/jobs.py:931 +#: awx/main/models/jobs.py:938 msgid "Playbook Complete" msgstr "Playbook の完了" -#: awx/main/models/jobs.py:1363 +#: awx/main/models/jobs.py:1351 msgid "Remove jobs older than a certain number of days" msgstr "特定の日数より前のジョブを削除" -#: awx/main/models/jobs.py:1364 +#: awx/main/models/jobs.py:1352 msgid "Remove activity stream entries older than a certain number of days" msgstr "特定の日数より前のアクティビティーストリームのエントリーを削除" -#: awx/main/models/jobs.py:1365 +#: awx/main/models/jobs.py:1353 msgid "Purge and/or reduce the granularity of system tracking data" msgstr "システムトラッキングデータの詳細度の削除/削減" @@ -3029,11 +3081,11 @@ msgstr "実行中" #: awx/main/models/unified_jobs.py:65 msgid "Canceled" -msgstr "取り消されました" +msgstr "取り消し" #: awx/main/models/unified_jobs.py:69 msgid "Never Updated" -msgstr "更新されていません" +msgstr "未更新" #: awx/main/models/unified_jobs.py:73 awx/ui/templates/ui/index.html:67 #: awx/ui/templates/ui/index.html.py:86 @@ -3142,13 +3194,13 @@ msgstr "Twilio への接続時の例外: {}" msgid "Error sending notification webhook: {}" msgstr "通知 webhook の送信時のエラー: {}" -#: awx/main/scheduler/__init__.py:184 +#: awx/main/scheduler/task_manager.py:197 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:188 +#: awx/main/scheduler/task_manager.py:201 msgid "" "Job spawned from workflow could not start because it was missing a related " "resource such as project or inventory" @@ -3166,7 +3218,7 @@ msgstr "Ansible Tower ライセンスがまもなく期限切れになります" msgid "status_str must be either succeeded or failed" msgstr "status_str は成功または失敗のいずれかである必要があります" -#: awx/main/tasks.py:1531 +#: awx/main/tasks.py:1549 msgid "Dependent inventory update {} was canceled." msgstr "依存するインベントリーの更新 {} が取り消されました。" @@ -3175,38 +3227,38 @@ msgstr "依存するインベントリーの更新 {} が取り消されまし msgid "Unable to convert \"%s\" to boolean" msgstr "\"%s\" をブール値に変換できません" -#: awx/main/utils/common.py:209 +#: awx/main/utils/common.py:235 #, python-format msgid "Unsupported SCM type \"%s\"" msgstr "サポートされない SCM タイプ \"%s\"" -#: awx/main/utils/common.py:216 awx/main/utils/common.py:228 -#: awx/main/utils/common.py:247 +#: awx/main/utils/common.py:242 awx/main/utils/common.py:254 +#: awx/main/utils/common.py:273 #, python-format msgid "Invalid %s URL" msgstr "無効な %s URL" -#: awx/main/utils/common.py:218 awx/main/utils/common.py:257 +#: awx/main/utils/common.py:244 awx/main/utils/common.py:283 #, python-format msgid "Unsupported %s URL" msgstr "サポートされていない %s URL" -#: awx/main/utils/common.py:259 +#: awx/main/utils/common.py:285 #, python-format msgid "Unsupported host \"%s\" for file:// URL" msgstr "ファイル:// URL のサポートされていないホスト \"%s\" " -#: awx/main/utils/common.py:261 +#: awx/main/utils/common.py:287 #, python-format msgid "Host is required for %s URL" msgstr "%s URL にはホストが必要です" -#: awx/main/utils/common.py:279 +#: awx/main/utils/common.py:305 #, python-format msgid "Username must be \"git\" for SSH access to %s." msgstr "%s への SSH アクセスではユーザー名を \"git\" にする必要があります。" -#: awx/main/utils/common.py:285 +#: awx/main/utils/common.py:311 #, python-format msgid "Username must be \"hg\" for SSH access to %s." msgstr "%s への SSH アクセスではユーザー名を \"hg\" にする必要があります。" @@ -3319,287 +3371,287 @@ msgstr "サーバーエラー" msgid "A server error has occurred." msgstr "サーバーエラーが発生しました。" -#: awx/settings/defaults.py:664 +#: awx/settings/defaults.py:665 msgid "US East (Northern Virginia)" msgstr "米国東部 (バージニア北部)" -#: awx/settings/defaults.py:665 +#: awx/settings/defaults.py:666 msgid "US East (Ohio)" msgstr "米国東部 (オハイオ)" -#: awx/settings/defaults.py:666 +#: awx/settings/defaults.py:667 msgid "US West (Oregon)" msgstr "米国西部 (オレゴン)" -#: awx/settings/defaults.py:667 +#: awx/settings/defaults.py:668 msgid "US West (Northern California)" msgstr "米国西部 (北カリフォルニア)" -#: awx/settings/defaults.py:668 +#: awx/settings/defaults.py:669 msgid "Canada (Central)" msgstr "カナダ (中部)" -#: awx/settings/defaults.py:669 +#: awx/settings/defaults.py:670 msgid "EU (Frankfurt)" msgstr "EU (フランクフルト)" -#: awx/settings/defaults.py:670 +#: awx/settings/defaults.py:671 msgid "EU (Ireland)" msgstr "EU (アイルランド)" -#: awx/settings/defaults.py:671 +#: awx/settings/defaults.py:672 msgid "EU (London)" msgstr "EU (ロンドン)" -#: awx/settings/defaults.py:672 +#: awx/settings/defaults.py:673 msgid "Asia Pacific (Singapore)" msgstr "アジア太平洋 (シンガポール)" -#: awx/settings/defaults.py:673 +#: awx/settings/defaults.py:674 msgid "Asia Pacific (Sydney)" msgstr "アジア太平洋 (シドニー)" -#: awx/settings/defaults.py:674 +#: awx/settings/defaults.py:675 msgid "Asia Pacific (Tokyo)" msgstr "アジア太平洋 (東京)" -#: awx/settings/defaults.py:675 +#: awx/settings/defaults.py:676 msgid "Asia Pacific (Seoul)" msgstr "アジア太平洋 (ソウル)" -#: awx/settings/defaults.py:676 +#: awx/settings/defaults.py:677 msgid "Asia Pacific (Mumbai)" msgstr "アジア太平洋 (ムンバイ)" -#: awx/settings/defaults.py:677 +#: awx/settings/defaults.py:678 msgid "South America (Sao Paulo)" msgstr "南アメリカ (サンパウロ)" -#: awx/settings/defaults.py:678 +#: awx/settings/defaults.py:679 msgid "US West (GovCloud)" msgstr "米国西部 (GovCloud)" -#: awx/settings/defaults.py:679 +#: awx/settings/defaults.py:680 msgid "China (Beijing)" msgstr "中国 (北京)" -#: awx/settings/defaults.py:728 +#: awx/settings/defaults.py:729 msgid "US East 1 (B)" msgstr "米国東部 1 (B)" -#: awx/settings/defaults.py:729 +#: awx/settings/defaults.py:730 msgid "US East 1 (C)" msgstr "米国東部 1 (C)" -#: awx/settings/defaults.py:730 +#: awx/settings/defaults.py:731 msgid "US East 1 (D)" msgstr "米国東部 1 (D)" -#: awx/settings/defaults.py:731 +#: awx/settings/defaults.py:732 msgid "US East 4 (A)" msgstr "米国東部 4 (A)" -#: awx/settings/defaults.py:732 +#: awx/settings/defaults.py:733 msgid "US East 4 (B)" msgstr "米国東部 4 (B)" -#: awx/settings/defaults.py:733 +#: awx/settings/defaults.py:734 msgid "US East 4 (C)" msgstr "米国東部 4 (C)" -#: awx/settings/defaults.py:734 +#: awx/settings/defaults.py:735 msgid "US Central (A)" msgstr "米国中部 (A)" -#: awx/settings/defaults.py:735 +#: awx/settings/defaults.py:736 msgid "US Central (B)" msgstr "米国中部 (B)" -#: awx/settings/defaults.py:736 +#: awx/settings/defaults.py:737 msgid "US Central (C)" msgstr "米国中部 (C)" -#: awx/settings/defaults.py:737 +#: awx/settings/defaults.py:738 msgid "US Central (F)" msgstr "米国中部 (F)" -#: awx/settings/defaults.py:738 +#: awx/settings/defaults.py:739 msgid "US West (A)" msgstr "米国西部 (A)" -#: awx/settings/defaults.py:739 +#: awx/settings/defaults.py:740 msgid "US West (B)" msgstr "米国西部 (B)" -#: awx/settings/defaults.py:740 +#: awx/settings/defaults.py:741 msgid "US West (C)" msgstr "米国西部 (C)" -#: awx/settings/defaults.py:741 +#: awx/settings/defaults.py:742 msgid "Europe West 1 (B)" msgstr "欧州西部 1 (B)" -#: awx/settings/defaults.py:742 +#: awx/settings/defaults.py:743 msgid "Europe West 1 (C)" msgstr "欧州西部 1 (C)" -#: awx/settings/defaults.py:743 +#: awx/settings/defaults.py:744 msgid "Europe West 1 (D)" msgstr "欧州西部 1 (D)" -#: awx/settings/defaults.py:744 +#: awx/settings/defaults.py:745 msgid "Europe West 2 (A)" msgstr "欧州西部 2 (A)" -#: awx/settings/defaults.py:745 +#: awx/settings/defaults.py:746 msgid "Europe West 2 (B)" msgstr "欧州西部 2 (B)" -#: awx/settings/defaults.py:746 +#: awx/settings/defaults.py:747 msgid "Europe West 2 (C)" msgstr "欧州西部 2 (C)" -#: awx/settings/defaults.py:747 +#: awx/settings/defaults.py:748 msgid "Asia East (A)" msgstr "アジア東部 (A)" -#: awx/settings/defaults.py:748 +#: awx/settings/defaults.py:749 msgid "Asia East (B)" msgstr "アジア東部 (B)" -#: awx/settings/defaults.py:749 +#: awx/settings/defaults.py:750 msgid "Asia East (C)" msgstr "アジア東部 (C)" -#: awx/settings/defaults.py:750 +#: awx/settings/defaults.py:751 msgid "Asia Southeast (A)" msgstr "アジア南東部 (A)" -#: awx/settings/defaults.py:751 +#: awx/settings/defaults.py:752 msgid "Asia Southeast (B)" msgstr "アジア南東部 (B)" -#: awx/settings/defaults.py:752 +#: awx/settings/defaults.py:753 msgid "Asia Northeast (A)" msgstr "アジア北東部 (A)" -#: awx/settings/defaults.py:753 +#: awx/settings/defaults.py:754 msgid "Asia Northeast (B)" msgstr "アジア北東部 (B)" -#: awx/settings/defaults.py:754 +#: awx/settings/defaults.py:755 msgid "Asia Northeast (C)" msgstr "アジア北東部 (C)" -#: awx/settings/defaults.py:755 +#: awx/settings/defaults.py:756 msgid "Australia Southeast (A)" msgstr "オーストラリア南東部 (A)" -#: awx/settings/defaults.py:756 +#: awx/settings/defaults.py:757 msgid "Australia Southeast (B)" msgstr "オーストラリア南東部 (B)" -#: awx/settings/defaults.py:757 +#: awx/settings/defaults.py:758 msgid "Australia Southeast (C)" msgstr "オーストラリア南東部 (C)" -#: awx/settings/defaults.py:781 +#: awx/settings/defaults.py:780 msgid "US East" msgstr "米国東部" -#: awx/settings/defaults.py:782 +#: awx/settings/defaults.py:781 msgid "US East 2" msgstr "米国東部 2" -#: awx/settings/defaults.py:783 +#: awx/settings/defaults.py:782 msgid "US Central" msgstr "米国中部" -#: awx/settings/defaults.py:784 +#: awx/settings/defaults.py:783 msgid "US North Central" msgstr "米国中北部" -#: awx/settings/defaults.py:785 +#: awx/settings/defaults.py:784 msgid "US South Central" msgstr "米国中南部" -#: awx/settings/defaults.py:786 +#: awx/settings/defaults.py:785 msgid "US West Central" msgstr "米国中西部" -#: awx/settings/defaults.py:787 +#: awx/settings/defaults.py:786 msgid "US West" msgstr "米国西部" -#: awx/settings/defaults.py:788 +#: awx/settings/defaults.py:787 msgid "US West 2" msgstr "米国西部 2" -#: awx/settings/defaults.py:789 +#: awx/settings/defaults.py:788 msgid "Canada East" msgstr "カナダ東部" -#: awx/settings/defaults.py:790 +#: awx/settings/defaults.py:789 msgid "Canada Central" msgstr "カナダ中部" -#: awx/settings/defaults.py:791 +#: awx/settings/defaults.py:790 msgid "Brazil South" msgstr "ブラジル南部" -#: awx/settings/defaults.py:792 +#: awx/settings/defaults.py:791 msgid "Europe North" msgstr "欧州北部" -#: awx/settings/defaults.py:793 +#: awx/settings/defaults.py:792 msgid "Europe West" msgstr "欧州西部" -#: awx/settings/defaults.py:794 +#: awx/settings/defaults.py:793 msgid "UK West" msgstr "英国西部" -#: awx/settings/defaults.py:795 +#: awx/settings/defaults.py:794 msgid "UK South" msgstr "英国南部" -#: awx/settings/defaults.py:796 +#: awx/settings/defaults.py:795 msgid "Asia East" msgstr "アジア東部" -#: awx/settings/defaults.py:797 +#: awx/settings/defaults.py:796 msgid "Asia Southeast" msgstr "アジア南東部" -#: awx/settings/defaults.py:798 +#: awx/settings/defaults.py:797 msgid "Australia East" msgstr "オーストラリア東部" -#: awx/settings/defaults.py:799 +#: awx/settings/defaults.py:798 msgid "Australia Southeast" msgstr "オーストラリア南東部 " -#: awx/settings/defaults.py:800 +#: awx/settings/defaults.py:799 msgid "India West" msgstr "インド西部" -#: awx/settings/defaults.py:801 +#: awx/settings/defaults.py:800 msgid "India South" msgstr "インド南部" -#: awx/settings/defaults.py:802 +#: awx/settings/defaults.py:801 msgid "Japan East" msgstr "日本東部" -#: awx/settings/defaults.py:803 +#: awx/settings/defaults.py:802 msgid "Japan West" msgstr "日本西部" -#: awx/settings/defaults.py:804 +#: awx/settings/defaults.py:803 msgid "Korea Central" msgstr "韓国中部" -#: awx/settings/defaults.py:805 +#: awx/settings/defaults.py:804 msgid "Korea South" msgstr "韓国南部" @@ -4297,6 +4349,7 @@ msgid "SAML Team Map" msgstr "SAML チームマップ" #: awx/sso/fields.py:123 +#, python-brace-format msgid "Invalid connection option(s): {invalid_options}." msgstr "無効な接続オプション: {invalid_options}" @@ -4313,14 +4366,17 @@ msgid "Subtree" msgstr "サブツリー" #: awx/sso/fields.py:214 +#, python-brace-format msgid "Expected a list of three items but got {length} instead." msgstr "3 つの項目の一覧が予期されましが、{length} が取得されました。" #: awx/sso/fields.py:215 +#, python-brace-format msgid "Expected an instance of LDAPSearch but got {input_type} instead." msgstr "LDAPSearch のインスタンスが予期されましたが、{input_type} が取得されました。" #: awx/sso/fields.py:251 +#, python-brace-format msgid "" "Expected an instance of LDAPSearch or LDAPSearchUnion but got {input_type} " "instead." @@ -4328,64 +4384,79 @@ msgstr "" "LDAPSearch または LDAPSearchUnion のインスタンスが予期されましたが、{input_type} が取得されました。" #: awx/sso/fields.py:289 +#, python-brace-format msgid "Invalid user attribute(s): {invalid_attrs}." msgstr "無効なユーザー属性: {invalid_attrs}" #: awx/sso/fields.py:306 +#, 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 +#, python-brace-format msgid "Invalid key(s): {invalid_keys}." msgstr "無効なキー: {invalid_keys}" #: awx/sso/fields.py:436 awx/sso/fields.py:553 +#, python-brace-format msgid "Invalid key(s) for organization map: {invalid_keys}." msgstr "組織マップの無効なキー: {invalid_keys}" #: awx/sso/fields.py:454 +#, 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 +#, python-brace-format msgid "Invalid key(s) for team map: {invalid_keys}." msgstr "チームマップの無効なキー: {invalid_keys}" #: awx/sso/fields.py:571 +#, python-brace-format msgid "Missing required key for team map: {missing_keys}." msgstr "チームマップで必要なキーがありません: {missing_keys}" #: awx/sso/fields.py:589 +#, python-brace-format msgid "Missing required key(s) for org info record: {missing_keys}." msgstr "組織情報レコードで必要なキーがありません: {missing_keys}" #: awx/sso/fields.py:602 +#, python-brace-format msgid "Invalid language code(s) for org info: {invalid_lang_codes}." msgstr "組織情報の無効な言語コード: {invalid_lang_codes}" #: awx/sso/fields.py:621 +#, python-brace-format msgid "Missing required key(s) for contact: {missing_keys}." msgstr "問い合わせ先の必要なキーがありません: {missing_keys}" #: awx/sso/fields.py:633 +#, python-brace-format msgid "Missing required key(s) for IdP: {missing_keys}." msgstr "IdP で必要なキーがありません: {missing_keys}" #: awx/sso/pipeline.py:24 +#, python-brace-format msgid "An account cannot be found for {0}" msgstr "{0} のアカウントが見つかりません" @@ -4477,6 +4548,7 @@ msgid "Make a PATCH request on the %(name)s resource" msgstr "%(name)s リソースでの PATCH 要求" #: 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 msgid "UI" msgstr "UI" @@ -4527,6 +4599,15 @@ msgstr "" "カスタムロゴを設定するには、作成するファイルを指定します。カスタムロゴを最適化するには、背景が透明の「.png」ファイルを使用します。GIF、PNG " "および JPEG 形式がサポートされます。" +#: awx/ui/conf.py:60 +msgid "Max Job Events Retreived by UI" +msgstr "UI で検索される最大ジョブイベント" + +#: awx/ui/conf.py:61 +msgid "" +"Maximum number of job events for the UI to retreive within a single request." +msgstr "単一要求内で検索される UI についての最大ジョブイベント数。" + #: awx/ui/fields.py:29 msgid "" "Invalid format for custom logo. Must be a data URL with a base64-encoded " diff --git a/awx/locale/nl/LC_MESSAGES/django.po b/awx/locale/nl/LC_MESSAGES/django.po index 92fca917e2..ddaab6205f 100644 --- a/awx/locale/nl/LC_MESSAGES/django.po +++ b/awx/locale/nl/LC_MESSAGES/django.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-27 19:27+0000\n" +"POT-Creation-Date: 2017-11-30 20:23+0000\n" "PO-Revision-Date: 2017-08-31 08:53+0000\n" "Last-Translator: helena02 \n" "Language-Team: Dutch\n" @@ -81,25 +81,30 @@ msgstr "Filteren op %s is niet toegestaan." msgid "Loops not allowed in filters, detected on field {}." msgstr "Lussen zijn niet toegestaan in filters, gedetecteerd in veld {}." -#: awx/api/filters.py:297 +#: awx/api/filters.py:171 +#, python-brace-format +msgid "Invalid {field_name} id: {field_id}" +msgstr "" + +#: awx/api/filters.py:302 #, python-format msgid "cannot filter on kind %s" msgstr "kan niet filteren op soort %s" -#: awx/api/filters.py:404 +#: awx/api/filters.py:409 #, python-format msgid "cannot order by field %s" msgstr "Kan niet ordenen op veld %s" -#: awx/api/generics.py:515 awx/api/generics.py:577 +#: awx/api/generics.py:550 awx/api/generics.py:612 msgid "\"id\" field must be an integer." msgstr "'Id'-veld moet een geheel getal zijn." -#: awx/api/generics.py:574 +#: awx/api/generics.py:609 msgid "\"id\" is required to disassociate" msgstr "'id' is vereist om los te koppelen" -#: awx/api/generics.py:625 +#: awx/api/generics.py:660 msgid "{} 'id' field is missing." msgstr "{} 'id'-veld ontbreekt." @@ -180,7 +185,7 @@ msgstr "Workflowtaak" msgid "Workflow Template" msgstr "Workflowsjabloon" -#: awx/api/serializers.py:697 awx/api/serializers.py:755 awx/api/views.py:4314 +#: 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 " @@ -190,38 +195,38 @@ msgstr "" "alleen download ondersteund voor groottes van meer dan %(supported_size)d " "bytes" -#: awx/api/serializers.py:770 +#: awx/api/serializers.py:774 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:772 +#: awx/api/serializers.py:776 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:796 +#: awx/api/serializers.py:800 msgid "Password required for new User." msgstr "Wachtwoord vereist voor een nieuwe gebruiker." -#: awx/api/serializers.py:882 +#: awx/api/serializers.py:886 #, 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:1046 +#: awx/api/serializers.py:1050 msgid "Organization is missing" msgstr "Organisatie ontbreekt" -#: awx/api/serializers.py:1050 +#: awx/api/serializers.py:1054 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:1056 +#: awx/api/serializers.py:1060 msgid "Array of playbooks available within this project." msgstr "Er is binnen dit project een draaiboekenmatrix beschikbaar." -#: awx/api/serializers.py:1075 +#: awx/api/serializers.py:1079 msgid "" "Array of inventory files and directories available within this project, not " "comprehensive." @@ -229,68 +234,72 @@ msgstr "" "Er is binnen dit project een niet-volledige matrix met " "inventarisatiebestanden en -mappen beschikbaar." -#: awx/api/serializers.py:1282 +#: awx/api/serializers.py:1201 +msgid "Smart inventories must specify host_filter" +msgstr "" + +#: awx/api/serializers.py:1303 #, python-format msgid "Invalid port specification: %s" msgstr "Ongeldige poortspecificatie: %s" -#: awx/api/serializers.py:1293 +#: awx/api/serializers.py:1314 msgid "Cannot create Host for Smart Inventory" msgstr "Kan geen host aanmaken voor Smart-inventaris" -#: awx/api/serializers.py:1315 awx/api/serializers.py:3218 -#: awx/api/serializers.py:3303 awx/main/validators.py:198 +#: 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:1411 +#: awx/api/serializers.py:1432 msgid "Invalid group name." msgstr "Ongeldige groepsnaam." -#: awx/api/serializers.py:1416 +#: awx/api/serializers.py:1437 msgid "Cannot create Group for Smart Inventory" msgstr "Kan geen groep aanmaken voor Smart-inventaris" -#: awx/api/serializers.py:1488 +#: awx/api/serializers.py:1509 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:1534 +#: awx/api/serializers.py:1555 msgid "`{}` is a prohibited environment variable" msgstr "`{}` is niet toegestaan als omgevingsvariabele" -#: awx/api/serializers.py:1545 +#: awx/api/serializers.py:1566 msgid "If 'source' is 'custom', 'source_script' must be provided." msgstr "Als 'bron' 'aangepast' is, moet 'source_script' worden geleverd." -#: awx/api/serializers.py:1551 +#: awx/api/serializers.py:1572 msgid "Must provide an inventory." msgstr "Moet een inventaris verschaffen." -#: awx/api/serializers.py:1555 +#: awx/api/serializers.py:1576 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:1557 +#: awx/api/serializers.py:1578 msgid "'source_script' doesn't exist." msgstr "'source_script' bestaat niet." -#: awx/api/serializers.py:1581 +#: awx/api/serializers.py:1602 msgid "Automatic group relationship, will be removed in 3.3" msgstr "Automatische groepsrelatie, wordt verwijderd in 3.3" -#: awx/api/serializers.py:1658 +#: awx/api/serializers.py:1679 msgid "Cannot use manual project for SCM-based inventory." msgstr "" "Kan geen handmatig project gebruiken voor een SCM-gebaseerde inventaris." -#: awx/api/serializers.py:1664 +#: awx/api/serializers.py:1685 msgid "" "Manual inventory sources are created automatically when a group is created " "in the v1 API." @@ -298,50 +307,56 @@ msgstr "" "Handmatige inventarisbronnen worden automatisch gemaakt wanneer er een groep" " wordt gemaakt in de v1 API." -#: awx/api/serializers.py:1669 +#: awx/api/serializers.py:1690 msgid "Setting not compatible with existing schedules." msgstr "Instelling is niet compatibel met bestaande schema's." -#: awx/api/serializers.py:1674 +#: awx/api/serializers.py:1695 msgid "Cannot create Inventory Source for Smart Inventory" msgstr "Kan geen inventarisbron aanmaken voor Smart-inventaris" -#: awx/api/serializers.py:1688 +#: awx/api/serializers.py:1709 #, 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:1929 +#: awx/api/serializers.py:1950 msgid "Modifications not allowed for managed credential types" msgstr "Wijzigingen zijn niet toegestaan voor beheerde referentietypen" -#: awx/api/serializers.py:1934 +#: awx/api/serializers.py:1955 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:1940 +#: awx/api/serializers.py:1961 #, python-format msgid "Must be 'cloud' or 'net', not %s" msgstr "Moet 'cloud' of 'net' zijn, niet %s" -#: awx/api/serializers.py:1946 +#: awx/api/serializers.py:1967 msgid "'ask_at_runtime' is not supported for custom credentials." msgstr "'ask_at_runtime' wordt niet ondersteund voor aangepaste referenties." -#: awx/api/serializers.py:2119 +#: awx/api/serializers.py:2140 #, python-format msgid "\"%s\" is not a valid choice" msgstr "\"%s\" is geen geldige keuze" -#: awx/api/serializers.py:2138 +#: 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:2150 +#: awx/api/serializers.py:2180 +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 msgid "" "Write-only field used to add user to owner role. If provided, do not give " "either team or organization. Only valid for creation." @@ -350,7 +365,7 @@ msgstr "" "de eigenaarrol. Indien verschaft, geef geen team of organisatie op. Alleen " "geldig voor maken." -#: awx/api/serializers.py:2155 +#: awx/api/serializers.py:2196 msgid "" "Write-only field used to add team to owner role. If provided, do not give " "either user or organization. Only valid for creation." @@ -359,7 +374,7 @@ msgstr "" "te voegen. Indien verschaft, geef geen gebruiker of organisatie op. Alleen " "geldig voor maken." -#: awx/api/serializers.py:2160 +#: awx/api/serializers.py:2201 msgid "" "Inherit permissions from organization roles. If provided on creation, do not" " give either user or team." @@ -367,124 +382,128 @@ msgstr "" "Neem machtigingen over van organisatierollen. Indien verschaft bij maken, " "geef geen gebruiker of team op." -#: awx/api/serializers.py:2176 +#: awx/api/serializers.py:2217 msgid "Missing 'user', 'team', or 'organization'." msgstr "'gebruiker', 'team' of 'organisatie' ontbreekt." -#: awx/api/serializers.py:2216 +#: awx/api/serializers.py:2257 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:2378 +#: awx/api/serializers.py:2424 msgid "You must provide a cloud credential." msgstr "U moet een cloudreferentie opgeven." -#: awx/api/serializers.py:2379 +#: awx/api/serializers.py:2425 msgid "You must provide a network credential." msgstr "U moet een netwerkreferentie opgeven." -#: awx/api/serializers.py:2395 +#: awx/api/serializers.py:2441 msgid "This field is required." msgstr "Dit veld is vereist." -#: awx/api/serializers.py:2397 awx/api/serializers.py:2399 +#: awx/api/serializers.py:2443 awx/api/serializers.py:2445 msgid "Playbook not found for project." msgstr "Draaiboek is niet gevonden voor project." -#: awx/api/serializers.py:2401 +#: awx/api/serializers.py:2447 msgid "Must select playbook for project." msgstr "Moet een draaiboek selecteren voor het project." -#: awx/api/serializers.py:2476 +#: awx/api/serializers.py:2522 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:2478 awx/main/models/jobs.py:325 +#: awx/api/serializers.py:2524 awx/main/models/jobs.py:326 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:2549 +#: awx/api/serializers.py:2611 msgid "Invalid job template." msgstr "Ongeldige taaksjabloon." -#: awx/api/serializers.py:2630 -msgid "Credential not found or deleted." -msgstr "Referentie niet gevonden of verwijderd." +#: awx/api/serializers.py:2708 +msgid "Neither credential nor vault credential provided." +msgstr "" -#: awx/api/serializers.py:2632 +#: awx/api/serializers.py:2711 msgid "Job Template Project is missing or undefined." msgstr "Het taaksjabloonproject ontbreekt of is niet gedefinieerd." -#: awx/api/serializers.py:2634 +#: awx/api/serializers.py:2713 msgid "Job Template Inventory is missing or undefined." msgstr "De taaksjablooninventaris ontbreekt of is niet gedefinieerd." -#: awx/api/serializers.py:2921 +#: awx/api/serializers.py:2782 awx/main/tasks.py:2186 +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 is geen geldig taaktype. De keuzes zijn %(choices)s." -#: awx/api/serializers.py:2926 +#: 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:2931 +#: awx/api/serializers.py:3018 #, python-format msgid "Cannot nest a %s inside a WorkflowJobTemplate" msgstr "Kan geen a %s nesten in een WorkflowJobTemplate" -#: awx/api/serializers.py:3188 +#: 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:3191 +#: awx/api/serializers.py:3294 msgid "The inventory associated with this Job Template is being deleted." msgstr "De aan deze taaksjabloon gekoppelde inventaris wordt verwijderd." -#: awx/api/serializers.py:3232 awx/api/views.py:2991 +#: 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:3234 awx/api/views.py:2994 +#: 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:3371 +#: awx/api/serializers.py:3474 msgid "" "Missing required fields for Notification Configuration: notification_type" msgstr "" "Ontbrekende vereiste velden voor kennisgevingsconfiguratie: " "notification_type" -#: awx/api/serializers.py:3394 +#: awx/api/serializers.py:3497 msgid "No values specified for field '{}'" msgstr "Geen waarden opgegeven voor veld '{}'" -#: awx/api/serializers.py:3399 +#: awx/api/serializers.py:3502 msgid "Missing required fields for Notification Configuration: {}." msgstr "Ontbrekende vereiste velden voor kennisgevingsconfiguratie: {}." -#: awx/api/serializers.py:3402 +#: awx/api/serializers.py:3505 msgid "Configuration field '{}' incorrect type, expected {}." msgstr "Configuratieveld '{}' onjuist type, {} verwacht." -#: awx/api/serializers.py:3455 +#: awx/api/serializers.py:3558 msgid "Inventory Source must be a cloud resource." msgstr "Inventarisbron moet een cloudresource zijn." -#: awx/api/serializers.py:3457 +#: 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:3460 +#: awx/api/serializers.py:3563 msgid "" "Inventory sources with `update_on_project_update` cannot be scheduled. " "Schedule its source project `{}` instead." @@ -492,71 +511,71 @@ msgstr "" "Inventarisbronnen met `update_on_project_update` kunnen niet worden gepland." " Plan in plaats daarvan het bijbehorende bronproject `{}`." -#: awx/api/serializers.py:3479 +#: 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:3501 +#: awx/api/serializers.py:3604 msgid "" "DTSTART required in rrule. Value should match: DTSTART:YYYYMMDDTHHMMSSZ" msgstr "" "DTSTART vereist in rrule. De waarde moet overeenkomen: " "DTSTART:YYYYMMDDTHHMMSSZ" -#: awx/api/serializers.py:3503 +#: awx/api/serializers.py:3606 msgid "Multiple DTSTART is not supported." msgstr "Meervoudige DTSTART wordt niet ondersteund." -#: awx/api/serializers.py:3505 +#: awx/api/serializers.py:3608 msgid "RRULE require in rrule." msgstr "RRULE vereist in rrule." -#: awx/api/serializers.py:3507 +#: awx/api/serializers.py:3610 msgid "Multiple RRULE is not supported." msgstr "Meervoudige RRULE wordt niet ondersteund." -#: awx/api/serializers.py:3509 +#: awx/api/serializers.py:3612 msgid "INTERVAL required in rrule." msgstr "INTERVAL is vereist in rrule." -#: awx/api/serializers.py:3511 +#: awx/api/serializers.py:3614 msgid "TZID is not supported." msgstr "TZID wordt niet ondersteund." -#: awx/api/serializers.py:3513 +#: awx/api/serializers.py:3616 msgid "SECONDLY is not supported." msgstr "SECONDLY wordt niet ondersteund." -#: awx/api/serializers.py:3515 +#: awx/api/serializers.py:3618 msgid "Multiple BYMONTHDAYs not supported." msgstr "Meerdere BYMONTHDAY's worden niet ondersteund." -#: awx/api/serializers.py:3517 +#: awx/api/serializers.py:3620 msgid "Multiple BYMONTHs not supported." msgstr "Meerdere BYMONTH's worden niet ondersteund." -#: awx/api/serializers.py:3519 +#: awx/api/serializers.py:3622 msgid "BYDAY with numeric prefix not supported." msgstr "BYDAY met numeriek voorvoegsel wordt niet ondersteund." -#: awx/api/serializers.py:3521 +#: awx/api/serializers.py:3624 msgid "BYYEARDAY not supported." msgstr "BYYEARDAY wordt niet ondersteund." -#: awx/api/serializers.py:3523 +#: awx/api/serializers.py:3626 msgid "BYWEEKNO not supported." msgstr "BYWEEKNO wordt niet ondersteund." -#: awx/api/serializers.py:3527 +#: awx/api/serializers.py:3630 msgid "COUNT > 999 is unsupported." msgstr "COUNT > 999 wordt niet ondersteund." -#: awx/api/serializers.py:3531 +#: awx/api/serializers.py:3634 msgid "rrule parsing failed validation." msgstr "De validering van rrule-parsering is mislukt." -#: awx/api/serializers.py:3631 +#: awx/api/serializers.py:3760 msgid "" "A summary of the new and changed values when an object is created, updated, " "or deleted" @@ -564,7 +583,7 @@ msgstr "" "Een overzicht van de nieuwe en gewijzigde waarden wanneer een object wordt " "gemaakt, bijgewerkt of verwijderd" -#: awx/api/serializers.py:3633 +#: awx/api/serializers.py:3762 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 " @@ -574,7 +593,7 @@ msgstr "" "objecttype. Voor koppel- en ontkoppel-gebeurtenissen is dit het objecttype " "dat wordt gekoppeld aan of ontkoppeld van object2." -#: awx/api/serializers.py:3636 +#: awx/api/serializers.py:3765 msgid "" "Unpopulated for create, update, and delete events. For associate and " "disassociate events this is the object type that object1 is being associated" @@ -584,165 +603,165 @@ msgstr "" "en ontkoppel-gebeurtenissen is dit het objecttype waaraan object1 wordt " "gekoppeld." -#: awx/api/serializers.py:3639 +#: awx/api/serializers.py:3768 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:3749 +#: awx/api/serializers.py:3885 msgid "Unable to login with provided credentials." msgstr "Kan niet aanmelden met de verschafte referenties." -#: awx/api/serializers.py:3751 +#: awx/api/serializers.py:3887 msgid "Must include \"username\" and \"password\"." msgstr "Moet \"gebruikersnaam\" en \"wachtwoord\" bevatten." -#: awx/api/views.py:106 +#: awx/api/views.py:108 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:116 +#: awx/api/views.py:118 msgid "Your license does not permit use of system tracking." msgstr "Uw licentie staat het gebruik van systeemtracking niet toe." -#: awx/api/views.py:126 +#: awx/api/views.py:128 msgid "Your license does not allow use of workflows." msgstr "Uw licentie staat het gebruik van workflows niet toe." -#: awx/api/views.py:140 +#: awx/api/views.py:142 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:144 +#: awx/api/views.py:146 msgid "Cannot delete running job resource." msgstr "Kan geen taakbron in uitvoering verwijderen." -#: awx/api/views.py:153 awx/templates/rest_framework/api.html:28 +#: awx/api/views.py:155 awx/templates/rest_framework/api.html:28 msgid "REST API" msgstr "REST API" -#: awx/api/views.py:162 awx/templates/rest_framework/api.html:4 +#: awx/api/views.py:164 awx/templates/rest_framework/api.html:4 msgid "AWX REST API" msgstr "AWX REST API" -#: awx/api/views.py:224 +#: awx/api/views.py:226 msgid "Version 1" msgstr "Versie 1" -#: awx/api/views.py:228 +#: awx/api/views.py:230 msgid "Version 2" msgstr "Versie 2" -#: awx/api/views.py:239 +#: awx/api/views.py:241 msgid "Ping" msgstr "Ping" -#: awx/api/views.py:270 awx/conf/apps.py:12 +#: awx/api/views.py:272 awx/conf/apps.py:12 msgid "Configuration" msgstr "Configuratie" -#: awx/api/views.py:323 +#: awx/api/views.py:325 msgid "Invalid license data" msgstr "Ongeldige licentiegegevens" -#: awx/api/views.py:325 +#: awx/api/views.py:327 msgid "Missing 'eula_accepted' property" msgstr "Ontbrekende eigenschap 'eula_accepted'" -#: awx/api/views.py:329 +#: awx/api/views.py:331 msgid "'eula_accepted' value is invalid" msgstr "Waarde 'eula_accepted' is ongeldig" -#: awx/api/views.py:332 +#: awx/api/views.py:334 msgid "'eula_accepted' must be True" msgstr "'eula_accepted' moet True zijn" -#: awx/api/views.py:339 +#: awx/api/views.py:341 msgid "Invalid JSON" msgstr "Ongeldig JSON" -#: awx/api/views.py:347 +#: awx/api/views.py:349 msgid "Invalid License" msgstr "Ongeldige licentie" -#: awx/api/views.py:357 +#: awx/api/views.py:359 msgid "Invalid license" msgstr "Ongeldige licentie" -#: awx/api/views.py:365 +#: awx/api/views.py:367 #, python-format msgid "Failed to remove license (%s)" msgstr "Kan licentie niet verwijderen (%s)" -#: awx/api/views.py:370 +#: awx/api/views.py:372 msgid "Dashboard" msgstr "Dashboard" -#: awx/api/views.py:469 +#: awx/api/views.py:471 msgid "Dashboard Jobs Graphs" msgstr "Dashboardtaakgrafieken" -#: awx/api/views.py:505 +#: awx/api/views.py:507 #, python-format msgid "Unknown period \"%s\"" msgstr "Onbekende periode \"%s\"" -#: awx/api/views.py:519 +#: awx/api/views.py:521 msgid "Instances" msgstr "Instanties" -#: awx/api/views.py:527 +#: awx/api/views.py:529 msgid "Instance Detail" msgstr "Instantiedetails" -#: awx/api/views.py:535 +#: awx/api/views.py:537 msgid "Instance Running Jobs" msgstr "Taken in uitvoering van instantie" -#: awx/api/views.py:550 +#: awx/api/views.py:552 msgid "Instance's Instance Groups" msgstr "Instantiegroepen van instantie" -#: awx/api/views.py:560 +#: awx/api/views.py:562 msgid "Instance Groups" msgstr "Instantiegroepen" -#: awx/api/views.py:568 +#: awx/api/views.py:570 msgid "Instance Group Detail" msgstr "Details van instantiegroep" -#: awx/api/views.py:576 +#: awx/api/views.py:578 msgid "Instance Group Running Jobs" msgstr "Taken in uitvoering van instantiegroep" -#: awx/api/views.py:586 +#: awx/api/views.py:588 msgid "Instance Group's Instances" msgstr "Instanties van instantiegroep" -#: awx/api/views.py:596 +#: awx/api/views.py:598 msgid "Schedules" msgstr "Schema's" -#: awx/api/views.py:615 +#: awx/api/views.py:617 msgid "Schedule Jobs List" msgstr "Schema takenlijst" -#: awx/api/views.py:841 +#: awx/api/views.py:843 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:1077 awx/api/views.py:4615 +#: awx/api/views.py:1079 awx/api/views.py:4666 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:1081 awx/api/views.py:4629 +#: awx/api/views.py:1083 awx/api/views.py:4680 msgid "You cannot grant system-level permissions to a team." msgstr "U kunt een team geen rechten op systeemniveau verlenen." -#: awx/api/views.py:1088 awx/api/views.py:4621 +#: awx/api/views.py:1090 awx/api/views.py:4672 msgid "" "You cannot grant credential access to a team when the Organization field " "isn't set, or belongs to a different organization" @@ -750,36 +769,36 @@ 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:1178 +#: awx/api/views.py:1180 msgid "Cannot delete project." msgstr "Kan project niet verwijderen." -#: awx/api/views.py:1213 +#: awx/api/views.py:1215 msgid "Project Schedules" msgstr "Projectschema's" -#: awx/api/views.py:1225 +#: awx/api/views.py:1227 msgid "Project SCM Inventory Sources" msgstr "SCM-inventarisbronnen van project" -#: awx/api/views.py:1352 +#: awx/api/views.py:1354 msgid "Project Update SCM Inventory Updates" msgstr "SCM-inventarisupdates van projectupdate" -#: awx/api/views.py:1407 +#: awx/api/views.py:1409 msgid "Me" msgstr "Mij" -#: awx/api/views.py:1451 awx/api/views.py:4572 +#: 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:1457 awx/api/views.py:4576 +#: awx/api/views.py:1459 awx/api/views.py:4627 msgid "You may not change the membership of a users admin_role" msgstr "" "U kunt het lidmaatschap van de admin_role van een gebruiker niet wijzigen" -#: awx/api/views.py:1462 awx/api/views.py:4581 +#: awx/api/views.py:1464 awx/api/views.py:4632 msgid "" "You cannot grant credential access to a user not in the credentials' " "organization" @@ -787,52 +806,53 @@ msgstr "" "U kunt geen referentietoegang verlenen aan een gebruiker die niet tot de " "organisatie van de referenties behoort" -#: awx/api/views.py:1466 awx/api/views.py:4585 +#: awx/api/views.py:1468 awx/api/views.py:4636 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:1564 +#: awx/api/views.py:1566 #, python-format msgid "Cannot change %s." msgstr "Kan %s niet wijzigen." -#: awx/api/views.py:1570 +#: awx/api/views.py:1572 msgid "Cannot delete user." msgstr "Kan gebruiker niet verwijderen." -#: awx/api/views.py:1599 +#: awx/api/views.py:1601 msgid "Deletion not allowed for managed credential types" msgstr "Verwijdering is niet toegestaan voor beheerde referentietypen" -#: awx/api/views.py:1601 +#: awx/api/views.py:1603 msgid "Credential types that are in use cannot be deleted" msgstr "Referentietypen die in gebruik zijn, kunnen niet worden verwijderd" -#: awx/api/views.py:1779 +#: awx/api/views.py:1781 msgid "Cannot delete inventory script." msgstr "Kan inventarisscript niet verwijderen." -#: awx/api/views.py:1864 +#: awx/api/views.py:1866 +#, python-brace-format msgid "{0}" msgstr "{0}" -#: awx/api/views.py:2089 +#: awx/api/views.py:2101 msgid "Fact not found." msgstr "Feit niet gevonden." -#: awx/api/views.py:2113 +#: awx/api/views.py:2125 msgid "SSLError while trying to connect to {}" msgstr "SSLError tijdens poging om verbinding te maken met {}" -#: awx/api/views.py:2115 +#: awx/api/views.py:2127 msgid "Request to {} timed out." msgstr "Er is een time-out opgetreden voor de aanvraag naar {}" -#: awx/api/views.py:2117 +#: awx/api/views.py:2129 msgid "Unkown exception {} while trying to GET {}" msgstr "Onbekende uitzondering {} tijdens poging tot OPHALEN {}" -#: awx/api/views.py:2120 +#: awx/api/views.py:2132 msgid "" "Unauthorized access. Please check your Insights Credential username and " "password." @@ -840,7 +860,7 @@ msgstr "" "Geen toegang. Controleer uw Insights Credential gebruikersnaam en " "wachtwoord." -#: awx/api/views.py:2122 +#: awx/api/views.py:2134 msgid "" "Failed to gather reports and maintenance plans from Insights API at URL {}. " "Server responded with {} status code and message {}" @@ -848,201 +868,211 @@ msgstr "" "Kan rapporten en onderhoudsplannen niet verzamelen uit Insights API op URL " "{}. Server heeft gereageerd met statuscode {} en bericht {}" -#: awx/api/views.py:2128 +#: awx/api/views.py:2140 msgid "Expected JSON response from Insights but instead got {}" msgstr "Verwachtte JSON-reactie van Insights, maar kreeg in plaats daarvan {}" -#: awx/api/views.py:2135 +#: awx/api/views.py:2147 msgid "This host is not recognized as an Insights host." msgstr "Deze host wordt niet herkend als een Insights-host." -#: awx/api/views.py:2140 +#: awx/api/views.py:2152 msgid "The Insights Credential for \"{}\" was not found." msgstr "De Insights-referentie voor \"{}\" is niet gevonden." -#: awx/api/views.py:2209 +#: awx/api/views.py:2221 msgid "Cyclical Group association." msgstr "Cyclische groepskoppeling." -#: awx/api/views.py:2482 +#: awx/api/views.py:2499 msgid "Inventory Source List" msgstr "Lijst met inventarisbronnen" -#: awx/api/views.py:2495 +#: awx/api/views.py:2512 msgid "Inventory Sources Update" msgstr "Update van inventarisbronnen" -#: awx/api/views.py:2525 +#: awx/api/views.py:2542 msgid "Could not start because `can_update` returned False" msgstr "Kan niet starten omdat 'can_update' False heeft geretourneerd" -#: awx/api/views.py:2533 +#: awx/api/views.py:2550 msgid "No inventory sources to update." msgstr "Er zijn geen inventarisbronnen om bij te werken." -#: awx/api/views.py:2565 +#: awx/api/views.py:2582 msgid "Cannot delete inventory source." msgstr "Kan inventarisbron niet verwijderen." -#: awx/api/views.py:2573 +#: awx/api/views.py:2590 msgid "Inventory Source Schedules" msgstr "Inventarisbronschema's" -#: awx/api/views.py:2603 +#: awx/api/views.py:2620 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:2826 +#: awx/api/views.py:2851 msgid "Job Template Schedules" msgstr "Taaksjabloonschema's" -#: awx/api/views.py:2846 awx/api/views.py:2862 +#: awx/api/views.py:2871 awx/api/views.py:2882 msgid "Your license does not allow adding surveys." msgstr "Uw licentie staat toevoeging van enquêtes niet toe." -#: awx/api/views.py:2869 +#: awx/api/views.py:2889 msgid "'name' missing from survey spec." msgstr "'name' ontbreekt in de enquêtespecificaties." -#: awx/api/views.py:2871 +#: awx/api/views.py:2891 msgid "'description' missing from survey spec." msgstr "'description' ontbreekt in de enquêtespecificaties." -#: awx/api/views.py:2873 +#: awx/api/views.py:2893 msgid "'spec' missing from survey spec." msgstr "'spec' ontbreekt in de enquêtespecificaties." -#: awx/api/views.py:2875 +#: 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:2877 +#: awx/api/views.py:2897 msgid "'spec' doesn't contain any items." msgstr "'spec' bevat geen items." -#: awx/api/views.py:2883 +#: awx/api/views.py:2903 #, python-format msgid "Survey question %s is not a json object." msgstr "Enquêtevraag %s is geen json-object." -#: awx/api/views.py:2885 +#: awx/api/views.py:2905 #, python-format msgid "'type' missing from survey question %s." msgstr "'type' ontbreekt in enquêtevraag %s." -#: awx/api/views.py:2887 +#: awx/api/views.py:2907 #, python-format msgid "'question_name' missing from survey question %s." msgstr "'question_name' ontbreekt in enquêtevraag %s." -#: awx/api/views.py:2889 +#: awx/api/views.py:2909 #, python-format msgid "'variable' missing from survey question %s." msgstr "'variable' ontbreekt in enquêtevraag %s." -#: awx/api/views.py:2891 +#: awx/api/views.py:2911 #, 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:2896 +#: awx/api/views.py:2916 #, python-format msgid "'required' missing from survey question %s." msgstr "'required' ontbreekt in enquêtevraag %s." -#: awx/api/views.py:2901 +#: awx/api/views.py:2921 +#, python-brace-format msgid "" -"$encrypted$ is reserved keyword and may not be used as a default for " -"password {}." +"Value {question_default} for '{variable_name}' expected to be a string." msgstr "" -"$encrypted$ is een gereserveerd sleutelwoord en mag niet als standaardwaarde" -" worden gebruikt voor wachtwoord {}." -#: awx/api/views.py:3017 +#: awx/api/views.py:2928 +#, 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}." +msgstr "" + +#: awx/api/views.py:3049 msgid "Maximum number of labels for {} reached." msgstr "Het maximumaantal labels voor {} is bereikt." -#: awx/api/views.py:3136 +#: awx/api/views.py:3170 msgid "No matching host could be found!" msgstr "Er is geen overeenkomende host gevonden." -#: awx/api/views.py:3139 +#: awx/api/views.py:3173 msgid "Multiple hosts matched the request!" msgstr "Meerdere hosts kwamen overeen met de aanvraag." -#: awx/api/views.py:3144 +#: awx/api/views.py:3178 msgid "Cannot start automatically, user input required!" msgstr "Kan niet automatisch starten. Gebruikersinput is vereist." -#: awx/api/views.py:3151 +#: awx/api/views.py:3185 msgid "Host callback job already pending." msgstr "Er is al een hostterugkoppelingstaak in afwachting." -#: awx/api/views.py:3164 +#: awx/api/views.py:3199 msgid "Error starting job!" msgstr "Fout bij starten taak." -#: awx/api/views.py:3271 +#: awx/api/views.py:3306 +#, 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:3296 +#: awx/api/views.py:3331 msgid "Multiple parent relationship not allowed." msgstr "Relatie met meerdere bovenliggende elementen is niet toegestaan." -#: awx/api/views.py:3301 +#: awx/api/views.py:3336 msgid "Cycle detected." msgstr "Cyclus gedetecteerd." -#: awx/api/views.py:3505 +#: awx/api/views.py:3540 msgid "Workflow Job Template Schedules" msgstr "Taaksjabloonschema's voor workflows" -#: awx/api/views.py:3650 awx/api/views.py:4217 +#: awx/api/views.py:3685 awx/api/views.py:4268 msgid "Superuser privileges needed." msgstr "Supergebruikersbevoegdheden vereist." -#: awx/api/views.py:3682 +#: awx/api/views.py:3717 msgid "System Job Template Schedules" msgstr "Taaksjabloonschema's voor systeem" -#: awx/api/views.py:3891 +#: awx/api/views.py:3780 +msgid "POST not allowed for Job launching in version 2 of the api" +msgstr "" + +#: awx/api/views.py:3942 msgid "Job Host Summaries List" msgstr "Lijst met taakhostoverzichten" -#: awx/api/views.py:3938 +#: awx/api/views.py:3989 msgid "Job Event Children List" msgstr "Lijst met onderliggende taakgebeurteniselementen" -#: awx/api/views.py:3947 +#: awx/api/views.py:3998 msgid "Job Event Hosts List" msgstr "Lijst met taakgebeurtenishosts" -#: awx/api/views.py:3957 +#: awx/api/views.py:4008 msgid "Job Events List" msgstr "Lijst met taakgebeurtenissen" -#: awx/api/views.py:4171 +#: awx/api/views.py:4222 msgid "Ad Hoc Command Events List" msgstr "Lijst met ad-hoc-opdrachtgebeurtenissen" -#: awx/api/views.py:4386 +#: awx/api/views.py:4437 msgid "Error generating stdout download file: {}" msgstr "Fout bij genereren stdout-downloadbestand: {}" -#: awx/api/views.py:4399 +#: 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:4444 +#: awx/api/views.py:4495 msgid "Delete not allowed while there are pending notifications" msgstr "" "Verwijderen is niet toegestaan wanneer er berichten in afwachting zijn" -#: awx/api/views.py:4451 +#: awx/api/views.py:4502 msgid "Notification Template Test" msgstr "Berichtsjabloon" @@ -1199,15 +1229,16 @@ msgstr "Voorbeeld van instelling die anders kan zijn voor elke gebruiker." msgid "User" msgstr "Gebruiker" -#: awx/conf/fields.py:62 +#: awx/conf/fields.py:63 msgid "Enter a valid URL" msgstr "Geef een geldige URL op" -#: awx/conf/fields.py:94 +#: awx/conf/fields.py:95 +#, python-brace-format msgid "\"{input}\" is not a valid string." msgstr "\"{input} is geen geldige tekenreeks." -#: awx/conf/license.py:19 +#: awx/conf/license.py:22 msgid "Your Tower license does not allow that." msgstr "Uw Tower-licentie staat dat niet toe." @@ -1227,7 +1258,11 @@ msgstr "" msgid "Skip commenting out settings in files." msgstr "Sla het becommentariëren van instellingen in bestanden over." -#: 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 "" "Maak een back-up van bestaande instellingenbestanden met dit achtervoegsel." @@ -1252,7 +1287,7 @@ msgstr "Gewijzigd" msgid "User-Defaults" msgstr "Standaardinstellingen voor gebruiker" -#: awx/conf/registry.py:151 +#: awx/conf/registry.py:154 msgid "This value has been set manually in a settings file." msgstr "Deze waarde is handmatig ingesteld in een instellingenbestand." @@ -1324,94 +1359,92 @@ msgstr "Instellingsdetail" msgid "Logging Connectivity Test" msgstr "Connectiviteitstest logboekregistratie" -#: awx/main/access.py:224 +#: awx/main/access.py:44 +msgid "Resource is being used by running jobs." +msgstr "" + +#: awx/main/access.py:237 #, python-format msgid "Bad data found in related field %s." msgstr "Ongeldige gegevens gevonden in gerelateerd veld %s." -#: awx/main/access.py:268 +#: awx/main/access.py:281 msgid "License is missing." msgstr "Licentie ontbreekt." -#: awx/main/access.py:270 +#: awx/main/access.py:283 msgid "License has expired." msgstr "Licentie is verlopen." -#: awx/main/access.py:278 +#: awx/main/access.py:291 #, python-format msgid "License count of %s instances has been reached." msgstr "Het aantal licenties van %s instanties is bereikt." -#: awx/main/access.py:280 +#: awx/main/access.py:293 #, python-format msgid "License count of %s instances has been exceeded." msgstr "Het aantal licenties van %s instanties is overschreden." -#: awx/main/access.py:282 +#: awx/main/access.py:295 msgid "Host count exceeds available instances." msgstr "Het aantal hosts is groter dan het aantal instanties." -#: awx/main/access.py:286 +#: awx/main/access.py:299 #, 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:288 +#: awx/main/access.py:301 msgid "Features not found in active license." msgstr "Functies niet gevonden in actieve licentie." -#: awx/main/access.py:534 awx/main/access.py:619 awx/main/access.py:748 -#: awx/main/access.py:801 awx/main/access.py:1063 awx/main/access.py:1263 -#: awx/main/access.py:1725 -msgid "Resource is being used by running jobs" -msgstr "Resource wordt gebruikt door taken uit te voeren" - -#: awx/main/access.py:675 +#: awx/main/access.py:707 msgid "Unable to change inventory on a host." msgstr "Kan inventaris op een host niet wijzigen." -#: awx/main/access.py:692 awx/main/access.py:737 +#: awx/main/access.py:724 awx/main/access.py:769 msgid "Cannot associate two items from different inventories." msgstr "Kan twee items uit verschillende inventarissen niet koppelen." -#: awx/main/access.py:725 +#: awx/main/access.py:757 msgid "Unable to change inventory on a group." msgstr "Kan inventaris van een groep niet wijzigen." -#: awx/main/access.py:983 +#: awx/main/access.py:1017 msgid "Unable to change organization on a team." msgstr "Kan organisatie van een team niet wijzigen." -#: awx/main/access.py:996 +#: awx/main/access.py:1030 msgid "The {} role cannot be assigned to a team" msgstr "De rol {} kan niet worden toegewezen aan een team" -#: awx/main/access.py:998 +#: awx/main/access.py:1032 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:1443 +#: awx/main/access.py:1479 msgid "Job has been orphaned from its job template." msgstr "De taak is verwijderd uit zijn taaksjabloon." -#: awx/main/access.py:1445 +#: 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:1448 +#: awx/main/access.py:1484 msgid "Job was launched with prompted fields." msgstr "De taak is gestart met invoervelden." -#: awx/main/access.py:1450 +#: awx/main/access.py:1486 msgid " Organization level permissions required." msgstr "Organisatieniveaumachtigingen zijn vereist." -#: awx/main/access.py:1452 +#: awx/main/access.py:1488 msgid " You do not have permission to related resources." msgstr "U hebt geen machtiging voor gerelateerde resources." -#: awx/main/access.py:1798 +#: awx/main/access.py:1833 msgid "" "You do not have permission to the workflow job resources required for " "relaunch." @@ -1945,86 +1978,86 @@ msgstr "" msgid "\n" msgstr "\n" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Sudo" msgstr "Sudo" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Su" msgstr "Su" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pbrun" msgstr "Pbrun" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pfexec" msgstr "Pfexec" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "DZDO" msgstr "DZDO" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Pmrun" msgstr "Pmrun" -#: awx/main/constants.py:8 +#: awx/main/constants.py:10 msgid "Runas" msgstr "Runas" -#: awx/main/fields.py:56 +#: awx/main/fields.py:57 #, python-format msgid "'%s' is not one of ['%s']" msgstr "'%s' is niet een van ['%s']" -#: awx/main/fields.py:531 +#: awx/main/fields.py:533 #, python-format msgid "cannot be set unless \"%s\" is set" msgstr "kan niet ingesteld worden, tenzij '%s' ingesteld is" -#: awx/main/fields.py:547 +#: awx/main/fields.py:549 #, python-format msgid "required for %s" msgstr "vereist voor %s" -#: awx/main/fields.py:571 +#: awx/main/fields.py:573 msgid "must be set when SSH key is encrypted." msgstr "moet worden ingesteld wanneer SSH-sleutel wordt versleuteld." -#: awx/main/fields.py:577 +#: awx/main/fields.py:579 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:635 +#: awx/main/fields.py:637 msgid "'dependencies' is not supported for custom credentials." msgstr "" "'afhankelijkheden' is niet ondersteund voor aangepaste toegangsgegevens." -#: awx/main/fields.py:649 +#: awx/main/fields.py:651 msgid "\"tower\" is a reserved field name" msgstr "\"tower\" is een gereserveerde veldnaam" -#: awx/main/fields.py:656 +#: awx/main/fields.py:658 #, python-format msgid "field IDs must be unique (%s)" msgstr "veld-id's moeten uniek zijn (%s)" -#: awx/main/fields.py:669 +#: 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:753 +#: awx/main/fields.py:755 #, python-format msgid "%s uses an undefined field (%s)" msgstr "%s gebruikt een niet-gedefinieerd veld (%s)" -#: awx/main/middleware.py:121 +#: awx/main/middleware.py:157 msgid "Formats of all available named urls" msgstr "Indelingen van alle beschikbare, genoemde url's" -#: awx/main/middleware.py:122 +#: awx/main/middleware.py:158 msgid "" "Read-only list of key-value pairs that shows the standard format of all " "available named URLs." @@ -2032,15 +2065,15 @@ msgstr "" "Alleen-lezen-lijst met sleutelwaardeparen die de standaardindeling van alle " "beschikbare, genoemde URL's toont." -#: awx/main/middleware.py:124 awx/main/middleware.py:134 +#: awx/main/middleware.py:160 awx/main/middleware.py:170 msgid "Named URL" msgstr "Genoemde URL" -#: awx/main/middleware.py:131 +#: awx/main/middleware.py:167 msgid "List of all named url graph nodes." msgstr "Lijst met alle grafische knooppunten van genoemde URL's." -#: awx/main/middleware.py:132 +#: awx/main/middleware.py:168 msgid "" "Read-only list of key-value pairs that exposes named URL graph topology. Use" " this list to programmatically generate named URLs for resources" @@ -2049,51 +2082,51 @@ msgstr "" "genoemde URL's duidelijk maakt. Gebruik deze lijst om programmatische " "genoemde URL's voor resources te genereren." -#: awx/main/migrations/_reencrypt.py:23 awx/main/models/notifications.py:33 +#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:33 msgid "Email" msgstr "E-mail" -#: awx/main/migrations/_reencrypt.py:24 awx/main/models/notifications.py:34 +#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:34 msgid "Slack" msgstr "Slack" -#: awx/main/migrations/_reencrypt.py:25 awx/main/models/notifications.py:35 +#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:35 msgid "Twilio" msgstr "Twilio" -#: awx/main/migrations/_reencrypt.py:26 awx/main/models/notifications.py:36 +#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:36 msgid "Pagerduty" msgstr "Pagerduty" -#: awx/main/migrations/_reencrypt.py:27 awx/main/models/notifications.py:37 +#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:37 msgid "HipChat" msgstr "HipChat" -#: awx/main/migrations/_reencrypt.py:28 awx/main/models/notifications.py:38 +#: awx/main/migrations/_reencrypt.py:30 awx/main/models/notifications.py:38 msgid "Webhook" msgstr "Webhook" -#: awx/main/migrations/_reencrypt.py:29 awx/main/models/notifications.py:39 +#: awx/main/migrations/_reencrypt.py:31 awx/main/models/notifications.py:39 msgid "IRC" msgstr "IRC" -#: awx/main/models/activity_stream.py:24 +#: awx/main/models/activity_stream.py:25 msgid "Entity Created" msgstr "Entiteit gemaakt" -#: awx/main/models/activity_stream.py:25 +#: awx/main/models/activity_stream.py:26 msgid "Entity Updated" msgstr "Entiteit bijgewerkt" -#: awx/main/models/activity_stream.py:26 +#: awx/main/models/activity_stream.py:27 msgid "Entity Deleted" msgstr "Entiteit verwijderd" -#: awx/main/models/activity_stream.py:27 +#: awx/main/models/activity_stream.py:28 msgid "Entity Associated with another Entity" msgstr "Entiteit gekoppeld aan een andere entiteit" -#: awx/main/models/activity_stream.py:28 +#: awx/main/models/activity_stream.py:29 msgid "Entity was Disassociated with another Entity" msgstr "Entiteit is losgekoppeld van een andere entiteit" @@ -2119,43 +2152,43 @@ msgstr "Niet-ondersteunde module voor ad-hocopdrachten." 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:904 +#: 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:905 +#: 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:908 +#: 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:907 +#: 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:935 +#: 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:936 +#: 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:937 +#: 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:938 +#: 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:939 +#: 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:940 +#: 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" @@ -2174,27 +2207,27 @@ msgstr "Controleren" msgid "Scan" msgstr "Scannen" -#: awx/main/models/credential.py:82 +#: awx/main/models/credential.py:86 msgid "Host" msgstr "Host" -#: awx/main/models/credential.py:83 +#: awx/main/models/credential.py:87 msgid "The hostname or IP address to use." msgstr "Te gebruiken hostnaam of IP-adres" -#: awx/main/models/credential.py:89 +#: awx/main/models/credential.py:93 msgid "Username" msgstr "Gebruikersnaam" -#: awx/main/models/credential.py:90 +#: awx/main/models/credential.py:94 msgid "Username for this credential." msgstr "Gebruikersnaam voor deze referentie." -#: awx/main/models/credential.py:96 +#: awx/main/models/credential.py:100 msgid "Password" msgstr "Wachtwoord" -#: awx/main/models/credential.py:97 +#: awx/main/models/credential.py:101 msgid "" "Password for this credential (or \"ASK\" to prompt the user for machine " "credentials)." @@ -2202,43 +2235,43 @@ msgstr "" "Wachtwoord voor deze referentie (of \"ASK\" om de gebruiker om de " "machinereferenties te vragen)." -#: awx/main/models/credential.py:104 +#: awx/main/models/credential.py:108 msgid "Security Token" msgstr "Beveiligingstoken" -#: awx/main/models/credential.py:105 +#: awx/main/models/credential.py:109 msgid "Security Token for this credential" msgstr "Beveiligingstoken voor deze referentie" -#: awx/main/models/credential.py:111 +#: awx/main/models/credential.py:115 msgid "Project" msgstr "Project" -#: awx/main/models/credential.py:112 +#: awx/main/models/credential.py:116 msgid "The identifier for the project." msgstr "De id voor het project." -#: awx/main/models/credential.py:118 +#: awx/main/models/credential.py:122 msgid "Domain" msgstr "Domein" -#: awx/main/models/credential.py:119 +#: awx/main/models/credential.py:123 msgid "The identifier for the domain." msgstr "De id voor het domein." -#: awx/main/models/credential.py:124 +#: awx/main/models/credential.py:128 msgid "SSH private key" msgstr "SSH-privésleutel" -#: awx/main/models/credential.py:125 +#: awx/main/models/credential.py:129 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:131 +#: awx/main/models/credential.py:135 msgid "SSH key unlock" msgstr "SSH-sleutelontgrendeling" -#: awx/main/models/credential.py:132 +#: awx/main/models/credential.py:136 msgid "" "Passphrase to unlock SSH private key if encrypted (or \"ASK\" to prompt the " "user for machine credentials)." @@ -2246,51 +2279,51 @@ 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:139 +#: awx/main/models/credential.py:143 msgid "None" msgstr "Geen" -#: awx/main/models/credential.py:140 +#: awx/main/models/credential.py:144 msgid "Privilege escalation method." msgstr "Methode voor verhoging van rechten." -#: awx/main/models/credential.py:146 +#: awx/main/models/credential.py:150 msgid "Privilege escalation username." msgstr "Gebruikersnaam voor verhoging van rechten." -#: awx/main/models/credential.py:152 +#: awx/main/models/credential.py:156 msgid "Password for privilege escalation method." msgstr "Wachtwoord voor methode voor verhoging van rechten." -#: awx/main/models/credential.py:158 +#: awx/main/models/credential.py:162 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:162 +#: awx/main/models/credential.py:166 msgid "Whether to use the authorize mechanism." msgstr "Of het autorisatiemechanisme mag worden gebruikt." -#: awx/main/models/credential.py:168 +#: awx/main/models/credential.py:172 msgid "Password used by the authorize mechanism." msgstr "Wachtwoord gebruikt door het autorisatiemechanisme." -#: awx/main/models/credential.py:174 +#: awx/main/models/credential.py:178 msgid "Client Id or Application Id for the credential" msgstr "Klant-id voor toepassings-id voor de referentie" -#: awx/main/models/credential.py:180 +#: awx/main/models/credential.py:184 msgid "Secret Token for this credential" msgstr "Geheim token voor deze referentie" -#: awx/main/models/credential.py:186 +#: awx/main/models/credential.py:190 msgid "Subscription identifier for this credential" msgstr "Abonnements-id voor deze referentie" -#: awx/main/models/credential.py:192 +#: awx/main/models/credential.py:196 msgid "Tenant identifier for this credential" msgstr "Huurder-id voor deze referentie" -#: awx/main/models/credential.py:216 +#: awx/main/models/credential.py:220 msgid "" "Specify the type of credential you want to create. Refer to the Ansible " "Tower documentation for details on each type." @@ -2298,7 +2331,7 @@ 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:230 awx/main/models/credential.py:416 +#: awx/main/models/credential.py:234 awx/main/models/credential.py:420 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" @@ -2308,31 +2341,31 @@ msgstr "" "wisselen tussen de twee. Raadpleeg de documentatie voor Ansible Tower voor " "voorbeeldsyntaxis." -#: awx/main/models/credential.py:397 +#: awx/main/models/credential.py:401 msgid "Machine" msgstr "Machine" -#: awx/main/models/credential.py:398 +#: awx/main/models/credential.py:402 msgid "Vault" msgstr "Kluis" -#: awx/main/models/credential.py:399 +#: awx/main/models/credential.py:403 msgid "Network" msgstr "Netwerk" -#: awx/main/models/credential.py:400 +#: awx/main/models/credential.py:404 msgid "Source Control" msgstr "Broncontrole" -#: awx/main/models/credential.py:401 +#: awx/main/models/credential.py:405 msgid "Cloud" msgstr "Cloud" -#: awx/main/models/credential.py:402 +#: awx/main/models/credential.py:406 msgid "Insights" msgstr "Inzichten" -#: awx/main/models/credential.py:423 +#: awx/main/models/credential.py:427 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" @@ -2342,6 +2375,11 @@ msgstr "" " wisselen tussen de twee. Raadpleeg de documentatie voor Ansible Tower voor " "voorbeeldsyntaxis." +#: awx/main/models/credential.py:478 +#, python-format +msgid "adding %s credential type" +msgstr "" + #: 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." @@ -2358,11 +2396,11 @@ msgstr "" "Willekeurige JSON-structuur van modulefeiten vastgelegd bij de tijdstempel " "voor één host." -#: awx/main/models/ha.py:76 +#: awx/main/models/ha.py:78 msgid "Instances that are members of this InstanceGroup" msgstr "Instanties die lid zijn van deze InstanceGroup" -#: awx/main/models/ha.py:81 +#: awx/main/models/ha.py:83 msgid "Instance Group to remotely control this group." msgstr "Instantiegroep om deze groep extern te regelen." @@ -2556,38 +2594,42 @@ msgid "Google Compute Engine" msgstr "Google Compute Engine" #: awx/main/models/inventory.py:870 -msgid "Microsoft Azure Classic (deprecated)" -msgstr "Microsoft Azure Classic (afgeschaft)" - -#: awx/main/models/inventory.py:871 msgid "Microsoft Azure Resource Manager" msgstr "Microsoft Azure Resource Manager" -#: awx/main/models/inventory.py:872 +#: awx/main/models/inventory.py:871 msgid "VMware vCenter" msgstr "VMware vCenter" -#: awx/main/models/inventory.py:873 +#: awx/main/models/inventory.py:872 msgid "Red Hat Satellite 6" msgstr "Red Hat Satellite 6" -#: awx/main/models/inventory.py:874 +#: awx/main/models/inventory.py:873 msgid "Red Hat CloudForms" msgstr "Red Hat CloudForms" -#: awx/main/models/inventory.py:875 +#: 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 "" + +#: awx/main/models/inventory.py:877 msgid "Custom Script" msgstr "Aangepast script" -#: awx/main/models/inventory.py:993 +#: awx/main/models/inventory.py:994 msgid "Inventory source variables in YAML or JSON format." msgstr "Bronvariabelen inventaris in YAML- of JSON-indeling." -#: awx/main/models/inventory.py:1012 +#: awx/main/models/inventory.py:1013 msgid "" "Comma-separated list of filter expressions (EC2 only). Hosts are imported " "when ANY of the filters match." @@ -2595,77 +2637,77 @@ 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:1018 +#: awx/main/models/inventory.py:1019 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:1022 +#: awx/main/models/inventory.py:1023 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:1026 +#: awx/main/models/inventory.py:1027 msgid "Overwrite local variables from remote inventory source." msgstr "Overschrijf lokale variabelen op grond van externe inventarisbron." -#: awx/main/models/inventory.py:1031 awx/main/models/jobs.py:159 +#: awx/main/models/inventory.py:1032 awx/main/models/jobs.py:160 #: awx/main/models/projects.py:117 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:1064 +#: awx/main/models/inventory.py:1065 msgid "Image ID" msgstr "Image-id" -#: awx/main/models/inventory.py:1065 +#: awx/main/models/inventory.py:1066 msgid "Availability Zone" msgstr "Beschikbaarheidszone" -#: awx/main/models/inventory.py:1066 +#: awx/main/models/inventory.py:1067 msgid "Account" msgstr "Account" -#: awx/main/models/inventory.py:1067 +#: awx/main/models/inventory.py:1068 msgid "Instance ID" msgstr "Instantie-id" -#: awx/main/models/inventory.py:1068 +#: awx/main/models/inventory.py:1069 msgid "Instance State" msgstr "Instantiestaat" -#: awx/main/models/inventory.py:1069 +#: awx/main/models/inventory.py:1070 msgid "Instance Type" msgstr "Instantietype" -#: awx/main/models/inventory.py:1070 +#: awx/main/models/inventory.py:1071 msgid "Key Name" msgstr "Sleutelnaam" -#: awx/main/models/inventory.py:1071 +#: awx/main/models/inventory.py:1072 msgid "Region" msgstr "Regio" -#: awx/main/models/inventory.py:1072 +#: awx/main/models/inventory.py:1073 msgid "Security Group" msgstr "Beveiligingsgroep" -#: awx/main/models/inventory.py:1073 +#: awx/main/models/inventory.py:1074 msgid "Tags" msgstr "Tags" -#: awx/main/models/inventory.py:1074 +#: awx/main/models/inventory.py:1075 msgid "Tag None" msgstr "Tag geen" -#: awx/main/models/inventory.py:1075 +#: awx/main/models/inventory.py:1076 msgid "VPC ID" msgstr "VPC ID" -#: awx/main/models/inventory.py:1138 +#: awx/main/models/inventory.py:1145 #, python-format msgid "" "Cloud-based inventory sources (such as %s) require credentials for the " @@ -2674,30 +2716,36 @@ msgstr "" "Cloudgebaseerde inventarisbronnen (zoals %s) vereisen referenties voor de " "overeenkomende cloudservice." -#: awx/main/models/inventory.py:1145 +#: awx/main/models/inventory.py:1152 msgid "Credential is required for a cloud source." msgstr "Referentie is vereist voor een cloudbron." -#: awx/main/models/inventory.py:1167 +#: awx/main/models/inventory.py:1155 +msgid "" +"Credentials of type machine, source control, insights and vault are " +"disallowed for custom inventory sources." +msgstr "" + +#: awx/main/models/inventory.py:1179 #, python-format msgid "Invalid %(source)s region: %(region)s" msgstr "Ongeldige %(source)s regio: %(region)s" -#: awx/main/models/inventory.py:1191 +#: awx/main/models/inventory.py:1203 #, python-format msgid "Invalid filter expression: %(filter)s" msgstr "Ongeldige filterexpressie: %(filter)s" -#: awx/main/models/inventory.py:1212 +#: awx/main/models/inventory.py:1224 #, python-format msgid "Invalid group by choice: %(choice)s" msgstr "Ongeldige groep op keuze: %(choice)s" -#: awx/main/models/inventory.py:1247 +#: awx/main/models/inventory.py:1259 msgid "Project containing inventory file used as source." msgstr "Project met inventarisbestand dat wordt gebruikt als bron." -#: awx/main/models/inventory.py:1395 +#: awx/main/models/inventory.py:1407 #, python-format msgid "" "Unable to configure this item for cloud sync. It is already managed by %s." @@ -2705,7 +2753,7 @@ msgstr "" "Kan dit item niet configureren voor cloudsynchronisatie. Wordt al beheerd " "door %s." -#: awx/main/models/inventory.py:1405 +#: awx/main/models/inventory.py:1417 msgid "" "More than one SCM-based inventory source with update on project update per-" "inventory not allowed." @@ -2713,7 +2761,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:1412 +#: awx/main/models/inventory.py:1424 msgid "" "Cannot update SCM-based inventory source on launch if set to update on " "project update. Instead, configure the corresponding source project to " @@ -2723,30 +2771,30 @@ msgstr "" "ingesteld op bijwerken bij projectupdate. Configureer in plaats daarvan het " "overeenkomstige bronproject om bij te werken bij opstarten." -#: awx/main/models/inventory.py:1418 +#: 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:1423 +#: awx/main/models/inventory.py:1435 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:1448 +#: awx/main/models/inventory.py:1460 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:1561 +#: awx/main/models/inventory.py:1573 msgid "Inventory script contents" msgstr "Inhoud inventarisscript" -#: awx/main/models/inventory.py:1566 +#: awx/main/models/inventory.py:1578 msgid "Organization owning this inventory script" msgstr "Organisatie die eigenaar is van deze inventarisscript" -#: 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" @@ -2754,7 +2802,7 @@ msgstr "" "Indien ingeschakeld, worden tekstwijzigingen aangebracht in " "sjabloonbestanden op de host weergegeven in de standaardoutput" -#: awx/main/models/jobs.py:163 +#: awx/main/models/jobs.py:164 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 " @@ -2765,37 +2813,37 @@ msgstr "" "database en worden feiten voor gebruik door Ansible in het cachegeheugen " "opgeslagen." -#: awx/main/models/jobs.py:172 +#: 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:180 +#: awx/main/models/jobs.py:181 msgid "You must provide a Vault credential." msgstr "U moet een kluisreferentie opgeven." -#: awx/main/models/jobs.py:316 +#: awx/main/models/jobs.py:317 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:320 +#: awx/main/models/jobs.py:321 msgid "Job Template must provide 'credential' or allow prompting for it." msgstr "" "Taaksjabloon moet 'credential' verschaffen of toestaan erom te vragen." -#: awx/main/models/jobs.py:422 +#: 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:488 awx/main/models/projects.py:263 +#: awx/main/models/jobs.py:493 awx/main/models/projects.py:263 msgid "SCM Revision" msgstr "SCM-revisie" -#: awx/main/models/jobs.py:489 +#: awx/main/models/jobs.py:494 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:497 +#: awx/main/models/jobs.py:502 msgid "" "The SCM Refresh task used to make sure the playbooks were available for the " "job run" @@ -2803,105 +2851,105 @@ 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:802 +#: awx/main/models/jobs.py:809 msgid "job host summaries" msgstr "taakhostoverzichten" -#: awx/main/models/jobs.py:906 +#: awx/main/models/jobs.py:913 msgid "Host Failure" msgstr "Hostmislukking" -#: awx/main/models/jobs.py:909 awx/main/models/jobs.py:923 +#: 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:910 +#: awx/main/models/jobs.py:917 msgid "Host Polling" msgstr "Hostpolling" -#: awx/main/models/jobs.py:911 +#: awx/main/models/jobs.py:918 msgid "Host Async OK" msgstr "Host Async OK" -#: awx/main/models/jobs.py:912 +#: awx/main/models/jobs.py:919 msgid "Host Async Failure" msgstr "Host Async mislukking" -#: awx/main/models/jobs.py:913 +#: awx/main/models/jobs.py:920 msgid "Item OK" msgstr "Item OK" -#: awx/main/models/jobs.py:914 +#: awx/main/models/jobs.py:921 msgid "Item Failed" msgstr "Item mislukt" -#: awx/main/models/jobs.py:915 +#: awx/main/models/jobs.py:922 msgid "Item Skipped" msgstr "Item overgeslagen" -#: awx/main/models/jobs.py:916 +#: awx/main/models/jobs.py:923 msgid "Host Retry" msgstr "Host opnieuw proberen" -#: awx/main/models/jobs.py:918 +#: awx/main/models/jobs.py:925 msgid "File Difference" msgstr "Bestandsverschil" -#: awx/main/models/jobs.py:919 +#: awx/main/models/jobs.py:926 msgid "Playbook Started" msgstr "Draaiboek gestart" -#: awx/main/models/jobs.py:920 +#: awx/main/models/jobs.py:927 msgid "Running Handlers" msgstr "Handlers die worden uitgevoerd" -#: awx/main/models/jobs.py:921 +#: awx/main/models/jobs.py:928 msgid "Including File" msgstr "Inclusief bestand" -#: awx/main/models/jobs.py:922 +#: awx/main/models/jobs.py:929 msgid "No Hosts Matched" msgstr "Geen overeenkomende hosts" -#: awx/main/models/jobs.py:924 +#: awx/main/models/jobs.py:931 msgid "Task Started" msgstr "Taak gestart" -#: awx/main/models/jobs.py:926 +#: awx/main/models/jobs.py:933 msgid "Variables Prompted" msgstr "Variabelen gevraagd" -#: awx/main/models/jobs.py:927 +#: awx/main/models/jobs.py:934 msgid "Gathering Facts" msgstr "Feiten verzamelen" -#: awx/main/models/jobs.py:928 +#: awx/main/models/jobs.py:935 msgid "internal: on Import for Host" msgstr "intern: bij importeren voor host" -#: awx/main/models/jobs.py:929 +#: 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:930 +#: awx/main/models/jobs.py:937 msgid "Play Started" msgstr "Afspelen gestart" -#: awx/main/models/jobs.py:931 +#: awx/main/models/jobs.py:938 msgid "Playbook Complete" msgstr "Draaiboek voltooid" -#: awx/main/models/jobs.py:1363 +#: awx/main/models/jobs.py:1351 msgid "Remove jobs older than a certain number of days" msgstr "Taken ouder dan een bepaald aantal dagen verwijderen" -#: awx/main/models/jobs.py:1364 +#: awx/main/models/jobs.py:1352 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:1365 +#: awx/main/models/jobs.py:1353 msgid "Purge and/or reduce the granularity of system tracking data" msgstr "" "Granulariteit van systeemtrackinggegevens verwijderen en/of verminderen" @@ -3324,7 +3372,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/__init__.py:184 +#: awx/main/scheduler/task_manager.py:197 msgid "" "Job spawned from workflow could not start because it was not in the right " "state or required manual credentials" @@ -3332,7 +3380,7 @@ msgstr "" "Taak voortgebracht vanuit workflow kon niet starten omdat deze niet de " "juiste status of vereiste handmatige referenties had" -#: awx/main/scheduler/__init__.py:188 +#: awx/main/scheduler/task_manager.py:201 msgid "" "Job spawned from workflow could not start because it was missing a related " "resource such as project or inventory" @@ -3352,7 +3400,7 @@ msgstr "De licentie voor Ansible Tower verloopt binnenkort" msgid "status_str must be either succeeded or failed" msgstr "status_str must moet geslaagd of mislukt zijn" -#: awx/main/tasks.py:1531 +#: awx/main/tasks.py:1549 msgid "Dependent inventory update {} was canceled." msgstr "De afhankelijke inventarisupdate {} is geannuleerd." @@ -3361,38 +3409,38 @@ msgstr "De afhankelijke inventarisupdate {} is geannuleerd." msgid "Unable to convert \"%s\" to boolean" msgstr "Kan \"%s\" niet converteren in boolean" -#: awx/main/utils/common.py:209 +#: awx/main/utils/common.py:235 #, python-format msgid "Unsupported SCM type \"%s\"" msgstr "Niet-ondersteund SCM-type \"%s\"" -#: awx/main/utils/common.py:216 awx/main/utils/common.py:228 -#: awx/main/utils/common.py:247 +#: awx/main/utils/common.py:242 awx/main/utils/common.py:254 +#: awx/main/utils/common.py:273 #, python-format msgid "Invalid %s URL" msgstr "Ongeldige %s URL" -#: awx/main/utils/common.py:218 awx/main/utils/common.py:257 +#: awx/main/utils/common.py:244 awx/main/utils/common.py:283 #, python-format msgid "Unsupported %s URL" msgstr "Niet-ondersteunde %s URL" -#: awx/main/utils/common.py:259 +#: awx/main/utils/common.py:285 #, python-format msgid "Unsupported host \"%s\" for file:// URL" msgstr "Niet-ondersteunde host \"%s\" voor bestand:// URL" -#: awx/main/utils/common.py:261 +#: awx/main/utils/common.py:287 #, python-format msgid "Host is required for %s URL" msgstr "Host is vereist voor %s URL" -#: awx/main/utils/common.py:279 +#: awx/main/utils/common.py:305 #, 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:285 +#: awx/main/utils/common.py:311 #, python-format msgid "Username must be \"hg\" for SSH access to %s." msgstr "Gebruikersnaam moet \"hg\" zijn voor SSH-toegang tot %s." @@ -3513,287 +3561,287 @@ msgstr "Serverfout" msgid "A server error has occurred." msgstr "Er is een serverfout opgetreden" -#: awx/settings/defaults.py:664 +#: awx/settings/defaults.py:665 msgid "US East (Northern Virginia)" msgstr "VS Oosten (Northern Virginia)" -#: awx/settings/defaults.py:665 +#: awx/settings/defaults.py:666 msgid "US East (Ohio)" msgstr "VS Oosten (Ohio)" -#: awx/settings/defaults.py:666 +#: awx/settings/defaults.py:667 msgid "US West (Oregon)" msgstr "VS Westen (Oregon)" -#: awx/settings/defaults.py:667 +#: awx/settings/defaults.py:668 msgid "US West (Northern California)" msgstr "VS Westen (Northern California)" -#: awx/settings/defaults.py:668 +#: awx/settings/defaults.py:669 msgid "Canada (Central)" msgstr "Canada (Midden)" -#: awx/settings/defaults.py:669 +#: awx/settings/defaults.py:670 msgid "EU (Frankfurt)" msgstr "EU (Frankfurt)" -#: awx/settings/defaults.py:670 +#: awx/settings/defaults.py:671 msgid "EU (Ireland)" msgstr "EU (Ierland)" -#: awx/settings/defaults.py:671 +#: awx/settings/defaults.py:672 msgid "EU (London)" msgstr "EU (Londen)" -#: awx/settings/defaults.py:672 +#: awx/settings/defaults.py:673 msgid "Asia Pacific (Singapore)" msgstr "Azië-Pacific (Singapore)" -#: awx/settings/defaults.py:673 +#: awx/settings/defaults.py:674 msgid "Asia Pacific (Sydney)" msgstr "Azië-Pacific (Sydney)" -#: awx/settings/defaults.py:674 +#: awx/settings/defaults.py:675 msgid "Asia Pacific (Tokyo)" msgstr "Azië-Pacific (Tokyo)" -#: awx/settings/defaults.py:675 +#: awx/settings/defaults.py:676 msgid "Asia Pacific (Seoul)" msgstr "Azië-Pacific (Seoul)" -#: awx/settings/defaults.py:676 +#: awx/settings/defaults.py:677 msgid "Asia Pacific (Mumbai)" msgstr "Azië-Pacific (Mumbai)" -#: awx/settings/defaults.py:677 +#: awx/settings/defaults.py:678 msgid "South America (Sao Paulo)" msgstr "Zuid-Amerika (Sao Paulo)" -#: awx/settings/defaults.py:678 +#: awx/settings/defaults.py:679 msgid "US West (GovCloud)" msgstr "VS Westen (GovCloud)" -#: awx/settings/defaults.py:679 +#: awx/settings/defaults.py:680 msgid "China (Beijing)" msgstr "China (Beijing)" -#: awx/settings/defaults.py:728 +#: awx/settings/defaults.py:729 msgid "US East 1 (B)" msgstr "VS Oosten 1 (B)" -#: awx/settings/defaults.py:729 +#: awx/settings/defaults.py:730 msgid "US East 1 (C)" msgstr "VS Oosten 1 (C)" -#: awx/settings/defaults.py:730 +#: awx/settings/defaults.py:731 msgid "US East 1 (D)" msgstr "VS Oosten 1 (D)" -#: awx/settings/defaults.py:731 +#: awx/settings/defaults.py:732 msgid "US East 4 (A)" msgstr "VS Oosten 4 (A)" -#: awx/settings/defaults.py:732 +#: awx/settings/defaults.py:733 msgid "US East 4 (B)" msgstr "VS Oosten 4 (B)" -#: awx/settings/defaults.py:733 +#: awx/settings/defaults.py:734 msgid "US East 4 (C)" msgstr "VS Oosten 4 (C)" -#: awx/settings/defaults.py:734 +#: awx/settings/defaults.py:735 msgid "US Central (A)" msgstr "VS Midden (A)" -#: awx/settings/defaults.py:735 +#: awx/settings/defaults.py:736 msgid "US Central (B)" msgstr "VS Midden (B)" -#: awx/settings/defaults.py:736 +#: awx/settings/defaults.py:737 msgid "US Central (C)" msgstr "VS Midden (C)" -#: awx/settings/defaults.py:737 +#: awx/settings/defaults.py:738 msgid "US Central (F)" msgstr "VS Midden (F)" -#: awx/settings/defaults.py:738 +#: awx/settings/defaults.py:739 msgid "US West (A)" msgstr "VS Westen (A)" -#: awx/settings/defaults.py:739 +#: awx/settings/defaults.py:740 msgid "US West (B)" msgstr "VS Westen (B)" -#: awx/settings/defaults.py:740 +#: awx/settings/defaults.py:741 msgid "US West (C)" msgstr "VS Westen (C)" -#: awx/settings/defaults.py:741 +#: awx/settings/defaults.py:742 msgid "Europe West 1 (B)" msgstr "Europa Westen 1 (B)" -#: awx/settings/defaults.py:742 +#: awx/settings/defaults.py:743 msgid "Europe West 1 (C)" msgstr "Europa Westen 1 (C)" -#: awx/settings/defaults.py:743 +#: awx/settings/defaults.py:744 msgid "Europe West 1 (D)" msgstr "Europa Westen 1 (D)" -#: awx/settings/defaults.py:744 +#: awx/settings/defaults.py:745 msgid "Europe West 2 (A)" msgstr "Europa Westen 2 (A)" -#: awx/settings/defaults.py:745 +#: awx/settings/defaults.py:746 msgid "Europe West 2 (B)" msgstr "Europa Westen 2 (B)" -#: awx/settings/defaults.py:746 +#: awx/settings/defaults.py:747 msgid "Europe West 2 (C)" msgstr "Europa Westen 2 (C)" -#: awx/settings/defaults.py:747 +#: awx/settings/defaults.py:748 msgid "Asia East (A)" msgstr "Azië Oosten (A)" -#: awx/settings/defaults.py:748 +#: awx/settings/defaults.py:749 msgid "Asia East (B)" msgstr "Azië Oosten (B)" -#: awx/settings/defaults.py:749 +#: awx/settings/defaults.py:750 msgid "Asia East (C)" msgstr "Azië Oosten (C)" -#: awx/settings/defaults.py:750 +#: awx/settings/defaults.py:751 msgid "Asia Southeast (A)" msgstr "Azië (Zuidoost) (A)" -#: awx/settings/defaults.py:751 +#: awx/settings/defaults.py:752 msgid "Asia Southeast (B)" msgstr "Azië (Zuidoost) (B)" -#: awx/settings/defaults.py:752 +#: awx/settings/defaults.py:753 msgid "Asia Northeast (A)" msgstr "Azië (Noordoost) (A)" -#: awx/settings/defaults.py:753 +#: awx/settings/defaults.py:754 msgid "Asia Northeast (B)" msgstr "Azië (Noordoost) (B)" -#: awx/settings/defaults.py:754 +#: awx/settings/defaults.py:755 msgid "Asia Northeast (C)" msgstr "Azië (Noordoost) (C)" -#: awx/settings/defaults.py:755 +#: awx/settings/defaults.py:756 msgid "Australia Southeast (A)" msgstr "Australië Zuidoost (A)" -#: awx/settings/defaults.py:756 +#: awx/settings/defaults.py:757 msgid "Australia Southeast (B)" msgstr "Australië Zuidoost (B)" -#: awx/settings/defaults.py:757 +#: awx/settings/defaults.py:758 msgid "Australia Southeast (C)" msgstr "Australië Zuidoost (C)" -#: awx/settings/defaults.py:781 +#: awx/settings/defaults.py:780 msgid "US East" msgstr "VS Oosten" -#: awx/settings/defaults.py:782 +#: awx/settings/defaults.py:781 msgid "US East 2" msgstr "VS Oosten 2" -#: awx/settings/defaults.py:783 +#: awx/settings/defaults.py:782 msgid "US Central" msgstr "VS Midden" -#: awx/settings/defaults.py:784 +#: awx/settings/defaults.py:783 msgid "US North Central" msgstr "VS Noord Midden" -#: awx/settings/defaults.py:785 +#: awx/settings/defaults.py:784 msgid "US South Central" msgstr "VS Zuid MIdden" -#: awx/settings/defaults.py:786 +#: awx/settings/defaults.py:785 msgid "US West Central" msgstr "VS West Midden" -#: awx/settings/defaults.py:787 +#: awx/settings/defaults.py:786 msgid "US West" msgstr "VS Westen" -#: awx/settings/defaults.py:788 +#: awx/settings/defaults.py:787 msgid "US West 2" msgstr "VS Westen 2" -#: awx/settings/defaults.py:789 +#: awx/settings/defaults.py:788 msgid "Canada East" msgstr "Canada Oosten" -#: awx/settings/defaults.py:790 +#: awx/settings/defaults.py:789 msgid "Canada Central" msgstr "Canada Midden" -#: awx/settings/defaults.py:791 +#: awx/settings/defaults.py:790 msgid "Brazil South" msgstr "Brazilië Zuiden" -#: awx/settings/defaults.py:792 +#: awx/settings/defaults.py:791 msgid "Europe North" msgstr "Europa Noorden" -#: awx/settings/defaults.py:793 +#: awx/settings/defaults.py:792 msgid "Europe West" msgstr "Europa Westen" -#: awx/settings/defaults.py:794 +#: awx/settings/defaults.py:793 msgid "UK West" msgstr "VK Westen" -#: awx/settings/defaults.py:795 +#: awx/settings/defaults.py:794 msgid "UK South" msgstr "VK Zuiden" -#: awx/settings/defaults.py:796 +#: awx/settings/defaults.py:795 msgid "Asia East" msgstr "Azië Oosten" -#: awx/settings/defaults.py:797 +#: awx/settings/defaults.py:796 msgid "Asia Southeast" msgstr "Azië Zuidoosten" -#: awx/settings/defaults.py:798 +#: awx/settings/defaults.py:797 msgid "Australia East" msgstr "Australië Oosten" -#: awx/settings/defaults.py:799 +#: awx/settings/defaults.py:798 msgid "Australia Southeast" msgstr "Australië Zuidoosten" -#: awx/settings/defaults.py:800 +#: awx/settings/defaults.py:799 msgid "India West" msgstr "India Westen" -#: awx/settings/defaults.py:801 +#: awx/settings/defaults.py:800 msgid "India South" msgstr "India Zuiden" -#: awx/settings/defaults.py:802 +#: awx/settings/defaults.py:801 msgid "Japan East" msgstr "Japan Oosten" -#: awx/settings/defaults.py:803 +#: awx/settings/defaults.py:802 msgid "Japan West" msgstr "Japan Westen" -#: awx/settings/defaults.py:804 +#: awx/settings/defaults.py:803 msgid "Korea Central" msgstr "Korea Midden" -#: awx/settings/defaults.py:805 +#: awx/settings/defaults.py:804 msgid "Korea South" msgstr "Korea Zuiden" @@ -4544,6 +4592,7 @@ msgid "SAML Team Map" msgstr "SAML-teamtoewijzing" #: awx/sso/fields.py:123 +#, python-brace-format msgid "Invalid connection option(s): {invalid_options}." msgstr "Ongeldige verbindingsoptie(s): {invalid_options}." @@ -4560,16 +4609,19 @@ msgid "Subtree" msgstr "Substructuur" #: awx/sso/fields.py:214 +#, 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 +#, 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 +#, python-brace-format msgid "" "Expected an instance of LDAPSearch or LDAPSearchUnion but got {input_type} " "instead." @@ -4578,20 +4630,24 @@ msgstr "" "plaats daarvan {input_type}." #: awx/sso/fields.py:289 +#, python-brace-format msgid "Invalid user attribute(s): {invalid_attrs}." msgstr "Ongeldig(e) gebruikerskenmerk(en): {invalid_attrs}." #: awx/sso/fields.py:306 +#, 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." @@ -4600,46 +4656,57 @@ msgstr "" "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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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 +#, python-brace-format msgid "An account cannot be found for {0}" msgstr "Een account kan niet worden gevonden voor {0}" @@ -4733,6 +4800,7 @@ msgid "Make a PATCH request on the %(name)s resource" msgstr "Maak een PATCH-aanvraag voor de resource van %(name)s" #: 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 msgid "UI" msgstr "Gebruikersinterface" @@ -4787,6 +4855,15 @@ msgstr "" "transparante achtergrond gebruikt. De indelingen GIF, PNG en JPEG worden " "ondersteund." +#: awx/ui/conf.py:60 +msgid "Max Job Events Retreived by UI" +msgstr "" + +#: awx/ui/conf.py:61 +msgid "" +"Maximum number of job events for the UI to retreive within a single request." +msgstr "" + #: awx/ui/fields.py:29 msgid "" "Invalid format for custom logo. Must be a data URL with a base64-encoded " diff --git a/awx/ui/po/es.po b/awx/ui/po/es.po index 18dce8c5bb..6e6aca6ae6 100644 --- a/awx/ui/po/es.po +++ b/awx/ui/po/es.po @@ -6,10 +6,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2017-09-05 01:01+0000\n" -"Last-Translator: edrh01 \n" +"PO-Revision-Date: 2017-12-05 05:02+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" @@ -17,7 +16,7 @@ msgstr "" "X-Generator: Zanata 4.2.1\n" #: client/src/projects/add/projects-add.controller.js:153 -#: client/src/projects/edit/projects-edit.controller.js:282 +#: client/src/projects/edit/projects-edit.controller.js:288 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 " @@ -28,7 +27,7 @@ msgstr "" " SSH, no indique su usuario de Bitbucket." #: client/src/projects/add/projects-add.controller.js:132 -#: client/src/projects/edit/projects-edit.controller.js:261 +#: client/src/projects/edit/projects-edit.controller.js:267 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,7 +45,6 @@ msgid "(defaults to %s)" msgstr "(valor por defecto a %s)" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:378 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:334 msgid "(seconds)" msgstr "(segundos)" @@ -70,7 +68,7 @@ msgstr "50" msgid "A schedule name is required." msgstr "Un nombre para el planificador es necesario." -#: client/src/users/add/users-add.controller.js:101 +#: client/src/users/add/users-add.controller.js:102 msgid "A value is required" msgstr "Un valor es necesario" @@ -93,11 +91,10 @@ msgstr "DETALLES DE ACTIVIDAD" #: client/src/activity-stream/activitystream.route.js:28 #: client/src/activity-stream/streams.list.js:14 #: client/src/activity-stream/streams.list.js:15 -#: client/src/activity-stream/activitystream.route.js:27 msgid "ACTIVITY STREAM" msgstr "FLUJO DE ACTIVIDAD" -#: client/features/credentials/legacy.credentials.js:79 +#: 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 @@ -112,15 +109,10 @@ msgstr "FLUJO DE ACTIVIDAD" #: 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:402 +#: 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 -#: client/features/credentials/legacy.credentials.js:74 -#: client/src/credential-types/credential-types.list.js:41 -#: client/src/projects/projects.form.js:242 -#: client/src/templates/job_templates/job-template.form.js:422 -#: client/src/templates/workflows.form.js:130 msgid "ADD" msgstr "AÑADIR" @@ -132,8 +124,7 @@ msgstr "AGREGAR GRUPO" msgid "ADD HOST" msgstr "AGREGAR HOST" -#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:212 -#: client/src/users/users.form.js:213 +#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:216 msgid "ADD PERMISSIONS" msgstr "AÑADIR PERMISOS" @@ -151,7 +142,6 @@ msgstr "INFORMACIÓN ADICIONAL" #: client/src/organizations/linkout/organizations-linkout.route.js:330 #: client/src/organizations/list/organizations-list.controller.js:84 -#: client/src/organizations/linkout/organizations-linkout.route.js:323 msgid "ADMINS" msgstr "ADMINS" @@ -172,8 +162,7 @@ msgstr "CUALQUIERA" msgid "API Key" msgstr "Clave API" -#: client/src/notifications/notificationTemplates.form.js:246 -#: client/src/notifications/notificationTemplates.form.js:251 +#: client/src/notifications/notificationTemplates.form.js:243 msgid "API Service/Integration Key" msgstr "Servicio API/Clave de integración" @@ -196,7 +185,6 @@ msgid "ASSOCIATED HOSTS" msgstr "HOSTS ASOCIADOS" #: client/src/setup-menu/setup-menu.partial.html:66 -#: client/src/setup-menu/setup-menu.partial.html:72 msgid "About {{BRAND_NAME}}" msgstr "Acerca de {{BRAND_NAME}}" @@ -204,13 +192,11 @@ msgstr "Acerca de {{BRAND_NAME}}" msgid "Access Key" msgstr "Clave de acceso" -#: client/src/notifications/notificationTemplates.form.js:224 -#: client/src/notifications/notificationTemplates.form.js:229 +#: client/src/notifications/notificationTemplates.form.js:221 msgid "Account SID" msgstr "Cuenta SID" -#: client/src/notifications/notificationTemplates.form.js:183 -#: client/src/notifications/notificationTemplates.form.js:186 +#: client/src/notifications/notificationTemplates.form.js:180 msgid "Account Token" msgstr "Cuenta Token" @@ -229,17 +215,15 @@ msgstr "Acciones" msgid "Activity" msgstr "Actividad" -#: client/src/configuration/system-form/configuration-system.controller.js:86 +#: client/src/configuration/system-form/configuration-system.controller.js:88 msgid "Activity Stream" msgstr "Flujo de actividad" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:134 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:137 +#: 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/standard-inventory/inventory.form.js:143 -#: client/src/templates/workflows.form.js:127 msgid "Add" msgstr "Añadir" @@ -259,12 +243,9 @@ msgstr "Añadir permisos" msgid "Add Project" msgstr "Añadir proyecto" -#: client/src/shared/form-generator.js:1703 -#: client/src/templates/job_templates/job-template.form.js:450 +#: 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:1754 -#: client/src/templates/job_templates/job-template.form.js:467 -#: client/src/templates/workflows.form.js:175 msgid "Add Survey" msgstr "Añadir encuesta" @@ -279,8 +260,6 @@ msgstr "Añadir usuario" #: client/src/shared/stateDefinitions.factory.js:410 #: client/src/shared/stateDefinitions.factory.js:578 #: client/src/users/users.list.js:17 -#: client/src/shared/stateDefinitions.factory.js:364 -#: client/src/shared/stateDefinitions.factory.js:532 msgid "Add Users" msgstr "Añadir usuarios" @@ -300,18 +279,13 @@ msgstr "Agregar un host" msgid "Add a new schedule" msgstr "Añadir un nuevo planificador" -#: client/features/credentials/legacy.credentials.js:77 +#: 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:136 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:139 +#: 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:400 +#: client/src/templates/job_templates/job-template.form.js:395 #: client/src/templates/workflows.form.js:123 -#: client/features/credentials/legacy.credentials.js:72 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:145 -#: client/src/projects/projects.form.js:240 -#: client/src/templates/job_templates/job-template.form.js:420 -#: client/src/templates/workflows.form.js:128 msgid "Add a permission" msgstr "Añadir un permiso" @@ -324,8 +298,7 @@ msgstr "" " ejecutan tareas sobre máquinas o cuando se sincronizan inventarios o " "proyectos." -#: client/src/shared/form-generator.js:1439 -#: client/src/shared/form-generator.js:1490 +#: client/src/shared/form-generator.js:1446 msgid "Admin" msgstr "Administrador" @@ -349,7 +322,6 @@ msgstr "" #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:65 #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:74 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:139 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:130 msgid "All" msgstr "Todo" @@ -362,8 +334,8 @@ msgstr "Todas las actividades" msgid "All Jobs" msgstr "Todos los trabajos" -#: client/src/templates/job_templates/job-template.form.js:280 -#: client/src/templates/job_templates/job-template.form.js:287 +#: client/src/templates/job_templates/job-template.form.js:275 +#: client/src/templates/job_templates/job-template.form.js:282 msgid "Allow Provisioning Callbacks" msgstr "Permitir la ejecución utilizando Callbacks" @@ -378,8 +350,7 @@ msgstr "" msgid "Always" msgstr "Siempre" -#: client/src/projects/list/projects-list.controller.js:267 -#: client/src/projects/list/projects-list.controller.js:265 +#: client/src/projects/list/projects-list.controller.js:266 msgid "" "An SCM update does not appear to be running for project: %s. Click the " "%sRefresh%s button to view the latest status." @@ -388,13 +359,21 @@ msgstr "" "proyectos: %s. Pulse sobre el botón %sActualizar%s para ver el estado más " "reciente." -#: client/src/templates/survey-maker/shared/question-definition.form.js:59 -#: client/src/templates/survey-maker/shared/question-definition.form.js:65 +#: 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" msgstr "Tipo de respuesta" -#: client/src/credentials/list/credentials-list.controller.js:114 -#: client/src/credentials/list/credentials-list.controller.js:106 +#: client/src/templates/survey-maker/shared/question-definition.form.js:44 +#: client/src/templates/survey-maker/shared/question-definition.form.js:53 +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/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?" @@ -402,6 +381,7 @@ msgstr "¿Está seguro que quiere eliminar la credencial indicada?" msgid "Are you sure you want to delete the inventory below?" msgstr "¿Está seguro de que quiere eliminar el inventario indicado?" +#: 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?" @@ -416,10 +396,13 @@ 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 -#: client/src/projects/list/projects-list.controller.js:207 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?" @@ -432,14 +415,13 @@ msgstr "¿Esta seguro de que desea eliminar este {{deleteMode}}?" msgid "Are you sure you want to disassociate the group below from" msgstr "¿Está seguro de que quiere desasociar el grupo indicado de" -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:22 +#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:23 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:25 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:25 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:26 msgid "Are you sure you want to disassociate the host below from" msgstr "¿Está seguro de que quiere desasociar el host indicado de" #: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:47 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:69 msgid "" "Are you sure you want to permanently delete the group below from the " "inventory?" @@ -447,8 +429,7 @@ msgstr "" "¿Está seguro de que quiere eliminar permanentemente el grupo indicado del " "inventario?" -#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:98 -#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:93 +#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:106 msgid "" "Are you sure you want to permanently delete the host below from the " "inventory?" @@ -456,7 +437,6 @@ msgstr "" "¿Está seguro de que quiere eliminar permanentemente el host indicado del " "inventario?" -#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:120 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:69 msgid "" "Are you sure you want to permanently delete the inventory source below from " @@ -465,7 +445,7 @@ msgstr "" "¿Está seguro de que quiere eliminar permanentemente la fuente del inventario" " del inventario?" -#: client/src/projects/edit/projects-edit.controller.js:238 +#: client/src/projects/edit/projects-edit.controller.js:244 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?" @@ -488,8 +468,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:1441 -#: client/src/shared/form-generator.js:1492 +#: client/src/shared/form-generator.js:1448 msgid "Auditor" msgstr "Auditor" @@ -536,12 +515,11 @@ msgstr "Zona de disponibilidad:" msgid "Azure AD" msgstr "Azure AD" -#: client/src/shared/directives.js:75 client/src/shared/directives.js:133 +#: client/src/shared/directives.js:75 msgid "BROWSE" msgstr "NAVEGAR" #: client/src/projects/projects.form.js:80 -#: client/src/projects/projects.form.js:79 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 " @@ -555,32 +533,28 @@ msgstr "" "encontrar los playbooks." #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:128 -#: client/src/templates/job_templates/job-template.form.js:274 msgid "Become Privilege Escalation" msgstr "Activar la escalada de privilegios" -#: client/src/license/license.partial.html:104 +#: client/src/license/license.partial.html:107 msgid "Browse" msgstr "Navegar" #: client/lib/services/base-string.service.js:61 -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:26 +#: 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 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:29 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:29 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:30 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:73 #: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.partial.html:16 #: client/src/inventories-hosts/shared/associate-groups/associate-groups.partial.html:16 #: client/src/inventories-hosts/shared/associate-hosts/associate-hosts.partial.html:16 -#: client/src/job-submission/job-submission.partial.html:363 +#: client/src/job-submission/job-submission.partial.html:370 #: client/src/partials/survey-maker-modal.html:17 -#: client/src/partials/survey-maker-modal.html:84 +#: 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/lib/services/base-string.service.js:29 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:73 -#: client/src/job-submission/job-submission.partial.html:360 msgid "CANCEL" msgstr "CANCELAR" @@ -592,14 +566,13 @@ msgstr "MODIFICACIONES" msgid "CLEAR ALL" msgstr "LIMPIAR TODO" -#: client/src/partials/survey-maker-modal.html:85 +#: 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:18 +#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:19 #: client/src/templates/completed-jobs.list.js:20 -#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:17 msgid "COMPLETED JOBS" msgstr "TRABAJOS COMPLETADOS" @@ -649,12 +622,10 @@ msgstr "CREAR TRABAJO PROGRAMADO" msgid "CREATE SOURCE" msgstr "CREAR FUENTE" -#: client/src/job-submission/job-submission.partial.html:344 +#: 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 -#: client/src/job-submission/job-submission.partial.html:341 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:80 msgid "CREDENTIAL" msgstr "CREDENCIAL" @@ -664,7 +635,6 @@ 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/job-submission/job-submission.partial.html:90 msgid "CREDENTIAL TYPE:" msgstr "TIPO DE CREDENCIAL:" @@ -679,8 +649,6 @@ msgstr "TIPOS DE CREDENCIAL" #: client/src/credentials/credentials.list.js:15 #: client/src/credentials/credentials.list.js:16 #: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:5 -#: client/features/credentials/legacy.credentials.js:13 -#: client/src/activity-stream/get-target-title.factory.js:14 msgid "CREDENTIALS" msgstr "CREDENCIALES" @@ -691,35 +659,27 @@ 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/inventories-hosts/inventories/related/sources/sources.form.js:334 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:346 -#: client/src/projects/projects.form.js:198 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:187 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:198 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:247 -#: client/src/projects/list/projects-list.controller.js:264 #: 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:263 msgid "Call to %s failed. GET status:" msgstr "Fallo en la llamada a %s. Estado GET:" -#: client/src/projects/edit/projects-edit.controller.js:232 +#: client/src/projects/edit/projects-edit.controller.js:238 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:226 #: client/src/projects/list/projects-list.controller.js:225 msgid "Call to %s failed. POST status:" msgstr "Fallo en la llamada a %s. Estado POST :" @@ -728,25 +688,25 @@ 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:273 -#: client/src/projects/list/projects-list.controller.js:271 +#: client/src/projects/list/projects-list.controller.js:272 msgid "Call to get project failed. GET status:" msgstr "Fallo en la obtención del proyecto. Estado GET :" #: client/src/access/add-rbac-resource/rbac-resource.partial.html:105 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:191 -#: client/src/configuration/configuration.controller.js:535 +#: 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:1691 +#: 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:529 -#: client/src/shared/form-generator.js:1742 msgid "Cancel" msgstr "Cancelar" -#: client/src/projects/list/projects-list.controller.js:242 +#: client/src/job-results/job-results.service.js:142 +msgid "Cancel Job" +msgstr "Cancelar tarea" + #: client/src/projects/list/projects-list.controller.js:241 msgid "Cancel Not Allowed" msgstr "Cancelación no permitida." @@ -770,22 +730,15 @@ 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:39 -#: client/src/shared/smart-search/smart-search.controller.js:81 msgid "Cannot search running job" msgstr "Imposible buscar en trabajos en ejecución." -#: client/src/instance-groups/instance-group.partial.html:10 -#: client/src/instance-groups/instance-groups.list.js:21 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:10 -#: client/src/instance-groups/instances/instances-list.partial.html:18 +#: client/src/instance-groups/instance-groups.list.js:22 #: client/src/instance-groups/instances/instances.list.js:20 -#: client/src/instance-groups/list/instance-groups-list.partial.html:29 msgid "Capacity" msgstr "Capacidad" #: client/src/projects/projects.form.js:82 -#: client/src/projects/projects.form.js:81 msgid "Change %s under \"Configure {{BRAND_NAME}}\" to change this location." msgstr "" "Modificar %s dentro de \"Configurar {{BRAND_NAME}}\" para cambiar esta " @@ -795,16 +748,15 @@ msgstr "" msgid "Changes" msgstr "Modificaciones" -#: client/src/shared/form-generator.js:1064 -#: client/src/shared/form-generator.js:1116 +#: client/src/shared/form-generator.js:1071 msgid "Choose a %s" msgstr "Escoja un %s" -#: client/src/templates/survey-maker/shared/question-definition.form.js:61 +#: client/src/templates/survey-maker/shared/question-definition.form.js:64 msgid "Choose an answer type" msgstr "Elegir un tipo de respuesta" -#: client/src/templates/survey-maker/shared/question-definition.form.js:64 +#: client/src/templates/survey-maker/shared/question-definition.form.js:67 msgid "" "Choose an answer type or format you want as the prompt for the user. Refer " "to the Ansible Tower Documentation for more additional information about " @@ -818,7 +770,7 @@ msgstr "" msgid "Choose an inventory file" msgstr "Escoja un archivo del inventario." -#: client/src/shared/directives.js:76 client/src/shared/directives.js:134 +#: client/src/shared/directives.js:76 msgid "Choose file" msgstr "Escoja fichero" @@ -831,11 +783,10 @@ msgstr "" "final, y pulse sobre Enviar." #: client/src/projects/projects.form.js:156 -#: client/src/projects/projects.form.js:155 msgid "Clean" msgstr "Limpiar" -#: client/src/templates/survey-maker/shared/question-definition.form.js:296 +#: client/src/templates/survey-maker/shared/question-definition.form.js:299 msgid "Clear" msgstr "Borrar" @@ -874,7 +825,6 @@ msgstr "" "trabajo." #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:138 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:129 msgid "" "Click on the regions field to see a list of regions for your cloud provider." " You can select multiple regions, or choose" @@ -886,8 +836,7 @@ msgstr "" msgid "Client ID" msgstr "ID del cliente" -#: client/src/notifications/notificationTemplates.form.js:257 -#: client/src/notifications/notificationTemplates.form.js:262 +#: client/src/notifications/notificationTemplates.form.js:254 msgid "Client Identifier" msgstr "Identificador del cliente" @@ -895,12 +844,11 @@ msgstr "Identificador del cliente" msgid "Client Secret" msgstr "Pregunta secreta del cliente" -#: client/src/shared/form-generator.js:1695 -#: client/src/shared/form-generator.js:1746 +#: client/src/shared/form-generator.js:1703 msgid "Close" msgstr "Cerrar" -#: client/src/job-results/job-results.partial.html:288 +#: client/src/job-results/job-results.partial.html:291 msgid "Cloud Credential" msgstr "Credencial cloud" @@ -912,18 +860,14 @@ msgstr "Fuente de nube no configurada." msgid "Cloud source not configured. Click" msgstr "Fuente de nube no configurada. Haga clic en" -#: client/src/credentials/factories/become-method-change.factory.js:86 -#: client/src/credentials/factories/kind-change.factory.js:143 -#: client/src/credentials/factories/become-method-change.factory.js:88 -#: client/src/credentials/factories/kind-change.factory.js:145 +#: client/src/credentials/factories/become-method-change.factory.js:80 +#: client/src/credentials/factories/kind-change.factory.js:137 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/src/job-results/job-results.controller.js:219 -#: client/src/standard-out/standard-out.controller.js:245 msgid "Collapse Output" msgstr "Colapsar salida" @@ -933,37 +877,41 @@ msgid "Completed Jobs" msgstr "Tareas completadas" #: client/src/management-jobs/card/card.partial.html:34 -#: client/src/management-jobs/card/card.partial.html:32 msgid "Configure Notifications" msgstr "Configurar las notificaciones" #: client/src/setup-menu/setup-menu.partial.html:60 -#: client/src/setup-menu/setup-menu.partial.html:66 msgid "Configure {{BRAND_NAME}}" msgstr "Configurar {{BRAND_NAME}}" -#: client/src/users/users.form.js:79 client/src/users/users.form.js:80 +#: client/src/users/users.form.js:81 msgid "Confirm Password" msgstr "Confirmar la contraseña" -#: client/src/configuration/configuration.controller.js:542 -#: client/src/configuration/configuration.controller.js:536 +#: client/src/configuration/configuration.controller.js:548 msgid "Confirm Reset" msgstr "Confirmar la reinicialización" -#: client/src/configuration/configuration.controller.js:551 -#: client/src/configuration/configuration.controller.js:545 +#: client/src/configuration/configuration.controller.js:557 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/templates/job_templates/job-template.form.js:222 -#: client/src/templates/job_templates/job-template.form.js:241 msgid "" "Consult the Ansible documentation for further details on the usage of tags." msgstr "" @@ -974,15 +922,13 @@ msgstr "" msgid "Contains 0 hosts." msgstr "Contiene 0 hosts." -#: client/src/templates/job_templates/job-template.form.js:185 -#: client/src/templates/job_templates/job-template.form.js:194 +#: client/src/templates/job_templates/job-template.form.js:180 msgid "" "Control the level of output ansible will produce as the playbook executes." msgstr "" "Controlar el nivel de salida que ansible producirá al ejecutar playbooks." #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:313 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:269 msgid "" "Control the level of output ansible will produce for inventory source update" " jobs." @@ -1018,16 +964,11 @@ msgstr "" msgid "Create New" msgstr "Crear nuevo" -#: client/src/inventories-hosts/hosts/host.list.js:107 -msgid "Create a new Smart Inventory from search results." -msgstr "Crear un nuevo inventario inteligente de los resultados de búsqueda." - #: client/src/credentials/credentials.list.js:52 msgid "Create a new credential" msgstr "Crear una nueva credencial" #: client/src/credential-types/credential-types.list.js:42 -#: client/src/credential-types/credential-types.list.js:39 msgid "Create a new credential type" msgstr "Crear un nuevo tipo de credencial" @@ -1076,14 +1017,12 @@ msgid "Create a new user" msgstr "Crear un nuevo usuario" #: client/src/setup-menu/setup-menu.partial.html:42 -#: client/src/setup-menu/setup-menu.partial.html:35 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 -#: client/src/setup-menu/setup-menu.partial.html:49 msgid "" "Create custom credential types to be used for authenticating to network " "hosts and cloud sources" @@ -1092,7 +1031,6 @@ msgstr "" "hosts de red y fuentes de nube" #: client/src/setup-menu/setup-menu.partial.html:49 -#: client/src/setup-menu/setup-menu.partial.html:42 msgid "" "Create templates for sending notifications with Email, HipChat, Slack, and " "SMS." @@ -1104,26 +1042,22 @@ msgstr "" #: 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:126 +#: 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:70 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/src/setup-menu/setup-menu.partial.html:48 msgid "Credential Types" msgstr "Tipos de credencial" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:135 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:59 +#: 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:139 -#: client/src/templates/job_templates/job-template.form.js:130 -#: client/src/templates/job_templates/job-template.form.js:142 +#: client/src/templates/job_templates/job-template.form.js:134 msgid "Credentials" msgstr "Credenciales" @@ -1131,7 +1065,7 @@ msgstr "Credenciales" msgid "Critical" msgstr "Crítico" -#: client/src/shared/directives.js:77 client/src/shared/directives.js:135 +#: client/src/shared/directives.js:77 msgid "Current Image:" msgstr "Imagen actual:" @@ -1141,13 +1075,11 @@ msgstr "" "Actualmente siguiendo la salida estándar. Haga clic para dejar de seguir." #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:171 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:159 msgid "Custom Inventory Script" msgstr "Script de inventario personalizado" -#: client/src/inventory-scripts/inventory-scripts.form.js:53 -#: client/src/inventory-scripts/inventory-scripts.form.js:63 -#: client/src/inventory-scripts/inventory-scripts.form.js:64 +#: client/src/inventory-scripts/inventory-scripts.form.js:50 +#: client/src/inventory-scripts/inventory-scripts.form.js:60 msgid "Custom Script" msgstr "Script personalizado" @@ -1155,22 +1087,23 @@ msgstr "Script personalizado" msgid "DASHBOARD" msgstr "PANEL DE CONTROL" -#: client/src/credentials/list/credentials-list.controller.js:116 +#: client/src/credentials/list/credentials-list.controller.js:135 #: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:103 #: 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:145 +#: 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/partials/survey-maker-modal.html:18 -#: client/src/projects/edit/projects-edit.controller.js:240 +#: 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/credentials/list/credentials-list.controller.js:108 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:74 msgid "DELETE" msgstr "ELIMINAR" -#: client/src/partials/survey-maker-modal.html:83 +#: client/src/partials/survey-maker-modal.html:84 msgid "DELETE SURVEY" msgstr "BORRAR ENCUESTA" @@ -1178,10 +1111,10 @@ msgstr "BORRAR ENCUESTA" msgid "DETAILS" msgstr "DETALLES" -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:27 +#: 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 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:30 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:31 msgid "DISASSOCIATE" msgstr "DISOCIAR" @@ -1191,26 +1124,24 @@ msgstr "HOSTS DINÁMICOS" #: client/src/credential-types/credential-types.list.js:73 #: client/src/credentials/credentials.list.js:85 -#: client/src/credentials/list/credentials-list.controller.js:113 -#: client/src/inventories-hosts/inventories/inventory.list.js:112 +#: 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:237 +#: 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/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/users/users.list.js:79 #: client/src/workflow-results/workflow-results.partial.html:54 -#: client/src/credential-types/credential-types.list.js:70 -#: client/src/credentials/list/credentials-list.controller.js:105 -#: client/src/projects/list/projects-list.controller.js:206 msgid "Delete" msgstr "ELIMINAR" @@ -1219,7 +1150,11 @@ msgstr "ELIMINAR" msgid "Delete Group" msgstr "Eliminar grupo" -#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:142 +#: client/src/job-results/job-results.service.js:93 +msgid "Delete Job" +msgstr "Eliminar tarea" + +#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:175 msgid "Delete Source" msgstr "Eliminar fuente" @@ -1228,7 +1163,6 @@ msgid "Delete credential" msgstr "Eliminar la credencial." #: client/src/credential-types/credential-types.list.js:75 -#: client/src/credential-types/credential-types.list.js:72 msgid "Delete credential type" msgstr "Eliminar tipo de credencial" @@ -1240,12 +1174,10 @@ msgstr[0] "Eliminar grupo" msgstr[1] "Eliminar grupos" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:48 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:48 msgid "Delete groups" msgstr "Eliminar grupos" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:37 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:37 msgid "Delete groups and hosts" msgstr "Eliminar grupos y hosts" @@ -1257,11 +1189,10 @@ msgstr[0] "Eliminar host" msgstr[1] "Eliminar hosts" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:59 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:59 msgid "Delete hosts" msgstr "Eliminar hosts" -#: client/src/inventories-hosts/inventories/inventory.list.js:114 +#: client/src/inventories-hosts/inventories/inventory.list.js:113 msgid "Delete inventory" msgstr "Eliminar el inventario" @@ -1274,7 +1205,6 @@ msgid "Delete notification" msgstr "Eliminar la notificación" #: client/src/projects/projects.form.js:166 -#: client/src/projects/projects.form.js:165 msgid "Delete on Update" msgstr "Eliminar la actualización" @@ -1306,7 +1236,6 @@ msgid "Delete the job" msgstr "Eliminar el trabajo" #: client/src/projects/projects.form.js:168 -#: client/src/projects/projects.form.js:167 msgid "" "Delete the local repository in its entirety prior to performing an update." msgstr "" @@ -1334,7 +1263,6 @@ msgid "Deleting group" msgstr "Eliminando grupo" #: client/src/projects/projects.form.js:168 -#: client/src/projects/projects.form.js:167 msgid "" "Depending on the size of the repository this may significantly increase the " "amount of time required to complete an update." @@ -1364,61 +1292,50 @@ msgstr "Documentación de descripción de las instancias" #: 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:141 client/src/users/users.form.js:167 -#: client/src/inventories-hosts/hosts/host.form.js:62 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:61 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:55 -#: client/src/users/users.form.js:142 client/src/users/users.form.js:168 +#: client/src/users/users.form.js:145 client/src/users/users.form.js:171 msgid "Description" msgstr "Descripción" -#: client/src/notifications/notificationTemplates.form.js:139 -#: client/src/notifications/notificationTemplates.form.js:143 -#: client/src/notifications/notificationTemplates.form.js:155 -#: client/src/notifications/notificationTemplates.form.js:159 +#: client/src/notifications/notificationTemplates.form.js:136 #: client/src/notifications/notificationTemplates.form.js:140 -#: client/src/notifications/notificationTemplates.form.js:145 -#: client/src/notifications/notificationTemplates.form.js:157 -#: client/src/notifications/notificationTemplates.form.js:162 -#: client/src/notifications/notificationTemplates.form.js:378 +#: client/src/notifications/notificationTemplates.form.js:152 +#: client/src/notifications/notificationTemplates.form.js:156 msgid "Destination Channels" msgstr "Canales destinatarios" -#: client/src/notifications/notificationTemplates.form.js:362 -#: client/src/notifications/notificationTemplates.form.js:366 -#: client/src/notifications/notificationTemplates.form.js:373 +#: client/src/notifications/notificationTemplates.form.js:359 +#: client/src/notifications/notificationTemplates.form.js:363 msgid "Destination Channels or Users" msgstr "Canales destinatarios o usuarios" -#: client/src/notifications/notificationTemplates.form.js:208 -#: client/src/notifications/notificationTemplates.form.js:209 -#: client/src/notifications/notificationTemplates.form.js:212 -#: client/src/notifications/notificationTemplates.form.js:213 +#: client/src/notifications/notificationTemplates.form.js:205 +#: client/src/notifications/notificationTemplates.form.js:206 msgid "Destination SMS Number" msgstr "Número SMS del destinatario" #: client/features/credentials/credentials.strings.js:13 #: client/src/license/license.partial.html:5 -#: client/src/shared/form-generator.js:1474 -#: client/src/shared/form-generator.js:1525 +#: client/src/shared/form-generator.js:1481 msgid "Details" msgstr "Detalles" -#: client/src/job-submission/job-submission.partial.html:257 -#: client/src/job-submission/job-submission.partial.html:255 +#: client/src/job-submission/job-submission.partial.html:263 msgid "Diff Mode" msgstr "Modo diff" #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:6 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:6 -msgid "Disassociate Group" -msgstr "Disociar grupo" +msgid "Disassociate Group From Group" +msgstr "Desasociar un grupo de otro grupo" #: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:6 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:6 msgid "Disassociate Host" msgstr "Disociar host" +#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:6 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:6 +msgid "Disassociate Host From Group" +msgstr "Desasociar un host de un grupo" + #: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:65 #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:110 #: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:98 @@ -1430,9 +1347,9 @@ msgid "Disassociate host" msgstr "Disociar host" #: client/src/configuration/auth-form/configuration-auth.controller.js:75 -#: client/src/configuration/configuration.controller.js:198 -#: client/src/configuration/configuration.controller.js:260 -#: client/src/configuration/system-form/configuration-system.controller.js:55 +#: client/src/configuration/configuration.controller.js:202 +#: client/src/configuration/configuration.controller.js:264 +#: client/src/configuration/system-form/configuration-system.controller.js:57 msgid "Discard changes" msgstr "Descartar cambios" @@ -1440,15 +1357,13 @@ msgstr "Descartar cambios" msgid "Dissasociate permission from team" msgstr "Desasociar permiso de un equipo." -#: client/src/users/users.form.js:221 client/src/users/users.form.js:222 +#: client/src/users/users.form.js:225 msgid "Dissasociate permission from user" msgstr "Desasociar permiso de un usuario" #: client/src/credentials/credentials.form.js:384 -#: client/src/credentials/factories/become-method-change.factory.js:60 -#: client/src/credentials/factories/kind-change.factory.js:117 -#: client/src/credentials/factories/become-method-change.factory.js:62 -#: client/src/credentials/factories/kind-change.factory.js:119 +#: client/src/credentials/factories/become-method-change.factory.js:54 +#: client/src/credentials/factories/kind-change.factory.js:111 msgid "Domain Name" msgstr "Nombre de dominio" @@ -1456,11 +1371,10 @@ msgstr "Nombre de dominio" #: 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/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:128 msgid "Download Output" msgstr "Descargar salida" -#: client/src/inventory-scripts/inventory-scripts.form.js:62 +#: client/src/inventory-scripts/inventory-scripts.form.js:59 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 " @@ -1470,7 +1384,7 @@ 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/partials/survey-maker-modal.html:76 +#: client/src/partials/survey-maker-modal.html:77 msgid "Drop question here to reorder" msgstr "Arrastre y suelte una pregunta aquí para reordenar" @@ -1493,7 +1407,6 @@ 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:66 msgid "ELAPSED" msgstr "TIEMPO TRANSCURRIDO" @@ -1522,7 +1435,6 @@ msgstr "" "inventario de la fuente seleccionada antes de ejecutar tareas de trabajo." #: client/src/projects/projects.form.js:179 -#: client/src/projects/projects.form.js:178 msgid "" "Each time a job runs using this project, perform an update to the local " "repository prior to starting the job." @@ -1539,21 +1451,16 @@ msgstr "" #: 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/credential-types/credential-types.list.js:53 msgid "Edit" msgstr "Editar" -#: client/src/shared/form-generator.js:1707 -#: client/src/templates/job_templates/job-template.form.js:457 +#: 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/shared/form-generator.js:1758 -#: client/src/templates/job_templates/job-template.form.js:474 -#: client/src/templates/workflows.form.js:182 msgid "Edit Survey" msgstr "Editar la encuesta" #: client/src/credential-types/credential-types.list.js:58 -#: client/src/credential-types/credential-types.list.js:55 msgid "Edit credenital type" msgstr "Editar tipo de credencial" @@ -1601,32 +1508,32 @@ msgstr "Editar el equipo" msgid "Edit template" msgstr "Editar la plantilla" -#: client/src/job-results/job-results.partial.html:188 +#: 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:172 +#: 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:262 -#: client/src/job-results/job-results.partial.html:277 -#: client/src/job-results/job-results.partial.html:293 -#: client/src/job-results/job-results.partial.html:308 -#: client/src/job-results/job-results.partial.html:323 +#: 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:203 +#: 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:137 +#: 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:226 +#: client/src/job-results/job-results.partial.html:229 #: client/src/projects/projects.list.js:105 msgid "Edit the project" msgstr "Editar el proyecto" @@ -1640,11 +1547,9 @@ msgid "Edit user" msgstr "Editar el usuario" #: client/src/setup-menu/setup-menu.partial.html:61 -#: client/src/setup-menu/setup-menu.partial.html:67 msgid "Edit {{BRAND_NAME}}'s configuration." msgstr "Editar la configuración de {{BRAND_NAME}}." -#: client/src/projects/list/projects-list.controller.js:242 #: client/src/projects/list/projects-list.controller.js:241 msgid "" "Either you do not have access or the SCM update process completed. Click the" @@ -1654,7 +1559,7 @@ msgstr "" "completado. Pulse sobre el botón %sActualizar%s para ver el estado más " "reciente." -#: client/src/job-results/job-results.partial.html:517 +#: client/src/job-results/job-results.partial.html:520 msgid "Elapsed" msgstr "Tiempo transcurrido" @@ -1663,18 +1568,18 @@ msgstr "Tiempo transcurrido" 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 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/templates/job_templates/job-template.form.js:274 msgid "Enable Privilege Escalation" msgstr "Activar la elevación de privilegios" -#: client/src/templates/job_templates/job-template.form.js:284 +#: client/src/templates/job_templates/job-template.form.js:279 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 " @@ -1689,17 +1594,14 @@ msgstr "" msgid "Encrypted credentials are not supported." msgstr "Credenciales cifrados no están soportados." -#: client/src/license/license.partial.html:108 +#: client/src/license/license.partial.html:113 msgid "End User License Agreement" 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:89 -#: client/src/inventories-hosts/hosts/host.form.js:72 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:71 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:98 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:86 msgid "" "Enter inventory variables using either JSON or YAML syntax. Use the radio " "button to toggle between the two." @@ -1707,7 +1609,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:98 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93 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 " @@ -1717,14 +1619,14 @@ msgstr "" "Utilice el botón de selección para alternar entre los dos. Consulte la " "documentación de Ansible Tower para acceder a ejemplos de sintaxis." -#: client/src/notifications/notificationTemplates.form.js:158 +#: client/src/notifications/notificationTemplates.form.js:155 msgid "" "Enter one HipChat channel per line. The pound symbol (#) is not required." msgstr "" "Ingrese un canal de HipChat por línea. El símbolo numeral (#) no es " "necesario." -#: client/src/notifications/notificationTemplates.form.js:365 +#: client/src/notifications/notificationTemplates.form.js:362 msgid "" "Enter one IRC channel or username per line. The pound symbol (#) for " "channels, and the at (@) symbol for users, are not required." @@ -1732,13 +1634,13 @@ msgstr "" "Ingrese un canal de IRC o nombre de usuario por línea. El símbolo numeral " "(#) para canales y el símbolo arroba (@) para usuarios no son necesarios." -#: client/src/notifications/notificationTemplates.form.js:142 +#: client/src/notifications/notificationTemplates.form.js:139 msgid "" "Enter one Slack channel per line. The pound symbol (#) is not required." msgstr "" "Ingrese un canal de Slack por línea. El símbolo numeral (#) no es necesario." -#: client/src/notifications/notificationTemplates.form.js:100 +#: client/src/notifications/notificationTemplates.form.js:97 msgid "" "Enter one email address per line to create a recipient list for this type of" " notification." @@ -1746,17 +1648,15 @@ msgstr "" "Ingrese una dirección de correo electrónico por línea para crear una lista " "de destinatarios para este tipo de notificación." -#: client/src/notifications/notificationTemplates.form.js:212 +#: client/src/notifications/notificationTemplates.form.js:209 msgid "" "Enter one phone number per line to specify where to route SMS messages." msgstr "" "Ingrese un número de teléfono por línea para indicar adónde enviar los " "mensajes de SMS." -#: client/src/credentials/factories/become-method-change.factory.js:87 -#: client/src/credentials/factories/kind-change.factory.js:144 -#: client/src/credentials/factories/become-method-change.factory.js:89 -#: client/src/credentials/factories/kind-change.factory.js:146 +#: client/src/credentials/factories/become-method-change.factory.js:81 +#: client/src/credentials/factories/kind-change.factory.js:138 msgid "" "Enter the URL for the virtual machine which %scorresponds to your CloudForm " "instance. %sFor example, %s" @@ -1764,10 +1664,8 @@ msgstr "" "Introduzca la URL para la máquina virtual la cual %scorresponda a su " "instancia CloudForm. %sPor ejemplo, %s" -#: client/src/credentials/factories/become-method-change.factory.js:77 -#: client/src/credentials/factories/kind-change.factory.js:134 -#: client/src/credentials/factories/become-method-change.factory.js:79 -#: client/src/credentials/factories/kind-change.factory.js:136 +#: client/src/credentials/factories/become-method-change.factory.js:71 +#: client/src/credentials/factories/kind-change.factory.js:128 msgid "" "Enter the URL which corresponds to your %sRed Hat Satellite 6 server. %sFor " "example, %s" @@ -1775,17 +1673,15 @@ msgstr "" "Introduzca la URL que corresponda a su servidor %sRed Hat Satellite 6. %sPor" " ejemplo, %s" -#: client/src/credentials/factories/become-method-change.factory.js:55 -#: client/src/credentials/factories/kind-change.factory.js:112 -#: client/src/credentials/factories/become-method-change.factory.js:57 -#: client/src/credentials/factories/kind-change.factory.js:114 +#: client/src/credentials/factories/become-method-change.factory.js:49 +#: client/src/credentials/factories/kind-change.factory.js:106 msgid "" "Enter the hostname or IP address which corresponds to your VMware vCenter." msgstr "" "Introduzca el nombre de servidor o dirección IP que corresponda a su VMWare " "vCenter." -#: client/src/notifications/notificationTemplates.form.js:198 +#: client/src/notifications/notificationTemplates.form.js:195 msgid "" "Enter the number associated with the \"Messaging Service\" in Twilio in the " "format +18005550199." @@ -1805,56 +1701,42 @@ msgstr "" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:187 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:194 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:174 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:181 msgid "Environment Variables" msgstr "Variables del entorno" -#: client/src/configuration/configuration.controller.js:344 -#: client/src/configuration/configuration.controller.js:443 -#: client/src/configuration/configuration.controller.js:477 -#: client/src/configuration/configuration.controller.js:524 -#: client/src/configuration/system-form/configuration-system.controller.js:226 +#: 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/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/job-submission/job-submission-factories/launchjob.factory.js:191 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:210 +#: 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/management-jobs/card/card.controller.js:28 #: client/src/projects/add/projects-add.controller.js:108 -#: client/src/projects/edit/projects-edit.controller.js:150 -#: client/src/projects/edit/projects-edit.controller.js:216 -#: client/src/projects/edit/projects-edit.controller.js:232 +#: 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:226 -#: client/src/projects/list/projects-list.controller.js:247 -#: client/src/projects/list/projects-list.controller.js:263 -#: client/src/projects/list/projects-list.controller.js:272 -#: client/src/users/add/users-add.controller.js:98 +#: 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/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/configuration/configuration.controller.js:341 -#: client/src/configuration/configuration.controller.js:440 -#: client/src/configuration/configuration.controller.js:474 -#: client/src/configuration/configuration.controller.js:518 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:188 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:207 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:119 -#: client/src/projects/list/projects-list.controller.js:168 -#: client/src/projects/list/projects-list.controller.js:197 -#: 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:261 -#: client/src/projects/list/projects-list.controller.js:270 -#: client/src/users/edit/users-edit.controller.js:163 msgid "Error!" msgstr "¡Error!" #: client/src/activity-stream/streams.list.js:40 -#: client/src/activity-stream/streams.list.js:41 msgid "Event" msgstr "Evento" @@ -1867,21 +1749,21 @@ 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:259 +#: client/src/projects/edit/projects-edit.controller.js:265 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:279 +#: client/src/projects/edit/projects-edit.controller.js:285 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:270 +#: client/src/projects/edit/projects-edit.controller.js:276 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:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 msgid "Example: ansible_facts.ansible_distribution:\"RedHat\"" msgstr "Ejemplo: ansible_facts.ansible_distribution:\"RedHat\"" @@ -1899,9 +1781,6 @@ msgstr "Host existente" #: 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/src/job-results/job-results.controller.js:221 -#: client/src/standard-out/standard-out.controller.js:23 -#: client/src/standard-out/standard-out.controller.js:247 msgid "Expand Output" msgstr "Extender salida" @@ -1913,24 +1792,20 @@ msgstr "Fecha de expiración el" msgid "Explanation" msgstr "Explicación" -#: client/src/job-results/job-results.partial.html:272 +#: client/src/job-results/job-results.partial.html:275 msgid "Extra Credentials" msgstr "Credenciales adicionales" #: 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:406 -#: client/src/job-submission/job-submission.partial.html:161 +#: client/src/job-results/job-results.partial.html:409 +#: 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:347 -#: client/src/templates/job_templates/job-template.form.js:354 +#: 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/job-submission/job-submission.partial.html:159 -#: client/src/templates/job_templates/job-template.form.js:359 -#: client/src/templates/job_templates/job-template.form.js:371 -#: client/src/templates/workflows.form.js:86 msgid "Extra Variables" msgstr "Variables adicionales" @@ -1939,7 +1814,7 @@ msgstr "Variables adicionales" msgid "FACTS" msgstr "EVENTOS" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:63 +#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:64 msgid "FAILED" msgstr "FALLIDO" @@ -1950,16 +1825,12 @@ 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/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:59 msgid "FINISHED" msgstr "FINALIZADO" #: 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:106 -#: client/src/inventories-hosts/hosts/host.form.js:111 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:111 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:105 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:107 msgid "Facts" msgstr "Eventos" @@ -1971,7 +1842,7 @@ msgstr "Fallido" msgid "Failed Hosts" msgstr "Servidores fallidos" -#: client/src/users/add/users-add.controller.js:98 +#: client/src/users/add/users-add.controller.js:99 msgid "Failed to add new user. POST returned status:" msgstr "Ha fallado la creación de nuevo usuario. POST ha devuelto el estado:" @@ -1984,29 +1855,25 @@ 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:211 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:208 +#: client/src/job-submission/job-submission-factories/launchjob.factory.js:214 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:151 +#: client/src/projects/edit/projects-edit.controller.js:157 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:164 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:444 -#: client/src/configuration/configuration.controller.js:441 +#: client/src/configuration/configuration.controller.js:450 msgid "Failed to save settings. Returned status:" msgstr "Ha fallado guardar los ajustes. Estado devuelto:" -#: client/src/configuration/configuration.controller.js:478 -#: client/src/configuration/configuration.controller.js:475 +#: client/src/configuration/configuration.controller.js:484 msgid "Failed to save toggle settings. Returned status:" msgstr "Ha fallado el guardado de los ajustes cambiados. Estado devuelto:" @@ -2014,14 +1881,13 @@ 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:216 +#: client/src/projects/edit/projects-edit.controller.js:222 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:192 +#: 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/src/job-submission/job-submission-factories/launchjob.factory.js:189 msgid "Failed updating job %s with variables. POST returned: %d" msgstr "" "Ha fallado la actualización del trabajo %s con variables. POST ha devuelto: " @@ -2044,11 +1910,10 @@ msgstr "Última ejecución" #: 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:108 +#: 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/portal-mode/portal-jobs.list.js:39 msgid "Finished" msgstr "Finalizado" @@ -2069,10 +1934,8 @@ msgstr "" "Para obtener información adicional sobre la sintaxis de búsqueda avanzada, " "consulte Ansible Tower" -#: client/src/credentials/factories/become-method-change.factory.js:69 -#: client/src/credentials/factories/kind-change.factory.js:126 -#: client/src/credentials/factories/become-method-change.factory.js:71 -#: client/src/credentials/factories/kind-change.factory.js:128 +#: client/src/credentials/factories/become-method-change.factory.js:63 +#: client/src/credentials/factories/kind-change.factory.js:120 msgid "For example, %s" msgstr "Por ejemplo, %s" @@ -2082,8 +1945,6 @@ msgstr "Por ejemplo, %s" #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:32 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:35 #: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:31 -#: client/src/inventories-hosts/hosts/host.form.js:35 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:34 msgid "" "For hosts that are part of an external inventory, this flag cannot be " "changed. It will be set by the inventory sync process." @@ -2104,7 +1965,6 @@ msgstr "" "ejecutar el manual." #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:118 -#: client/src/templates/job_templates/job-template.form.js:176 msgid "" "For more information and examples see %sthe Patterns topic at " "docs.ansible.com%s." @@ -2114,12 +1974,10 @@ msgstr "" #: 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:333 +#: 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:149 -#: client/src/templates/job_templates/job-template.form.js:159 -#: client/src/templates/job_templates/job-template.form.js:152 -#: client/src/templates/job_templates/job-template.form.js:165 +#: client/src/templates/job_templates/job-template.form.js:144 +#: client/src/templates/job_templates/job-template.form.js:154 msgid "Forks" msgstr "Forks" @@ -2148,8 +2006,7 @@ msgstr "Equipo GitHub" msgid "Google OAuth2" msgstr "Google OAuth2" -#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:210 -#: client/src/users/users.form.js:211 +#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:214 msgid "Grant Permission" msgstr "Conceder permiso" @@ -2183,13 +2040,9 @@ msgstr "" #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:88 #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:32 #: 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: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:172 -#: client/src/inventories-hosts/hosts/host.form.js:119 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:119 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:113 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:178 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167 msgid "Groups" msgstr "Grupos" @@ -2209,14 +2062,11 @@ msgstr "" #: client/src/inventories-hosts/inventories/inventories.partial.html:14 #: 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 -#: client/src/activity-stream/get-target-title.factory.js:38 msgid "HOSTS" msgstr "SERVIDORES" -#: client/src/notifications/notificationTemplates.form.js:323 -#: client/src/notifications/notificationTemplates.form.js:324 -#: client/src/notifications/notificationTemplates.form.js:328 -#: client/src/notifications/notificationTemplates.form.js:329 +#: client/src/notifications/notificationTemplates.form.js:320 +#: client/src/notifications/notificationTemplates.form.js:321 msgid "HTTP Headers" msgstr "Cabeceras HTTP" @@ -2229,27 +2079,23 @@ msgid "High" msgstr "Alto" #: client/src/credentials/credentials.form.js:139 -#: client/src/notifications/notificationTemplates.form.js:86 +#: client/src/notifications/notificationTemplates.form.js:83 msgid "Host" msgstr "Servidor" -#: client/src/credentials/factories/become-method-change.factory.js:58 -#: client/src/credentials/factories/kind-change.factory.js:115 -#: client/src/credentials/factories/become-method-change.factory.js:60 -#: client/src/credentials/factories/kind-change.factory.js:117 +#: client/src/credentials/factories/become-method-change.factory.js:52 +#: client/src/credentials/factories/kind-change.factory.js:109 msgid "Host (Authentication URL)" msgstr "Servidor (URL de autentificación)" -#: client/src/templates/job_templates/job-template.form.js:329 -#: client/src/templates/job_templates/job-template.form.js:338 +#: client/src/templates/job_templates/job-template.form.js:324 +#: client/src/templates/job_templates/job-template.form.js:333 msgid "Host Config Key" msgstr "Clave de configuración del servidor" #: client/src/inventories-hosts/hosts/host.form.js:40 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:39 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:39 -#: client/src/inventories-hosts/hosts/host.form.js:39 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:38 msgid "Host Enabled" msgstr "Servidor habilitado" @@ -2259,18 +2105,12 @@ 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/inventories-hosts/hosts/host.form.js:45 -#: client/src/inventories-hosts/hosts/host.form.js:56 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:44 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:55 msgid "Host Name" msgstr "Nombre de Host" #: client/src/inventories-hosts/hosts/host.form.js:80 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:79 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:79 -#: client/src/inventories-hosts/hosts/host.form.js:79 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:78 msgid "Host Variables" msgstr "Variables de Host" @@ -2295,11 +2135,9 @@ msgstr "El host no está disponible. Haga clic para alternar." #: 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:170 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:181 -#: client/src/job-results/job-results.partial.html:501 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:168 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:187 +#: 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 msgid "Hosts" msgstr "Servidores" @@ -2320,7 +2158,7 @@ msgstr "Servidores utilizados" msgid "Hosts are imported to" msgstr "Los hosts se importan a" -#: client/src/license/license.partial.html:116 +#: client/src/license/license.partial.html:121 msgid "I agree to the End User License Agreement" msgstr "Yo acepto el Acuerdo de licencia de usuario final." @@ -2349,7 +2187,7 @@ msgstr "OBSERVACIONES" msgid "INSTANCE GROUPS" msgstr "GRUPOS DE INSTANCIA" -#: client/src/instance-groups/instance-group.partial.html:28 +#: client/src/instance-groups/instance-group.partial.html:27 msgid "INSTANCES" msgstr "INSTANCIAS" @@ -2363,14 +2201,11 @@ msgstr "INSTANCIAS" #: 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/activity-stream/get-target-title.factory.js:11 -#: client/src/organizations/linkout/organizations-linkout.route.js:141 msgid "INVENTORIES" msgstr "INVENTARIOS" -#: client/src/job-submission/job-submission.partial.html:339 +#: client/src/job-submission/job-submission.partial.html:346 #: client/src/partials/job-template-details.html:2 -#: client/src/job-submission/job-submission.partial.html:336 msgid "INVENTORY" msgstr "INVENTARIO" @@ -2381,7 +2216,6 @@ 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/activity-stream/get-target-title.factory.js:32 msgid "INVENTORY SCRIPTS" msgstr "SCRIPTS DE INVENTARIO" @@ -2389,13 +2223,11 @@ msgstr "SCRIPTS DE INVENTARIO" msgid "INVENTORY SOURCES" msgstr "FUENTES DE INVENTARIO" -#: client/src/notifications/notificationTemplates.form.js:351 -#: client/src/notifications/notificationTemplates.form.js:362 +#: client/src/notifications/notificationTemplates.form.js:348 msgid "IRC Nick" msgstr "Alias en IRC" -#: client/src/notifications/notificationTemplates.form.js:340 -#: client/src/notifications/notificationTemplates.form.js:351 +#: client/src/notifications/notificationTemplates.form.js:337 msgid "IRC Server Address" msgstr "Dirección del servidor IRC" @@ -2424,14 +2256,6 @@ msgstr "Sesión inactiva" msgid "If blank, all groups above are created except" msgstr "Si está en blanco, se crean todos los grupos de arriba, excepto" -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:331 -msgid "" -"If checked, all child groups and hosts not found on the external source will" -" be deleted from the local inventory." -msgstr "" -"Si las opciones están marcadas, los grupos de hijos y los hosts que no se " -"encuentren en la fuente externa se eliminarán del inventario local." - #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:343 msgid "" "If checked, all variables for child groups and hosts will be removed and " @@ -2441,29 +2265,52 @@ msgstr "" " hosts se eliminarán y reemplazarán con aquellas que se hallen en la fuente " "externa." -#: client/src/templates/job_templates/job-template.form.js:272 +#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:331 +msgid "" +"If checked, any hosts and groups that were previously present on the " +"external source but are now removed will be removed from the Tower " +"inventory. Hosts and groups that were not managed by the inventory source " +"will be promoted to the next manually created group or if there is no " +"manually created group to promote them into, they will be left in the " +"\"all\" default group for the inventory." +msgstr "" +"Si las opciones están marcadas, cualquier grupo o host que fueron " +"presentados previamente en la fuente externa pero que ahora son eliminados " +"del inventario de Tower. Los hosts y grupos que no fueron administrados por " +"la fuente del inventario serán promovidos al siguiente grupo creado " +"manualmente 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 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/templates/job_templates/job-template.form.js:256 -#: client/src/templates/job_templates/job-template.form.js:258 msgid "" "If enabled, show the changes made by Ansible tasks, where supported. This is" -" equivalent to Ansible's --diff mode." +" equivalent to Ansible’s --diff mode." 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:296 +#: client/src/templates/job_templates/job-template.form.js:251 +msgid "" +"If enabled, show the changes made by Ansible tasks, where supported. This is" +" equivalent to Ansible’s --diff mode." +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 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:307 +#: client/src/templates/job_templates/job-template.form.js:302 msgid "" "If enabled, use cached facts if available and store discovered facts in the " "cache." @@ -2502,8 +2349,6 @@ msgstr "ID de la imagen:" #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:30 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:33 #: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:29 -#: client/src/inventories-hosts/hosts/host.form.js:33 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:32 msgid "" "Indicates if a host is available and should be included in running jobs." msgstr "" @@ -2512,56 +2357,46 @@ msgstr "" #: client/src/activity-stream/activity-detail.form.js:31 #: client/src/activity-stream/streams.list.js:33 -#: client/src/activity-stream/streams.list.js:34 msgid "Initiated by" msgstr "Inicializado por" #: client/src/credential-types/credential-types.form.js:53 #: client/src/credential-types/credential-types.form.js:61 -#: client/src/credential-types/credential-types.form.js:60 -#: client/src/credential-types/credential-types.form.js:75 msgid "Injector Configuration" msgstr "Configuración del inyector" #: client/src/credential-types/credential-types.form.js:39 #: client/src/credential-types/credential-types.form.js:47 -#: client/src/credential-types/credential-types.form.js:54 msgid "Input Configuration" msgstr "Configuración de entrada" #: client/src/inventories-hosts/hosts/host.form.js:123 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:121 -#: client/src/inventories-hosts/hosts/host.form.js:127 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:120 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:122 msgid "Insights" msgstr "Insights" -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:72 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:69 msgid "Insights Credential" msgstr "Credencial de Insights" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:145 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:148 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:135 msgid "Instance Filters" msgstr "Filtros de instancias" -#: client/src/job-results/job-results.partial.html:366 +#: client/src/job-results/job-results.partial.html:369 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/smart-inventory/smart-inventory.form.js:78 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:83 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:86 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:78 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:81 #: 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:196 -#: client/src/templates/job_templates/job-template.form.js:199 -#: client/src/setup-menu/setup-menu.partial.html:60 -#: client/src/templates/job_templates/job-template.form.js:205 -#: client/src/templates/job_templates/job-template.form.js:208 +#: client/src/templates/job_templates/job-template.form.js:191 +#: client/src/templates/job_templates/job-template.form.js:194 msgid "Instance Groups" msgstr "Grupos de instancias" @@ -2597,8 +2432,8 @@ msgstr "Entrada no válida para este tipo." msgid "Invalid username and/or password. Please try again." msgstr "Nombre de usuario o contraseña inválida. Por favor intente de nuevo." -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:128 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:53 +#: 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/home/dashboard/counts/dashboard-counts.directive.js:50 #: client/src/organizations/linkout/organizations-linkout.route.js:155 @@ -2608,7 +2443,7 @@ msgstr "Inventarios" #: 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:198 +#: client/src/job-results/job-results.partial.html:201 #: client/src/job-submission/job-submission.partial.html:17 #: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70 #: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:58 @@ -2616,21 +2451,16 @@ msgstr "Inventarios" #: 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 -#: client/src/templates/job_templates/job-template.form.js:70 -#: client/src/templates/job_templates/job-template.form.js:84 msgid "Inventory" msgstr "Inventario" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:110 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:124 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:104 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:116 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/src/setup-menu/setup-menu.partial.html:34 msgid "Inventory Scripts" msgstr "Scripts de inventario" @@ -2642,8 +2472,7 @@ 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:96 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:105 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:93 msgid "Inventory Variables" msgstr "Variables de inventario" @@ -2663,26 +2492,23 @@ msgstr "PLANTILLA DE TRABAJO" #: 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/src/organizations/linkout/organizations-linkout.route.js:250 msgid "JOB TEMPLATES" msgstr "PLANTILLAS DE TRABAJO" #: client/src/activity-stream/get-target-title.factory.js:32 -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:109 -#: client/src/instance-groups/instance-group.partial.html:29 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:28 +#: 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/activity-stream/get-target-title.factory.js:29 msgid "JOBS" msgstr "TRABAJOS" -#: client/src/job-submission/job-submission.partial.html:169 -#: client/src/job-submission/job-submission.partial.html:167 +#: client/src/job-submission/job-submission.partial.html:173 msgid "JSON" msgstr "JSON" @@ -2692,15 +2518,12 @@ msgstr "JSON" msgid "JSON:" msgstr "JSON:" -#: client/src/job-results/job-results.partial.html:381 -#: client/src/job-submission/job-submission.partial.html:222 -#: client/src/templates/job_templates/job-template.form.js:205 -#: client/src/templates/job_templates/job-template.form.js:212 +#: 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 -#: client/src/job-submission/job-submission.partial.html:220 -#: client/src/templates/job_templates/job-template.form.js:214 -#: client/src/templates/job_templates/job-template.form.js:223 msgid "Job Tags" msgstr "Etiquetas de trabajo" @@ -2708,22 +2531,19 @@ msgstr "Etiquetas de trabajo" msgid "Job Template" msgstr "Plantilla de trabajo" -#: 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: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/organizations/linkout/organizations-linkout.route.js:262 msgid "Job Templates" msgstr "Plantillas de trabajo" #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:32 -#: client/src/job-results/job-results.partial.html:156 -#: client/src/job-submission/job-submission.partial.html:196 +#: 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 -#: client/src/job-submission/job-submission.partial.html:194 -#: client/src/templates/job_templates/job-template.form.js:59 msgid "Job Type" msgstr "Tipo de trabajo" @@ -2742,14 +2562,13 @@ msgid "Jobs" msgstr "Trabajos" #: client/src/job-results/job-results.controller.js:269 -#: client/src/job-results/job-results.controller.js:321 +#: 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/src/access/add-rbac-resource/rbac-resource.partial.html:61 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:102 +#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:154 #: client/src/shared/smart-search/smart-search.partial.html:14 -#: client/src/access/add-rbac-resource/rbac-resource.partial.html:63 msgid "Key" msgstr "Clave" @@ -2769,7 +2588,6 @@ 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:73 msgid "LAUNCH TYPE" msgstr "TIPO DE EJECUCIÓN" @@ -2778,12 +2596,10 @@ msgid "LDAP" msgstr "LDAP" #: client/src/license/license.route.js:19 -#: client/src/license/license.route.js:18 msgid "LICENSE" msgstr "LICENCIA" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:58 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:45 msgid "LICENSE ERROR" msgstr "ERROR DE LICENCIA" @@ -2793,16 +2609,14 @@ 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:431 -#: client/src/job-results/job-results.partial.html:440 +#: 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:239 -#: client/src/templates/job_templates/job-template.form.js:243 +#: client/src/templates/job_templates/job-template.form.js:234 +#: client/src/templates/job_templates/job-template.form.js:238 #: client/src/templates/templates.list.js:43 #: client/src/templates/workflows.form.js:62 #: client/src/templates/workflows.form.js:67 -#: client/src/templates/job_templates/job-template.form.js:347 -#: client/src/templates/job_templates/job-template.form.js:352 msgid "Labels" msgstr "Etiquetas" @@ -2820,25 +2634,22 @@ msgid "Last Updated" msgstr "Última actualización" #: client/src/portal-mode/portal-job-templates.list.js:36 -#: client/src/shared/form-generator.js:1699 +#: client/src/shared/form-generator.js:1707 #: client/src/templates/templates.list.js:80 -#: client/src/shared/form-generator.js:1750 msgid "Launch" msgstr "Ejecutar" #: client/src/management-jobs/card/card.partial.html:23 -#: client/src/management-jobs/card/card.partial.html:21 msgid "Launch Management Job" msgstr "Ejecutar trabajo de gestión" -#: client/src/job-results/job-results.partial.html:167 -#: client/src/job-results/job-results.partial.html:182 +#: 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 msgid "Launched By" msgstr "Ejecutado por" #: client/src/job-submission/job-submission.partial.html:99 -#: client/src/job-submission/job-submission.partial.html:97 msgid "" "Launching this job requires the passwords listed below. Enter and confirm " "each password before continuing." @@ -2846,8 +2657,7 @@ msgstr "" "Ejecutar esta tarea requiere las siguientes contraseñas. Ingrese y confirme " "cada contraseña antes de continuar." -#: client/features/credentials/legacy.credentials.js:360 -#: client/features/credentials/legacy.credentials.js:343 +#: client/features/credentials/legacy.credentials.js:357 msgid "Legacy state configuration for does not exist" msgstr "No existe la configuración del estado heredado de" @@ -2856,7 +2666,7 @@ msgstr "No existe la configuración del estado heredado de" msgid "License" msgstr "Licencia" -#: client/src/license/license.partial.html:102 +#: client/src/license/license.partial.html:104 msgid "License File" msgstr "Fichero de licencia" @@ -2874,16 +2684,13 @@ msgstr "Tipo de licencia" #: 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:344 -#: client/src/job-submission/job-submission.partial.html:214 +#: 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:165 -#: client/src/templates/job_templates/job-template.form.js:169 +#: 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/job-submission/job-submission.partial.html:212 -#: client/src/templates/job_templates/job-template.form.js:171 -#: client/src/templates/job_templates/job-template.form.js:178 msgid "Limit" msgstr "Límite" @@ -2918,8 +2725,7 @@ msgstr "" msgid "Live events: error connecting to the server." msgstr "Eventos en directo: error al conectar al servidor." -#: client/src/shared/form-generator.js:1975 -#: client/src/shared/form-generator.js:2026 +#: client/src/shared/form-generator.js:1983 msgid "Loading..." msgstr "Cargando..." @@ -2931,15 +2737,15 @@ msgstr "Huso horario local" msgid "Log Out" msgstr "Cerrar sesión" -#: client/src/configuration/system-form/configuration-system.controller.js:220 -msgid "Log aggregator test failed.
Detail:" -msgstr "Error en la prueba del agregador de registros.
Detalles:" +#: 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:" -#: client/src/configuration/system-form/configuration-system.controller.js:212 +#: client/src/configuration/system-form/configuration-system.controller.js:218 msgid "Log aggregator test successful." msgstr "Se realizó correctamente la prueba del agregador de registros." -#: client/src/configuration/system-form/configuration-system.controller.js:87 +#: client/src/configuration/system-form/configuration-system.controller.js:89 msgid "Logging" msgstr "Iniciando sesión" @@ -2949,7 +2755,6 @@ 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.partial.html:4 msgid "MANAGEMENT JOBS" msgstr "TAREAS DE GESTIÓN" @@ -2958,18 +2763,16 @@ msgid "MY VIEW" msgstr "MI VISTA" #: client/src/credentials/credentials.form.js:67 -#: client/src/job-submission/job-submission.partial.html:349 -#: client/src/job-submission/job-submission.partial.html:346 +#: client/src/job-submission/job-submission.partial.html:356 msgid "Machine" msgstr "Máquina" #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:60 -#: client/src/job-results/job-results.partial.html:257 +#: 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 -#: client/src/setup-menu/setup-menu.partial.html:29 msgid "" "Manage the cleanup of old job history, activity streams, data marked for " "deletion, and system tracking info." @@ -2978,26 +2781,16 @@ msgstr "" "actividad, datos marcados para eliminación e información de sistema de " "rastreo." -#: client/src/credentials/factories/become-method-change.factory.js:38 -#: client/src/credentials/factories/kind-change.factory.js:95 -#: client/src/credentials/factories/become-method-change.factory.js:40 -#: client/src/credentials/factories/kind-change.factory.js:97 -msgid "Management Certificate" -msgstr "Certificado de gestión" - #: client/src/setup-menu/setup-menu.partial.html:35 -#: client/src/setup-menu/setup-menu.partial.html:28 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:88 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:140 +#: client/src/projects/edit/projects-edit.controller.js:141 #: client/src/projects/list/projects-list.controller.js:88 -#: client/src/projects/list/projects-list.controller.js:87 msgid "Manual projects do not require an SCM update" msgstr "Los proyectos manuales no necesitan una actualización del SCM" @@ -3010,7 +2803,7 @@ msgstr "" msgid "Medium" msgstr "Medio" -#: client/src/configuration/system-form/configuration-system.controller.js:88 +#: client/src/configuration/system-form/configuration-system.controller.js:90 msgid "Misc. System" msgstr "Miscelánea del sistema" @@ -3037,7 +2830,7 @@ msgstr "" "La tarea más reciente se completó correctamente. Haga clic para ver las " "tareas." -#: client/src/templates/survey-maker/shared/question-definition.form.js:74 +#: client/src/templates/survey-maker/shared/question-definition.form.js:77 msgid "Multiple Choice Options" msgstr "Opciones de selección múltiple" @@ -3121,7 +2914,6 @@ msgstr "PLANTILLA DE NOTIFICACIÓN" #: client/src/activity-stream/get-target-title.factory.js:26 #: client/src/notifications/notificationTemplates.list.js:14 -#: client/src/activity-stream/get-target-title.factory.js:23 msgid "NOTIFICATION TEMPLATES" msgstr "PLANTILLAS DE NOTIFICACIÓN" @@ -3137,7 +2929,7 @@ msgstr "NOTIFICACIONES" #: client/src/credentials/credentials.list.js:26 #: 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:14 +#: 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 @@ -3174,13 +2966,8 @@ msgstr "NOTIFICACIONES" #: 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:138 client/src/users/users.form.js:164 -#: client/src/users/users.form.js:190 -#: client/src/credential-types/credential-types.list.js:21 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:48 -#: client/src/portal-mode/portal-jobs.list.js:34 -#: client/src/users/users.form.js:139 client/src/users/users.form.js:165 -#: client/src/users/users.form.js:191 +#: client/src/users/users.form.js:142 client/src/users/users.form.js:168 +#: client/src/users/users.form.js:194 msgid "Name" msgstr "Nombre" @@ -3188,7 +2975,7 @@ msgstr "Nombre" msgid "Network" msgstr "Red" -#: client/src/job-results/job-results.partial.html:303 +#: client/src/job-results/job-results.partial.html:306 msgid "Network Credential" msgstr "Credenciales de Red" @@ -3200,7 +2987,7 @@ msgstr "Nuevo grupo" msgid "New Host" msgstr "Nuevo host" -#: client/src/users/add/users-add.controller.js:90 +#: client/src/users/add/users-add.controller.js:91 msgid "New user successfully created!" msgstr "¡Nuevo usuario creado correctamente!" @@ -3214,7 +3001,7 @@ msgid "No Credentials Have Been Created" msgstr "Ningún credencial ha sido creado" #: 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:124 +#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:140 msgid "No Credentials Matching This Type Have Been Created" msgstr "No se crearon credenciales que coincidan con este tipo" @@ -3231,7 +3018,6 @@ 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:158 msgid "No SCM Configuration" msgstr "Ninguna configuración SCM" @@ -3244,7 +3030,6 @@ 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:149 msgid "No Updates Available" msgstr "No existen actualizaciones disponibles" @@ -3301,8 +3086,7 @@ msgstr "Ningún trabajo ha sido ejecutado todavía." 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:187 -#: client/src/users/users.form.js:188 +#: client/src/teams/teams.form.js:121 client/src/users/users.form.js:191 msgid "No permissions have been granted" msgstr "Ningún permiso concedido" @@ -3310,7 +3094,7 @@ msgstr "Ningún permiso concedido" msgid "No recent job data available for this host." msgstr "No hay datos de tareas recientes disponibles para este host." -#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:73 +#: 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 "No hay datos de tareas recientes disponibles para este inventario." @@ -3319,8 +3103,8 @@ msgid "No recent notifications." msgstr "No hay notificaciones recientes" #: client/src/inventories-hosts/hosts/hosts.partial.html:36 -#: client/src/shared/form-generator.js:1871 -#: client/src/shared/form-generator.js:1922 +#: client/src/shared/form-generator.js:1879 +#: 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." @@ -3328,10 +3112,8 @@ msgstr "No existe registros que coincidan con su búsqueda." msgid "No schedules exist" msgstr "No existen planificaciones" -#: client/src/job-submission/job-submission.partial.html:341 -#: client/src/job-submission/job-submission.partial.html:346 -#: client/src/job-submission/job-submission.partial.html:338 -#: client/src/job-submission/job-submission.partial.html:343 +#: client/src/job-submission/job-submission.partial.html:348 +#: client/src/job-submission/job-submission.partial.html:353 msgid "None selected" msgstr "Ninguno seleccionado" @@ -3342,7 +3124,6 @@ msgid "Normal User" msgstr "Usuario normal" #: client/src/projects/list/projects-list.controller.js:91 -#: client/src/projects/list/projects-list.controller.js:90 msgid "Not configured for SCM" msgstr "No configurado para SCM" @@ -3350,10 +3131,18 @@ msgstr "No configurado para SCM" msgid "Not configured for inventory sync." msgstr "No configurado para la sincronización de inventario." -#: client/src/notifications/notificationTemplates.form.js:291 -#: client/src/notifications/notificationTemplates.form.js:292 -#: client/src/notifications/notificationTemplates.form.js:296 -#: client/src/notifications/notificationTemplates.form.js:297 +#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:25 +msgid "" +"Note that only hosts directly in this group can be disassociated. Hosts in " +"sub-groups must be disassociated directly from the sub-group level that they" +" belong." +msgstr "" +"Tenga en cuenta que solo se pueden desasociar los hosts asociados " +"directamente a este grupo. Los hosts en subgrupos deben ser desasociados del" +" nivel de subgrupo al que pertenecen." + +#: client/src/notifications/notificationTemplates.form.js:288 +#: client/src/notifications/notificationTemplates.form.js:289 msgid "Notification Color" msgstr "Color de notificación" @@ -3361,8 +3150,7 @@ msgstr "Color de notificación" msgid "Notification Failed." msgstr "Notificación fallida" -#: client/src/notifications/notificationTemplates.form.js:280 -#: client/src/notifications/notificationTemplates.form.js:285 +#: client/src/notifications/notificationTemplates.form.js:277 msgid "Notification Label" msgstr "Etiqueta de Notificación" @@ -3374,37 +3162,33 @@ msgstr "Plantillas de notificación" #: 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 -#: client/src/setup-menu/setup-menu.partial.html:41 msgid "Notifications" msgstr "Notificación" -#: client/src/notifications/notificationTemplates.form.js:305 -#: client/src/notifications/notificationTemplates.form.js:310 +#: client/src/notifications/notificationTemplates.form.js:302 msgid "Notify Channel" msgstr "Notificar canal" #: client/src/inventories-hosts/hosts/hosts.partial.html:55 -#: client/src/job-submission/job-submission.partial.html:263 +#: client/src/job-submission/job-submission.partial.html:269 #: client/src/partials/survey-maker-modal.html:27 -#: client/src/shared/form-generator.js:538 +#: client/src/shared/form-generator.js:542 +#: client/src/shared/form-generator.js:773 #: client/src/shared/generator-helpers.js:551 -#: client/src/job-submission/job-submission.partial.html:260 -#: client/src/shared/form-generator.js:555 msgid "OFF" msgstr "OFF" #: client/lib/services/base-string.service.js:63 -#: client/lib/services/base-string.service.js:31 +#: client/src/jobs/factories/delete-job.factory.js:115 msgid "OK" msgstr "Aceptar" #: client/src/inventories-hosts/hosts/hosts.partial.html:54 -#: client/src/job-submission/job-submission.partial.html:261 +#: client/src/job-submission/job-submission.partial.html:267 #: client/src/partials/survey-maker-modal.html:26 -#: client/src/shared/form-generator.js:536 +#: client/src/shared/form-generator.js:538 +#: client/src/shared/form-generator.js:771 #: client/src/shared/generator-helpers.js:547 -#: client/src/job-submission/job-submission.partial.html:259 -#: client/src/shared/form-generator.js:553 msgid "ON" msgstr "ON" @@ -3415,17 +3199,14 @@ msgstr "OPCIONES" #: 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/activity-stream/get-target-title.factory.js:26 msgid "ORGANIZATIONS" msgstr "ORGANIZACIONES" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:116 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:103 msgid "OVERWRITE" msgstr "REEMPLAZAR" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:123 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:110 msgid "OVERWRITE VARS" msgstr "REEMPLAZAR VARS" @@ -3439,7 +3220,6 @@ msgstr "En caso de éxito" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:157 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:162 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:146 msgid "Only Group By" msgstr "Agrupar solo por" @@ -3452,9 +3232,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:245 +#: 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:354 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." @@ -3463,11 +3242,9 @@ 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:385 +#: client/src/notifications/notificationTemplates.form.js:382 #: client/src/partials/logviewer.html:7 -#: client/src/templates/job_templates/job-template.form.js:264 -#: client/src/notifications/notificationTemplates.form.js:397 -#: client/src/templates/job_templates/job-template.form.js:265 +#: client/src/templates/job_templates/job-template.form.js:259 msgid "Options" msgstr "Opciones" @@ -3486,11 +3263,11 @@ msgstr "Opciones" msgid "Organization" msgstr "Organización" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:142 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:65 +#: 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:128 client/src/users/users.form.js:129 +#: client/src/users/users.form.js:132 msgid "Organizations" msgstr "Organizaciones" @@ -3552,15 +3329,11 @@ msgstr "" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:328 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:333 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:282 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:288 msgid "Overwrite" msgstr "Anular" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:340 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:345 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:295 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:301 msgid "Overwrite Variables" msgstr "Anular variables" @@ -3572,8 +3345,7 @@ msgstr "Propietarios" msgid "PASSWORD" msgstr "CONTRASEÑA" -#: client/features/credentials/legacy.credentials.js:125 -#: client/features/credentials/legacy.credentials.js:120 +#: client/features/credentials/legacy.credentials.js:122 msgid "PERMISSIONS" msgstr "PERMISOS" @@ -3588,9 +3360,8 @@ 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:1877 +#: client/src/shared/form-generator.js:1885 #: client/src/shared/list-generator/list-generator.factory.js:248 -#: client/src/shared/form-generator.js:1928 msgid "PLEASE ADD ITEMS TO THIS LIST" msgstr "Por favor añada elementos a la lista" @@ -3602,6 +3373,10 @@ msgstr "MODO PORTAL" 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" @@ -3614,7 +3389,6 @@ msgstr "PROYECTO" #: client/src/organizations/list/organizations-list.controller.js:72 #: client/src/projects/main.js:73 client/src/projects/projects.list.js:14 #: client/src/projects/projects.list.js:15 -#: client/src/organizations/linkout/organizations-linkout.route.js:191 msgid "PROJECTS" msgstr "PROYECTOS" @@ -3622,12 +3396,11 @@ msgstr "PROYECTOS" msgid "Page" msgstr "Página" -#: client/src/notifications/notificationTemplates.form.js:235 -#: client/src/notifications/notificationTemplates.form.js:240 +#: client/src/notifications/notificationTemplates.form.js:232 msgid "Pagerduty subdomain" msgstr "Subdominio Pagerduty" -#: client/src/templates/job_templates/job-template.form.js:353 +#: client/src/templates/job_templates/job-template.form.js:348 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 " @@ -3660,34 +3433,21 @@ msgstr "" #: client/src/credentials/credentials.form.js:226 #: client/src/credentials/factories/become-method-change.factory.js:21 -#: client/src/credentials/factories/become-method-change.factory.js:46 -#: client/src/credentials/factories/become-method-change.factory.js:54 -#: client/src/credentials/factories/become-method-change.factory.js:74 -#: client/src/credentials/factories/become-method-change.factory.js:84 -#: client/src/credentials/factories/become-method-change.factory.js:94 -#: client/src/credentials/factories/kind-change.factory.js:103 -#: client/src/credentials/factories/kind-change.factory.js:111 -#: client/src/credentials/factories/kind-change.factory.js:131 -#: client/src/credentials/factories/kind-change.factory.js:141 -#: client/src/credentials/factories/kind-change.factory.js:151 +#: client/src/credentials/factories/become-method-change.factory.js:40 +#: client/src/credentials/factories/become-method-change.factory.js:48 +#: client/src/credentials/factories/become-method-change.factory.js:68 +#: client/src/credentials/factories/become-method-change.factory.js:78 +#: client/src/credentials/factories/become-method-change.factory.js:88 +#: client/src/credentials/factories/kind-change.factory.js:105 +#: client/src/credentials/factories/kind-change.factory.js:125 +#: client/src/credentials/factories/kind-change.factory.js:135 +#: client/src/credentials/factories/kind-change.factory.js:145 #: client/src/credentials/factories/kind-change.factory.js:30 #: client/src/credentials/factories/kind-change.factory.js:78 -#: client/src/job-submission/job-submission.partial.html:103 +#: 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/credentials/factories/become-method-change.factory.js:23 -#: client/src/credentials/factories/become-method-change.factory.js:48 -#: client/src/credentials/factories/become-method-change.factory.js:56 -#: client/src/credentials/factories/become-method-change.factory.js:76 -#: client/src/credentials/factories/become-method-change.factory.js:86 -#: client/src/credentials/factories/become-method-change.factory.js:96 -#: client/src/credentials/factories/kind-change.factory.js:105 -#: client/src/credentials/factories/kind-change.factory.js:113 -#: client/src/credentials/factories/kind-change.factory.js:133 -#: client/src/credentials/factories/kind-change.factory.js:143 -#: client/src/credentials/factories/kind-change.factory.js:153 -#: client/src/credentials/factories/kind-change.factory.js:80 -#: client/src/job-submission/job-submission.partial.html:101 msgid "Password" msgstr "Contraseña" @@ -3710,8 +3470,6 @@ msgstr "Semana pasada" #: client/src/credentials/factories/become-method-change.factory.js:29 #: client/src/credentials/factories/kind-change.factory.js:86 -#: client/src/credentials/factories/become-method-change.factory.js:31 -#: client/src/credentials/factories/kind-change.factory.js:88 msgid "" "Paste the contents of the PEM file associated with the service account " "email." @@ -3719,17 +3477,6 @@ msgstr "" "Pegue el contenido del fichero PEM asociado al correo de la cuenta de " "servicio." -#: client/src/credentials/factories/become-method-change.factory.js:41 -#: client/src/credentials/factories/kind-change.factory.js:98 -#: client/src/credentials/factories/become-method-change.factory.js:43 -#: client/src/credentials/factories/kind-change.factory.js:100 -msgid "" -"Paste the contents of the PEM file that corresponds to the certificate you " -"uploaded in the Microsoft Azure console." -msgstr "" -"Pegue el contenido del fichero PEM que corresponde al certificado que usted " -"ha subido en la consola de Microsof Azure." - #: client/src/credentials/factories/kind-change.factory.js:51 msgid "Paste the contents of the SSH private key file." msgstr "Pegue el contenido del fichero de la clave privada SSH." @@ -3739,7 +3486,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:121 +#: client/src/inventories-hosts/inventories/inventory.list.js:119 msgid "Pending Delete" msgstr "Eliminación pendiente" @@ -3748,40 +3495,30 @@ msgid "Period" msgstr "Periodo" #: client/src/projects/add/projects-add.controller.js:29 -#: client/src/users/add/users-add.controller.js:42 +#: 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:69 +#: client/features/credentials/legacy.credentials.js:66 #: client/src/credentials/credentials.form.js:439 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:125 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:128 +#: 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:391 +#: client/src/templates/job_templates/job-template.form.js:386 #: client/src/templates/workflows.form.js:114 -#: client/src/users/users.form.js:183 -#: client/features/credentials/legacy.credentials.js:64 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:134 -#: client/src/projects/projects.form.js:232 -#: client/src/templates/job_templates/job-template.form.js:411 -#: client/src/templates/workflows.form.js:119 -#: client/src/users/users.form.js:184 +#: client/src/users/users.form.js:187 msgid "Permissions" msgstr "Permisos" -#: client/src/job-results/job-results.partial.html:246 -#: client/src/shared/form-generator.js:1062 -#: client/src/templates/job_templates/job-template.form.js:109 -#: client/src/templates/job_templates/job-template.form.js:120 -#: client/src/shared/form-generator.js:1114 -#: client/src/templates/job_templates/job-template.form.js:113 -#: client/src/templates/job_templates/job-template.form.js:124 +#: client/src/job-results/job-results.partial.html:249 +#: client/src/shared/form-generator.js:1069 +#: 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:88 msgid "Playbook Directory" msgstr "Directorio de playbook" @@ -3789,20 +3526,19 @@ msgstr "Directorio de playbook" msgid "Playbook Run" msgstr "Ejecución de playbook" -#: client/src/job-results/job-results.partial.html:485 +#: client/src/job-results/job-results.partial.html:488 msgid "Plays" msgstr "Reproduccciones" -#: client/src/users/users.form.js:122 client/src/users/users.form.js:123 +#: client/src/users/users.form.js:126 msgid "Please add user to an Organization." msgstr "Por favor añada un usuario a su organización." -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:101 +#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:100 msgid "Please assign roles to the selected resources" msgstr "Por favor asigne funciones a los recursos seleccionados" #: client/src/access/add-rbac-resource/rbac-resource.partial.html:60 -#: client/src/access/add-rbac-resource/rbac-resource.partial.html:62 msgid "Please assign roles to the selected users/teams" msgstr "Por favor asigne funciones a los usuarios/equipos seleccionados" @@ -3814,15 +3550,12 @@ msgstr "" "Por favor pulse sobre el siguiente botón para visitar la página web de " "Ansible para obtener una clave de licencia Tower." -#: client/src/inventories-hosts/inventory-hosts.strings.js:25 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.strings.js:8 +#: client/src/inventories-hosts/inventory-hosts.strings.js:27 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:854 -#: client/src/shared/form-generator.js:949 -#: client/src/shared/form-generator.js:877 -#: client/src/shared/form-generator.js:973 +#: client/src/shared/form-generator.js:861 +#: client/src/shared/form-generator.js:956 msgid "" "Please enter a URL that begins with ssh, http or https. The URL may not " "contain the '@' character." @@ -3830,30 +3563,23 @@ 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:1151 -#: client/src/shared/form-generator.js:1203 +#: client/src/shared/form-generator.js:1158 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:1153 -#: client/src/shared/form-generator.js:1205 +#: client/src/shared/form-generator.js:1160 msgid "Please enter a number greater than %d." msgstr "Por favor introduzca un número mayor que %d." -#: client/src/shared/form-generator.js:1145 -#: client/src/shared/form-generator.js:1197 +#: client/src/shared/form-generator.js:1152 msgid "Please enter a number." msgstr "Por favor introduzca un número." -#: client/src/job-submission/job-submission.partial.html:111 -#: client/src/job-submission/job-submission.partial.html:124 -#: client/src/job-submission/job-submission.partial.html:137 -#: client/src/job-submission/job-submission.partial.html:150 +#: 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 +#: client/src/job-submission/job-submission.partial.html:154 #: client/src/login/loginModal/loginModal.partial.html:78 -#: client/src/job-submission/job-submission.partial.html:109 -#: client/src/job-submission/job-submission.partial.html:122 -#: client/src/job-submission/job-submission.partial.html:135 -#: client/src/job-submission/job-submission.partial.html:148 msgid "Please enter a password." msgstr "Por favor introduzca una contraseña." @@ -3861,56 +3587,39 @@ 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:844 -#: client/src/shared/form-generator.js:939 -#: client/src/shared/form-generator.js:867 -#: client/src/shared/form-generator.js:963 +#: client/src/shared/form-generator.js:851 +#: client/src/shared/form-generator.js:946 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:1009 -#: client/src/shared/form-generator.js:839 -#: client/src/shared/form-generator.js:934 -#: client/src/shared/form-generator.js:1061 -#: client/src/shared/form-generator.js:862 -#: client/src/shared/form-generator.js:958 +#: client/src/shared/form-generator.js:1016 +#: client/src/shared/form-generator.js:846 +#: client/src/shared/form-generator.js:941 msgid "Please enter a value." msgstr "Por favor introduzca un valor." -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:304 -#: client/src/job-submission/job-submission.partial.html:310 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 -#: client/src/job-submission/job-submission.partial.html:301 -#: client/src/job-submission/job-submission.partial.html:307 +#: 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/job-submission/job-submission.partial.html:311 +#: client/src/job-submission/job-submission.partial.html:317 msgid "Please enter an answer between" msgstr "Ingrese una respuesta entre" -#: client/src/job-submission/job-submission.partial.html:309 -#: client/src/job-submission/job-submission.partial.html:306 +#: 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/src/job-submission/job-submission.partial.html:303 -#: client/src/job-submission/job-submission.partial.html:300 +#: 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/src/job-submission/job-submission.partial.html:281 -#: client/src/job-submission/job-submission.partial.html:286 -#: client/src/job-submission/job-submission.partial.html:297 -#: client/src/job-submission/job-submission.partial.html:302 -#: client/src/job-submission/job-submission.partial.html:308 -#: client/src/job-submission/job-submission.partial.html:278 -#: client/src/job-submission/job-submission.partial.html:283 -#: client/src/job-submission/job-submission.partial.html:294 -#: client/src/job-submission/job-submission.partial.html:299 -#: client/src/job-submission/job-submission.partial.html:305 +#: 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 +#: client/src/job-submission/job-submission.partial.html:309 +#: client/src/job-submission/job-submission.partial.html:315 msgid "Please enter an answer." msgstr "Ingrese una respuesta." @@ -3919,7 +3628,7 @@ msgstr "Ingrese una respuesta." msgid "Please save and run a job to view." msgstr "Guarde y ejecute una tarea para ver." -#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:49 +#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:50 msgid "Please save before adding a survey to this job template." msgstr "Guarde antes de agregar una encuesta a esta plantilla de trabajo." @@ -3936,44 +3645,34 @@ msgstr "Guarde antes de agregar notificaciones." msgid "Please save before adding users." msgstr "Guarde antes de agregar usuarios." -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:121 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:124 +#: 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:384 +#: client/src/templates/job_templates/job-template.form.js:379 #: client/src/templates/workflows.form.js:107 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:130 -#: client/src/projects/projects.form.js:224 -#: client/src/templates/job_templates/job-template.form.js:404 -#: client/src/templates/workflows.form.js:112 msgid "Please save before assigning permissions." msgstr "Guarde antes de asignar permisos." -#: client/src/users/users.form.js:120 client/src/users/users.form.js:179 -#: client/src/users/users.form.js:121 client/src/users/users.form.js:180 +#: client/src/users/users.form.js:124 client/src/users/users.form.js:183 msgid "Please save before assigning to organizations." msgstr "Guarde antes de asignar a organizaciones" -#: client/src/users/users.form.js:148 client/src/users/users.form.js:149 +#: client/src/users/users.form.js:152 msgid "Please save before assigning to teams." msgstr "Guarde antes de asignar a equipos." -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:169 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:175 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:164 msgid "Please save before creating groups." msgstr "Guarde antes de crear grupos." -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:178 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:173 msgid "Please save before creating hosts." msgstr "Guarde antes de crear hosts." #: client/src/inventories-hosts/hosts/host.form.js:112 #: client/src/inventories-hosts/inventories/related/groups/groups.form.js:86 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:111 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:111 -#: client/src/inventories-hosts/hosts/host.form.js:116 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:116 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:110 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:112 msgid "Please save before defining groups." msgstr "Guarde antes de definir grupos." @@ -3981,8 +3680,7 @@ 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:187 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:193 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:182 msgid "Please save before defining inventory sources." msgstr "Guarde antes de definir fuentes de inventario." @@ -3991,22 +3689,17 @@ msgid "Please save before defining the workflow graph." msgstr "Guarde antes de definir un gráfico de flujo de trabajo." #: client/src/inventories-hosts/hosts/host.form.js:121 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:119 -#: client/src/inventories-hosts/hosts/host.form.js:125 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:118 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:120 msgid "Please save before viewing Insights." msgstr "Guarde antes de ver Insights." #: client/src/inventories-hosts/hosts/host.form.js:105 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:104 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:104 -#: client/src/inventories-hosts/hosts/host.form.js:109 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:109 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:103 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:105 msgid "Please save before viewing facts." msgstr "Guarde antes de ver eventos." -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:167 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:164 msgid "Please save before viewing hosts." msgstr "Guarde antes de ver los hosts." @@ -4023,7 +3716,6 @@ msgid "Please select a Credential." msgstr "Por favor seleccione un credencial." #: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:46 -#: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:43 msgid "" "Please select a machine (SSH) credential or check the \"Prompt on launch\" " "option." @@ -4031,29 +3723,22 @@ msgstr "" "Seleccione una credencial de máquina (SSH) o marque la opción “Preguntar al " "ejecutar”." -#: client/src/shared/form-generator.js:1186 -#: client/src/shared/form-generator.js:1238 +#: client/src/shared/form-generator.js:1193 msgid "Please select a number between" msgstr "Por favor seleccione un número entre" -#: client/src/shared/form-generator.js:1182 -#: client/src/shared/form-generator.js:1234 +#: client/src/shared/form-generator.js:1189 msgid "Please select a number." msgstr "Por favor seleccione un número." -#: client/src/shared/form-generator.js:1074 -#: client/src/shared/form-generator.js:1142 -#: client/src/shared/form-generator.js:1263 -#: client/src/shared/form-generator.js:1371 -#: client/src/shared/form-generator.js:1126 -#: client/src/shared/form-generator.js:1194 -#: client/src/shared/form-generator.js:1314 -#: client/src/shared/form-generator.js:1422 +#: 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 msgid "Please select a value." msgstr "Por favor seleccione un valor." #: client/src/templates/job_templates/job-template.form.js:77 -#: client/src/templates/job_templates/job-template.form.js:81 msgid "Please select an Inventory or check the Prompt on launch option." msgstr "" "Por favor seleccione un inventario o seleccione la opción Preguntar al " @@ -4063,8 +3748,11 @@ msgstr "" msgid "Please select an Inventory." msgstr "Por favor seleccione un Inventario." -#: client/src/shared/form-generator.js:1179 -#: client/src/shared/form-generator.js:1231 +#: 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 msgid "Please select at least one value." msgstr "Por favor seleccione al menos un valor." @@ -4072,7 +3760,7 @@ msgstr "Por favor seleccione al menos un valor." 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:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 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." @@ -4088,8 +3776,7 @@ msgid "Private Key" msgstr "Clave privada" #: client/src/credentials/credentials.form.js:264 -#: client/src/job-submission/job-submission.partial.html:116 -#: client/src/job-submission/job-submission.partial.html:114 +#: client/src/job-submission/job-submission.partial.html:118 msgid "Private Key Passphrase" msgstr "Frase de contraseña para la clave privada" @@ -4099,44 +3786,30 @@ msgid "Privilege Escalation" msgstr "Elevación de privilegios" #: client/src/credentials/credentials.form.js:305 -#: client/src/job-submission/job-submission.partial.html:129 -#: client/src/credentials/factories/become-method-change.factory.js:19 -#: client/src/credentials/factories/kind-change.factory.js:76 -#: client/src/job-submission/job-submission.partial.html:127 +#: client/src/job-submission/job-submission.partial.html:132 msgid "Privilege Escalation Password" msgstr "Contraseña para la elevación de privilegios" #: client/src/credentials/credentials.form.js:295 -#: client/src/credentials/factories/become-method-change.factory.js:18 -#: client/src/credentials/factories/kind-change.factory.js:75 msgid "Privilege Escalation Username" msgstr "Usuario para la elevación de privilegios" #: 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:213 -#: client/src/templates/job_templates/job-template.form.js:103 +#: 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 -#: client/src/credentials/factories/become-method-change.factory.js:32 -#: client/src/credentials/factories/kind-change.factory.js:89 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:88 -#: client/src/templates/job_templates/job-template.form.js:107 -#: client/src/templates/job_templates/job-template.form.js:95 msgid "Project" msgstr "Proyecto" -#: client/src/credentials/factories/become-method-change.factory.js:59 -#: client/src/credentials/factories/kind-change.factory.js:116 -#: client/src/credentials/factories/become-method-change.factory.js:61 -#: client/src/credentials/factories/kind-change.factory.js:118 +#: client/src/credentials/factories/become-method-change.factory.js:53 +#: client/src/credentials/factories/kind-change.factory.js:110 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:74 -#: client/src/projects/projects.form.js:82 msgid "Project Base Path" msgstr "Ruta base del proyecto" @@ -4145,7 +3818,6 @@ msgid "Project Name" msgstr "Nombre del proyecto" #: client/src/projects/projects.form.js:100 -#: client/src/projects/projects.form.js:99 msgid "Project Path" msgstr "Ruta del proyecto" @@ -4154,12 +3826,11 @@ 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:169 msgid "Project lookup failed. GET returned:" msgstr "La búsqueda del proyecto ha fallado. GET ha devuelto:" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:121 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:48 +#: 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/home/dashboard/counts/dashboard-counts.directive.js:61 #: client/src/organizations/linkout/organizations-linkout.route.js:206 @@ -4173,12 +3844,10 @@ msgstr[0] "Promover grupo" msgstr[1] "Promover grupos" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:43 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:43 msgid "Promote groups" msgstr "Promover grupos" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:32 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:32 msgid "Promote groups and hosts" msgstr "Promover grupos y hosts" @@ -4189,7 +3858,6 @@ msgstr[0] "Promover host" msgstr[1] "Promover hosts" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:54 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:54 msgid "Promote hosts" msgstr "Promover hosts" @@ -4202,31 +3870,20 @@ msgid "Prompt" msgstr "Aviso" #: client/lib/components/components.strings.js:30 -#: client/src/templates/job_templates/job-template.form.js:144 -#: client/src/templates/job_templates/job-template.form.js:174 -#: client/src/templates/job_templates/job-template.form.js:191 -#: client/src/templates/job_templates/job-template.form.js:217 -#: client/src/templates/job_templates/job-template.form.js:234 -#: client/src/templates/job_templates/job-template.form.js:259 -#: client/src/templates/job_templates/job-template.form.js:359 +#: 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/src/templates/job_templates/job-template.form.js:60 #: client/src/templates/job_templates/job-template.form.js:86 -#: client/src/templates/job_templates/job-template.form.js:147 -#: client/src/templates/job_templates/job-template.form.js:183 -#: client/src/templates/job_templates/job-template.form.js:200 -#: client/src/templates/job_templates/job-template.form.js:228 -#: client/src/templates/job_templates/job-template.form.js:247 -#: client/src/templates/job_templates/job-template.form.js:261 -#: client/src/templates/job_templates/job-template.form.js:376 -#: client/src/templates/job_templates/job-template.form.js:64 -#: client/src/templates/job_templates/job-template.form.js:90 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 -#: client/src/templates/job_templates/job-template.form.js:220 -#: client/src/templates/job_templates/job-template.form.js:239 msgid "Provide a comma separated list of tags." msgstr "Introduzca una lista de etiquetas separadas por coma." @@ -4249,13 +3906,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/inventories-hosts/hosts/host.form.js:49 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:48 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:168 +#: client/src/templates/job_templates/job-template.form.js:163 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" @@ -4267,7 +3922,6 @@ msgstr "" "obtener más información y ejemplos relacionados con los patrones." #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:116 -#: client/src/templates/job_templates/job-template.form.js:174 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 " @@ -4283,8 +3937,17 @@ msgstr "" "Proporcione variables del entorno para trasladar al script del inventario " "personalizado." -#: client/src/templates/job_templates/job-template.form.js:316 -#: client/src/templates/job_templates/job-template.form.js:324 +#: 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 +msgid "" +"Provide the named URL encoded name or id of the remote Tower inventory to be" +" imported." +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 msgid "Provisioning Callback URL" msgstr "Dirección URL para las llamadas callback" @@ -4329,12 +3992,10 @@ msgstr "PLANTILLAS USADAS RECIENTEMENTE" #: 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/activity-stream/streams.list.js:55 msgid "REFRESH" msgstr "ACTUALIZAR" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:109 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:96 msgid "REGIONS" msgstr "REGIONES" @@ -4342,7 +4003,7 @@ msgstr "REGIONES" msgid "RELATED FIELDS:" msgstr "CAMPOS RELACIONADOS:" -#: client/src/shared/directives.js:78 client/src/shared/directives.js:136 +#: client/src/shared/directives.js:78 msgid "REMOVE" msgstr "ELIMINAR" @@ -4360,14 +4021,11 @@ msgstr "RESULTADOS" #: 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/job-submission/job-submission.partial.html:85 msgid "REVERT" msgstr "REVERTIR" #: client/src/credentials/factories/become-method-change.factory.js:25 #: client/src/credentials/factories/kind-change.factory.js:82 -#: client/src/credentials/factories/become-method-change.factory.js:27 -#: client/src/credentials/factories/kind-change.factory.js:84 msgid "RSA Private Key" msgstr "Clave privada RSA" @@ -4388,7 +4046,7 @@ msgstr "EJECUTAR COMANDOS" msgid "Random" msgstr "Aleatorio" -#: client/src/job-results/job-results.partial.html:408 +#: 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 " @@ -4404,9 +4062,8 @@ msgstr "" msgid "Recent Notifications" msgstr "Notificaciones recientes" -#: client/src/notifications/notificationTemplates.form.js:101 -#: client/src/notifications/notificationTemplates.form.js:97 -#: client/src/notifications/notificationTemplates.form.js:102 +#: client/src/notifications/notificationTemplates.form.js:94 +#: client/src/notifications/notificationTemplates.form.js:98 msgid "Recipient List" msgstr "Lista de destinatarios" @@ -4415,7 +4072,7 @@ msgstr "Lista de destinatarios" msgid "Red" msgstr "Rojo" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 msgid "" "Refer to the Ansible Tower documentation for further syntax and examples." msgstr "" @@ -4433,7 +4090,6 @@ msgstr "" #: 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/activity-stream/streams.list.js:52 msgid "Refresh the page" msgstr "Actualizar la página" @@ -4443,7 +4099,6 @@ msgid "Region:" msgstr "Región:" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:131 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:122 msgid "Regions" msgstr "Regiones" @@ -4460,22 +4115,17 @@ msgstr "Grupos relacionados" msgid "Relaunch using the same parameters" msgstr "Relanzar utilizando los mismos parámetros" -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:199 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:205 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:194 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:218 -#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:85 -#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:86 -#: client/src/users/users.form.js:219 +#: client/src/teams/teams.form.js:142 client/src/users/users.form.js:222 msgid "Remove" msgstr "Eliminar" #: client/src/projects/projects.form.js:158 -#: client/src/projects/projects.form.js:157 msgid "Remove any local modifications prior to performing an update." msgstr "" "Eliminar cualquier modificación local antes de realizar una actualización." @@ -4488,7 +4138,7 @@ msgstr "Frecuencia de repetición" msgid "Request License" msgstr "Solicitar una licencia" -#: client/src/templates/survey-maker/shared/question-definition.form.js:288 +#: client/src/templates/survey-maker/shared/question-definition.form.js:291 msgid "Required" msgstr "Obligatorio" @@ -4496,12 +4146,11 @@ msgstr "Obligatorio" msgid "Reset" msgstr "Restablecer" -#: client/src/job-results/job-results.partial.html:120 +#: client/src/job-results/job-results.partial.html:123 msgid "Results Traceback" msgstr "Resultados Traceback" -#: client/src/shared/form-generator.js:684 -#: client/src/shared/form-generator.js:701 +#: client/src/shared/form-generator.js:690 msgid "Revert" msgstr "Revertir" @@ -4516,45 +4165,40 @@ msgstr "Revertir" #: 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:73 +#: 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/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:236 +#: client/src/job-results/job-results.partial.html:239 #: 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:275 +#: client/src/projects/edit/projects-edit.controller.js:281 msgid "Revision #" msgstr "Revisión n°" -#: client/features/credentials/legacy.credentials.js:91 +#: 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:151 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:154 +#: 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:201 -#: client/features/credentials/legacy.credentials.js:86 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:160 -#: client/src/projects/projects.form.js:254 -#: client/src/templates/workflows.form.js:143 -#: client/src/users/users.form.js:202 +#: client/src/users/users.form.js:205 msgid "Role" msgstr "Función" -#: client/src/instance-groups/instance-group.partial.html:15 -#: client/src/instance-groups/instance-groups.list.js:25 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:15 -#: client/src/instance-groups/instances/instances-list.partial.html:21 +#: client/src/instance-groups/instance-group.partial.html:14 +#: 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:32 +#: client/src/instance-groups/list/instance-groups-list.partial.html:29 msgid "Running Jobs" msgstr "Tareas en ejecución" @@ -4570,13 +4214,12 @@ msgstr "SAML" #: 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 -#: client/src/partials/survey-maker-modal.html:86 +#: client/src/partials/survey-maker-modal.html:87 #: client/src/shared/instance-groups-multiselect/instance-groups-modal/instance-groups-modal.partial.html:18 -#: client/lib/services/base-string.service.js:30 msgid "SAVE" msgstr "GUARDAR" -#: client/src/scheduler/main.js:331 client/src/scheduler/main.js:330 +#: client/src/scheduler/main.js:331 msgid "SCHEDULED" msgstr "PROGRAMADO" @@ -4592,39 +4235,34 @@ msgstr "TRABAJOS PROGRAMADOS" #: 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/activity-stream/get-target-title.factory.js:35 msgid "SCHEDULES" msgstr "PROGRAMACIONES" #: client/src/projects/add/projects-add.controller.js:118 -#: client/src/projects/edit/projects-edit.controller.js:248 +#: client/src/projects/edit/projects-edit.controller.js:254 msgid "SCM Branch" msgstr "Rama SCM" #: client/src/projects/add/projects-add.controller.js:137 -#: client/src/projects/edit/projects-edit.controller.js:266 +#: client/src/projects/edit/projects-edit.controller.js:272 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:287 +#: client/src/projects/edit/projects-edit.controller.js:293 msgid "SCM Branch/Tag/Revision" msgstr "Revisión/Etiqueta/Rama SCM" #: client/src/projects/projects.form.js:159 -#: client/src/projects/projects.form.js:158 msgid "SCM Clean" msgstr "Limpiar SCM" #: client/src/projects/projects.form.js:170 -#: client/src/projects/projects.form.js:169 msgid "SCM Delete" msgstr "Eliminar SCM" #: client/src/credentials/factories/become-method-change.factory.js:20 #: client/src/credentials/factories/kind-change.factory.js:77 -#: client/src/credentials/factories/become-method-change.factory.js:22 -#: client/src/credentials/factories/kind-change.factory.js:79 msgid "SCM Private Key" msgstr "Clave privada SCM" @@ -4634,23 +4272,19 @@ 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:179 msgid "SCM Update" msgstr "Actualización SCM" #: client/src/projects/list/projects-list.controller.js:222 -#: client/src/projects/list/projects-list.controller.js:221 msgid "SCM Update Cancel" msgstr "Cancelar actualización SCM" #: client/src/projects/projects.form.js:150 -#: client/src/projects/projects.form.js:149 msgid "SCM Update Options" msgstr "Opciones de actualización SCM" -#: client/src/projects/edit/projects-edit.controller.js:136 +#: client/src/projects/edit/projects-edit.controller.js:137 #: client/src/projects/list/projects-list.controller.js:84 -#: client/src/projects/list/projects-list.controller.js:83 msgid "SCM update currently running" msgstr "Actualización SCM actualmente en ejecución" @@ -4683,7 +4317,6 @@ msgstr "SELECCIONADO:" #: client/src/main-menu/main-menu.partial.html:59 #: client/src/setup-menu/setup.route.js:9 -#: client/src/setup-menu/setup.route.js:8 msgid "SETTINGS" msgstr "AJUSTES" @@ -4699,13 +4332,12 @@ msgstr "INICIAR SESIÓN" msgid "SIGN IN WITH" msgstr "INICIAR SESIÓN CON" -#: client/src/inventories-hosts/hosts/host.list.js:109 +#: client/src/inventories-hosts/hosts/host.list.js:110 #: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:32 msgid "SMART INVENTORY" msgstr "INVENTARIO INTELIGENTE" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:102 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:89 msgid "SOURCE" msgstr "FUENTE" @@ -4713,10 +4345,8 @@ msgstr "FUENTE" msgid "SOURCES" msgstr "FUENTES" -#: client/src/credentials/factories/become-method-change.factory.js:95 -#: client/src/credentials/factories/kind-change.factory.js:152 -#: client/src/credentials/factories/become-method-change.factory.js:97 -#: client/src/credentials/factories/kind-change.factory.js:154 +#: client/src/credentials/factories/become-method-change.factory.js:89 +#: client/src/credentials/factories/kind-change.factory.js:146 msgid "SSH Key" msgstr "Clave SSH" @@ -4724,22 +4354,19 @@ msgstr "Clave SSH" msgid "SSH key description" msgstr "Descripción de la clave SSH" -#: client/src/notifications/notificationTemplates.form.js:378 -#: client/src/notifications/notificationTemplates.form.js:390 +#: client/src/notifications/notificationTemplates.form.js:375 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:122 msgid "STANDARD OUT" msgstr "SALIDA ESTÁNDAR" #: 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:52 msgid "STARTED" msgstr "INICIADO" @@ -4754,7 +4381,7 @@ msgstr "ESTADO" msgid "STS Token" msgstr "Token STS" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:60 +#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:61 msgid "SUCCESSFUL" msgstr "CORRECTO" @@ -4770,39 +4397,34 @@ msgstr "SINCRONIZAR TODO" msgid "SYSTEM TRACKING" msgstr "SISTEMA DE RASTREO" -#: client/src/credentials/factories/become-method-change.factory.js:76 -#: client/src/credentials/factories/kind-change.factory.js:133 -#: client/src/credentials/factories/become-method-change.factory.js:78 -#: client/src/credentials/factories/kind-change.factory.js:135 +#: client/src/credentials/factories/become-method-change.factory.js:70 +#: client/src/credentials/factories/kind-change.factory.js:127 msgid "Satellite 6 URL" 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:196 +#: 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:1683 -#: client/src/shared/form-generator.js:1734 +#: client/src/shared/form-generator.js:1691 msgid "Save" msgstr "Guardar" #: client/src/configuration/auth-form/configuration-auth.controller.js:86 -#: client/src/configuration/configuration.controller.js:209 -#: client/src/configuration/configuration.controller.js:268 -#: client/src/configuration/system-form/configuration-system.controller.js:66 +#: client/src/configuration/configuration.controller.js:213 +#: client/src/configuration/configuration.controller.js:272 +#: client/src/configuration/system-form/configuration-system.controller.js:68 msgid "Save changes" msgstr "Guardar los cambios" -#: client/src/license/license.partial.html:122 +#: client/src/license/license.partial.html:127 msgid "Save successful!" msgstr "Guardado correctamente" #: client/src/templates/templates.list.js:88 -#: client/src/partials/subhome.html:10 msgid "Schedule" msgstr "Planificar" #: client/src/management-jobs/card/card.partial.html:28 -#: client/src/management-jobs/card/card.partial.html:26 msgid "Schedule Management Job" msgstr "Planificar trabajo de gestión" @@ -4820,14 +4442,11 @@ msgstr "Planificar futuras ejecuciones de plantilla de trabajo." #: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33 #: client/src/jobs/jobs.partial.html:10 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32 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/shared/smart-search/smart-search.controller.js:39 -#: client/src/shared/smart-search/smart-search.controller.js:84 msgid "Search" msgstr "Buscar" @@ -4850,8 +4469,7 @@ msgstr "" " temporalmente y con credenciales con privilegio limitado para usuarios de " "AWS Identity y Access Management (IAM)." -#: client/src/shared/form-generator.js:1687 -#: client/src/shared/form-generator.js:1738 +#: client/src/shared/form-generator.js:1695 msgid "Select" msgstr "Seleccionar" @@ -4901,11 +4519,10 @@ msgstr "" #: client/src/configuration/jobs-form/configuration-jobs.controller.js:109 #: client/src/configuration/jobs-form/configuration-jobs.controller.js:134 #: client/src/configuration/ui-form/configuration-ui.controller.js:95 -#: client/src/configuration/jobs-form/configuration-jobs.controller.js:124 msgid "Select commands" msgstr "Seleccionar comandos" -#: client/src/templates/job_templates/job-template.form.js:138 +#: client/src/templates/job_templates/job-template.form.js:133 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 " @@ -4924,7 +4541,6 @@ msgstr "" "al momento de la ejecución." #: client/src/projects/projects.form.js:98 -#: client/src/projects/projects.form.js:97 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 " @@ -4934,8 +4550,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:262 -#: client/src/configuration/auth-form/configuration-auth.controller.js:281 +#: client/src/configuration/auth-form/configuration-auth.controller.js:263 +#: client/src/configuration/auth-form/configuration-auth.controller.js:282 msgid "Select group types" msgstr "Seleccionar un tipo de grupo" @@ -4943,13 +4559,12 @@ msgstr "Seleccionar un tipo de grupo" msgid "Select roles" msgstr "Seleccionar roles" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:77 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:85 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74 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:85 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:80 msgid "" "Select the Instance Groups for this Inventory to run on. Refer to the " "Ansible Tower documentation for more detail." @@ -4958,8 +4573,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:198 -#: client/src/templates/job_templates/job-template.form.js:207 +#: client/src/templates/job_templates/job-template.form.js:193 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 " @@ -4984,7 +4598,6 @@ msgstr "" #: client/src/templates/job_templates/job-template.form.js:79 #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:81 -#: client/src/templates/job_templates/job-template.form.js:83 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 " @@ -4998,20 +4611,18 @@ msgstr "" "Seleccione el archivo del inventario que sincronizará esta fuente. Puede " "seleccionar del menú desplegable o ingresar un archivo en la entrada." -#: client/src/templates/job_templates/job-template.form.js:119 -#: client/src/templates/job_templates/job-template.form.js:123 +#: client/src/templates/job_templates/job-template.form.js:114 msgid "Select the playbook to be executed by this job." msgstr "Seleccionar el playbook a ser ejecutado por este trabajo." -#: client/src/templates/job_templates/job-template.form.js:102 -#: client/src/templates/job_templates/job-template.form.js:106 +#: client/src/templates/job_templates/job-template.form.js:99 msgid "" "Select the project containing the playbook you want this job to execute." msgstr "" "Seleccionar el proyecto que contiene el playbook que desea ejecutar este " "trabajo." -#: client/src/configuration/system-form/configuration-system.controller.js:191 +#: client/src/configuration/system-form/configuration-system.controller.js:197 msgid "Select types" msgstr "Seleccionar los tipos" @@ -5020,15 +4631,12 @@ msgstr "Seleccionar los tipos" msgid "Select which groups to create automatically." msgstr "Seleccione los grupos que se crearán de manera automática." -#: client/src/notifications/notificationTemplates.form.js:113 -#: client/src/notifications/notificationTemplates.form.js:114 +#: client/src/notifications/notificationTemplates.form.js:110 msgid "Sender Email" msgstr "Dirección de correo del remitente" #: client/src/credentials/factories/become-method-change.factory.js:24 #: client/src/credentials/factories/kind-change.factory.js:81 -#: client/src/credentials/factories/become-method-change.factory.js:26 -#: client/src/credentials/factories/kind-change.factory.js:83 msgid "Service Account Email Address" msgstr "Dirección de correo de cuenta de servicio" @@ -5053,27 +4661,19 @@ msgstr "" msgid "Settings" msgstr "Ajustes" -#: client/src/job-submission/job-submission.partial.html:107 -#: client/src/job-submission/job-submission.partial.html:120 -#: client/src/job-submission/job-submission.partial.html:133 -#: client/src/job-submission/job-submission.partial.html:146 -#: client/src/job-submission/job-submission.partial.html:292 -#: client/src/shared/form-generator.js:869 -#: client/src/job-submission/job-submission.partial.html:105 -#: client/src/job-submission/job-submission.partial.html:118 -#: client/src/job-submission/job-submission.partial.html:131 -#: client/src/job-submission/job-submission.partial.html:144 -#: client/src/job-submission/job-submission.partial.html:289 -#: client/src/shared/form-generator.js:892 +#: client/src/job-submission/job-submission.partial.html:108 +#: client/src/job-submission/job-submission.partial.html:122 +#: 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 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:250 -#: client/src/templates/job_templates/job-template.form.js:253 -#: client/src/templates/job_templates/job-template.form.js:252 -#: client/src/templates/job_templates/job-template.form.js:255 +#: client/src/templates/job_templates/job-template.form.js:245 +#: client/src/templates/job_templates/job-template.form.js:248 msgid "Show Changes" msgstr "Mostrar cambios" @@ -5081,37 +4681,27 @@ msgstr "Mostrar cambios" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:44 #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:55 #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:76 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:34 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:45 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:56 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:77 msgid "Sign in with %s" msgstr "Iniciar sesión con %s" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:63 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:64 msgid "Sign in with %s Organizations" msgstr "Iniciar sesión con las organizaciones %s" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:61 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:62 msgid "Sign in with %s Teams" msgstr "Iniciar sesión con los equipos %s" -#: client/src/job-results/job-results.partial.html:392 -#: client/src/job-submission/job-submission.partial.html:239 -#: client/src/templates/job_templates/job-template.form.js:222 -#: client/src/templates/job_templates/job-template.form.js:229 +#: client/src/job-results/job-results.partial.html:395 +#: 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/job-submission/job-submission.partial.html:237 -#: client/src/templates/job_templates/job-template.form.js:233 -#: client/src/templates/job_templates/job-template.form.js:242 msgid "Skip Tags" msgstr "Omitir etiquetas" #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:148 -#: client/src/templates/job_templates/job-template.form.js:240 msgid "" "Skip tags are useful when you have a large playbook, and you want to skip " "specific parts of a play or task." @@ -5119,7 +4709,7 @@ 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:228 +#: client/src/templates/job_templates/job-template.form.js:223 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. " @@ -5130,16 +4720,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:65 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:69 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:62 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:66 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/organizations/linkout/controllers/organizations-inventories.controller.js:70 -#: client/src/shared/form-generator.js:1449 -#: client/src/shared/form-generator.js:1500 +#: client/src/shared/form-generator.js:1456 msgid "Smart Inventory" msgstr "Inventario inteligente" @@ -5149,8 +4738,6 @@ msgstr "Se puede solucionar con playbook" #: 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:61 -#: client/src/partials/subhome.html:8 msgid "Source" msgstr "Fuente" @@ -5163,15 +4750,12 @@ msgstr "Fuente de control" msgid "Source Details" msgstr "Detalles de la fuente" -#: client/src/notifications/notificationTemplates.form.js:195 -#: client/src/notifications/notificationTemplates.form.js:196 -#: client/src/notifications/notificationTemplates.form.js:198 -#: client/src/notifications/notificationTemplates.form.js:199 +#: client/src/notifications/notificationTemplates.form.js:192 +#: client/src/notifications/notificationTemplates.form.js:193 msgid "Source Phone Number" msgstr "Número de teléfono de la fuente" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:136 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:127 msgid "Source Regions" msgstr "Regiones de fuente" @@ -5185,10 +4769,6 @@ msgstr "Regiones de fuente" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:281 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:291 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:298 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:195 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:202 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:218 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:241 msgid "Source Variables" msgstr "Variables de fuente" @@ -5197,12 +4777,11 @@ 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:189 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:195 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184 msgid "Sources" msgstr "Fuentes" -#: client/src/notifications/notificationTemplates.form.js:333 +#: client/src/notifications/notificationTemplates.form.js:330 msgid "" "Specify HTTP Headers in JSON format. Refer to the Ansible Tower " "documentation for example syntax." @@ -5218,7 +4797,7 @@ 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:295 +#: client/src/notifications/notificationTemplates.form.js:292 msgid "" "Specify a notification color. Acceptable colors are: yellow, green, red " "purple, gray or random." @@ -5263,7 +4842,7 @@ msgstr "Hora de inicio" msgid "Start a job using this template" msgstr "Iniciar un trabajo usando esta plantilla" -#: client/src/projects/edit/projects-edit.controller.js:133 +#: 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" @@ -5272,7 +4851,7 @@ msgstr "Iniciar una actualización de SCM" msgid "Start sync process" msgstr "Iniciar proceso de sincronización" -#: client/src/job-results/job-results.partial.html:97 +#: client/src/job-results/job-results.partial.html:100 msgid "Started" msgstr "Iniciado" @@ -5290,7 +4869,7 @@ msgstr "Estado" msgid "Sub Category" msgstr "Subcategoría" -#: client/src/license/license.partial.html:121 +#: client/src/license/license.partial.html:126 msgid "Submit" msgstr "Enviar" @@ -5329,7 +4908,7 @@ msgstr "Correctos" msgid "Survey" msgstr "Encuesta" -#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:57 +#: 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 msgid "" "Surveys allow users to be prompted at job launch with a series of questions " @@ -5402,8 +4981,6 @@ msgstr "TACACS+" #: client/src/organizations/list/organizations-list.controller.js:60 #: client/src/teams/main.js:46 client/src/teams/teams.list.js:14 #: client/src/teams/teams.list.js:15 -#: client/src/activity-stream/get-target-title.factory.js:20 -#: client/src/organizations/linkout/organizations-linkout.route.js:96 msgid "TEAMS" msgstr "EQUIPOS" @@ -5413,11 +4990,14 @@ msgstr "EQUIPOS" #: client/src/templates/list/templates-list.route.js:13 #: client/src/templates/templates.list.js:15 #: client/src/templates/templates.list.js:16 -#: client/src/activity-stream/get-target-title.factory.js:41 msgid "TEMPLATES" msgstr "PLANTILLAS" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:102 +#: client/src/instance-groups/instance-groups.list.js:8 +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 msgid "TIME" msgstr "DURACIÓN" @@ -5431,7 +5011,6 @@ msgid "Tag None:" msgstr "Ninguna etiqueta:" #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:133 -#: client/src/templates/job_templates/job-template.form.js:221 msgid "" "Tags are useful when you have a large playbook, and you want to run a " "specific part of a play or task." @@ -5439,7 +5018,7 @@ 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:211 +#: client/src/templates/job_templates/job-template.form.js:206 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" @@ -5455,25 +5034,20 @@ msgstr "" msgid "Tags:" msgstr "Etiquetas:" -#: client/src/notifications/notificationTemplates.form.js:312 -#: client/src/notifications/notificationTemplates.form.js:317 +#: client/src/notifications/notificationTemplates.form.js:309 msgid "Target URL" msgstr "URL destino" -#: client/src/job-results/job-results.partial.html:493 +#: client/src/job-results/job-results.partial.html:496 msgid "Tasks" msgstr "Tareas" -#: client/features/credentials/legacy.credentials.js:97 +#: 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:157 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:160 +#: 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:92 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:166 -#: client/src/projects/projects.form.js:260 -#: client/src/templates/workflows.form.js:149 msgid "Team Roles" msgstr "Funciones de equipo" @@ -5482,20 +5056,16 @@ msgstr "Funciones de equipo" #: 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:155 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33 -#: client/src/shared/stateDefinitions.factory.js:364 -#: client/src/users/users.form.js:156 +#: client/src/users/users.form.js:159 msgid "Teams" msgstr "Equipos" -#: client/src/job-results/job-results.partial.html:132 +#: client/src/job-results/job-results.partial.html:135 #: client/src/templates/templates.list.js:14 msgid "Template" msgstr "Plantilla" #: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34 msgid "Templates" msgstr "Plantillas" @@ -5503,7 +5073,7 @@ msgstr "Plantillas" msgid "Tenant ID" msgstr "ID inquilino [Tenant]" -#: client/src/configuration/system-form/sub-forms/system-logging.form.js:78 +#: client/src/configuration/system-form/sub-forms/system-logging.form.js:79 msgid "Test" msgstr "Probar" @@ -5511,10 +5081,8 @@ msgstr "Probar" msgid "Test notification" msgstr "Probar notificación" -#: client/src/shared/form-generator.js:1379 -#: client/src/shared/form-generator.js:1385 -#: client/src/shared/form-generator.js:1430 -#: client/src/shared/form-generator.js:1436 +#: client/src/shared/form-generator.js:1386 +#: client/src/shared/form-generator.js:1392 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 " @@ -5530,8 +5098,6 @@ msgstr "No se encontró la credencial de Insights para {{inventory.name}}." #: client/src/credentials/factories/become-method-change.factory.js:32 #: client/src/credentials/factories/kind-change.factory.js:89 -#: client/src/credentials/factories/become-method-change.factory.js:34 -#: client/src/credentials/factories/kind-change.factory.js:91 msgid "" "The Project ID is the GCE assigned identification. It is constructed as two " "words followed by a three digit number. Such as:" @@ -5539,7 +5105,7 @@ 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:326 +#: client/src/projects/edit/projects-edit.controller.js:332 msgid "The SCM update process is running." msgstr "El proceso de actualización SCM está en ejecución." @@ -5554,14 +5120,12 @@ msgstr "" "La dirección de correo asignada a la cuenta de servicio Google Compute " "Engine %s." -#: client/src/job-results/job-results.partial.html:510 +#: 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/src/credentials/factories/become-method-change.factory.js:68 -#: client/src/credentials/factories/kind-change.factory.js:125 -#: client/src/credentials/factories/become-method-change.factory.js:70 -#: client/src/credentials/factories/kind-change.factory.js:127 +#: client/src/credentials/factories/become-method-change.factory.js:62 +#: client/src/credentials/factories/kind-change.factory.js:119 msgid "The host to authenticate with." msgstr "El servidor al que autentificarse." @@ -5582,7 +5146,6 @@ msgstr "" "eliminación final." #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:104 -#: client/src/templates/job_templates/job-template.form.js:160 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 " @@ -5592,7 +5155,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:157 +#: client/src/templates/job_templates/job-template.form.js:152 msgid "" "The number of parallel or simultaneous processes to use while executing the " "playbook. Value defaults to 0. Refer to the Ansible documentation for " @@ -5603,8 +5166,7 @@ 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:590 -#: client/src/job-results/job-results.controller.js:585 +#: 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." @@ -5613,7 +5175,6 @@ msgid "The project value" msgstr "El valor del proyecto" #: client/src/projects/list/projects-list.controller.js:159 -#: client/src/projects/list/projects-list.controller.js:158 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." @@ -5630,6 +5191,16 @@ 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-" +"separated (for example, foo_bar, user_id, host_name, etc.). Variable names " +"with spaces are not allowed." +msgstr "" +"El formato sugerido para los nombres de variables es minúsculas y guiones " +"bajos (por ejemplo, foo_bar, user_id, host_name, etc.). No están permitidos " +"los nombres de variables con espacios." + #: client/src/management-jobs/scheduler/schedulerForm.partial.html:124 msgid "The time must be in HH24:MM:SS format." msgstr "La hora debe ser en formato HH24:MM:SS" @@ -5651,7 +5222,6 @@ 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:149 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 " @@ -5660,17 +5230,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/configuration/configuration.controller.js:345 -#: client/src/configuration/configuration.controller.js:342 +#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:140 +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 +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 +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 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:525 -#: client/src/configuration/configuration.controller.js:519 +#: client/src/configuration/configuration.controller.js:531 msgid "There was an error resetting values. Returned status:" msgstr "Ha habido un error reiniciando valores. Estado devuelto:" -#: client/src/configuration/system-form/configuration-system.controller.js:227 +#: client/src/configuration/system-form/configuration-system.controller.js:232 msgid "There was an error testing the log aggregator. Returned status:" msgstr "" "Se produjo un error al probar el agregador de registros. Estado devuelto:" @@ -5694,10 +5279,8 @@ msgstr "Este grupo contiene" msgid "This is not a valid number." msgstr "Éste no es un número válido." -#: client/src/credentials/factories/become-method-change.factory.js:65 -#: client/src/credentials/factories/kind-change.factory.js:122 -#: client/src/credentials/factories/become-method-change.factory.js:67 -#: client/src/credentials/factories/kind-change.factory.js:124 +#: client/src/credentials/factories/become-method-change.factory.js:59 +#: client/src/credentials/factories/kind-change.factory.js:116 msgid "" "This is the tenant name. This value is usually the same as the username." msgstr "" @@ -5718,22 +5301,19 @@ msgid "" msgstr "" "Esta máquina no se ha registrado con Insights en {{last_check_in}} horas" -#: client/src/shared/form-generator.js:740 -#: client/src/shared/form-generator.js:765 +#: client/src/shared/form-generator.js:746 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:160 client/src/users/users.form.js:161 +#: client/src/users/users.form.js:164 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:849 -#: client/src/shared/form-generator.js:944 -#: client/src/shared/form-generator.js:872 -#: client/src/shared/form-generator.js:968 +#: client/src/shared/form-generator.js:856 +#: client/src/shared/form-generator.js:951 msgid "" "This value does not match the password you entered previously. Please " "confirm that password." @@ -5741,8 +5321,7 @@ msgstr "" "Este valor no corresponde con la contraseña introducida anteriormente. Por " "favor confirme la contraseña." -#: client/src/configuration/configuration.controller.js:550 -#: client/src/configuration/configuration.controller.js:544 +#: client/src/configuration/configuration.controller.js:556 msgid "" "This will reset all configuration values to their factory defaults. Are you " "sure you want to proceed?" @@ -5753,7 +5332,6 @@ 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 -#: client/src/activity-stream/streams.list.js:26 msgid "Time" msgstr "Duración" @@ -5762,7 +5340,6 @@ msgid "Time Remaining" msgstr "Tiempo restante" #: client/src/projects/projects.form.js:196 -#: client/src/projects/projects.form.js:195 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 " @@ -5796,8 +5373,7 @@ 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:874 -#: client/src/shared/form-generator.js:897 +#: client/src/shared/form-generator.js:881 msgid "Toggle the display of plaintext." msgstr "Conmutar la visualización en texto plano." @@ -5828,7 +5404,7 @@ msgstr "Traceback" #: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:52 #: 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:57 +#: client/src/notifications/notificationTemplates.form.js:54 #: client/src/notifications/notificationTemplates.list.js:39 #: client/src/notifications/notifications.list.js:31 #: client/src/projects/projects.list.js:44 @@ -5837,9 +5413,7 @@ msgstr "Traceback" #: client/src/templates/completed-jobs.list.js:53 #: client/src/templates/templates.list.js:31 #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:27 -#: client/src/users/users.form.js:196 -#: client/src/credential-types/credential-types.list.js:28 -#: client/src/users/users.form.js:197 +#: client/src/users/users.form.js:200 msgid "Type" msgstr "Tipo" @@ -5850,7 +5424,7 @@ msgid "Type Details" msgstr "Detalles del tipo" #: client/src/projects/add/projects-add.controller.js:169 -#: client/src/projects/edit/projects-edit.controller.js:298 +#: client/src/projects/edit/projects-edit.controller.js:304 msgid "URL popover text" msgstr "Texto 'popover' de la URL" @@ -5863,8 +5437,6 @@ msgstr "NOMBRE DE USUARIO" #: client/src/organizations/list/organizations-list.controller.js:54 #: client/src/users/main.js:46 client/src/users/users.list.js:18 #: client/src/users/users.list.js:19 -#: client/src/activity-stream/get-target-title.factory.js:17 -#: client/src/organizations/linkout/organizations-linkout.route.js:41 msgid "USERS" msgstr "USUARIOS" @@ -5872,6 +5444,10 @@ msgstr "USUARIOS" msgid "Unable to Submit" msgstr "No se puede enviar" +#: client/lib/components/components.strings.js:52 +msgid "Unavailable to run jobs." +msgstr "No disponible para ejecutar tareas." + #: client/lib/components/components.strings.js:22 msgid "Unexpected Error" msgstr "Error inesperado" @@ -5890,36 +5466,29 @@ msgstr "Tipo de modelo de visualización no compatible" msgid "Unsupported input type" msgstr "Tipo de entrada no compatible" -#: client/src/projects/list/projects-list.controller.js:267 -#: client/src/projects/list/projects-list.controller.js:265 +#: client/src/projects/list/projects-list.controller.js:266 msgid "Update Not Found" msgstr "Actualización no encontrada" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:321 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:276 msgid "Update Options" msgstr "Actualizar opciones" -#: client/src/projects/edit/projects-edit.controller.js:326 +#: client/src/projects/edit/projects-edit.controller.js:332 msgid "Update in Progress" msgstr "Actualización en curso" #: 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:308 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:313 -#: client/src/projects/projects.form.js:176 msgid "Update on Launch" msgstr "Actualizar al ejecutar" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:364 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:320 msgid "Update on Project Change" msgstr "Actualizar en el cambio de proyecto" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:370 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:326 msgid "Update on Project Update" msgstr "Actualizar en la actualización del proyecto" @@ -5927,21 +5496,26 @@ msgstr "Actualizar en la actualización del proyecto" 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 msgid "Use Fact Cache" msgstr "Usar caché de eventos" -#: client/src/notifications/notificationTemplates.form.js:398 -#: client/src/notifications/notificationTemplates.form.js:410 +#: client/src/notifications/notificationTemplates.form.js:395 msgid "Use SSL" msgstr "Utilizar SSL" -#: client/src/notifications/notificationTemplates.form.js:393 -#: client/src/notifications/notificationTemplates.form.js:405 +#: client/src/notifications/notificationTemplates.form.js:390 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 +msgid "Used Capacity" +msgstr "Capacidad usada" + #: client/src/credentials/credentials.form.js:76 msgid "" "Used to check out and synchronize playbook repositories with a remote source" @@ -5952,17 +5526,13 @@ 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:86 +#: 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:146 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:149 +#: 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:81 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:155 -#: client/src/projects/projects.form.js:249 -#: client/src/templates/workflows.form.js:138 msgid "User" msgstr "Usuario" @@ -5970,21 +5540,19 @@ msgstr "Usuario" msgid "User Interface" msgstr "Interfaz de usuario" -#: client/src/users/users.form.js:91 client/src/users/users.form.js:92 +#: client/src/users/users.form.js:95 msgid "User Type" msgstr "Tipo de usuario" #: client/src/access/rbac-multiselect/permissionsUsers.list.js:30 #: client/src/credentials/factories/become-method-change.factory.js:17 -#: client/src/credentials/factories/become-method-change.factory.js:44 -#: client/src/credentials/factories/kind-change.factory.js:101 +#: 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/notifications/notificationTemplates.form.js:67 +#: client/src/credentials/factories/kind-change.factory.js:95 +#: client/src/notifications/notificationTemplates.form.js:64 #: client/src/users/users.form.js:58 client/src/users/users.list.js:29 -#: client/src/credentials/factories/become-method-change.factory.js:46 -#: client/src/credentials/factories/kind-change.factory.js:103 msgid "Username" msgstr "Usuario" @@ -6004,7 +5572,6 @@ msgstr "" #: 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:35 msgid "Users" msgstr "Usuarios" @@ -6040,26 +5607,22 @@ 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:84 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:99 -#: client/src/inventories-hosts/hosts/host.form.js:67 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:66 +#: 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 msgid "Variables" msgstr "Variables" -#: client/src/job-submission/job-submission.partial.html:357 -#: client/src/job-submission/job-submission.partial.html:354 +#: client/src/job-submission/job-submission.partial.html:364 msgid "Vault" msgstr "Vault" -#: client/src/job-results/job-results.partial.html:318 +#: client/src/job-results/job-results.partial.html:321 msgid "Vault Credential" msgstr "Credencial de Vault" #: client/src/credentials/credentials.form.js:391 -#: client/src/job-submission/job-submission.partial.html:142 -#: client/src/job-submission/job-submission.partial.html:140 +#: client/src/job-submission/job-submission.partial.html:146 msgid "Vault Password" msgstr "Contraseña Vault" @@ -6067,16 +5630,11 @@ msgstr "Contraseña Vault" #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:90 #: 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:355 -#: client/src/job-submission/job-submission.partial.html:178 +#: 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:179 -#: client/src/templates/job_templates/job-template.form.js:186 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:263 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:270 -#: client/src/job-submission/job-submission.partial.html:176 -#: client/src/templates/job_templates/job-template.form.js:188 -#: client/src/templates/job_templates/job-template.form.js:195 +#: client/src/templates/job_templates/job-template.form.js:174 +#: client/src/templates/job_templates/job-template.form.js:181 msgid "Verbosity" msgstr "Nivel de detalle" @@ -6088,14 +5646,12 @@ msgstr "Versión" #: client/src/credential-types/credential-types.list.js:64 #: client/src/credentials/credentials.list.js:75 #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:58 -#: client/src/inventories-hosts/inventories/inventory.list.js:105 +#: 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/users/users.list.js:70 -#: client/src/activity-stream/streams.list.js:64 -#: client/src/credential-types/credential-types.list.js:61 msgid "View" msgstr "Mostrar" @@ -6120,10 +5676,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:94 -#: client/src/inventories-hosts/hosts/host.form.js:77 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:76 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:103 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:91 msgid "View JSON examples at %s" msgstr "Mostrar los ejemplos JSON en %s" @@ -6135,12 +5688,9 @@ msgstr "Ver menos" msgid "View More" msgstr "Ver más" -#: client/src/shared/form-generator.js:1711 -#: client/src/templates/job_templates/job-template.form.js:441 +#: 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/src/shared/form-generator.js:1762 -#: client/src/templates/job_templates/job-template.form.js:458 -#: client/src/templates/workflows.form.js:166 msgid "View Survey" msgstr "Mostrar la encuesta" @@ -6153,20 +5703,15 @@ 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:95 -#: client/src/inventories-hosts/hosts/host.form.js:78 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:77 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:104 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:92 msgid "View YAML examples at %s" msgstr "Mostrar los ejemplos YAML en %s" #: client/src/setup-menu/setup-menu.partial.html:72 -#: client/src/setup-menu/setup-menu.partial.html:54 msgid "View Your License" msgstr "Mostrar su licencia" #: client/src/setup-menu/setup-menu.partial.html:73 -#: client/src/setup-menu/setup-menu.partial.html:55 msgid "View and edit your license information." msgstr "Mostrar y editar su información de licencia." @@ -6175,12 +5720,10 @@ msgid "View credential" msgstr "Mostrar credencial" #: client/src/credential-types/credential-types.list.js:66 -#: client/src/credential-types/credential-types.list.js:63 msgid "View credential type" msgstr "Ver tipo de credencial" #: client/src/activity-stream/streams.list.js:67 -#: client/src/activity-stream/streams.list.js:68 msgid "View event details" msgstr "Mostrar detalles del evento" @@ -6197,11 +5740,10 @@ msgid "View host" msgstr "Ver host" #: client/src/setup-menu/setup-menu.partial.html:67 -#: client/src/setup-menu/setup-menu.partial.html:73 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:107 +#: client/src/inventories-hosts/inventories/inventory.list.js:106 msgid "View inventory" msgstr "Mostrar inventario" @@ -6210,7 +5752,6 @@ msgid "View inventory script" msgstr "Mostrar script de inventario" #: client/src/setup-menu/setup-menu.partial.html:55 -#: client/src/setup-menu/setup-menu.partial.html:61 msgid "View list and capacity of {{BRAND_NAME}} instances." msgstr "Ver lista y capacidad de las instancias de {{BRAND_NAME}}." @@ -6218,7 +5759,7 @@ msgstr "Ver lista y capacidad de las instancias de {{BRAND_NAME}}." msgid "View notification" msgstr "Mostrar notificación" -#: client/src/job-results/job-results.partial.html:219 +#: client/src/job-results/job-results.partial.html:222 msgid "View project sync results" msgstr "Ver resultados de sincronización del proyecto" @@ -6261,7 +5802,7 @@ 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:142 +#: 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 @@ -6273,9 +5814,9 @@ msgid "WORKFLOW" msgstr "FLUJO DE TRABAJO" #: client/src/configuration/auth-form/configuration-auth.controller.js:73 -#: client/src/configuration/configuration.controller.js:196 -#: client/src/configuration/configuration.controller.js:258 -#: client/src/configuration/system-form/configuration-system.controller.js:53 +#: client/src/configuration/configuration.controller.js:200 +#: client/src/configuration/configuration.controller.js:262 +#: client/src/configuration/system-form/configuration-system.controller.js:55 msgid "Warning: Unsaved Changes" msgstr "Aviso: modificaciones no guardadas" @@ -6309,7 +5850,6 @@ msgstr "" "actualización del inventario." #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:97 -#: client/src/templates/job_templates/job-template.form.js:54 msgid "" "When this template is submitted as a job, setting the type to %s will " "execute the playbook, running tasks on the selected hosts." @@ -6317,10 +5857,8 @@ 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:1715 +#: client/src/shared/form-generator.js:1723 #: client/src/templates/workflows.form.js:187 -#: client/src/shared/form-generator.js:1766 -#: client/src/templates/workflows.form.js:192 msgid "Workflow Editor" msgstr "Editor de flujo de trabajo" @@ -6328,13 +5866,12 @@ msgstr "Editor de flujo de trabajo" msgid "Workflow Template" msgstr "Plantilla de flujo de trabajo" -#: 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:109 #: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:41 msgid "Workflow Templates" msgstr "Plantillas de flujo de trabajo" -#: client/src/job-submission/job-submission.partial.html:167 -#: client/src/job-submission/job-submission.partial.html:165 +#: client/src/job-submission/job-submission.partial.html:171 msgid "YAML" msgstr "YAML" @@ -6357,7 +5894,7 @@ msgstr "" "Usted puede crear una plantilla de trabajo aquí." -#: client/src/projects/edit/projects-edit.controller.js:61 +#: client/src/projects/edit/projects-edit.controller.js:62 msgid "You do not have access to view this property" msgstr "Usted no tiene permiso para ver esta propiedad" @@ -6365,14 +5902,18 @@ msgstr "Usted no tiene permiso para ver esta propiedad" msgid "You do not have permission to add a project." msgstr "Usted no tiene permiso para añadir un proyecto." -#: client/src/users/add/users-add.controller.js:42 +#: client/src/users/add/users-add.controller.js:43 msgid "You do not have permission to add a user." msgstr "Usted no tiene permiso para añadir un usuario." +#: 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:195 -#: client/src/configuration/configuration.controller.js:257 -#: client/src/configuration/system-form/configuration-system.controller.js:52 +#: client/src/configuration/configuration.controller.js:199 +#: client/src/configuration/configuration.controller.js:261 +#: client/src/configuration/system-form/configuration-system.controller.js:54 msgid "" "You have unsaved changes. Would you like to proceed without" " saving?" @@ -6381,7 +5922,6 @@ msgstr "" "guardarlas?" #: client/src/projects/list/projects-list.controller.js:222 -#: client/src/projects/list/projects-list.controller.js:221 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" @@ -6392,19 +5932,14 @@ msgid "Your session timed out due to inactivity. Please sign in." 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:310 -#: client/src/shared/form-generator.js:1186 -#: client/src/job-submission/job-submission.partial.html:307 -#: client/src/shared/form-generator.js:1238 +#: client/src/job-submission/job-submission.partial.html:317 +#: client/src/shared/form-generator.js:1193 msgid "and" msgstr "y" -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 +#: 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 msgid "characters long." msgstr "caracteres." @@ -6429,12 +5964,10 @@ msgstr[0] "grupo" msgstr[1] "grupos" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:26 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:26 msgid "groups" msgstr "grupos" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:24 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24 msgid "groups and" msgstr "grupos y" @@ -6446,8 +5979,6 @@ msgstr[1] "hosts" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:24 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:25 -#: 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 msgid "hosts" msgstr "hosts" @@ -6472,8 +6003,7 @@ msgstr "de la coincidencia con los filtros." msgid "organization" msgstr "organización" -#: client/src/shared/form-generator.js:1062 -#: client/src/shared/form-generator.js:1114 +#: client/src/shared/form-generator.js:1069 msgid "playbook" msgstr "playbook" @@ -6493,17 +6023,13 @@ msgstr "" msgid "test" msgstr "prueba" -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 +#: 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 msgid "to" msgstr "para" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:139 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:130 msgid "" "to include all regions. Only Hosts associated with the selected regions will" " be updated." @@ -6572,231 +6098,3 @@ msgstr "{{breadcrumb.instance_group_name}}" #: client/src/shared/paginate/paginate.partial.html:55 msgid "{{pageSize}}" msgstr "{{pageSize}}" - -#: client/src/notifications/notificationTemplates.form.js:377 -msgid "%s or %s" -msgstr "%s o %s" - -#: client/src/partials/subhome.html:30 -msgid " Back to options" -msgstr " Regresar a opciones" - -#: client/src/partials/subhome.html:32 -msgid " Save" -msgstr " Guardar" - -#: client/src/partials/subhome.html:29 -msgid " View Details" -msgstr " Ver Detalles" - -#: client/src/partials/subhome.html:31 -msgid " Cancel" -msgstr " Cancelar" - -#: client/src/shared/smart-search/smart-search.partial.html:51 -msgid "ADDITIONAL INFORMATION:" -msgstr "INFORMACIÓN ADICIONAL:" - -#: client/lib/services/base-string.service.js:8 -msgid "BaseString cannot be extended without providing a namespace" -msgstr "No se puede ampliar BaseString sin proporcionar un espacio de nombres" - -#: client/src/notifications/notificationTemplates.form.js:299 -msgid "Color can be one of %s." -msgstr "El color puede ser solo uno de estos %s." - -#: client/src/inventory-scripts/inventory-scripts.form.js:62 -msgid "" -"Drag and drop your custom inventory script file here or create one in the " -"field to import your custom inventory." -msgstr "" -"Arrastrar y soltar sus ficheros scripts personalizados de inventario aquí o " -"crear uno en el campo para importar su inventario personalizado." - -#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:104 -msgid "" -"Extra Variables\n" -" \n" -" " -msgstr "" -"Variables Adicionales\n" -" \n" -" " - -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:120 -msgid "Failed to get third-party login types. Returned status:" -msgstr "" -"Ha fallado la obtención de tipos de autenticación de terceros. Estado " -"devuelto:" - -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68 -msgid "Filter that will be applied to the hosts of this inventory." -msgstr "Filtro que se aplicará a los hosts de este inventario." - -#: client/src/shared/smart-search/smart-search.partial.html:51 -msgid "" -"For additional information on advanced search search syntax please see the " -"Ansible Tower " -"documentation." -msgstr "" -"Para obtener información adicional sobre la sintaxis de búsqueda avanzada, " -"por favor lea la documentación de Ansible Tower " -"documentación." - -#: client/src/notifications/notificationTemplates.form.js:101 -#: client/src/notifications/notificationTemplates.form.js:144 -#: client/src/notifications/notificationTemplates.form.js:161 -#: client/src/notifications/notificationTemplates.form.js:217 -#: client/src/notifications/notificationTemplates.form.js:339 -#: client/src/notifications/notificationTemplates.form.js:377 -msgid "For example:" -msgstr "Por ejemplo:" - -#: client/src/templates/job_templates/job-template.form.js:272 -msgid "" -"If enabled, run this playbook as an administrator. This is the equivalent of" -" passing the %s option to the %s command." -msgstr "" -"Si se habilita esta opción, ejecuta este playbook como administrador. Esto " -"es equivalente a pasar la opción %s al comando %s." - -#: client/src/templates/job_templates/job-template.form.js:57 -msgid "" -"Instead, %s will check playbook syntax, test environment setup and report " -"problems." -msgstr "" -"En vez, %s comprobará el playbook, la sintaxis, configuración del entorno de" -" pruebas e informará de problemas." - -#: client/src/inventories-hosts/inventories/insights/insights.partial.html:63 -msgid "" -"No data is available. Either there are no issues to report or no scan jobs " -"have been run on this host." -msgstr "" -"No hay datos disponibles. No hay problemas para informar o no se ejecutaron " -"tareas de análisis en este host." - -#: client/lib/services/base-string.service.js:9 -msgid "No string exists with this name" -msgstr "No hay cadenas con este nombre" - -#: client/src/notifications/notificationTemplates.form.js:201 -msgid "Number associated with the \"Messaging Service\" in Twilio." -msgstr "Número asociado con el \"Servicio de mensaje\" en Twilio.T" - -#: client/src/partials/survey-maker-modal.html:45 -msgid "PLEASE ADD A SURVEY PROMPT ON THE LEFT." -msgstr "POR FAVOR AGREGUE UN AVISO DE ENCUESTA A LA IZQUIERDA." - -#: client/src/shared/paginate/paginate.partial.html:33 -msgid "" -"Page\n" -" {{current}} of\n" -" {{last}}" -msgstr "" -"Page\n" -" {{current}} de\n" -" {{last}}" - -#: client/src/templates/job_templates/job-template.form.js:365 -#: client/src/templates/workflows.form.js:80 -msgid "" -"Pass extra command line variables to the playbook. This is the %s or %s " -"command line parameter for %s. Provide key/value pairs using either YAML or " -"JSON." -msgstr "" -"Transmitir variables adicionales en la línea de comandos a los playbook. " -"Este es el parámetro de línea de comandos %s o %s para %s. Introduzca pareja" -" de clave/valor utilizando la sintaxis YAML o JSON." - -#: client/src/partials/inventory-add.html:11 -msgid "Please enter a name for this job template copy." -msgstr "" -"Por favor introduzca un nombre para esta copia de platilla de trabajo." - -#: client/src/partials/subhome.html:6 -msgid "Properties" -msgstr "Propiedades" - -#: client/src/inventory-scripts/inventory-scripts.form.js:63 -msgid "Script must begin with a hashbang sequence: i.e.... %s" -msgstr "El script debe comenzar con la secuencia hashbang: p.e. ....%s" - -#: client/src/templates/job_templates/job-template.form.js:141 -msgid "" -"Select credentials that allow {{BRAND_NAME}} to access the nodes this job " -"will be ran against. You can only select one credential of each type.

You must select either a machine (SSH) credential or \"Prompt on " -"launch\". \"Prompt on launch\" requires you to select a machine credential " -"at run time.

If you select credentials AND check the \"Prompt on " -"launch\" box, you make the selected credentials the defaults that can be " -"updated at run time." -msgstr "" -"Seleccione credenciales que permiten a {{BRAND_NAME}} acceder a los nodos en" -" los que se ejecutará esta tarea. Solo puede seleccionar una credencial de " -"cada tipo.

Debe seleccionar una credencial de máquina (SSH) o " -"“Preguntar al ejecutar”. “Preguntar al ejecutar” requiere que seleccione una" -" credencial de máquina en el momento de la ejecución.

Si " -"selecciona credenciales Y marca la casilla “Preguntar al ejecutar”, las " -"credenciales seleccionadas son los valores predeterminados que se pueden " -"actualizar en el momento de la ejecución." - -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:115 -msgid "" -"Select the inventory file to be synced by this source. You can select from " -"the dropdown or enter a file within the input." -msgstr "" -"Seleccione el archivo de inventario que esta fuente sincronizará. Puede " -"seleccionar desde la lista desplegable o ingresar un archivo de la entrada." - -#: client/src/templates/job_templates/job-template.form.js:56 -msgid "Setting the type to %s will not execute the playbook." -msgstr "La configuración del tipo a %s no ejecutará el playbook." - -#: client/src/notifications/notificationTemplates.form.js:338 -msgid "Specify HTTP Headers in JSON format" -msgstr "Especificar las cabeceras HTTP en formato JSON" - -#: client/src/notifications/notificationTemplates.form.js:202 -msgid "This must be of the form %s." -msgstr "Esto debe tener el formato %s" - -#: client/src/notifications/notificationTemplates.form.js:100 -#: client/src/notifications/notificationTemplates.form.js:216 -msgid "Type an option on each line." -msgstr "Escriba una opción en cada línea" - -#: client/src/notifications/notificationTemplates.form.js:143 -#: client/src/notifications/notificationTemplates.form.js:160 -#: client/src/notifications/notificationTemplates.form.js:376 -msgid "Type an option on each line. The pound symbol (#) is not required." -msgstr "" -"Escriba una opción en cada línea. El símbolo almohadilla (#) no es " -"necesario." - -#: client/src/templates/templates.list.js:66 -msgid "Workflow Job Template" -msgstr "Plantilla de trabajo para flujo de trabajo" - -#: client/src/shared/form-generator.js:980 -msgid "Your password must be %d characters long." -msgstr "Su password debe ser de longitud %d." - -#: client/src/shared/form-generator.js:985 -msgid "Your password must contain a lowercase letter." -msgstr "Su password debe contener al menos una letra minúscula." - -#: client/src/shared/form-generator.js:995 -msgid "Your password must contain a number." -msgstr "Su password debe contener un número." - -#: client/src/shared/form-generator.js:990 -msgid "Your password must contain an uppercase letter." -msgstr "Su password debe contener una letra mayúscula." - -#: client/src/shared/form-generator.js:1000 -msgid "Your password must contain one of the following characters: %s" -msgstr "Su password debe contener uno de los siguientes caracteres: %s" diff --git a/awx/ui/po/fr.po b/awx/ui/po/fr.po index e2bea392e6..cf767346bf 100644 --- a/awx/ui/po/fr.po +++ b/awx/ui/po/fr.po @@ -5,10 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2017-08-29 12:15+0000\n" +"PO-Revision-Date: 2017-12-04 04:51+0000\n" "Last-Translator: croe \n" "Language-Team: French\n" -"MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" @@ -16,7 +15,7 @@ msgstr "" "X-Generator: Zanata 4.2.1\n" #: client/src/projects/add/projects-add.controller.js:153 -#: client/src/projects/edit/projects-edit.controller.js:282 +#: client/src/projects/edit/projects-edit.controller.js:288 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 " @@ -28,7 +27,7 @@ msgstr "" "Bitbucket." #: client/src/projects/add/projects-add.controller.js:132 -#: client/src/projects/edit/projects-edit.controller.js:261 +#: client/src/projects/edit/projects-edit.controller.js:267 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 " @@ -47,7 +46,6 @@ msgid "(defaults to %s)" msgstr "(défini par défaut sur %s)" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:378 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:334 msgid "(seconds)" msgstr "(secondes)" @@ -71,7 +69,7 @@ msgstr "50" msgid "A schedule name is required." msgstr "Un intitulé est requis pour la programmation" -#: client/src/users/add/users-add.controller.js:101 +#: client/src/users/add/users-add.controller.js:102 msgid "A value is required" msgstr "Entrez une valeur" @@ -94,11 +92,10 @@ msgstr "DÉTAILS ACTIVITÉ" #: client/src/activity-stream/activitystream.route.js:28 #: client/src/activity-stream/streams.list.js:14 #: client/src/activity-stream/streams.list.js:15 -#: client/src/activity-stream/activitystream.route.js:27 msgid "ACTIVITY STREAM" msgstr "FLUX D’ACTIVITÉ" -#: client/features/credentials/legacy.credentials.js:79 +#: 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 @@ -113,15 +110,10 @@ msgstr "FLUX D’ACTIVITÉ" #: 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:402 +#: 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 -#: client/features/credentials/legacy.credentials.js:74 -#: client/src/credential-types/credential-types.list.js:41 -#: client/src/projects/projects.form.js:242 -#: client/src/templates/job_templates/job-template.form.js:422 -#: client/src/templates/workflows.form.js:130 msgid "ADD" msgstr "AJOUTER" @@ -133,8 +125,7 @@ msgstr "AJOUTER UN GROUPE" msgid "ADD HOST" msgstr "AJOUTER UN HÔTE" -#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:212 -#: client/src/users/users.form.js:213 +#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:216 msgid "ADD PERMISSIONS" msgstr "AJOUTER PERMISSION" @@ -152,7 +143,6 @@ msgstr "INFORMATIONS SUPPLÉMENTAIRES" #: client/src/organizations/linkout/organizations-linkout.route.js:330 #: client/src/organizations/list/organizations-list.controller.js:84 -#: client/src/organizations/linkout/organizations-linkout.route.js:323 msgid "ADMINS" msgstr "ADMINS" @@ -173,8 +163,7 @@ msgstr "QUELCONQUE" msgid "API Key" msgstr "Clé API" -#: client/src/notifications/notificationTemplates.form.js:246 -#: client/src/notifications/notificationTemplates.form.js:251 +#: client/src/notifications/notificationTemplates.form.js:243 msgid "API Service/Integration Key" msgstr "Service API/Clé d’intégration" @@ -197,7 +186,6 @@ msgid "ASSOCIATED HOSTS" msgstr "HÔTES ASSOCIÉS" #: client/src/setup-menu/setup-menu.partial.html:66 -#: client/src/setup-menu/setup-menu.partial.html:72 msgid "About {{BRAND_NAME}}" msgstr "À propos de {{BRAND_NAME}}" @@ -205,13 +193,11 @@ msgstr "À propos de {{BRAND_NAME}}" msgid "Access Key" msgstr "Clé d’accès" -#: client/src/notifications/notificationTemplates.form.js:224 -#: client/src/notifications/notificationTemplates.form.js:229 +#: client/src/notifications/notificationTemplates.form.js:221 msgid "Account SID" msgstr "SID de compte" -#: client/src/notifications/notificationTemplates.form.js:183 -#: client/src/notifications/notificationTemplates.form.js:186 +#: client/src/notifications/notificationTemplates.form.js:180 msgid "Account Token" msgstr "Token de compte" @@ -230,17 +216,15 @@ msgstr "Actions" msgid "Activity" msgstr "Activité" -#: client/src/configuration/system-form/configuration-system.controller.js:86 +#: client/src/configuration/system-form/configuration-system.controller.js:88 msgid "Activity Stream" msgstr "Flux d’activité" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:134 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:137 +#: 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/standard-inventory/inventory.form.js:143 -#: client/src/templates/workflows.form.js:127 msgid "Add" msgstr "Ajouter" @@ -260,12 +244,9 @@ msgstr "Ajouter les permissions" msgid "Add Project" msgstr "Ajouter un projet" -#: client/src/shared/form-generator.js:1703 -#: client/src/templates/job_templates/job-template.form.js:450 +#: 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:1754 -#: client/src/templates/job_templates/job-template.form.js:467 -#: client/src/templates/workflows.form.js:175 msgid "Add Survey" msgstr "Ajouter un questionnaire" @@ -280,8 +261,6 @@ msgstr "Ajouter un utilisateur" #: client/src/shared/stateDefinitions.factory.js:410 #: client/src/shared/stateDefinitions.factory.js:578 #: client/src/users/users.list.js:17 -#: client/src/shared/stateDefinitions.factory.js:364 -#: client/src/shared/stateDefinitions.factory.js:532 msgid "Add Users" msgstr "Ajouter des utilisateurs" @@ -301,18 +280,13 @@ msgstr "Ajouter un hôte" msgid "Add a new schedule" msgstr "Ajouter une nouvelle programmation" -#: client/features/credentials/legacy.credentials.js:77 +#: 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:136 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:139 +#: 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:400 +#: client/src/templates/job_templates/job-template.form.js:395 #: client/src/templates/workflows.form.js:123 -#: client/features/credentials/legacy.credentials.js:72 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:145 -#: client/src/projects/projects.form.js:240 -#: client/src/templates/job_templates/job-template.form.js:420 -#: client/src/templates/workflows.form.js:128 msgid "Add a permission" msgstr "Ajouter une permission" @@ -325,8 +299,7 @@ msgstr "" "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:1439 -#: client/src/shared/form-generator.js:1490 +#: client/src/shared/form-generator.js:1446 msgid "Admin" msgstr "Administrateur" @@ -350,7 +323,6 @@ msgstr "" #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:65 #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:74 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:139 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:130 msgid "All" msgstr "Tous" @@ -363,8 +335,8 @@ msgstr "Activités" msgid "All Jobs" msgstr "Toutes les tâches" -#: client/src/templates/job_templates/job-template.form.js:280 -#: client/src/templates/job_templates/job-template.form.js:287 +#: client/src/templates/job_templates/job-template.form.js:275 +#: client/src/templates/job_templates/job-template.form.js:282 msgid "Allow Provisioning Callbacks" msgstr "Autoriser les rappels d’exécution de Tower job_template" @@ -379,8 +351,7 @@ msgstr "" msgid "Always" msgstr "Toujours" -#: client/src/projects/list/projects-list.controller.js:267 -#: client/src/projects/list/projects-list.controller.js:265 +#: client/src/projects/list/projects-list.controller.js:266 msgid "" "An SCM update does not appear to be running for project: %s. Click the " "%sRefresh%s button to view the latest status." @@ -388,13 +359,21 @@ 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/templates/survey-maker/shared/question-definition.form.js:59 -#: client/src/templates/survey-maker/shared/question-definition.form.js:65 +#: 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" msgstr "Type de réponse" -#: client/src/credentials/list/credentials-list.controller.js:114 -#: client/src/credentials/list/credentials-list.controller.js:106 +#: client/src/templates/survey-maker/shared/question-definition.form.js:44 +#: client/src/templates/survey-maker/shared/question-definition.form.js:53 +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/src/credentials/list/credentials-list.controller.js:133 msgid "Are you sure you want to delete the credential below?" msgstr "" "Voulez-vous vraiment supprimer les informations d’identification ci-dessous " @@ -404,6 +383,7 @@ msgstr "" 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 ?" @@ -417,10 +397,13 @@ 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 -#: client/src/projects/list/projects-list.controller.js:207 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 ?" @@ -433,14 +416,13 @@ msgstr "Êtes-vous certain de vouloir supprimer ce {{deleteMode}}?" msgid "Are you sure you want to disassociate the group below from" msgstr "Voulez-vous vraiment supprimer le groupe ci-dessous de" -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:22 +#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:23 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:25 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:25 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:26 msgid "Are you sure you want to disassociate the host below from" msgstr "Voulez-vous vraiment supprimer l'hôte ci-dessous de" #: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:47 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:69 msgid "" "Are you sure you want to permanently delete the group below from the " "inventory?" @@ -448,8 +430,7 @@ msgstr "" "Voulez-vous vraiment supprimer définitivement le groupe ci-dessous de " "l'inventaire ?" -#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:98 -#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:93 +#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:106 msgid "" "Are you sure you want to permanently delete the host below from the " "inventory?" @@ -457,7 +438,6 @@ msgstr "" "Voulez-vous vraiment supprimer définitivement l'hôte ci-dessous de " "l'inventaire ?" -#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:120 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:69 msgid "" "Are you sure you want to permanently delete the inventory source below from " @@ -466,7 +446,7 @@ msgstr "" "Voulez-vous vraiment supprimer définitivement la source de l'inventaire ci-" "dessous ?" -#: client/src/projects/edit/projects-edit.controller.js:238 +#: client/src/projects/edit/projects-edit.controller.js:244 msgid "Are you sure you want to remove the %s below from %s?" msgstr "Voulez-vous vraiment supprimer le %s ci-dessous de %s ?" @@ -489,8 +469,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:1441 -#: client/src/shared/form-generator.js:1492 +#: client/src/shared/form-generator.js:1448 msgid "Auditor" msgstr "Auditeur" @@ -538,12 +517,11 @@ msgstr "Zone de disponibilité :" msgid "Azure AD" msgstr "Azure AD" -#: client/src/shared/directives.js:75 client/src/shared/directives.js:133 +#: client/src/shared/directives.js:75 msgid "BROWSE" msgstr "NAVIGUER" #: client/src/projects/projects.form.js:80 -#: client/src/projects/projects.form.js:79 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 " @@ -557,32 +535,28 @@ msgstr "" "playbooks." #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:128 -#: client/src/templates/job_templates/job-template.form.js:274 msgid "Become Privilege Escalation" msgstr "Activer l’élévation des privilèges" -#: client/src/license/license.partial.html:104 +#: client/src/license/license.partial.html:107 msgid "Browse" msgstr "Parcourir" #: client/lib/services/base-string.service.js:61 -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:26 +#: 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 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:29 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:29 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:30 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:73 #: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.partial.html:16 #: client/src/inventories-hosts/shared/associate-groups/associate-groups.partial.html:16 #: client/src/inventories-hosts/shared/associate-hosts/associate-hosts.partial.html:16 -#: client/src/job-submission/job-submission.partial.html:363 +#: client/src/job-submission/job-submission.partial.html:370 #: client/src/partials/survey-maker-modal.html:17 -#: client/src/partials/survey-maker-modal.html:84 +#: 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/lib/services/base-string.service.js:29 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:73 -#: client/src/job-submission/job-submission.partial.html:360 msgid "CANCEL" msgstr "ANNULER" @@ -594,14 +568,13 @@ msgstr "MODIFICATIONS" msgid "CLEAR ALL" msgstr "TOUT EFFACER" -#: client/src/partials/survey-maker-modal.html:85 +#: 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:18 +#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:19 #: client/src/templates/completed-jobs.list.js:20 -#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:17 msgid "COMPLETED JOBS" msgstr "JOBS TERMINÉS" @@ -651,12 +624,10 @@ msgstr "CRÉER UNE TÂCHE PROGRAMMÉE" msgid "CREATE SOURCE" msgstr "CRÉER UNE SOURCE" -#: client/src/job-submission/job-submission.partial.html:344 +#: 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 -#: client/src/job-submission/job-submission.partial.html:341 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:80 msgid "CREDENTIAL" msgstr "INFORMATIONS D’IDENTIFICATION" @@ -666,7 +637,6 @@ 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/job-submission/job-submission.partial.html:90 msgid "CREDENTIAL TYPE:" msgstr "TYPE D'INFORMATIONS D'IDENTIFICATION :" @@ -681,8 +651,6 @@ msgstr "TYPES D'INFORMATIONS D'IDENTIFICATION" #: client/src/credentials/credentials.list.js:15 #: client/src/credentials/credentials.list.js:16 #: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:5 -#: client/features/credentials/legacy.credentials.js:13 -#: client/src/activity-stream/get-target-title.factory.js:14 msgid "CREDENTIALS" msgstr "INFORMATIONS D’IDENTIFICATION" @@ -693,35 +661,27 @@ 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/inventories-hosts/inventories/related/sources/sources.form.js:334 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:346 -#: client/src/projects/projects.form.js:198 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:187 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:198 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:247 -#: client/src/projects/list/projects-list.controller.js:264 #: 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:263 msgid "Call to %s failed. GET status:" msgstr "Échec de l’appel de %s. État GET :" -#: client/src/projects/edit/projects-edit.controller.js:232 +#: client/src/projects/edit/projects-edit.controller.js:238 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:226 #: client/src/projects/list/projects-list.controller.js:225 msgid "Call to %s failed. POST status:" msgstr "Échec de l’appel de %s. État POST :" @@ -730,25 +690,25 @@ 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:273 -#: client/src/projects/list/projects-list.controller.js:271 +#: client/src/projects/list/projects-list.controller.js:272 msgid "Call to get project failed. GET status:" msgstr "Échec de l’appel du projet en GET. État GET :" #: client/src/access/add-rbac-resource/rbac-resource.partial.html:105 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:191 -#: client/src/configuration/configuration.controller.js:535 +#: 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:1691 +#: 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:529 -#: client/src/shared/form-generator.js:1742 msgid "Cancel" msgstr "Annuler" -#: client/src/projects/list/projects-list.controller.js:242 +#: client/src/job-results/job-results.service.js:142 +msgid "Cancel Job" +msgstr "Annuler la tâche" + #: client/src/projects/list/projects-list.controller.js:241 msgid "Cancel Not Allowed" msgstr "Annulation non autorisée" @@ -772,22 +732,15 @@ 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:39 -#: client/src/shared/smart-search/smart-search.controller.js:81 msgid "Cannot search running job" msgstr "Impossible de rechercher les tâches en cours" -#: client/src/instance-groups/instance-group.partial.html:10 -#: client/src/instance-groups/instance-groups.list.js:21 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:10 -#: client/src/instance-groups/instances/instances-list.partial.html:18 +#: client/src/instance-groups/instance-groups.list.js:22 #: client/src/instance-groups/instances/instances.list.js:20 -#: client/src/instance-groups/list/instance-groups-list.partial.html:29 msgid "Capacity" msgstr "Capacité" #: client/src/projects/projects.form.js:82 -#: client/src/projects/projects.form.js:81 msgid "Change %s under \"Configure {{BRAND_NAME}}\" to change this location." msgstr "Modifiez %s sous \"Configure {{BRAND_NAME}}\" pour changer d'emplacement." @@ -795,16 +748,15 @@ msgstr "Modifiez %s sous \"Configure {{BRAND_NAME}}\" pour changer d'emplacement msgid "Changes" msgstr "Modifications" -#: client/src/shared/form-generator.js:1064 -#: client/src/shared/form-generator.js:1116 +#: client/src/shared/form-generator.js:1071 msgid "Choose a %s" msgstr "Choisir un %s" -#: client/src/templates/survey-maker/shared/question-definition.form.js:61 +#: client/src/templates/survey-maker/shared/question-definition.form.js:64 msgid "Choose an answer type" msgstr "Choisissez un type de réponse" -#: client/src/templates/survey-maker/shared/question-definition.form.js:64 +#: client/src/templates/survey-maker/shared/question-definition.form.js:67 msgid "" "Choose an answer type or format you want as the prompt for the user. Refer " "to the Ansible Tower Documentation for more additional information about " @@ -818,7 +770,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:134 +#: client/src/shared/directives.js:76 msgid "Choose file" msgstr "Choisir un fichier" @@ -831,11 +783,10 @@ msgstr "" "l’utilisateur final et validez." #: client/src/projects/projects.form.js:156 -#: client/src/projects/projects.form.js:155 msgid "Clean" msgstr "Nettoyer" -#: client/src/templates/survey-maker/shared/question-definition.form.js:296 +#: client/src/templates/survey-maker/shared/question-definition.form.js:299 msgid "Clear" msgstr "Effacer" @@ -873,7 +824,6 @@ msgstr "" "avez fini. Cliquez sur le bouton %s pour créer un modèle de tâche." #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:138 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:129 msgid "" "Click on the regions field to see a list of regions for your cloud provider." " You can select multiple regions, or choose" @@ -885,8 +835,7 @@ msgstr "" msgid "Client ID" msgstr "ID du client" -#: client/src/notifications/notificationTemplates.form.js:257 -#: client/src/notifications/notificationTemplates.form.js:262 +#: client/src/notifications/notificationTemplates.form.js:254 msgid "Client Identifier" msgstr "Identifiant client" @@ -894,12 +843,11 @@ msgstr "Identifiant client" msgid "Client Secret" msgstr "Question secrète du client" -#: client/src/shared/form-generator.js:1695 -#: client/src/shared/form-generator.js:1746 +#: client/src/shared/form-generator.js:1703 msgid "Close" msgstr "Fermer" -#: client/src/job-results/job-results.partial.html:288 +#: client/src/job-results/job-results.partial.html:291 msgid "Cloud Credential" msgstr "Informations d’identification cloud" @@ -911,18 +859,14 @@ msgstr "Source cloud non configurée." msgid "Cloud source not configured. Click" msgstr "Source cloud non configurée. Cliquez sur" -#: client/src/credentials/factories/become-method-change.factory.js:86 -#: client/src/credentials/factories/kind-change.factory.js:143 -#: client/src/credentials/factories/become-method-change.factory.js:88 -#: client/src/credentials/factories/kind-change.factory.js:145 +#: client/src/credentials/factories/become-method-change.factory.js:80 +#: client/src/credentials/factories/kind-change.factory.js:137 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/src/job-results/job-results.controller.js:219 -#: client/src/standard-out/standard-out.controller.js:245 msgid "Collapse Output" msgstr "Tout réduire" @@ -932,37 +876,41 @@ msgid "Completed Jobs" msgstr "Tâches terminées" #: client/src/management-jobs/card/card.partial.html:34 -#: client/src/management-jobs/card/card.partial.html:32 msgid "Configure Notifications" msgstr "Configurer les notifications" #: client/src/setup-menu/setup-menu.partial.html:60 -#: client/src/setup-menu/setup-menu.partial.html:66 msgid "Configure {{BRAND_NAME}}" msgstr "Configurer {{BRAND_NAME}}" -#: client/src/users/users.form.js:79 client/src/users/users.form.js:80 +#: client/src/users/users.form.js:81 msgid "Confirm Password" msgstr "Confirmer le mot de passe" -#: client/src/configuration/configuration.controller.js:542 -#: client/src/configuration/configuration.controller.js:536 +#: client/src/configuration/configuration.controller.js:548 msgid "Confirm Reset" msgstr "Confirmer la réinitialisation" -#: client/src/configuration/configuration.controller.js:551 -#: client/src/configuration/configuration.controller.js:545 +#: client/src/configuration/configuration.controller.js:557 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/templates/job_templates/job-template.form.js:222 -#: client/src/templates/job_templates/job-template.form.js:241 msgid "" "Consult the Ansible documentation for further details on the usage of tags." msgstr "" @@ -973,8 +921,7 @@ msgstr "" msgid "Contains 0 hosts." msgstr "Contient 0 hôtes." -#: client/src/templates/job_templates/job-template.form.js:185 -#: client/src/templates/job_templates/job-template.form.js:194 +#: client/src/templates/job_templates/job-template.form.js:180 msgid "" "Control the level of output ansible will produce as the playbook executes." msgstr "" @@ -982,7 +929,6 @@ msgstr "" "playbook." #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:313 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:269 msgid "" "Control the level of output ansible will produce for inventory source update" " jobs." @@ -1018,16 +964,11 @@ msgstr "" msgid "Create New" msgstr "Créer" -#: client/src/inventories-hosts/hosts/host.list.js:107 -msgid "Create a new Smart Inventory from search results." -msgstr "Créer un nouvel inventaire Smart à partir des résultats de recherche." - #: client/src/credentials/credentials.list.js:52 msgid "Create a new credential" msgstr "Créer de nouvelles informations d’identification" #: client/src/credential-types/credential-types.list.js:42 -#: client/src/credential-types/credential-types.list.js:39 msgid "Create a new credential type" msgstr "Créer un nouveau type d'informations d'identification." @@ -1076,14 +1017,12 @@ msgid "Create a new user" msgstr "Créer un utilisateur" #: client/src/setup-menu/setup-menu.partial.html:42 -#: client/src/setup-menu/setup-menu.partial.html:35 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 -#: client/src/setup-menu/setup-menu.partial.html:49 msgid "" "Create custom credential types to be used for authenticating to network " "hosts and cloud sources" @@ -1092,7 +1031,6 @@ msgstr "" "l'authentification aux hôtes réseaux et aux sources cloud" #: client/src/setup-menu/setup-menu.partial.html:49 -#: client/src/setup-menu/setup-menu.partial.html:42 msgid "" "Create templates for sending notifications with Email, HipChat, Slack, and " "SMS." @@ -1104,26 +1042,22 @@ msgstr "" #: 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:126 +#: 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:70 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/src/setup-menu/setup-menu.partial.html:48 msgid "Credential Types" msgstr "Types d'informations d'identification" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:135 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:59 +#: 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:139 -#: client/src/templates/job_templates/job-template.form.js:130 -#: client/src/templates/job_templates/job-template.form.js:142 +#: client/src/templates/job_templates/job-template.form.js:134 msgid "Credentials" msgstr "Informations d’identification" @@ -1131,7 +1065,7 @@ msgstr "Informations d’identification" msgid "Critical" msgstr "Critique" -#: client/src/shared/directives.js:77 client/src/shared/directives.js:135 +#: client/src/shared/directives.js:77 msgid "Current Image:" msgstr "Image actuelle :" @@ -1141,13 +1075,11 @@ msgstr "" "Suit le standard à mesure qu'il vient. Cliquez pour annuler l'abonnement." #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:171 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:159 msgid "Custom Inventory Script" msgstr "Script d'inventaire personnalisé" -#: client/src/inventory-scripts/inventory-scripts.form.js:53 -#: client/src/inventory-scripts/inventory-scripts.form.js:63 -#: client/src/inventory-scripts/inventory-scripts.form.js:64 +#: client/src/inventory-scripts/inventory-scripts.form.js:50 +#: client/src/inventory-scripts/inventory-scripts.form.js:60 msgid "Custom Script" msgstr "Script personnalisé" @@ -1155,22 +1087,23 @@ msgstr "Script personnalisé" msgid "DASHBOARD" msgstr "TABLEAU DE BORD" -#: client/src/credentials/list/credentials-list.controller.js:116 +#: client/src/credentials/list/credentials-list.controller.js:135 #: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:103 #: 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:145 +#: 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/partials/survey-maker-modal.html:18 -#: client/src/projects/edit/projects-edit.controller.js:240 +#: 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/credentials/list/credentials-list.controller.js:108 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:74 msgid "DELETE" msgstr "SUPPRIMER" -#: client/src/partials/survey-maker-modal.html:83 +#: client/src/partials/survey-maker-modal.html:84 msgid "DELETE SURVEY" msgstr "SUPPRIMER QUESTIONNAIRE" @@ -1178,10 +1111,10 @@ msgstr "SUPPRIMER QUESTIONNAIRE" msgid "DETAILS" msgstr "DÉTAILS" -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:27 +#: 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 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:30 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:31 msgid "DISASSOCIATE" msgstr "DISSOCIER" @@ -1191,26 +1124,24 @@ msgstr "HÔTES DYNAMIQUES" #: client/src/credential-types/credential-types.list.js:73 #: client/src/credentials/credentials.list.js:85 -#: client/src/credentials/list/credentials-list.controller.js:113 -#: client/src/inventories-hosts/inventories/inventory.list.js:112 +#: 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:237 +#: 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/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/users/users.list.js:79 #: client/src/workflow-results/workflow-results.partial.html:54 -#: client/src/credential-types/credential-types.list.js:70 -#: client/src/credentials/list/credentials-list.controller.js:105 -#: client/src/projects/list/projects-list.controller.js:206 msgid "Delete" msgstr "Supprimer" @@ -1219,7 +1150,11 @@ msgstr "Supprimer" msgid "Delete Group" msgstr "Supprimer le groupe" -#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:142 +#: client/src/job-results/job-results.service.js:93 +msgid "Delete Job" +msgstr "Supprimer Tâche" + +#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:175 msgid "Delete Source" msgstr "Supprimer la source" @@ -1228,7 +1163,6 @@ msgid "Delete credential" msgstr "Supprimer les informations d’identification" #: client/src/credential-types/credential-types.list.js:75 -#: client/src/credential-types/credential-types.list.js:72 msgid "Delete credential type" msgstr "Supprimer le type d'informations d’identification" @@ -1240,12 +1174,10 @@ msgstr[0] "Supprimer le groupe" msgstr[1] "Supprimer les groupes" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:48 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:48 msgid "Delete groups" msgstr "Supprimer les groupes" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:37 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:37 msgid "Delete groups and hosts" msgstr "Supprimer les groupes et les hôtes" @@ -1257,11 +1189,10 @@ msgstr[0] "Supprimer l'hôte" msgstr[1] "Supprimer les hôtes" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:59 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:59 msgid "Delete hosts" msgstr "Supprimer les hôtes" -#: client/src/inventories-hosts/inventories/inventory.list.js:114 +#: client/src/inventories-hosts/inventories/inventory.list.js:113 msgid "Delete inventory" msgstr "Supprimer l’inventaire" @@ -1274,7 +1205,6 @@ msgid "Delete notification" msgstr "Supprimer la notification" #: client/src/projects/projects.form.js:166 -#: client/src/projects/projects.form.js:165 msgid "Delete on Update" msgstr "Supprimer lors de la mise à jour" @@ -1306,7 +1236,6 @@ msgid "Delete the job" msgstr "Supprimer la tâche" #: client/src/projects/projects.form.js:168 -#: client/src/projects/projects.form.js:167 msgid "" "Delete the local repository in its entirety prior to performing an update." msgstr "" @@ -1334,7 +1263,6 @@ msgid "Deleting group" msgstr "Suppression du groupe" #: client/src/projects/projects.form.js:168 -#: client/src/projects/projects.form.js:167 msgid "" "Depending on the size of the repository this may significantly increase the " "amount of time required to complete an update." @@ -1364,61 +1292,50 @@ msgstr "Décrire la documentation des instances" #: 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:141 client/src/users/users.form.js:167 -#: client/src/inventories-hosts/hosts/host.form.js:62 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:61 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:55 -#: client/src/users/users.form.js:142 client/src/users/users.form.js:168 +#: client/src/users/users.form.js:145 client/src/users/users.form.js:171 msgid "Description" msgstr "Description" -#: client/src/notifications/notificationTemplates.form.js:139 -#: client/src/notifications/notificationTemplates.form.js:143 -#: client/src/notifications/notificationTemplates.form.js:155 -#: client/src/notifications/notificationTemplates.form.js:159 +#: client/src/notifications/notificationTemplates.form.js:136 #: client/src/notifications/notificationTemplates.form.js:140 -#: client/src/notifications/notificationTemplates.form.js:145 -#: client/src/notifications/notificationTemplates.form.js:157 -#: client/src/notifications/notificationTemplates.form.js:162 -#: client/src/notifications/notificationTemplates.form.js:378 +#: client/src/notifications/notificationTemplates.form.js:152 +#: client/src/notifications/notificationTemplates.form.js:156 msgid "Destination Channels" msgstr "Canaux de destination" -#: client/src/notifications/notificationTemplates.form.js:362 -#: client/src/notifications/notificationTemplates.form.js:366 -#: client/src/notifications/notificationTemplates.form.js:373 +#: client/src/notifications/notificationTemplates.form.js:359 +#: client/src/notifications/notificationTemplates.form.js:363 msgid "Destination Channels or Users" msgstr "Canaux de destination pour les utilisateurs" -#: client/src/notifications/notificationTemplates.form.js:208 -#: client/src/notifications/notificationTemplates.form.js:209 -#: client/src/notifications/notificationTemplates.form.js:212 -#: client/src/notifications/notificationTemplates.form.js:213 +#: client/src/notifications/notificationTemplates.form.js:205 +#: client/src/notifications/notificationTemplates.form.js:206 msgid "Destination SMS Number" msgstr "Numéro SMS de destination" #: client/features/credentials/credentials.strings.js:13 #: client/src/license/license.partial.html:5 -#: client/src/shared/form-generator.js:1474 -#: client/src/shared/form-generator.js:1525 +#: client/src/shared/form-generator.js:1481 msgid "Details" msgstr "Détails" -#: client/src/job-submission/job-submission.partial.html:257 -#: client/src/job-submission/job-submission.partial.html:255 +#: client/src/job-submission/job-submission.partial.html:263 msgid "Diff Mode" msgstr "Mode diff" #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:6 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:6 -msgid "Disassociate Group" -msgstr "Dissocier le groupe" +msgid "Disassociate Group From Group" +msgstr "Dissocier Groupe du Groupe" #: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:6 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:6 msgid "Disassociate Host" msgstr "Dissocier l'hôte" +#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:6 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:6 +msgid "Disassociate Host From Group" +msgstr "Dissocier Hôte du Groupe" + #: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:65 #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:110 #: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:98 @@ -1430,9 +1347,9 @@ msgid "Disassociate host" msgstr "Dissocier l'hôte" #: client/src/configuration/auth-form/configuration-auth.controller.js:75 -#: client/src/configuration/configuration.controller.js:198 -#: client/src/configuration/configuration.controller.js:260 -#: client/src/configuration/system-form/configuration-system.controller.js:55 +#: client/src/configuration/configuration.controller.js:202 +#: client/src/configuration/configuration.controller.js:264 +#: client/src/configuration/system-form/configuration-system.controller.js:57 msgid "Discard changes" msgstr "Ignorer les modifications" @@ -1440,15 +1357,13 @@ msgstr "Ignorer les modifications" msgid "Dissasociate permission from team" msgstr "Dissocier la permission de l’équipe" -#: client/src/users/users.form.js:221 client/src/users/users.form.js:222 +#: client/src/users/users.form.js:225 msgid "Dissasociate permission from user" msgstr "Dissocier la permission de l’utilisateur" #: client/src/credentials/credentials.form.js:384 -#: client/src/credentials/factories/become-method-change.factory.js:60 -#: client/src/credentials/factories/kind-change.factory.js:117 -#: client/src/credentials/factories/become-method-change.factory.js:62 -#: client/src/credentials/factories/kind-change.factory.js:119 +#: client/src/credentials/factories/become-method-change.factory.js:54 +#: client/src/credentials/factories/kind-change.factory.js:111 msgid "Domain Name" msgstr "Nom de domaine" @@ -1456,11 +1371,10 @@ msgstr "Nom de domaine" #: 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/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:128 msgid "Download Output" msgstr "Télécharger la sortie" -#: client/src/inventory-scripts/inventory-scripts.form.js:62 +#: client/src/inventory-scripts/inventory-scripts.form.js:59 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 " @@ -1470,7 +1384,7 @@ 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/partials/survey-maker-modal.html:76 +#: client/src/partials/survey-maker-modal.html:77 msgid "Drop question here to reorder" msgstr "Mettez la question ici pour réordonnancer" @@ -1493,7 +1407,6 @@ 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:66 msgid "ELAPSED" msgstr "TEMPS ÉCOULÉ" @@ -1522,7 +1435,6 @@ msgstr "" "jour de la source sélectionnée avant de lancer la tâche." #: client/src/projects/projects.form.js:179 -#: client/src/projects/projects.form.js:178 msgid "" "Each time a job runs using this project, perform an update to the local " "repository prior to starting the job." @@ -1539,21 +1451,16 @@ msgstr "" #: 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/credential-types/credential-types.list.js:53 msgid "Edit" msgstr "Modifier" -#: client/src/shared/form-generator.js:1707 -#: client/src/templates/job_templates/job-template.form.js:457 +#: 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/shared/form-generator.js:1758 -#: client/src/templates/job_templates/job-template.form.js:474 -#: client/src/templates/workflows.form.js:182 msgid "Edit Survey" msgstr "Modifier le questionnaire" #: client/src/credential-types/credential-types.list.js:58 -#: client/src/credential-types/credential-types.list.js:55 msgid "Edit credenital type" msgstr "Modifier le type d'information d'identification" @@ -1601,32 +1508,32 @@ msgstr "Modifier l’équipe" msgid "Edit template" msgstr "Modifier le modèle" -#: client/src/job-results/job-results.partial.html:188 +#: 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:172 +#: 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:262 -#: client/src/job-results/job-results.partial.html:277 -#: client/src/job-results/job-results.partial.html:293 -#: client/src/job-results/job-results.partial.html:308 -#: client/src/job-results/job-results.partial.html:323 +#: 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:203 +#: 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:137 +#: 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:226 +#: client/src/job-results/job-results.partial.html:229 #: client/src/projects/projects.list.js:105 msgid "Edit the project" msgstr "Modifier le projet" @@ -1640,11 +1547,9 @@ msgid "Edit user" msgstr "Modifier l’utilisateur" #: client/src/setup-menu/setup-menu.partial.html:61 -#: client/src/setup-menu/setup-menu.partial.html:67 msgid "Edit {{BRAND_NAME}}'s configuration." msgstr "Modifier la configuration de {{BRAND_NAME}}." -#: client/src/projects/list/projects-list.controller.js:242 #: client/src/projects/list/projects-list.controller.js:241 msgid "" "Either you do not have access or the SCM update process completed. Click the" @@ -1653,7 +1558,7 @@ 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:517 +#: client/src/job-results/job-results.partial.html:520 msgid "Elapsed" msgstr "Temps écoulé" @@ -1662,18 +1567,18 @@ msgstr "Temps écoulé" 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 msgid "Enable Concurrent Jobs" msgstr "Activer les tâches 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/templates/job_templates/job-template.form.js:274 msgid "Enable Privilege Escalation" msgstr "Activer l’élévation des privilèges" -#: client/src/templates/job_templates/job-template.form.js:284 +#: client/src/templates/job_templates/job-template.form.js:279 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 " @@ -1688,17 +1593,14 @@ msgid "Encrypted credentials are not supported." msgstr "" "Les informations d’identification chiffrées ne sont pas prises en charge." -#: client/src/license/license.partial.html:108 +#: client/src/license/license.partial.html:113 msgid "End User License Agreement" 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:89 -#: client/src/inventories-hosts/hosts/host.form.js:72 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:71 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:98 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:86 msgid "" "Enter inventory variables using either JSON or YAML syntax. Use the radio " "button to toggle between the two." @@ -1706,7 +1608,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:98 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93 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 " @@ -1716,14 +1618,14 @@ msgstr "" "bouton radio pour basculer entre les deux. Consultez la documentation " "d’Ansible Tower pour avoir un exemple de syntaxe." -#: client/src/notifications/notificationTemplates.form.js:158 +#: client/src/notifications/notificationTemplates.form.js:155 msgid "" "Enter one HipChat channel per line. The pound symbol (#) is not required." msgstr "" "Saisir un canal HipChat par ligne. Le symbole dièse (#) n’est pas " "nécessaire." -#: client/src/notifications/notificationTemplates.form.js:365 +#: client/src/notifications/notificationTemplates.form.js:362 msgid "" "Enter one IRC channel or username per line. The pound symbol (#) for " "channels, and the at (@) symbol for users, are not required." @@ -1731,13 +1633,13 @@ msgstr "" "Saisir un canal IRC ou un nom d'utilisateur par ligne. Le symbole dièse (#) " "pour les canaux et (@) pour le utilisateurs, ne sont pas nécessaires." -#: client/src/notifications/notificationTemplates.form.js:142 +#: client/src/notifications/notificationTemplates.form.js:139 msgid "" "Enter one Slack channel per line. The pound symbol (#) is not required." msgstr "" "Saisir un canal Slack par ligne. Le symbole dièse (#) n’est pas nécessaire." -#: client/src/notifications/notificationTemplates.form.js:100 +#: client/src/notifications/notificationTemplates.form.js:97 msgid "" "Enter one email address per line to create a recipient list for this type of" " notification." @@ -1745,17 +1647,15 @@ msgstr "" "Saisir une adresse email par ligne pour créer une liste des destinataires " "pour ce type de notification." -#: client/src/notifications/notificationTemplates.form.js:212 +#: client/src/notifications/notificationTemplates.form.js:209 msgid "" "Enter one phone number per line to specify where to route SMS messages." msgstr "" "Saisir un numéro de téléphone par ligne pour spécifier où envoyer les " "messages SMS." -#: client/src/credentials/factories/become-method-change.factory.js:87 -#: client/src/credentials/factories/kind-change.factory.js:144 -#: client/src/credentials/factories/become-method-change.factory.js:89 -#: client/src/credentials/factories/kind-change.factory.js:146 +#: client/src/credentials/factories/become-method-change.factory.js:81 +#: client/src/credentials/factories/kind-change.factory.js:138 msgid "" "Enter the URL for the virtual machine which %scorresponds to your CloudForm " "instance. %sFor example, %s" @@ -1763,10 +1663,8 @@ msgstr "" "Veuillez saisir l’URL de la machine virtuelle qui correspond à votre " "instance de CloudForm. %sPar exemple, %s" -#: client/src/credentials/factories/become-method-change.factory.js:77 -#: client/src/credentials/factories/kind-change.factory.js:134 -#: client/src/credentials/factories/become-method-change.factory.js:79 -#: client/src/credentials/factories/kind-change.factory.js:136 +#: client/src/credentials/factories/become-method-change.factory.js:71 +#: client/src/credentials/factories/kind-change.factory.js:128 msgid "" "Enter the URL which corresponds to your %sRed Hat Satellite 6 server. %sFor " "example, %s" @@ -1774,16 +1672,14 @@ msgstr "" "Veuillez saisir l’URL qui correspond à votre serveur %sRed Hat Satellite 6. " "%sPar exemple, %s" -#: client/src/credentials/factories/become-method-change.factory.js:55 -#: client/src/credentials/factories/kind-change.factory.js:112 -#: client/src/credentials/factories/become-method-change.factory.js:57 -#: client/src/credentials/factories/kind-change.factory.js:114 +#: client/src/credentials/factories/become-method-change.factory.js:49 +#: client/src/credentials/factories/kind-change.factory.js:106 msgid "" "Enter the hostname or IP address which corresponds to your VMware vCenter." msgstr "" "Entrez le nom d’hôte ou l’adresse IP qui correspond à votre VMware vCenter." -#: client/src/notifications/notificationTemplates.form.js:198 +#: client/src/notifications/notificationTemplates.form.js:195 msgid "" "Enter the number associated with the \"Messaging Service\" in Twilio in the " "format +18005550199." @@ -1803,56 +1699,42 @@ msgstr "" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:187 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:194 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:174 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:181 msgid "Environment Variables" msgstr "Variables d'environnement" -#: client/src/configuration/configuration.controller.js:344 -#: client/src/configuration/configuration.controller.js:443 -#: client/src/configuration/configuration.controller.js:477 -#: client/src/configuration/configuration.controller.js:524 -#: client/src/configuration/system-form/configuration-system.controller.js:226 +#: 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/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/job-submission/job-submission-factories/launchjob.factory.js:191 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:210 +#: 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/management-jobs/card/card.controller.js:28 #: client/src/projects/add/projects-add.controller.js:108 -#: client/src/projects/edit/projects-edit.controller.js:150 -#: client/src/projects/edit/projects-edit.controller.js:216 -#: client/src/projects/edit/projects-edit.controller.js:232 +#: 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:226 -#: client/src/projects/list/projects-list.controller.js:247 -#: client/src/projects/list/projects-list.controller.js:263 -#: client/src/projects/list/projects-list.controller.js:272 -#: client/src/users/add/users-add.controller.js:98 +#: 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/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/configuration/configuration.controller.js:341 -#: client/src/configuration/configuration.controller.js:440 -#: client/src/configuration/configuration.controller.js:474 -#: client/src/configuration/configuration.controller.js:518 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:188 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:207 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:119 -#: client/src/projects/list/projects-list.controller.js:168 -#: client/src/projects/list/projects-list.controller.js:197 -#: 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:261 -#: client/src/projects/list/projects-list.controller.js:270 -#: client/src/users/edit/users-edit.controller.js:163 msgid "Error!" msgstr "Erreur !" #: client/src/activity-stream/streams.list.js:40 -#: client/src/activity-stream/streams.list.js:41 msgid "Event" msgstr "Événement" @@ -1865,21 +1747,21 @@ 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:259 +#: client/src/projects/edit/projects-edit.controller.js:265 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:279 +#: client/src/projects/edit/projects-edit.controller.js:285 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:270 +#: client/src/projects/edit/projects-edit.controller.js:276 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:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 msgid "Example: ansible_facts.ansible_distribution:\"RedHat\"" msgstr "Exemple : ansible_facts.ansible_distribution:\"RedHat\"" @@ -1897,9 +1779,6 @@ msgstr "Hôte existant" #: 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/src/job-results/job-results.controller.js:221 -#: client/src/standard-out/standard-out.controller.js:23 -#: client/src/standard-out/standard-out.controller.js:247 msgid "Expand Output" msgstr "Tout agrandir" @@ -1911,24 +1790,20 @@ msgstr "Arrive à expiration le" msgid "Explanation" msgstr "Explication" -#: client/src/job-results/job-results.partial.html:272 +#: client/src/job-results/job-results.partial.html:275 msgid "Extra Credentials" msgstr "Informations d’identification supplémentaires" #: 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:406 -#: client/src/job-submission/job-submission.partial.html:161 +#: client/src/job-results/job-results.partial.html:409 +#: 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:347 -#: client/src/templates/job_templates/job-template.form.js:354 +#: 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/job-submission/job-submission.partial.html:159 -#: client/src/templates/job_templates/job-template.form.js:359 -#: client/src/templates/job_templates/job-template.form.js:371 -#: client/src/templates/workflows.form.js:86 msgid "Extra Variables" msgstr "Variables supplémentaires" @@ -1937,7 +1812,7 @@ msgstr "Variables supplémentaires" msgid "FACTS" msgstr "FAITS" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:63 +#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:64 msgid "FAILED" msgstr "ÉCHEC" @@ -1948,16 +1823,12 @@ 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/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:59 msgid "FINISHED" msgstr "TERMINÉ" #: 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:106 -#: client/src/inventories-hosts/hosts/host.form.js:111 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:111 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:105 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:107 msgid "Facts" msgstr "Faits" @@ -1969,7 +1840,7 @@ msgstr "Échec" msgid "Failed Hosts" msgstr "Échec des hôtes" -#: client/src/users/add/users-add.controller.js:98 +#: client/src/users/add/users-add.controller.js:99 msgid "Failed to add new user. POST returned status:" msgstr "L’ajout de l’utilisateur a échoué. État POST renvoyé :" @@ -1981,29 +1852,25 @@ msgstr "La création des informations d’identification a échoué. État POST 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:211 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:208 +#: client/src/job-submission/job-submission-factories/launchjob.factory.js:214 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." -#: client/src/projects/edit/projects-edit.controller.js:151 +#: client/src/projects/edit/projects-edit.controller.js:157 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:164 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:444 -#: client/src/configuration/configuration.controller.js:441 +#: client/src/configuration/configuration.controller.js:450 msgid "Failed to save settings. Returned status:" msgstr "L’enregistrement des paramètres a échoué. État renvoyé :" -#: client/src/configuration/configuration.controller.js:478 -#: client/src/configuration/configuration.controller.js:475 +#: client/src/configuration/configuration.controller.js:484 msgid "Failed to save toggle settings. Returned status:" msgstr "" "L’enregistrement des paramètres d’activation/désactivation a échoué. État " @@ -2013,14 +1880,13 @@ 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:216 +#: client/src/projects/edit/projects-edit.controller.js:222 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:192 +#: 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/src/job-submission/job-submission-factories/launchjob.factory.js:189 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" @@ -2042,11 +1908,10 @@ msgstr "Dernière exécution" #: 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:108 +#: 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/portal-mode/portal-jobs.list.js:39 msgid "Finished" msgstr "Terminé" @@ -2067,10 +1932,8 @@ msgstr "" "Pour obtenir des informations supplémentaires sur la syntaxe de recherche " "avancée, consulter la documentation Ansible Tower." -#: client/src/credentials/factories/become-method-change.factory.js:69 -#: client/src/credentials/factories/kind-change.factory.js:126 -#: client/src/credentials/factories/become-method-change.factory.js:71 -#: client/src/credentials/factories/kind-change.factory.js:128 +#: client/src/credentials/factories/become-method-change.factory.js:63 +#: client/src/credentials/factories/kind-change.factory.js:120 msgid "For example, %s" msgstr "Par exemple, %s" @@ -2080,8 +1943,6 @@ msgstr "Par exemple, %s" #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:32 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:35 #: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:31 -#: client/src/inventories-hosts/hosts/host.form.js:35 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:34 msgid "" "For hosts that are part of an external inventory, this flag cannot be " "changed. It will be set by the inventory sync process." @@ -2102,7 +1963,6 @@ msgstr "" "les problèmes." #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:118 -#: client/src/templates/job_templates/job-template.form.js:176 msgid "" "For more information and examples see %sthe Patterns topic at " "docs.ansible.com%s." @@ -2112,12 +1972,10 @@ msgstr "" #: 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:333 +#: 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:149 -#: client/src/templates/job_templates/job-template.form.js:159 -#: client/src/templates/job_templates/job-template.form.js:152 -#: client/src/templates/job_templates/job-template.form.js:165 +#: client/src/templates/job_templates/job-template.form.js:144 +#: client/src/templates/job_templates/job-template.form.js:154 msgid "Forks" msgstr "Forks" @@ -2146,8 +2004,7 @@ msgstr "Équipe GitHub" msgid "Google OAuth2" msgstr "Google OAuth2" -#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:210 -#: client/src/users/users.form.js:211 +#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:214 msgid "Grant Permission" msgstr "Donner Permission" @@ -2181,13 +2038,9 @@ msgstr "" #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:88 #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:32 #: 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: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:172 -#: client/src/inventories-hosts/hosts/host.form.js:119 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:119 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:113 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:178 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167 msgid "Groups" msgstr "Groupes" @@ -2207,14 +2060,11 @@ msgstr "" #: client/src/inventories-hosts/inventories/inventories.partial.html:14 #: 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 -#: client/src/activity-stream/get-target-title.factory.js:38 msgid "HOSTS" msgstr "HÔTES " -#: client/src/notifications/notificationTemplates.form.js:323 -#: client/src/notifications/notificationTemplates.form.js:324 -#: client/src/notifications/notificationTemplates.form.js:328 -#: client/src/notifications/notificationTemplates.form.js:329 +#: client/src/notifications/notificationTemplates.form.js:320 +#: client/src/notifications/notificationTemplates.form.js:321 msgid "HTTP Headers" msgstr "En-têtes HTTP" @@ -2227,27 +2077,23 @@ msgid "High" msgstr "Élevée" #: client/src/credentials/credentials.form.js:139 -#: client/src/notifications/notificationTemplates.form.js:86 +#: client/src/notifications/notificationTemplates.form.js:83 msgid "Host" msgstr "Hôte" -#: client/src/credentials/factories/become-method-change.factory.js:58 -#: client/src/credentials/factories/kind-change.factory.js:115 -#: client/src/credentials/factories/become-method-change.factory.js:60 -#: client/src/credentials/factories/kind-change.factory.js:117 +#: client/src/credentials/factories/become-method-change.factory.js:52 +#: client/src/credentials/factories/kind-change.factory.js:109 msgid "Host (Authentication URL)" msgstr "Hôte (URL d’authentification)" -#: client/src/templates/job_templates/job-template.form.js:329 -#: client/src/templates/job_templates/job-template.form.js:338 +#: client/src/templates/job_templates/job-template.form.js:324 +#: client/src/templates/job_templates/job-template.form.js:333 msgid "Host Config Key" msgstr "Clé de configuration de l’hôte" #: client/src/inventories-hosts/hosts/host.form.js:40 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:39 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:39 -#: client/src/inventories-hosts/hosts/host.form.js:39 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:38 msgid "Host Enabled" msgstr "Hôte activé" @@ -2257,18 +2103,12 @@ 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/inventories-hosts/hosts/host.form.js:45 -#: client/src/inventories-hosts/hosts/host.form.js:56 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:44 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:55 msgid "Host Name" msgstr "Nom d'hôte" #: client/src/inventories-hosts/hosts/host.form.js:80 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:79 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:79 -#: client/src/inventories-hosts/hosts/host.form.js:79 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:78 msgid "Host Variables" msgstr "Variables d'hôte" @@ -2293,11 +2133,9 @@ msgstr "Hôte indisponible. Cliquez pour activer ou désactiver." #: 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:170 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:181 -#: client/src/job-results/job-results.partial.html:501 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:168 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:187 +#: 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 msgid "Hosts" msgstr "Hôtes" @@ -2318,7 +2156,7 @@ msgstr "Hôtes utilisés" msgid "Hosts are imported to" msgstr "Hôtes importés dans" -#: client/src/license/license.partial.html:116 +#: client/src/license/license.partial.html:121 msgid "I agree to the End User License Agreement" msgstr "J’accepte le Contrat de licence de l’utilisateur final" @@ -2347,7 +2185,7 @@ msgstr "INSIGHTS" msgid "INSTANCE GROUPS" msgstr "GROUPES D'INSTANCES" -#: client/src/instance-groups/instance-group.partial.html:28 +#: client/src/instance-groups/instance-group.partial.html:27 msgid "INSTANCES" msgstr "INSTANCES" @@ -2361,14 +2199,11 @@ msgstr "INSTANCES" #: 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/activity-stream/get-target-title.factory.js:11 -#: client/src/organizations/linkout/organizations-linkout.route.js:141 msgid "INVENTORIES" msgstr "INVENTAIRES" -#: client/src/job-submission/job-submission.partial.html:339 +#: client/src/job-submission/job-submission.partial.html:346 #: client/src/partials/job-template-details.html:2 -#: client/src/job-submission/job-submission.partial.html:336 msgid "INVENTORY" msgstr "INVENTAIRE" @@ -2379,7 +2214,6 @@ 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/activity-stream/get-target-title.factory.js:32 msgid "INVENTORY SCRIPTS" msgstr "SCRIPTS D’INVENTAIRE" @@ -2387,13 +2221,11 @@ msgstr "SCRIPTS D’INVENTAIRE" msgid "INVENTORY SOURCES" msgstr "SOURCES D'INVENTAIRE" -#: client/src/notifications/notificationTemplates.form.js:351 -#: client/src/notifications/notificationTemplates.form.js:362 +#: client/src/notifications/notificationTemplates.form.js:348 msgid "IRC Nick" msgstr "Surnom IRC" -#: client/src/notifications/notificationTemplates.form.js:340 -#: client/src/notifications/notificationTemplates.form.js:351 +#: client/src/notifications/notificationTemplates.form.js:337 msgid "IRC Server Address" msgstr "Adresse du serveur IRC" @@ -2423,14 +2255,6 @@ 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" -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:331 -msgid "" -"If checked, all child groups and hosts not found on the external source will" -" be deleted from the local inventory." -msgstr "" -"Si coché, tous les groupes dépendants et les hôtes non trouvés dans la " -"source externe seront supprimés de l'inventaire local." - #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:343 msgid "" "If checked, all variables for child groups and hosts will be removed and " @@ -2439,28 +2263,49 @@ msgstr "" "Si cochées, toutes les variables des groupes et hôtes dépendants seront " "supprimées et remplacées par celles qui se trouvent dans la source externe." -#: client/src/templates/job_templates/job-template.form.js:272 +#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:331 +msgid "" +"If checked, any hosts and groups that were previously present on the " +"external source but are now removed will be removed from the Tower " +"inventory. Hosts and groups that were not managed by the inventory source " +"will be promoted to the next manually created group or if there is no " +"manually created group to promote them into, they will be left in the " +"\"all\" default group for the inventory." +msgstr "" +"Si cochés, tous les hôtes et groupes qui étaient présent auparavant sur la " +"source externe, mais qui sont maintenant supprimés, seront supprimés de " +"l'inventaire de Tower. Les hôtes et les groupes qui n'étaient pas gérés par " +"la source de l'inventaire seront promus au prochain groupe créé manuellement" +" ou s'il n'y a pas de groupe créé manuellement dans lequel les promouvoir, " +"ils devront rester dans le groupe \"all\" par défaut de cet inventaire." + +#: client/src/templates/job_templates/job-template.form.js:267 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/templates/job_templates/job-template.form.js:256 -#: client/src/templates/job_templates/job-template.form.js:258 msgid "" "If enabled, show the changes made by Ansible tasks, where supported. This is" -" equivalent to Ansible's --diff mode." +" equivalent to Ansible’s --diff mode." msgstr "" -"Si cette option est activée, affichez les modifications apportées par les " -"tâches Ansible, là où elles sont prises en charge. Cela est équivalent au " -"mode --diff d'Ansible." +"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:296 +#: client/src/templates/job_templates/job-template.form.js:251 +msgid "" +"If enabled, show the changes made by Ansible tasks, where supported. This is" +" equivalent to Ansible’s --diff mode." +msgstr "" +"Si activé, afficher les changements faits par les tâches Ansible, si " +"supporté. C'est équivalent au mode Ansible’s --diff." + +#: client/src/templates/job_templates/job-template.form.js:291 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 " "simultané." -#: client/src/templates/job_templates/job-template.form.js:307 +#: client/src/templates/job_templates/job-template.form.js:302 msgid "" "If enabled, use cached facts if available and store discovered facts in the " "cache." @@ -2500,8 +2345,6 @@ msgstr "ID d'image :" #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:30 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:33 #: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:29 -#: client/src/inventories-hosts/hosts/host.form.js:33 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:32 msgid "" "Indicates if a host is available and should be included in running jobs." msgstr "" @@ -2510,56 +2353,46 @@ msgstr "" #: client/src/activity-stream/activity-detail.form.js:31 #: client/src/activity-stream/streams.list.js:33 -#: client/src/activity-stream/streams.list.js:34 msgid "Initiated by" msgstr "Initié par" #: client/src/credential-types/credential-types.form.js:53 #: client/src/credential-types/credential-types.form.js:61 -#: client/src/credential-types/credential-types.form.js:60 -#: client/src/credential-types/credential-types.form.js:75 msgid "Injector Configuration" msgstr "Configuration d'Injector" #: client/src/credential-types/credential-types.form.js:39 #: client/src/credential-types/credential-types.form.js:47 -#: client/src/credential-types/credential-types.form.js:54 msgid "Input Configuration" msgstr "Configuration de l'entrée" #: client/src/inventories-hosts/hosts/host.form.js:123 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:121 -#: client/src/inventories-hosts/hosts/host.form.js:127 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:120 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:122 msgid "Insights" msgstr "Insights" -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:72 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:69 msgid "Insights Credential" msgstr "Information d’identification à Insights" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:145 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:148 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:135 msgid "Instance Filters" msgstr "Filtres de l'instance" -#: client/src/job-results/job-results.partial.html:366 +#: client/src/job-results/job-results.partial.html:369 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/smart-inventory/smart-inventory.form.js:78 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:83 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:86 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:78 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:81 #: 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:196 -#: client/src/templates/job_templates/job-template.form.js:199 -#: client/src/setup-menu/setup-menu.partial.html:60 -#: client/src/templates/job_templates/job-template.form.js:205 -#: client/src/templates/job_templates/job-template.form.js:208 +#: client/src/templates/job_templates/job-template.form.js:191 +#: client/src/templates/job_templates/job-template.form.js:194 msgid "Instance Groups" msgstr "Groupes d'instances" @@ -2595,8 +2428,8 @@ msgstr "Entrée non valide pour ce type." msgid "Invalid username and/or password. Please try again." msgstr "Nom d’utilisateur et/ou mot de passe non valide. Veuillez réessayer." -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:128 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:53 +#: 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/home/dashboard/counts/dashboard-counts.directive.js:50 #: client/src/organizations/linkout/organizations-linkout.route.js:155 @@ -2606,7 +2439,7 @@ msgstr "Inventaires" #: 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:198 +#: client/src/job-results/job-results.partial.html:201 #: client/src/job-submission/job-submission.partial.html:17 #: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70 #: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:58 @@ -2614,21 +2447,16 @@ msgstr "Inventaires" #: 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 -#: client/src/templates/job_templates/job-template.form.js:70 -#: client/src/templates/job_templates/job-template.form.js:84 msgid "Inventory" msgstr "Inventaire" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:110 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:124 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:104 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:116 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/src/setup-menu/setup-menu.partial.html:34 msgid "Inventory Scripts" msgstr "Scripts d’inventaire" @@ -2640,8 +2468,7 @@ 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:96 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:105 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:93 msgid "Inventory Variables" msgstr "Variables d’inventaire" @@ -2661,26 +2488,23 @@ msgstr "MODÈLES DE TÂCHE" #: 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/src/organizations/linkout/organizations-linkout.route.js:250 msgid "JOB TEMPLATES" msgstr "MODÈLES DE TÂCHE " #: client/src/activity-stream/get-target-title.factory.js:32 -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:109 -#: client/src/instance-groups/instance-group.partial.html:29 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:28 +#: 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/activity-stream/get-target-title.factory.js:29 msgid "JOBS" msgstr "TÂCHES" -#: client/src/job-submission/job-submission.partial.html:169 -#: client/src/job-submission/job-submission.partial.html:167 +#: client/src/job-submission/job-submission.partial.html:173 msgid "JSON" msgstr "JSON" @@ -2690,15 +2514,12 @@ msgstr "JSON" msgid "JSON:" msgstr "JSON :" -#: client/src/job-results/job-results.partial.html:381 -#: client/src/job-submission/job-submission.partial.html:222 -#: client/src/templates/job_templates/job-template.form.js:205 -#: client/src/templates/job_templates/job-template.form.js:212 +#: 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 -#: client/src/job-submission/job-submission.partial.html:220 -#: client/src/templates/job_templates/job-template.form.js:214 -#: client/src/templates/job_templates/job-template.form.js:223 msgid "Job Tags" msgstr "Balises de tâche" @@ -2706,22 +2527,19 @@ msgstr "Balises de tâche" msgid "Job Template" msgstr "Modèle de tâche" -#: 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: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/organizations/linkout/organizations-linkout.route.js:262 msgid "Job Templates" msgstr "Modèles de tâche" #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:32 -#: client/src/job-results/job-results.partial.html:156 -#: client/src/job-submission/job-submission.partial.html:196 +#: 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 -#: client/src/job-submission/job-submission.partial.html:194 -#: client/src/templates/job_templates/job-template.form.js:59 msgid "Job Type" msgstr "Type de tâche" @@ -2740,14 +2558,13 @@ msgid "Jobs" msgstr "Tâches" #: client/src/job-results/job-results.controller.js:269 -#: client/src/job-results/job-results.controller.js:321 +#: 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/src/access/add-rbac-resource/rbac-resource.partial.html:61 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:102 +#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:154 #: client/src/shared/smart-search/smart-search.partial.html:14 -#: client/src/access/add-rbac-resource/rbac-resource.partial.html:63 msgid "Key" msgstr "Clé" @@ -2767,7 +2584,6 @@ msgstr "TÂCHE DE LANCEMENT" #: 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:73 msgid "LAUNCH TYPE" msgstr "TYPE LANCEMENT" @@ -2776,12 +2592,10 @@ msgid "LDAP" msgstr "LDAP" #: client/src/license/license.route.js:19 -#: client/src/license/license.route.js:18 msgid "LICENSE" msgstr "LICENCE" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:58 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:45 msgid "LICENSE ERROR" msgstr "ERREUR DE LICENCE" @@ -2791,16 +2605,14 @@ 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:431 -#: client/src/job-results/job-results.partial.html:440 +#: 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:239 -#: client/src/templates/job_templates/job-template.form.js:243 +#: client/src/templates/job_templates/job-template.form.js:234 +#: client/src/templates/job_templates/job-template.form.js:238 #: client/src/templates/templates.list.js:43 #: client/src/templates/workflows.form.js:62 #: client/src/templates/workflows.form.js:67 -#: client/src/templates/job_templates/job-template.form.js:347 -#: client/src/templates/job_templates/job-template.form.js:352 msgid "Labels" msgstr "Libellés" @@ -2818,25 +2630,22 @@ msgid "Last Updated" msgstr "Dernière mise à jour" #: client/src/portal-mode/portal-job-templates.list.js:36 -#: client/src/shared/form-generator.js:1699 +#: client/src/shared/form-generator.js:1707 #: client/src/templates/templates.list.js:80 -#: client/src/shared/form-generator.js:1750 msgid "Launch" msgstr "Lancer" #: client/src/management-jobs/card/card.partial.html:23 -#: client/src/management-jobs/card/card.partial.html:21 msgid "Launch Management Job" msgstr "Lancer la tâche de gestion" -#: client/src/job-results/job-results.partial.html:167 -#: client/src/job-results/job-results.partial.html:182 +#: 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 msgid "Launched By" msgstr "Lancé par" #: client/src/job-submission/job-submission.partial.html:99 -#: client/src/job-submission/job-submission.partial.html:97 msgid "" "Launching this job requires the passwords listed below. Enter and confirm " "each password before continuing." @@ -2844,8 +2653,7 @@ msgstr "" "Le lancement de cette tâche requiert les mots de passe figurant ci-dessous. " "Saisissez et confirmez chaque mot de passe avant de continuer." -#: client/features/credentials/legacy.credentials.js:360 -#: client/features/credentials/legacy.credentials.js:343 +#: client/features/credentials/legacy.credentials.js:357 msgid "Legacy state configuration for does not exist" msgstr "Configuration inexistante de l'état hérité pour." @@ -2854,7 +2662,7 @@ msgstr "Configuration inexistante de l'état hérité pour." msgid "License" msgstr "Licence" -#: client/src/license/license.partial.html:102 +#: client/src/license/license.partial.html:104 msgid "License File" msgstr "Fichier de licence" @@ -2872,16 +2680,13 @@ msgstr "Type de licence" #: 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:344 -#: client/src/job-submission/job-submission.partial.html:214 +#: 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:165 -#: client/src/templates/job_templates/job-template.form.js:169 +#: 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/job-submission/job-submission.partial.html:212 -#: client/src/templates/job_templates/job-template.form.js:171 -#: client/src/templates/job_templates/job-template.form.js:178 msgid "Limit" msgstr "Limite" @@ -2916,8 +2721,7 @@ msgstr "" msgid "Live events: error connecting to the server." msgstr "Événements en direct : erreur de connexion au serveur." -#: client/src/shared/form-generator.js:1975 -#: client/src/shared/form-generator.js:2026 +#: client/src/shared/form-generator.js:1983 msgid "Loading..." msgstr "Chargement en cours..." @@ -2929,15 +2733,15 @@ msgstr "Fuseau horaire local" msgid "Log Out" msgstr "Se déconnecter" -#: client/src/configuration/system-form/configuration-system.controller.js:220 -msgid "Log aggregator test failed.
Detail:" -msgstr "Échec de l'agrégateur de journalisation
Détail :" +#: 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 :" -#: client/src/configuration/system-form/configuration-system.controller.js:212 +#: client/src/configuration/system-form/configuration-system.controller.js:218 msgid "Log aggregator test successful." msgstr "Test de l'agrégateur de journalisation réussi." -#: client/src/configuration/system-form/configuration-system.controller.js:87 +#: client/src/configuration/system-form/configuration-system.controller.js:89 msgid "Logging" msgstr "Journalisation" @@ -2947,7 +2751,6 @@ 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.partial.html:4 msgid "MANAGEMENT JOBS" msgstr "TÂCHES DE GESTION" @@ -2956,18 +2759,16 @@ msgid "MY VIEW" msgstr "MON ÉCRAN" #: client/src/credentials/credentials.form.js:67 -#: client/src/job-submission/job-submission.partial.html:349 -#: client/src/job-submission/job-submission.partial.html:346 +#: client/src/job-submission/job-submission.partial.html:356 msgid "Machine" msgstr "Machine" #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:60 -#: client/src/job-results/job-results.partial.html:257 +#: 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 -#: client/src/setup-menu/setup-menu.partial.html:29 msgid "" "Manage the cleanup of old job history, activity streams, data marked for " "deletion, and system tracking info." @@ -2976,26 +2777,16 @@ msgstr "" "d’activité, des données marquées pour suppression et des informations de " "suivi du système." -#: client/src/credentials/factories/become-method-change.factory.js:38 -#: client/src/credentials/factories/kind-change.factory.js:95 -#: client/src/credentials/factories/become-method-change.factory.js:40 -#: client/src/credentials/factories/kind-change.factory.js:97 -msgid "Management Certificate" -msgstr "Certificat de gestion" - #: client/src/setup-menu/setup-menu.partial.html:35 -#: client/src/setup-menu/setup-menu.partial.html:28 msgid "Management Jobs" msgstr "Tâches de gestion" #: client/src/projects/list/projects-list.controller.js:89 -#: client/src/projects/list/projects-list.controller.js:88 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:140 +#: client/src/projects/edit/projects-edit.controller.js:141 #: client/src/projects/list/projects-list.controller.js:88 -#: client/src/projects/list/projects-list.controller.js:87 msgid "Manual projects do not require an SCM update" msgstr "Les projets manuels ne nécessitent pas de mise à jour SCM" @@ -3009,7 +2800,7 @@ msgstr "" msgid "Medium" msgstr "Moyenne" -#: client/src/configuration/system-form/configuration-system.controller.js:88 +#: client/src/configuration/system-form/configuration-system.controller.js:90 msgid "Misc. System" msgstr "Système divers" @@ -3034,7 +2825,7 @@ msgstr "Échec de la dernière tâche. Cliquez pour afficher les tâches." msgid "Most recent job successful. Click to view jobs." msgstr "Réussite de la dernière tâche. Cliquez pour afficher les tâches." -#: client/src/templates/survey-maker/shared/question-definition.form.js:74 +#: client/src/templates/survey-maker/shared/question-definition.form.js:77 msgid "Multiple Choice Options" msgstr "Options à choix multiples." @@ -3118,7 +2909,6 @@ msgstr "MODÈLE DE NOTIFICATION" #: client/src/activity-stream/get-target-title.factory.js:26 #: client/src/notifications/notificationTemplates.list.js:14 -#: client/src/activity-stream/get-target-title.factory.js:23 msgid "NOTIFICATION TEMPLATES" msgstr "MODÈLES DE NOTIFICATION" @@ -3134,7 +2924,7 @@ msgstr "NOTIFICATIONS" #: client/src/credentials/credentials.list.js:26 #: 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:14 +#: 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 @@ -3171,13 +2961,8 @@ msgstr "NOTIFICATIONS" #: 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:138 client/src/users/users.form.js:164 -#: client/src/users/users.form.js:190 -#: client/src/credential-types/credential-types.list.js:21 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:48 -#: client/src/portal-mode/portal-jobs.list.js:34 -#: client/src/users/users.form.js:139 client/src/users/users.form.js:165 -#: client/src/users/users.form.js:191 +#: client/src/users/users.form.js:142 client/src/users/users.form.js:168 +#: client/src/users/users.form.js:194 msgid "Name" msgstr "Nom" @@ -3185,7 +2970,7 @@ msgstr "Nom" msgid "Network" msgstr "Réseau" -#: client/src/job-results/job-results.partial.html:303 +#: client/src/job-results/job-results.partial.html:306 msgid "Network Credential" msgstr "Informations d’identification réseau" @@ -3197,7 +2982,7 @@ msgstr "Nouveau groupe" msgid "New Host" msgstr "Nouvel hôte" -#: client/src/users/add/users-add.controller.js:90 +#: client/src/users/add/users-add.controller.js:91 msgid "New user successfully created!" msgstr "Création de l’utilisateur réussie" @@ -3211,7 +2996,7 @@ msgid "No Credentials Have Been Created" msgstr "Informations d’identification non créées" #: 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:124 +#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:140 msgid "No Credentials Matching This Type Have Been Created" msgstr "" "Aucune information d'identification correspondant à ce type n'a été créée" @@ -3229,7 +3014,6 @@ 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:158 msgid "No SCM Configuration" msgstr "Aucune configuration SCM" @@ -3242,7 +3026,6 @@ 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:149 msgid "No Updates Available" msgstr "Aucune mise à jour disponible" @@ -3299,8 +3082,7 @@ msgstr "Aucune tâche exécutée pour l’instant." msgid "No jobs were recently run." msgstr "Aucune tâche récemment exécutée." -#: client/src/teams/teams.form.js:121 client/src/users/users.form.js:187 -#: client/src/users/users.form.js:188 +#: client/src/teams/teams.form.js:121 client/src/users/users.form.js:191 msgid "No permissions have been granted" msgstr "Aucune permission accordée" @@ -3308,7 +3090,7 @@ msgstr "Aucune permission accordée" 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." -#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:73 +#: 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." @@ -3317,8 +3099,8 @@ msgid "No recent notifications." msgstr "Aucun notification récente." #: client/src/inventories-hosts/hosts/hosts.partial.html:36 -#: client/src/shared/form-generator.js:1871 -#: client/src/shared/form-generator.js:1922 +#: client/src/shared/form-generator.js:1879 +#: client/src/shared/list-generator/list-generator.factory.js:240 msgid "No records matched your search." msgstr "Aucun enregistrement ne correspond à votre demande." @@ -3326,10 +3108,8 @@ msgstr "Aucun enregistrement ne correspond à votre demande." msgid "No schedules exist" msgstr "Aucune planification existante" -#: client/src/job-submission/job-submission.partial.html:341 -#: client/src/job-submission/job-submission.partial.html:346 -#: client/src/job-submission/job-submission.partial.html:338 -#: client/src/job-submission/job-submission.partial.html:343 +#: client/src/job-submission/job-submission.partial.html:348 +#: client/src/job-submission/job-submission.partial.html:353 msgid "None selected" msgstr "Aucune sélectionnée" @@ -3340,7 +3120,6 @@ msgid "Normal User" msgstr "Utilisateur normal" #: client/src/projects/list/projects-list.controller.js:91 -#: client/src/projects/list/projects-list.controller.js:90 msgid "Not configured for SCM" msgstr "Non configuré pour le SCM" @@ -3348,10 +3127,18 @@ msgstr "Non configuré pour le SCM" msgid "Not configured for inventory sync." msgstr "Non configuré pour la synchronisation de l'inventaire." -#: client/src/notifications/notificationTemplates.form.js:291 -#: client/src/notifications/notificationTemplates.form.js:292 -#: client/src/notifications/notificationTemplates.form.js:296 -#: client/src/notifications/notificationTemplates.form.js:297 +#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:25 +msgid "" +"Note that only hosts directly in this group can be disassociated. Hosts in " +"sub-groups must be disassociated directly from the sub-group level that they" +" belong." +msgstr "" +"Notez que seuls les hôtes qui sont directement dans ce groupe peuvent être " +"dissociés. Les hôtes qui se trouvent dans les sous-groupes doivent être " +"dissociés directement au niveau du sous-groupe auquel ils appartiennent." + +#: client/src/notifications/notificationTemplates.form.js:288 +#: client/src/notifications/notificationTemplates.form.js:289 msgid "Notification Color" msgstr "Couleur des notifications" @@ -3359,8 +3146,7 @@ msgstr "Couleur des notifications" msgid "Notification Failed." msgstr "Échec de notification" -#: client/src/notifications/notificationTemplates.form.js:280 -#: client/src/notifications/notificationTemplates.form.js:285 +#: client/src/notifications/notificationTemplates.form.js:277 msgid "Notification Label" msgstr "Étiquette de notification" @@ -3372,37 +3158,33 @@ msgstr "Modèles de notification" #: 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 -#: client/src/setup-menu/setup-menu.partial.html:41 msgid "Notifications" msgstr "Notifications" -#: client/src/notifications/notificationTemplates.form.js:305 -#: client/src/notifications/notificationTemplates.form.js:310 +#: client/src/notifications/notificationTemplates.form.js:302 msgid "Notify Channel" msgstr "Canal de notification" #: client/src/inventories-hosts/hosts/hosts.partial.html:55 -#: client/src/job-submission/job-submission.partial.html:263 +#: client/src/job-submission/job-submission.partial.html:269 #: client/src/partials/survey-maker-modal.html:27 -#: client/src/shared/form-generator.js:538 +#: client/src/shared/form-generator.js:542 +#: client/src/shared/form-generator.js:773 #: client/src/shared/generator-helpers.js:551 -#: client/src/job-submission/job-submission.partial.html:260 -#: client/src/shared/form-generator.js:555 msgid "OFF" msgstr "DÉSACTIVÉ" #: client/lib/services/base-string.service.js:63 -#: client/lib/services/base-string.service.js:31 +#: client/src/jobs/factories/delete-job.factory.js:115 msgid "OK" msgstr "OK" #: client/src/inventories-hosts/hosts/hosts.partial.html:54 -#: client/src/job-submission/job-submission.partial.html:261 +#: client/src/job-submission/job-submission.partial.html:267 #: client/src/partials/survey-maker-modal.html:26 -#: client/src/shared/form-generator.js:536 +#: client/src/shared/form-generator.js:538 +#: client/src/shared/form-generator.js:771 #: client/src/shared/generator-helpers.js:547 -#: client/src/job-submission/job-submission.partial.html:259 -#: client/src/shared/form-generator.js:553 msgid "ON" msgstr "ACTIVÉ" @@ -3413,17 +3195,14 @@ msgstr "OPTIONS" #: 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/activity-stream/get-target-title.factory.js:26 msgid "ORGANIZATIONS" msgstr "ORGANISATIONS" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:116 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:103 msgid "OVERWRITE" msgstr "REMPLACER" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:123 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:110 msgid "OVERWRITE VARS" msgstr "REMPLACER VARS" @@ -3437,7 +3216,6 @@ msgstr "Lors d’une réussite" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:157 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:162 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:146 msgid "Only Group By" msgstr "Grouper seulement par" @@ -3450,9 +3228,8 @@ 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:245 +#: 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:354 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." @@ -3461,11 +3238,9 @@ msgstr "" "'test'. Les libellés peuvent être utilisés pour regrouper et filtrer les " "modèles de tâche et les tâches terminées." -#: client/src/notifications/notificationTemplates.form.js:385 +#: client/src/notifications/notificationTemplates.form.js:382 #: client/src/partials/logviewer.html:7 -#: client/src/templates/job_templates/job-template.form.js:264 -#: client/src/notifications/notificationTemplates.form.js:397 -#: client/src/templates/job_templates/job-template.form.js:265 +#: client/src/templates/job_templates/job-template.form.js:259 msgid "Options" msgstr "Options" @@ -3484,11 +3259,11 @@ msgstr "Options" msgid "Organization" msgstr "Organisation" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:142 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:65 +#: 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:128 client/src/users/users.form.js:129 +#: client/src/users/users.form.js:132 msgid "Organizations" msgstr "Organisations" @@ -3553,15 +3328,11 @@ msgstr "" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:328 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:333 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:282 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:288 msgid "Overwrite" msgstr "Remplacer" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:340 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:345 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:295 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:301 msgid "Overwrite Variables" msgstr "Remplacer les variables" @@ -3573,8 +3344,7 @@ msgstr "Propriétaires" msgid "PASSWORD" msgstr "MOT DE PASSE" -#: client/features/credentials/legacy.credentials.js:125 -#: client/features/credentials/legacy.credentials.js:120 +#: client/features/credentials/legacy.credentials.js:122 msgid "PERMISSIONS" msgstr "PERMISSIONS" @@ -3589,9 +3359,8 @@ 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:1877 +#: client/src/shared/form-generator.js:1885 #: client/src/shared/list-generator/list-generator.factory.js:248 -#: client/src/shared/form-generator.js:1928 msgid "PLEASE ADD ITEMS TO THIS LIST" msgstr "AJOUTEZ DES ÉLÉMENTS À CETTE LISTE" @@ -3603,6 +3372,10 @@ msgstr "MODE PORTAIL" 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" @@ -3615,7 +3388,6 @@ msgstr "PROJET" #: client/src/organizations/list/organizations-list.controller.js:72 #: client/src/projects/main.js:73 client/src/projects/projects.list.js:14 #: client/src/projects/projects.list.js:15 -#: client/src/organizations/linkout/organizations-linkout.route.js:191 msgid "PROJECTS" msgstr "PROJETS" @@ -3623,12 +3395,11 @@ msgstr "PROJETS" msgid "Page" msgstr "Page" -#: client/src/notifications/notificationTemplates.form.js:235 -#: client/src/notifications/notificationTemplates.form.js:240 +#: client/src/notifications/notificationTemplates.form.js:232 msgid "Pagerduty subdomain" msgstr "Sous-domaine Pagerduty" -#: client/src/templates/job_templates/job-template.form.js:353 +#: client/src/templates/job_templates/job-template.form.js:348 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 " @@ -3661,34 +3432,21 @@ msgstr "" #: client/src/credentials/credentials.form.js:226 #: client/src/credentials/factories/become-method-change.factory.js:21 -#: client/src/credentials/factories/become-method-change.factory.js:46 -#: client/src/credentials/factories/become-method-change.factory.js:54 -#: client/src/credentials/factories/become-method-change.factory.js:74 -#: client/src/credentials/factories/become-method-change.factory.js:84 -#: client/src/credentials/factories/become-method-change.factory.js:94 -#: client/src/credentials/factories/kind-change.factory.js:103 -#: client/src/credentials/factories/kind-change.factory.js:111 -#: client/src/credentials/factories/kind-change.factory.js:131 -#: client/src/credentials/factories/kind-change.factory.js:141 -#: client/src/credentials/factories/kind-change.factory.js:151 +#: client/src/credentials/factories/become-method-change.factory.js:40 +#: client/src/credentials/factories/become-method-change.factory.js:48 +#: client/src/credentials/factories/become-method-change.factory.js:68 +#: client/src/credentials/factories/become-method-change.factory.js:78 +#: client/src/credentials/factories/become-method-change.factory.js:88 +#: client/src/credentials/factories/kind-change.factory.js:105 +#: client/src/credentials/factories/kind-change.factory.js:125 +#: client/src/credentials/factories/kind-change.factory.js:135 +#: client/src/credentials/factories/kind-change.factory.js:145 #: client/src/credentials/factories/kind-change.factory.js:30 #: client/src/credentials/factories/kind-change.factory.js:78 -#: client/src/job-submission/job-submission.partial.html:103 +#: 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/credentials/factories/become-method-change.factory.js:23 -#: client/src/credentials/factories/become-method-change.factory.js:48 -#: client/src/credentials/factories/become-method-change.factory.js:56 -#: client/src/credentials/factories/become-method-change.factory.js:76 -#: client/src/credentials/factories/become-method-change.factory.js:86 -#: client/src/credentials/factories/become-method-change.factory.js:96 -#: client/src/credentials/factories/kind-change.factory.js:105 -#: client/src/credentials/factories/kind-change.factory.js:113 -#: client/src/credentials/factories/kind-change.factory.js:133 -#: client/src/credentials/factories/kind-change.factory.js:143 -#: client/src/credentials/factories/kind-change.factory.js:153 -#: client/src/credentials/factories/kind-change.factory.js:80 -#: client/src/job-submission/job-submission.partial.html:101 msgid "Password" msgstr "Mot de passe" @@ -3711,8 +3469,6 @@ msgstr "La semaine dernière" #: client/src/credentials/factories/become-method-change.factory.js:29 #: client/src/credentials/factories/kind-change.factory.js:86 -#: client/src/credentials/factories/become-method-change.factory.js:31 -#: client/src/credentials/factories/kind-change.factory.js:88 msgid "" "Paste the contents of the PEM file associated with the service account " "email." @@ -3720,17 +3476,6 @@ msgstr "" "Collez le contenu du fichier PEM associé à l’adresse électronique du compte " "de service." -#: client/src/credentials/factories/become-method-change.factory.js:41 -#: client/src/credentials/factories/kind-change.factory.js:98 -#: client/src/credentials/factories/become-method-change.factory.js:43 -#: client/src/credentials/factories/kind-change.factory.js:100 -msgid "" -"Paste the contents of the PEM file that corresponds to the certificate you " -"uploaded in the Microsoft Azure console." -msgstr "" -"Collez le contenu du fichier PEM correspondant au certificat que vous avez " -"chargé dans la console Microsoft Azure." - #: client/src/credentials/factories/kind-change.factory.js:51 msgid "Paste the contents of the SSH private key file." msgstr "Collez le contenu du fichier de clé privée SSH." @@ -3740,7 +3485,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:121 +#: client/src/inventories-hosts/inventories/inventory.list.js:119 msgid "Pending Delete" msgstr "En attente de suppression" @@ -3749,40 +3494,30 @@ msgid "Period" msgstr "Période" #: client/src/projects/add/projects-add.controller.js:29 -#: client/src/users/add/users-add.controller.js:42 +#: 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:69 +#: client/features/credentials/legacy.credentials.js:66 #: client/src/credentials/credentials.form.js:439 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:125 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:128 +#: 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:391 +#: client/src/templates/job_templates/job-template.form.js:386 #: client/src/templates/workflows.form.js:114 -#: client/src/users/users.form.js:183 -#: client/features/credentials/legacy.credentials.js:64 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:134 -#: client/src/projects/projects.form.js:232 -#: client/src/templates/job_templates/job-template.form.js:411 -#: client/src/templates/workflows.form.js:119 -#: client/src/users/users.form.js:184 +#: client/src/users/users.form.js:187 msgid "Permissions" msgstr "Permissions" -#: client/src/job-results/job-results.partial.html:246 -#: client/src/shared/form-generator.js:1062 -#: client/src/templates/job_templates/job-template.form.js:109 -#: client/src/templates/job_templates/job-template.form.js:120 -#: client/src/shared/form-generator.js:1114 -#: client/src/templates/job_templates/job-template.form.js:113 -#: client/src/templates/job_templates/job-template.form.js:124 +#: client/src/job-results/job-results.partial.html:249 +#: client/src/shared/form-generator.js:1069 +#: 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:88 msgid "Playbook Directory" msgstr "Répertoire de playbooks" @@ -3790,20 +3525,19 @@ msgstr "Répertoire de playbooks" msgid "Playbook Run" msgstr "Exécution du playbook" -#: client/src/job-results/job-results.partial.html:485 +#: client/src/job-results/job-results.partial.html:488 msgid "Plays" msgstr "Lancements" -#: client/src/users/users.form.js:122 client/src/users/users.form.js:123 +#: client/src/users/users.form.js:126 msgid "Please add user to an Organization." msgstr "Veuillez ajouter un utilisateur à votre organisation." -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:101 +#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:100 msgid "Please assign roles to the selected resources" msgstr "Veuillez allouer des rôles aux ressources sélectionnées" #: client/src/access/add-rbac-resource/rbac-resource.partial.html:60 -#: client/src/access/add-rbac-resource/rbac-resource.partial.html:62 msgid "Please assign roles to the selected users/teams" msgstr "Veuillez allouer des rôles aux utilisateurs / équipes sélectionnées" @@ -3815,15 +3549,12 @@ msgstr "" "Cliquez sur le bouton ci-dessous pour visiter le site Web d'Ansible afin " "d'obtenir une clé de licence Tower." -#: client/src/inventories-hosts/inventory-hosts.strings.js:25 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.strings.js:8 +#: client/src/inventories-hosts/inventory-hosts.strings.js:27 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:854 -#: client/src/shared/form-generator.js:949 -#: client/src/shared/form-generator.js:877 -#: client/src/shared/form-generator.js:973 +#: client/src/shared/form-generator.js:861 +#: client/src/shared/form-generator.js:956 msgid "" "Please enter a URL that begins with ssh, http or https. The URL may not " "contain the '@' character." @@ -3831,30 +3562,23 @@ 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:1151 -#: client/src/shared/form-generator.js:1203 +#: client/src/shared/form-generator.js:1158 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:1153 -#: client/src/shared/form-generator.js:1205 +#: client/src/shared/form-generator.js:1160 msgid "Please enter a number greater than %d." msgstr "Entrez un nombre supérieur à %d." -#: client/src/shared/form-generator.js:1145 -#: client/src/shared/form-generator.js:1197 +#: client/src/shared/form-generator.js:1152 msgid "Please enter a number." msgstr "Entrez un nombre." -#: client/src/job-submission/job-submission.partial.html:111 -#: client/src/job-submission/job-submission.partial.html:124 -#: client/src/job-submission/job-submission.partial.html:137 -#: client/src/job-submission/job-submission.partial.html:150 +#: 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 +#: client/src/job-submission/job-submission.partial.html:154 #: client/src/login/loginModal/loginModal.partial.html:78 -#: client/src/job-submission/job-submission.partial.html:109 -#: client/src/job-submission/job-submission.partial.html:122 -#: client/src/job-submission/job-submission.partial.html:135 -#: client/src/job-submission/job-submission.partial.html:148 msgid "Please enter a password." msgstr "Entrez un mot de passe." @@ -3862,56 +3586,39 @@ msgstr "Entrez un mot de passe." msgid "Please enter a username." msgstr "Entrez un nom d’utilisateur." -#: client/src/shared/form-generator.js:844 -#: client/src/shared/form-generator.js:939 -#: client/src/shared/form-generator.js:867 -#: client/src/shared/form-generator.js:963 +#: client/src/shared/form-generator.js:851 +#: client/src/shared/form-generator.js:946 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:1009 -#: client/src/shared/form-generator.js:839 -#: client/src/shared/form-generator.js:934 -#: client/src/shared/form-generator.js:1061 -#: client/src/shared/form-generator.js:862 -#: client/src/shared/form-generator.js:958 +#: client/src/shared/form-generator.js:1016 +#: client/src/shared/form-generator.js:846 +#: client/src/shared/form-generator.js:941 msgid "Please enter a value." msgstr "Entrez une valeur." -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:304 -#: client/src/job-submission/job-submission.partial.html:310 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 -#: client/src/job-submission/job-submission.partial.html:301 -#: client/src/job-submission/job-submission.partial.html:307 +#: 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/job-submission/job-submission.partial.html:311 +#: client/src/job-submission/job-submission.partial.html:317 msgid "Please enter an answer between" msgstr "Veuillez saisir une réponse entre" -#: client/src/job-submission/job-submission.partial.html:309 -#: client/src/job-submission/job-submission.partial.html:306 +#: 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/src/job-submission/job-submission.partial.html:303 -#: client/src/job-submission/job-submission.partial.html:300 +#: 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/src/job-submission/job-submission.partial.html:281 -#: client/src/job-submission/job-submission.partial.html:286 -#: client/src/job-submission/job-submission.partial.html:297 -#: client/src/job-submission/job-submission.partial.html:302 -#: client/src/job-submission/job-submission.partial.html:308 -#: client/src/job-submission/job-submission.partial.html:278 -#: client/src/job-submission/job-submission.partial.html:283 -#: client/src/job-submission/job-submission.partial.html:294 -#: client/src/job-submission/job-submission.partial.html:299 -#: client/src/job-submission/job-submission.partial.html:305 +#: 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 +#: client/src/job-submission/job-submission.partial.html:309 +#: client/src/job-submission/job-submission.partial.html:315 msgid "Please enter an answer." msgstr "Veuillez saisir une réponse." @@ -3920,7 +3627,7 @@ msgstr "Veuillez saisir une réponse." msgid "Please save and run a job to view." msgstr "Veuillez enregistrer et exécuter une tâche à afficher" -#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:49 +#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:50 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." @@ -3939,44 +3646,34 @@ msgstr "Veuillez enregistrer avant d'ajouter des notifications." 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:121 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:124 +#: 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:384 +#: client/src/templates/job_templates/job-template.form.js:379 #: client/src/templates/workflows.form.js:107 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:130 -#: client/src/projects/projects.form.js:224 -#: client/src/templates/job_templates/job-template.form.js:404 -#: client/src/templates/workflows.form.js:112 msgid "Please save before assigning permissions." msgstr "Veuillez enregistrer avant d'attribuer des permissions." -#: client/src/users/users.form.js:120 client/src/users/users.form.js:179 -#: client/src/users/users.form.js:121 client/src/users/users.form.js:180 +#: client/src/users/users.form.js:124 client/src/users/users.form.js:183 msgid "Please save before assigning to organizations." msgstr "Veuillez enregistrer avant l'attribution à des organisations." -#: client/src/users/users.form.js:148 client/src/users/users.form.js:149 +#: client/src/users/users.form.js:152 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:169 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:175 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:164 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:178 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:173 msgid "Please save before creating hosts." msgstr "Veuillez enregistrer avant la création d'hôtes." #: client/src/inventories-hosts/hosts/host.form.js:112 #: client/src/inventories-hosts/inventories/related/groups/groups.form.js:86 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:111 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:111 -#: client/src/inventories-hosts/hosts/host.form.js:116 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:116 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:110 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:112 msgid "Please save before defining groups." msgstr "Veuillez enregistrer avant de définir des groupes." @@ -3984,8 +3681,7 @@ 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:187 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:193 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:182 msgid "Please save before defining inventory sources." msgstr "Veuillez enregistrer avant de définir des sources d'inventaire." @@ -3995,22 +3691,17 @@ msgstr "" "Veuillez enregistrer avant de définir le graphique du flux de travail." #: client/src/inventories-hosts/hosts/host.form.js:121 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:119 -#: client/src/inventories-hosts/hosts/host.form.js:125 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:118 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:120 msgid "Please save before viewing Insights." msgstr "Veuillez enregistrer avant d'afficher Insights." #: client/src/inventories-hosts/hosts/host.form.js:105 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:104 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:104 -#: client/src/inventories-hosts/hosts/host.form.js:109 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:109 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:103 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:105 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:167 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:164 msgid "Please save before viewing hosts." msgstr "Veuillez enregistrer avant d'afficher le hôtes." @@ -4028,7 +3719,6 @@ msgid "Please select a Credential." msgstr "Sélectionnez des informations d’identification." #: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:46 -#: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:43 msgid "" "Please select a machine (SSH) credential or check the \"Prompt on launch\" " "option." @@ -4036,29 +3726,22 @@ 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:1186 -#: client/src/shared/form-generator.js:1238 +#: client/src/shared/form-generator.js:1193 msgid "Please select a number between" msgstr "Sélectionnez un nombre compris entre" -#: client/src/shared/form-generator.js:1182 -#: client/src/shared/form-generator.js:1234 +#: client/src/shared/form-generator.js:1189 msgid "Please select a number." msgstr "Sélectionnez un nombre." -#: client/src/shared/form-generator.js:1074 -#: client/src/shared/form-generator.js:1142 -#: client/src/shared/form-generator.js:1263 -#: client/src/shared/form-generator.js:1371 -#: client/src/shared/form-generator.js:1126 -#: client/src/shared/form-generator.js:1194 -#: client/src/shared/form-generator.js:1314 -#: client/src/shared/form-generator.js:1422 +#: 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 msgid "Please select a value." msgstr "Sélectionnez une valeur." #: client/src/templates/job_templates/job-template.form.js:77 -#: client/src/templates/job_templates/job-template.form.js:81 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." @@ -4067,8 +3750,12 @@ msgstr "" msgid "Please select an Inventory." msgstr "Sélectionnez un inventaire." -#: client/src/shared/form-generator.js:1179 -#: client/src/shared/form-generator.js:1231 +#: 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." + +#: client/src/shared/form-generator.js:1186 msgid "Please select at least one value." msgstr "Sélectionnez une valeur au moins." @@ -4076,7 +3763,7 @@ msgstr "Sélectionnez une valeur au moins." msgid "Please select resources from the lists below." msgstr "Veuillez sélectionner des ressources dans les listes ci-dessous." -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 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." @@ -4092,8 +3779,7 @@ msgid "Private Key" msgstr "Clé privée" #: client/src/credentials/credentials.form.js:264 -#: client/src/job-submission/job-submission.partial.html:116 -#: client/src/job-submission/job-submission.partial.html:114 +#: client/src/job-submission/job-submission.partial.html:118 msgid "Private Key Passphrase" msgstr "Phrase de passe pour la clé privée" @@ -4103,44 +3789,30 @@ msgid "Privilege Escalation" msgstr "Élévation des privilèges" #: client/src/credentials/credentials.form.js:305 -#: client/src/job-submission/job-submission.partial.html:129 -#: client/src/credentials/factories/become-method-change.factory.js:19 -#: client/src/credentials/factories/kind-change.factory.js:76 -#: client/src/job-submission/job-submission.partial.html:127 +#: client/src/job-submission/job-submission.partial.html:132 msgid "Privilege Escalation Password" msgstr "Mot de passe pour l’élévation des privilèges" #: client/src/credentials/credentials.form.js:295 -#: client/src/credentials/factories/become-method-change.factory.js:18 -#: client/src/credentials/factories/kind-change.factory.js:75 msgid "Privilege Escalation Username" msgstr "Nom d’utilisateur pour l’élévation des privilèges" #: 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:213 -#: client/src/templates/job_templates/job-template.form.js:103 +#: 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 -#: client/src/credentials/factories/become-method-change.factory.js:32 -#: client/src/credentials/factories/kind-change.factory.js:89 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:88 -#: client/src/templates/job_templates/job-template.form.js:107 -#: client/src/templates/job_templates/job-template.form.js:95 msgid "Project" msgstr "Projet" -#: client/src/credentials/factories/become-method-change.factory.js:59 -#: client/src/credentials/factories/kind-change.factory.js:116 -#: client/src/credentials/factories/become-method-change.factory.js:61 -#: client/src/credentials/factories/kind-change.factory.js:118 +#: client/src/credentials/factories/become-method-change.factory.js:53 +#: client/src/credentials/factories/kind-change.factory.js:110 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:74 -#: client/src/projects/projects.form.js:82 msgid "Project Base Path" msgstr "Chemin de base du projet" @@ -4149,7 +3821,6 @@ msgid "Project Name" msgstr "Nom du projet" #: client/src/projects/projects.form.js:100 -#: client/src/projects/projects.form.js:99 msgid "Project Path" msgstr "Chemin du projet" @@ -4158,12 +3829,11 @@ 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:169 msgid "Project lookup failed. GET returned:" msgstr "La recherche de projet n’a pas abouti. GET renvoyé :" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:121 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:48 +#: 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/home/dashboard/counts/dashboard-counts.directive.js:61 #: client/src/organizations/linkout/organizations-linkout.route.js:206 @@ -4177,12 +3847,10 @@ msgstr[0] "Promouvoir Groupe" msgstr[1] "Promouvoir Groupes" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:43 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:43 msgid "Promote groups" msgstr "Promouvoir des groupes" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:32 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:32 msgid "Promote groups and hosts" msgstr "Promouvoir des groupes et des hôtes" @@ -4193,7 +3861,6 @@ msgstr[0] "Promouvoir Hôte" msgstr[1] "Promouvoir Hôtes" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:54 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:54 msgid "Promote hosts" msgstr "Promouvoir des hôtes" @@ -4206,31 +3873,20 @@ msgid "Prompt" msgstr "Invite" #: client/lib/components/components.strings.js:30 -#: client/src/templates/job_templates/job-template.form.js:144 -#: client/src/templates/job_templates/job-template.form.js:174 -#: client/src/templates/job_templates/job-template.form.js:191 -#: client/src/templates/job_templates/job-template.form.js:217 -#: client/src/templates/job_templates/job-template.form.js:234 -#: client/src/templates/job_templates/job-template.form.js:259 -#: client/src/templates/job_templates/job-template.form.js:359 +#: 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/src/templates/job_templates/job-template.form.js:60 #: client/src/templates/job_templates/job-template.form.js:86 -#: client/src/templates/job_templates/job-template.form.js:147 -#: client/src/templates/job_templates/job-template.form.js:183 -#: client/src/templates/job_templates/job-template.form.js:200 -#: client/src/templates/job_templates/job-template.form.js:228 -#: client/src/templates/job_templates/job-template.form.js:247 -#: client/src/templates/job_templates/job-template.form.js:261 -#: client/src/templates/job_templates/job-template.form.js:376 -#: client/src/templates/job_templates/job-template.form.js:64 -#: client/src/templates/job_templates/job-template.form.js:90 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 -#: client/src/templates/job_templates/job-template.form.js:220 -#: client/src/templates/job_templates/job-template.form.js:239 msgid "Provide a comma separated list of tags." msgstr "Entrez une liste de balises séparées par des virgules." @@ -4253,12 +3909,10 @@ 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/inventories-hosts/hosts/host.form.js:49 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:48 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:168 +#: client/src/templates/job_templates/job-template.form.js:163 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" @@ -4270,7 +3924,6 @@ msgstr "" "exemples de modèles." #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:116 -#: client/src/templates/job_templates/job-template.form.js:174 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 " @@ -4286,8 +3939,17 @@ msgstr "" "Fournir des variables d'environnement à transmettre au script de " "l'inventaire personnalisé." -#: client/src/templates/job_templates/job-template.form.js:316 -#: client/src/templates/job_templates/job-template.form.js:324 +#: 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 +msgid "" +"Provide the named URL encoded name or id of the remote Tower inventory to be" +" imported." +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 msgid "Provisioning Callback URL" msgstr "URL de rappel d’exécution de Tower job_template" @@ -4332,12 +3994,10 @@ msgstr "MODÈLES RÉCEMMENT UTILISÉS" #: 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/activity-stream/streams.list.js:55 msgid "REFRESH" msgstr "ACTUALISER" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:109 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:96 msgid "REGIONS" msgstr "RÉGIONS" @@ -4345,7 +4005,7 @@ msgstr "RÉGIONS" msgid "RELATED FIELDS:" msgstr "CHAMPS ASSOCIÉS :" -#: client/src/shared/directives.js:78 client/src/shared/directives.js:136 +#: client/src/shared/directives.js:78 msgid "REMOVE" msgstr "SUPPRIMER" @@ -4363,14 +4023,11 @@ msgstr "RÉSULTATS" #: 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/job-submission/job-submission.partial.html:85 msgid "REVERT" msgstr "RÉTABLIR" #: client/src/credentials/factories/become-method-change.factory.js:25 #: client/src/credentials/factories/kind-change.factory.js:82 -#: client/src/credentials/factories/become-method-change.factory.js:27 -#: client/src/credentials/factories/kind-change.factory.js:84 msgid "RSA Private Key" msgstr "Clé privée RSA" @@ -4391,7 +4048,7 @@ msgstr "EXÉCUTER DES COMMANDES" msgid "Random" msgstr "Aléatoire" -#: client/src/job-results/job-results.partial.html:408 +#: 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 " @@ -4407,9 +4064,8 @@ msgstr "" msgid "Recent Notifications" msgstr "Notifications récentes" -#: client/src/notifications/notificationTemplates.form.js:101 -#: client/src/notifications/notificationTemplates.form.js:97 -#: client/src/notifications/notificationTemplates.form.js:102 +#: client/src/notifications/notificationTemplates.form.js:94 +#: client/src/notifications/notificationTemplates.form.js:98 msgid "Recipient List" msgstr "Liste de destinataires" @@ -4418,7 +4074,7 @@ msgstr "Liste de destinataires" msgid "Red" msgstr "Rouge" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 msgid "" "Refer to the Ansible Tower documentation for further syntax and examples." msgstr "" @@ -4436,7 +4092,6 @@ msgstr "" #: 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/activity-stream/streams.list.js:52 msgid "Refresh the page" msgstr "Actualiser la page" @@ -4446,7 +4101,6 @@ msgid "Region:" msgstr "Région :" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:131 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:122 msgid "Regions" msgstr "Régions" @@ -4463,22 +4117,17 @@ msgstr "Groupes liés" 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:199 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:205 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:194 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:218 -#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:85 -#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:86 -#: client/src/users/users.form.js:219 +#: client/src/teams/teams.form.js:142 client/src/users/users.form.js:222 msgid "Remove" msgstr "Supprimer" #: client/src/projects/projects.form.js:158 -#: client/src/projects/projects.form.js:157 msgid "Remove any local modifications prior to performing an update." msgstr "" "Supprimez toutes les modifications locales avant d’effectuer une mise à " @@ -4492,7 +4141,7 @@ msgstr "Fréquence de répétition" msgid "Request License" msgstr "Demander une licence" -#: client/src/templates/survey-maker/shared/question-definition.form.js:288 +#: client/src/templates/survey-maker/shared/question-definition.form.js:291 msgid "Required" msgstr "Obligatoire" @@ -4500,12 +4149,11 @@ msgstr "Obligatoire" msgid "Reset" msgstr "Réinitialisation" -#: client/src/job-results/job-results.partial.html:120 +#: client/src/job-results/job-results.partial.html:123 msgid "Results Traceback" msgstr "Traceback Résultats" -#: client/src/shared/form-generator.js:684 -#: client/src/shared/form-generator.js:701 +#: client/src/shared/form-generator.js:690 msgid "Revert" msgstr "Revenir" @@ -4520,45 +4168,40 @@ msgstr "Revenir" #: 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:73 +#: 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/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:236 +#: client/src/job-results/job-results.partial.html:239 #: 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:275 +#: client/src/projects/edit/projects-edit.controller.js:281 msgid "Revision #" msgstr "Révision n°" -#: client/features/credentials/legacy.credentials.js:91 +#: 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:151 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:154 +#: 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:201 -#: client/features/credentials/legacy.credentials.js:86 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:160 -#: client/src/projects/projects.form.js:254 -#: client/src/templates/workflows.form.js:143 -#: client/src/users/users.form.js:202 +#: client/src/users/users.form.js:205 msgid "Role" msgstr "Rôle" -#: client/src/instance-groups/instance-group.partial.html:15 -#: client/src/instance-groups/instance-groups.list.js:25 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:15 -#: client/src/instance-groups/instances/instances-list.partial.html:21 +#: client/src/instance-groups/instance-group.partial.html:14 +#: 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:32 +#: client/src/instance-groups/list/instance-groups-list.partial.html:29 msgid "Running Jobs" msgstr "Tâches en cours d'exécution" @@ -4574,13 +4217,12 @@ msgstr "SAML" #: 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 -#: client/src/partials/survey-maker-modal.html:86 +#: client/src/partials/survey-maker-modal.html:87 #: client/src/shared/instance-groups-multiselect/instance-groups-modal/instance-groups-modal.partial.html:18 -#: client/lib/services/base-string.service.js:30 msgid "SAVE" msgstr "ENREGISTRER" -#: client/src/scheduler/main.js:331 client/src/scheduler/main.js:330 +#: client/src/scheduler/main.js:331 msgid "SCHEDULED" msgstr "PROGRAMMÉ" @@ -4596,39 +4238,34 @@ msgstr "TÂCHES PROGRAMMÉES" #: 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/activity-stream/get-target-title.factory.js:35 msgid "SCHEDULES" msgstr "PROGRAMMATIONS" #: client/src/projects/add/projects-add.controller.js:118 -#: client/src/projects/edit/projects-edit.controller.js:248 +#: client/src/projects/edit/projects-edit.controller.js:254 msgid "SCM Branch" msgstr "Branche SCM" #: client/src/projects/add/projects-add.controller.js:137 -#: client/src/projects/edit/projects-edit.controller.js:266 +#: client/src/projects/edit/projects-edit.controller.js:272 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:287 +#: client/src/projects/edit/projects-edit.controller.js:293 msgid "SCM Branch/Tag/Revision" msgstr "Branche SCM/Balise/Révision" #: client/src/projects/projects.form.js:159 -#: client/src/projects/projects.form.js:158 msgid "SCM Clean" msgstr "Nettoyage SCM" #: client/src/projects/projects.form.js:170 -#: client/src/projects/projects.form.js:169 msgid "SCM Delete" msgstr "Suppression SCM" #: client/src/credentials/factories/become-method-change.factory.js:20 #: client/src/credentials/factories/kind-change.factory.js:77 -#: client/src/credentials/factories/become-method-change.factory.js:22 -#: client/src/credentials/factories/kind-change.factory.js:79 msgid "SCM Private Key" msgstr "Clé privée SCM" @@ -4638,23 +4275,19 @@ 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:179 msgid "SCM Update" msgstr "Mise à jour SCM" #: client/src/projects/list/projects-list.controller.js:222 -#: client/src/projects/list/projects-list.controller.js:221 msgid "SCM Update Cancel" msgstr "Annulation de la mise à jour SCM" #: client/src/projects/projects.form.js:150 -#: client/src/projects/projects.form.js:149 msgid "SCM Update Options" msgstr "Options de mise à jour SCM" -#: client/src/projects/edit/projects-edit.controller.js:136 +#: client/src/projects/edit/projects-edit.controller.js:137 #: client/src/projects/list/projects-list.controller.js:84 -#: client/src/projects/list/projects-list.controller.js:83 msgid "SCM update currently running" msgstr "Mise à jour SCM en cours" @@ -4687,7 +4320,6 @@ msgstr "SÉLECTIONNÉ :" #: client/src/main-menu/main-menu.partial.html:59 #: client/src/setup-menu/setup.route.js:9 -#: client/src/setup-menu/setup.route.js:8 msgid "SETTINGS" msgstr "PARAMÈTRES" @@ -4703,13 +4335,12 @@ msgstr "SE CONNECTER" msgid "SIGN IN WITH" msgstr "SE CONNECTER AVEC" -#: client/src/inventories-hosts/hosts/host.list.js:109 +#: client/src/inventories-hosts/hosts/host.list.js:110 #: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:32 msgid "SMART INVENTORY" msgstr "INVENTAIRE SMART" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:102 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:89 msgid "SOURCE" msgstr "SOURCE" @@ -4717,10 +4348,8 @@ msgstr "SOURCE" msgid "SOURCES" msgstr "SOURCES" -#: client/src/credentials/factories/become-method-change.factory.js:95 -#: client/src/credentials/factories/kind-change.factory.js:152 -#: client/src/credentials/factories/become-method-change.factory.js:97 -#: client/src/credentials/factories/kind-change.factory.js:154 +#: client/src/credentials/factories/become-method-change.factory.js:89 +#: client/src/credentials/factories/kind-change.factory.js:146 msgid "SSH Key" msgstr "Clé SSH" @@ -4728,22 +4357,19 @@ msgstr "Clé SSH" msgid "SSH key description" msgstr "Description de la clé SSH" -#: client/src/notifications/notificationTemplates.form.js:378 -#: client/src/notifications/notificationTemplates.form.js:390 +#: client/src/notifications/notificationTemplates.form.js:375 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:122 msgid "STANDARD OUT" msgstr "STANDARD OUT" #: 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:52 msgid "STARTED" msgstr "DÉMARRÉ" @@ -4758,7 +4384,7 @@ msgstr "STATUT" msgid "STS Token" msgstr "Token STS" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:60 +#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:61 msgid "SUCCESSFUL" msgstr "RÉUSSI" @@ -4774,39 +4400,34 @@ msgstr "SYNCHRONISER TOUT" msgid "SYSTEM TRACKING" msgstr "SUIVI DU SYSTÈME" -#: client/src/credentials/factories/become-method-change.factory.js:76 -#: client/src/credentials/factories/kind-change.factory.js:133 -#: client/src/credentials/factories/become-method-change.factory.js:78 -#: client/src/credentials/factories/kind-change.factory.js:135 +#: client/src/credentials/factories/become-method-change.factory.js:70 +#: client/src/credentials/factories/kind-change.factory.js:127 msgid "Satellite 6 URL" 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:196 +#: 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:1683 -#: client/src/shared/form-generator.js:1734 +#: client/src/shared/form-generator.js:1691 msgid "Save" msgstr "Enregistrer" #: client/src/configuration/auth-form/configuration-auth.controller.js:86 -#: client/src/configuration/configuration.controller.js:209 -#: client/src/configuration/configuration.controller.js:268 -#: client/src/configuration/system-form/configuration-system.controller.js:66 +#: client/src/configuration/configuration.controller.js:213 +#: client/src/configuration/configuration.controller.js:272 +#: client/src/configuration/system-form/configuration-system.controller.js:68 msgid "Save changes" msgstr "Enregistrer les modifications" -#: client/src/license/license.partial.html:122 +#: client/src/license/license.partial.html:127 msgid "Save successful!" msgstr "Enregistrement réussi" #: client/src/templates/templates.list.js:88 -#: client/src/partials/subhome.html:10 msgid "Schedule" msgstr "Planifier" #: client/src/management-jobs/card/card.partial.html:28 -#: client/src/management-jobs/card/card.partial.html:26 msgid "Schedule Management Job" msgstr "Planifier la tâche de gestion" @@ -4824,14 +4445,11 @@ msgstr "Planifier les prochaines exécutions de modèle de tâche" #: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33 #: client/src/jobs/jobs.partial.html:10 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32 msgid "Schedules" msgstr "Calendriers" #: client/src/shared/smart-search/smart-search.controller.js:49 #: client/src/shared/smart-search/smart-search.controller.js:94 -#: client/src/shared/smart-search/smart-search.controller.js:39 -#: client/src/shared/smart-search/smart-search.controller.js:84 msgid "Search" msgstr "Rechercher" @@ -4854,8 +4472,7 @@ 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:1687 -#: client/src/shared/form-generator.js:1738 +#: client/src/shared/form-generator.js:1695 msgid "Select" msgstr "Sélectionner" @@ -4905,11 +4522,10 @@ msgstr "" #: client/src/configuration/jobs-form/configuration-jobs.controller.js:109 #: client/src/configuration/jobs-form/configuration-jobs.controller.js:134 #: client/src/configuration/ui-form/configuration-ui.controller.js:95 -#: client/src/configuration/jobs-form/configuration-jobs.controller.js:124 msgid "Select commands" msgstr "Sélectionner des commandes" -#: client/src/templates/job_templates/job-template.form.js:138 +#: client/src/templates/job_templates/job-template.form.js:133 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 " @@ -4930,7 +4546,6 @@ msgstr "" "moment de l'exécution." #: client/src/projects/projects.form.js:98 -#: client/src/projects/projects.form.js:97 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 " @@ -4940,8 +4555,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:262 -#: client/src/configuration/auth-form/configuration-auth.controller.js:281 +#: client/src/configuration/auth-form/configuration-auth.controller.js:263 +#: client/src/configuration/auth-form/configuration-auth.controller.js:282 msgid "Select group types" msgstr "Sélectionner des types de groupe" @@ -4949,13 +4564,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:77 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:85 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74 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:85 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:80 msgid "" "Select the Instance Groups for this Inventory to run on. Refer to the " "Ansible Tower documentation for more detail." @@ -4963,8 +4577,7 @@ 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:198 -#: client/src/templates/job_templates/job-template.form.js:207 +#: client/src/templates/job_templates/job-template.form.js:193 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 " @@ -4989,7 +4602,6 @@ msgstr "" #: client/src/templates/job_templates/job-template.form.js:79 #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:81 -#: client/src/templates/job_templates/job-template.form.js:83 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." @@ -5002,19 +4614,17 @@ msgstr "" "Sélectionnez le fichier d'inventaire à synchroniser par cette source. Vous " "pouvez le choisir dans le menu déroulant ou saisir un fichier dans l'entrée." -#: client/src/templates/job_templates/job-template.form.js:119 -#: client/src/templates/job_templates/job-template.form.js:123 +#: 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." -#: client/src/templates/job_templates/job-template.form.js:102 -#: client/src/templates/job_templates/job-template.form.js:106 +#: 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." -#: client/src/configuration/system-form/configuration-system.controller.js:191 +#: client/src/configuration/system-form/configuration-system.controller.js:197 msgid "Select types" msgstr "Sélectionner des types" @@ -5023,15 +4633,12 @@ msgstr "Sélectionner des types" msgid "Select which groups to create automatically." msgstr "Sélectionner quels groupes créer automatiquement." -#: client/src/notifications/notificationTemplates.form.js:113 -#: client/src/notifications/notificationTemplates.form.js:114 +#: client/src/notifications/notificationTemplates.form.js:110 msgid "Sender Email" msgstr "Adresse électronique de l’expéditeur" #: client/src/credentials/factories/become-method-change.factory.js:24 #: client/src/credentials/factories/kind-change.factory.js:81 -#: client/src/credentials/factories/become-method-change.factory.js:26 -#: client/src/credentials/factories/kind-change.factory.js:83 msgid "Service Account Email Address" msgstr "Adresse électronique du compte de service" @@ -5056,27 +4663,19 @@ msgstr "" msgid "Settings" msgstr "Paramètres" -#: client/src/job-submission/job-submission.partial.html:107 -#: client/src/job-submission/job-submission.partial.html:120 -#: client/src/job-submission/job-submission.partial.html:133 -#: client/src/job-submission/job-submission.partial.html:146 -#: client/src/job-submission/job-submission.partial.html:292 -#: client/src/shared/form-generator.js:869 -#: client/src/job-submission/job-submission.partial.html:105 -#: client/src/job-submission/job-submission.partial.html:118 -#: client/src/job-submission/job-submission.partial.html:131 -#: client/src/job-submission/job-submission.partial.html:144 -#: client/src/job-submission/job-submission.partial.html:289 -#: client/src/shared/form-generator.js:892 +#: client/src/job-submission/job-submission.partial.html:108 +#: client/src/job-submission/job-submission.partial.html:122 +#: 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 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:250 -#: client/src/templates/job_templates/job-template.form.js:253 -#: client/src/templates/job_templates/job-template.form.js:252 -#: client/src/templates/job_templates/job-template.form.js:255 +#: client/src/templates/job_templates/job-template.form.js:245 +#: client/src/templates/job_templates/job-template.form.js:248 msgid "Show Changes" msgstr "Afficher les modifications" @@ -5084,37 +4683,27 @@ msgstr "Afficher les modifications" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:44 #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:55 #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:76 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:34 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:45 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:56 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:77 msgid "Sign in with %s" msgstr "Se connecter avec %s" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:63 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:64 msgid "Sign in with %s Organizations" msgstr "Se connecter avec des organisations %s" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:61 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:62 msgid "Sign in with %s Teams" msgstr "Se connecter avec des équipes %s" -#: client/src/job-results/job-results.partial.html:392 -#: client/src/job-submission/job-submission.partial.html:239 -#: client/src/templates/job_templates/job-template.form.js:222 -#: client/src/templates/job_templates/job-template.form.js:229 +#: client/src/job-results/job-results.partial.html:395 +#: 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/job-submission/job-submission.partial.html:237 -#: client/src/templates/job_templates/job-template.form.js:233 -#: client/src/templates/job_templates/job-template.form.js:242 msgid "Skip Tags" msgstr "Balises de saut" #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:148 -#: client/src/templates/job_templates/job-template.form.js:240 msgid "" "Skip tags are useful when you have a large playbook, and you want to skip " "specific parts of a play or task." @@ -5122,7 +4711,7 @@ 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:228 +#: client/src/templates/job_templates/job-template.form.js:223 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. " @@ -5133,16 +4722,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:65 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:69 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:62 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:66 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/organizations/linkout/controllers/organizations-inventories.controller.js:70 -#: client/src/shared/form-generator.js:1449 -#: client/src/shared/form-generator.js:1500 +#: client/src/shared/form-generator.js:1456 msgid "Smart Inventory" msgstr "Inventaire smart" @@ -5152,8 +4740,6 @@ msgstr "Solvable avec playbook" #: 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:61 -#: client/src/partials/subhome.html:8 msgid "Source" msgstr "Source" @@ -5166,15 +4752,12 @@ msgstr "Contrôle de la source" msgid "Source Details" msgstr "Détails de la source" -#: client/src/notifications/notificationTemplates.form.js:195 -#: client/src/notifications/notificationTemplates.form.js:196 -#: client/src/notifications/notificationTemplates.form.js:198 -#: client/src/notifications/notificationTemplates.form.js:199 +#: client/src/notifications/notificationTemplates.form.js:192 +#: client/src/notifications/notificationTemplates.form.js:193 msgid "Source Phone Number" msgstr "Numéro de téléphone de la source" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:136 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:127 msgid "Source Regions" msgstr "Régions sources" @@ -5188,10 +4771,6 @@ msgstr "Régions sources" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:281 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:291 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:298 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:195 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:202 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:218 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:241 msgid "Source Variables" msgstr "Variables sources" @@ -5200,12 +4779,11 @@ 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:189 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:195 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184 msgid "Sources" msgstr "Sources" -#: client/src/notifications/notificationTemplates.form.js:333 +#: client/src/notifications/notificationTemplates.form.js:330 msgid "" "Specify HTTP Headers in JSON format. Refer to the Ansible Tower " "documentation for example syntax." @@ -5221,7 +4799,7 @@ 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:295 +#: client/src/notifications/notificationTemplates.form.js:292 msgid "" "Specify a notification color. Acceptable colors are: yellow, green, red " "purple, gray or random." @@ -5266,7 +4844,7 @@ msgstr "Heure Début" 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:133 +#: 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" @@ -5275,7 +4853,7 @@ msgstr "Démarrer une mise à jour SCM" msgid "Start sync process" msgstr "Démarrer le processus de synchronisation" -#: client/src/job-results/job-results.partial.html:97 +#: client/src/job-results/job-results.partial.html:100 msgid "Started" msgstr "Démarré" @@ -5293,7 +4871,7 @@ msgstr "État" msgid "Sub Category" msgstr "Sous-catégorie" -#: client/src/license/license.partial.html:121 +#: client/src/license/license.partial.html:126 msgid "Submit" msgstr "Valider" @@ -5331,7 +4909,7 @@ msgstr "Réussi" msgid "Survey" msgstr "Questionnaire" -#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:57 +#: 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 msgid "" "Surveys allow users to be prompted at job launch with a series of questions " @@ -5406,8 +4984,6 @@ msgstr "TACACS+" #: client/src/organizations/list/organizations-list.controller.js:60 #: client/src/teams/main.js:46 client/src/teams/teams.list.js:14 #: client/src/teams/teams.list.js:15 -#: client/src/activity-stream/get-target-title.factory.js:20 -#: client/src/organizations/linkout/organizations-linkout.route.js:96 msgid "TEAMS" msgstr "ÉQUIPES" @@ -5417,11 +4993,14 @@ msgstr "ÉQUIPES" #: client/src/templates/list/templates-list.route.js:13 #: client/src/templates/templates.list.js:15 #: client/src/templates/templates.list.js:16 -#: client/src/activity-stream/get-target-title.factory.js:41 msgid "TEMPLATES" msgstr "MODÈLES" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:102 +#: client/src/instance-groups/instance-groups.list.js:8 +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 msgid "TIME" msgstr "DURÉE" @@ -5435,7 +5014,6 @@ msgid "Tag None:" msgstr "Ne rien baliser :" #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:133 -#: client/src/templates/job_templates/job-template.form.js:221 msgid "" "Tags are useful when you have a large playbook, and you want to run a " "specific part of a play or task." @@ -5443,7 +5021,7 @@ 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:211 +#: client/src/templates/job_templates/job-template.form.js:206 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" @@ -5460,25 +5038,20 @@ msgstr "" msgid "Tags:" msgstr "Balises :" -#: client/src/notifications/notificationTemplates.form.js:312 -#: client/src/notifications/notificationTemplates.form.js:317 +#: client/src/notifications/notificationTemplates.form.js:309 msgid "Target URL" msgstr "URL cible" -#: client/src/job-results/job-results.partial.html:493 +#: client/src/job-results/job-results.partial.html:496 msgid "Tasks" msgstr "Tâches" -#: client/features/credentials/legacy.credentials.js:97 +#: 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:157 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:160 +#: 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:92 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:166 -#: client/src/projects/projects.form.js:260 -#: client/src/templates/workflows.form.js:149 msgid "Team Roles" msgstr "Rôles d’équipe" @@ -5487,20 +5060,16 @@ msgstr "Rôles d’équipe" #: 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:155 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33 -#: client/src/shared/stateDefinitions.factory.js:364 -#: client/src/users/users.form.js:156 +#: client/src/users/users.form.js:159 msgid "Teams" msgstr "Équipes" -#: client/src/job-results/job-results.partial.html:132 +#: client/src/job-results/job-results.partial.html:135 #: client/src/templates/templates.list.js:14 msgid "Template" msgstr "Modèle" #: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34 msgid "Templates" msgstr "Modèles" @@ -5508,7 +5077,7 @@ msgstr "Modèles" msgid "Tenant ID" msgstr "ID Client" -#: client/src/configuration/system-form/sub-forms/system-logging.form.js:78 +#: client/src/configuration/system-form/sub-forms/system-logging.form.js:79 msgid "Test" msgstr "Test" @@ -5516,10 +5085,8 @@ msgstr "Test" msgid "Test notification" msgstr "Notification test" -#: client/src/shared/form-generator.js:1379 -#: client/src/shared/form-generator.js:1385 -#: client/src/shared/form-generator.js:1430 -#: client/src/shared/form-generator.js:1436 +#: client/src/shared/form-generator.js:1386 +#: client/src/shared/form-generator.js:1392 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" @@ -5538,8 +5105,6 @@ msgstr "" #: client/src/credentials/factories/become-method-change.factory.js:32 #: client/src/credentials/factories/kind-change.factory.js:89 -#: client/src/credentials/factories/become-method-change.factory.js:34 -#: client/src/credentials/factories/kind-change.factory.js:91 msgid "" "The Project ID is the GCE assigned identification. It is constructed as two " "words followed by a three digit number. Such as:" @@ -5547,7 +5112,7 @@ 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:326 +#: client/src/projects/edit/projects-edit.controller.js:332 msgid "The SCM update process is running." msgstr "Le processus de mise à jour SCM est en cours d’exécution." @@ -5563,14 +5128,12 @@ msgstr "" "Adresse électronique attribuée au compte de service Google Compute Engine " "%s." -#: client/src/job-results/job-results.partial.html:510 +#: 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/src/credentials/factories/become-method-change.factory.js:68 -#: client/src/credentials/factories/kind-change.factory.js:125 -#: client/src/credentials/factories/become-method-change.factory.js:70 -#: client/src/credentials/factories/kind-change.factory.js:127 +#: client/src/credentials/factories/become-method-change.factory.js:62 +#: client/src/credentials/factories/kind-change.factory.js:119 msgid "The host to authenticate with." msgstr "Hôte avec lequel s’authentifier." @@ -5591,7 +5154,6 @@ msgstr "" "complète ne sera pas traitée." #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:104 -#: client/src/templates/job_templates/job-template.form.js:160 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 " @@ -5601,7 +5163,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:157 +#: client/src/templates/job_templates/job-template.form.js:152 msgid "" "The number of parallel or simultaneous processes to use while executing the " "playbook. Value defaults to 0. Refer to the Ansible documentation for " @@ -5611,8 +5173,7 @@ 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:590 -#: client/src/job-results/job-results.controller.js:585 +#: 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." @@ -5622,7 +5183,6 @@ msgid "The project value" msgstr "Valeur du projet" #: client/src/projects/list/projects-list.controller.js:159 -#: client/src/projects/list/projects-list.controller.js:158 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." @@ -5639,6 +5199,16 @@ 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-" +"separated (for example, foo_bar, user_id, host_name, etc.). Variable names " +"with spaces are not allowed." +msgstr "" +"Le format suggéré pour les noms de variables est en minuscules avec des " +"tirets de séparation (exemple, foo_bar, user_id, host_name, etc.). Les noms " +"de variables contenant des espaces ne sont pas autorisés." + #: client/src/management-jobs/scheduler/schedulerForm.partial.html:124 msgid "The time must be in HH24:MM:SS format." msgstr "L’heure doit être sous le format suivant HH24:MM:SS" @@ -5660,7 +5230,6 @@ 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:149 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 " @@ -5670,21 +5239,37 @@ 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/configuration/configuration.controller.js:345 -#: client/src/configuration/configuration.controller.js:342 +#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:140 +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 +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 +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 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:525 -#: client/src/configuration/configuration.controller.js:519 +#: client/src/configuration/configuration.controller.js:531 msgid "There was an error resetting values. Returned status:" msgstr "" "Une erreur s’est produite lors de la réinitialisation des valeurs. État " "renvoyé :" -#: client/src/configuration/system-form/configuration-system.controller.js:227 +#: client/src/configuration/system-form/configuration-system.controller.js:232 msgid "There was an error testing the log aggregator. Returned status:" msgstr "" "Une erreur s’est produite lors du test de l'agrégateur. État renvoyé :" @@ -5709,10 +5294,8 @@ msgstr "Ce groupe contient" msgid "This is not a valid number." msgstr "Le nombre n’est pas valide." -#: client/src/credentials/factories/become-method-change.factory.js:65 -#: client/src/credentials/factories/kind-change.factory.js:122 -#: client/src/credentials/factories/become-method-change.factory.js:67 -#: client/src/credentials/factories/kind-change.factory.js:124 +#: client/src/credentials/factories/become-method-change.factory.js:59 +#: client/src/credentials/factories/kind-change.factory.js:116 msgid "" "This is the tenant name. This value is usually the same as the username." msgstr "" @@ -5734,22 +5317,19 @@ msgstr "" "Cette machine n'a pas été connectée à Insights depuis {{last_check_in}} " "heures" -#: client/src/shared/form-generator.js:740 -#: client/src/shared/form-generator.js:765 +#: client/src/shared/form-generator.js:746 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:160 client/src/users/users.form.js:161 +#: client/src/users/users.form.js:164 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:849 -#: client/src/shared/form-generator.js:944 -#: client/src/shared/form-generator.js:872 -#: client/src/shared/form-generator.js:968 +#: client/src/shared/form-generator.js:856 +#: client/src/shared/form-generator.js:951 msgid "" "This value does not match the password you entered previously. Please " "confirm that password." @@ -5757,8 +5337,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:550 -#: client/src/configuration/configuration.controller.js:544 +#: client/src/configuration/configuration.controller.js:556 msgid "" "This will reset all configuration values to their factory defaults. Are you " "sure you want to proceed?" @@ -5769,7 +5348,6 @@ 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 -#: client/src/activity-stream/streams.list.js:26 msgid "Time" msgstr "Durée" @@ -5778,7 +5356,6 @@ msgid "Time Remaining" msgstr "Durée restante" #: client/src/projects/projects.form.js:196 -#: client/src/projects/projects.form.js:195 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 " @@ -5813,8 +5390,7 @@ msgstr "" "Pour en savoir plus sur le token STS d’IAM, reportez-vous à la documentation" " d’%sAmazon%s." -#: client/src/shared/form-generator.js:874 -#: client/src/shared/form-generator.js:897 +#: client/src/shared/form-generator.js:881 msgid "Toggle the display of plaintext." msgstr "Bascule l’affichage du texte en clair." @@ -5845,7 +5421,7 @@ msgstr "Traceback" #: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:52 #: 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:57 +#: client/src/notifications/notificationTemplates.form.js:54 #: client/src/notifications/notificationTemplates.list.js:39 #: client/src/notifications/notifications.list.js:31 #: client/src/projects/projects.list.js:44 @@ -5854,9 +5430,7 @@ msgstr "Traceback" #: client/src/templates/completed-jobs.list.js:53 #: client/src/templates/templates.list.js:31 #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:27 -#: client/src/users/users.form.js:196 -#: client/src/credential-types/credential-types.list.js:28 -#: client/src/users/users.form.js:197 +#: client/src/users/users.form.js:200 msgid "Type" msgstr "Type" @@ -5867,7 +5441,7 @@ 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:298 +#: client/src/projects/edit/projects-edit.controller.js:304 msgid "URL popover text" msgstr "Texte popover de l’URL" @@ -5880,8 +5454,6 @@ msgstr "NOM D’UTILISATEUR" #: client/src/organizations/list/organizations-list.controller.js:54 #: client/src/users/main.js:46 client/src/users/users.list.js:18 #: client/src/users/users.list.js:19 -#: client/src/activity-stream/get-target-title.factory.js:17 -#: client/src/organizations/linkout/organizations-linkout.route.js:41 msgid "USERS" msgstr "UTILISATEURS" @@ -5889,6 +5461,10 @@ msgstr "UTILISATEURS" 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/lib/components/components.strings.js:22 msgid "Unexpected Error" msgstr "Erreur inattendue" @@ -5906,36 +5482,29 @@ msgstr "Type de modèle d'affichage non pris en charge" msgid "Unsupported input type" msgstr "Type d'entrée non prise en charge" -#: client/src/projects/list/projects-list.controller.js:267 -#: client/src/projects/list/projects-list.controller.js:265 +#: client/src/projects/list/projects-list.controller.js:266 msgid "Update Not Found" msgstr "Mise à jour introuvable" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:321 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:276 msgid "Update Options" msgstr "Mettre à jour les options" -#: client/src/projects/edit/projects-edit.controller.js:326 +#: client/src/projects/edit/projects-edit.controller.js:332 msgid "Update in Progress" msgstr "Mise à jour en cours" #: 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:308 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:313 -#: client/src/projects/projects.form.js:176 msgid "Update on Launch" msgstr "Mettre à jour au lancement" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:364 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:320 msgid "Update on Project Change" msgstr "Mettre à jour lorsqu'une modification est apportée au projet" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:370 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:326 msgid "Update on Project Update" msgstr "Mettre à jour lorsque le projet est actualisé" @@ -5943,21 +5512,26 @@ msgstr "Mettre à jour lorsque le projet est actualisé" 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 msgid "Use Fact Cache" msgstr "Utiliser le cache des facts" -#: client/src/notifications/notificationTemplates.form.js:398 -#: client/src/notifications/notificationTemplates.form.js:410 +#: client/src/notifications/notificationTemplates.form.js:395 msgid "Use SSL" msgstr "Utiliser SSL" -#: client/src/notifications/notificationTemplates.form.js:393 -#: client/src/notifications/notificationTemplates.form.js:405 +#: client/src/notifications/notificationTemplates.form.js:390 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 +msgid "Used Capacity" +msgstr "Capacité utilisée" + #: client/src/credentials/credentials.form.js:76 msgid "" "Used to check out and synchronize playbook repositories with a remote source" @@ -5968,17 +5542,13 @@ 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:86 +#: 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:146 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:149 +#: 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:81 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:155 -#: client/src/projects/projects.form.js:249 -#: client/src/templates/workflows.form.js:138 msgid "User" msgstr "Utilisateur" @@ -5986,21 +5556,19 @@ msgstr "Utilisateur" msgid "User Interface" msgstr "Interface utilisateur" -#: client/src/users/users.form.js:91 client/src/users/users.form.js:92 +#: client/src/users/users.form.js:95 msgid "User Type" msgstr "Type d’utilisateur" #: client/src/access/rbac-multiselect/permissionsUsers.list.js:30 #: client/src/credentials/factories/become-method-change.factory.js:17 -#: client/src/credentials/factories/become-method-change.factory.js:44 -#: client/src/credentials/factories/kind-change.factory.js:101 +#: 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/notifications/notificationTemplates.form.js:67 +#: client/src/credentials/factories/kind-change.factory.js:95 +#: client/src/notifications/notificationTemplates.form.js:64 #: client/src/users/users.form.js:58 client/src/users/users.list.js:29 -#: client/src/credentials/factories/become-method-change.factory.js:46 -#: client/src/credentials/factories/kind-change.factory.js:103 msgid "Username" msgstr "Nom d’utilisateur" @@ -6020,7 +5588,6 @@ msgstr "" #: 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:35 msgid "Users" msgstr "Utilisateurs" @@ -6057,26 +5624,22 @@ 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:84 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:99 -#: client/src/inventories-hosts/hosts/host.form.js:67 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:66 +#: 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 msgid "Variables" msgstr "Variables" -#: client/src/job-submission/job-submission.partial.html:357 -#: client/src/job-submission/job-submission.partial.html:354 +#: client/src/job-submission/job-submission.partial.html:364 msgid "Vault" msgstr "Coffre-fort" -#: client/src/job-results/job-results.partial.html:318 +#: client/src/job-results/job-results.partial.html:321 msgid "Vault Credential" msgstr "Informations d'identification du coffre-fort" #: client/src/credentials/credentials.form.js:391 -#: client/src/job-submission/job-submission.partial.html:142 -#: client/src/job-submission/job-submission.partial.html:140 +#: client/src/job-submission/job-submission.partial.html:146 msgid "Vault Password" msgstr "Mot de passe Vault" @@ -6084,16 +5647,11 @@ msgstr "Mot de passe Vault" #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:90 #: 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:355 -#: client/src/job-submission/job-submission.partial.html:178 +#: 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:179 -#: client/src/templates/job_templates/job-template.form.js:186 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:263 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:270 -#: client/src/job-submission/job-submission.partial.html:176 -#: client/src/templates/job_templates/job-template.form.js:188 -#: client/src/templates/job_templates/job-template.form.js:195 +#: client/src/templates/job_templates/job-template.form.js:174 +#: client/src/templates/job_templates/job-template.form.js:181 msgid "Verbosity" msgstr "Verbosité" @@ -6105,14 +5663,12 @@ msgstr "Version" #: client/src/credential-types/credential-types.list.js:64 #: client/src/credentials/credentials.list.js:75 #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:58 -#: client/src/inventories-hosts/inventories/inventory.list.js:105 +#: 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/users/users.list.js:70 -#: client/src/activity-stream/streams.list.js:64 -#: client/src/credential-types/credential-types.list.js:61 msgid "View" msgstr "Afficher" @@ -6137,10 +5693,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:94 -#: client/src/inventories-hosts/hosts/host.form.js:77 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:76 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:103 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:91 msgid "View JSON examples at %s" msgstr "Afficher les exemples JSON à %s" @@ -6152,12 +5705,9 @@ msgstr "Afficher moins" msgid "View More" msgstr "Afficher plus" -#: client/src/shared/form-generator.js:1711 -#: client/src/templates/job_templates/job-template.form.js:441 +#: 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/src/shared/form-generator.js:1762 -#: client/src/templates/job_templates/job-template.form.js:458 -#: client/src/templates/workflows.form.js:166 msgid "View Survey" msgstr "Afficher le questionnaire" @@ -6170,20 +5720,15 @@ 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:95 -#: client/src/inventories-hosts/hosts/host.form.js:78 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:77 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:104 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:92 msgid "View YAML examples at %s" msgstr "Afficher les exemples YAML à %s" #: client/src/setup-menu/setup-menu.partial.html:72 -#: client/src/setup-menu/setup-menu.partial.html:54 msgid "View Your License" msgstr "Afficher votre licence" #: client/src/setup-menu/setup-menu.partial.html:73 -#: client/src/setup-menu/setup-menu.partial.html:55 msgid "View and edit your license information." msgstr "Affichez et modifiez vos informations de licence." @@ -6192,12 +5737,10 @@ msgid "View credential" msgstr "Afficher les informations d’identification" #: client/src/credential-types/credential-types.list.js:66 -#: client/src/credential-types/credential-types.list.js:63 msgid "View credential type" msgstr "Afficher le type d'informations d’identification" #: client/src/activity-stream/streams.list.js:67 -#: client/src/activity-stream/streams.list.js:68 msgid "View event details" msgstr "Afficher les détails de l’événement" @@ -6214,11 +5757,10 @@ msgid "View host" msgstr "Afficher l'hôte" #: client/src/setup-menu/setup-menu.partial.html:67 -#: client/src/setup-menu/setup-menu.partial.html:73 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:107 +#: client/src/inventories-hosts/inventories/inventory.list.js:106 msgid "View inventory" msgstr "Afficher l’inventaire" @@ -6227,7 +5769,6 @@ msgid "View inventory script" msgstr "Afficher le script d’inventaire" #: client/src/setup-menu/setup-menu.partial.html:55 -#: client/src/setup-menu/setup-menu.partial.html:61 msgid "View list and capacity of {{BRAND_NAME}} instances." msgstr "Afficher la liste et la capacité des instances {{BRAND_NAME}}." @@ -6235,7 +5776,7 @@ msgstr "Afficher la liste et la capacité des instances {{BRAND_NAME}}." msgid "View notification" msgstr "Afficher la notification" -#: client/src/job-results/job-results.partial.html:219 +#: client/src/job-results/job-results.partial.html:222 msgid "View project sync results" msgstr "Afficher les résultats de synchronisation du projet" @@ -6278,7 +5819,7 @@ 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:142 +#: 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 @@ -6290,9 +5831,9 @@ msgid "WORKFLOW" msgstr "WORKFLOW" #: client/src/configuration/auth-form/configuration-auth.controller.js:73 -#: client/src/configuration/configuration.controller.js:196 -#: client/src/configuration/configuration.controller.js:258 -#: client/src/configuration/system-form/configuration-system.controller.js:53 +#: client/src/configuration/configuration.controller.js:200 +#: client/src/configuration/configuration.controller.js:262 +#: client/src/configuration/system-form/configuration-system.controller.js:55 msgid "Warning: Unsaved Changes" msgstr "Avertissement : modifications non enregistrées" @@ -6326,7 +5867,6 @@ msgstr "" "l'inventaire." #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:97 -#: client/src/templates/job_templates/job-template.form.js:54 msgid "" "When this template is submitted as a job, setting the type to %s will " "execute the playbook, running tasks on the selected hosts." @@ -6334,10 +5874,8 @@ 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:1715 +#: client/src/shared/form-generator.js:1723 #: client/src/templates/workflows.form.js:187 -#: client/src/shared/form-generator.js:1766 -#: client/src/templates/workflows.form.js:192 msgid "Workflow Editor" msgstr "Workflow Editor" @@ -6345,13 +5883,12 @@ msgstr "Workflow Editor" msgid "Workflow Template" msgstr "Modèle de workflow" -#: 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:109 #: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:41 msgid "Workflow Templates" msgstr "Modèles de workflow" -#: client/src/job-submission/job-submission.partial.html:167 -#: client/src/job-submission/job-submission.partial.html:165 +#: client/src/job-submission/job-submission.partial.html:171 msgid "YAML" msgstr "YAML" @@ -6374,7 +5911,7 @@ msgstr "" "Vous pouvez créer un modèle de tâche ici." -#: client/src/projects/edit/projects-edit.controller.js:61 +#: client/src/projects/edit/projects-edit.controller.js:62 msgid "You do not have access to view this property" msgstr "Vous n’avez pas d’accès pour afficher cette propriété" @@ -6382,14 +5919,20 @@ msgstr "Vous n’avez pas d’accès pour afficher cette propriété" msgid "You do not have permission to add a project." msgstr "Vous n’êtes pas autorisé à ajouter un projet." -#: client/src/users/add/users-add.controller.js:42 +#: client/src/users/add/users-add.controller.js:43 msgid "You do not have permission to add a user." msgstr "Vous n’êtes pas autorisé à ajouter un utilisateur." +#: 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:195 -#: client/src/configuration/configuration.controller.js:257 -#: client/src/configuration/system-form/configuration-system.controller.js:52 +#: client/src/configuration/configuration.controller.js:199 +#: client/src/configuration/configuration.controller.js:261 +#: client/src/configuration/system-form/configuration-system.controller.js:54 msgid "" "You have unsaved changes. Would you like to proceed without" " saving?" @@ -6398,7 +5941,6 @@ msgstr "" "sans les enregistrer ?" #: client/src/projects/list/projects-list.controller.js:222 -#: client/src/projects/list/projects-list.controller.js:221 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 " @@ -6411,19 +5953,14 @@ msgstr "" "connecter." #: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24 -#: client/src/job-submission/job-submission.partial.html:310 -#: client/src/shared/form-generator.js:1186 -#: client/src/job-submission/job-submission.partial.html:307 -#: client/src/shared/form-generator.js:1238 +#: client/src/job-submission/job-submission.partial.html:317 +#: client/src/shared/form-generator.js:1193 msgid "and" msgstr "et" -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 +#: 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 msgid "characters long." msgstr "caractères." @@ -6448,12 +5985,10 @@ msgstr[0] "group" msgstr[1] "groupes" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:26 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:26 msgid "groups" msgstr "groupes" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:24 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24 msgid "groups and" msgstr "groupes et" @@ -6465,8 +6000,6 @@ msgstr[1] "hôtes" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:24 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:25 -#: 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 msgid "hosts" msgstr "hôtes" @@ -6491,8 +6024,7 @@ msgstr "des filtres correspondent." msgid "organization" msgstr "organisation" -#: client/src/shared/form-generator.js:1062 -#: client/src/shared/form-generator.js:1114 +#: client/src/shared/form-generator.js:1069 msgid "playbook" msgstr "playbook" @@ -6512,17 +6044,13 @@ msgstr "" msgid "test" msgstr "test" -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 +#: 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 msgid "to" msgstr "pour" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:139 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:130 msgid "" "to include all regions. Only Hosts associated with the selected regions will" " be updated." @@ -6591,231 +6119,3 @@ msgstr "{{breadcrumb.instance_group_name}}" #: client/src/shared/paginate/paginate.partial.html:55 msgid "{{pageSize}}" msgstr "{{pageSize}}" - -#: client/src/notifications/notificationTemplates.form.js:377 -msgid "%s or %s" -msgstr "%s ou %s" - -#: client/src/partials/subhome.html:30 -msgid " Back to options" -msgstr " Retour aux options" - -#: client/src/partials/subhome.html:32 -msgid " Save" -msgstr " Sauvegarder" - -#: client/src/partials/subhome.html:29 -msgid " View Details" -msgstr " Afficher les détails" - -#: client/src/partials/subhome.html:31 -msgid " Cancel" -msgstr " Annuler" - -#: client/src/shared/smart-search/smart-search.partial.html:51 -msgid "ADDITIONAL INFORMATION:" -msgstr "INFORMATIONS SUPPLÉMENTAIRES :" - -#: client/lib/services/base-string.service.js:8 -msgid "BaseString cannot be extended without providing a namespace" -msgstr "Impossible d'étendre BaseString sans fournir d'espace nom" - -#: client/src/notifications/notificationTemplates.form.js:299 -msgid "Color can be one of %s." -msgstr "La couleur peut être l’une des %s." - -#: client/src/inventory-scripts/inventory-scripts.form.js:62 -msgid "" -"Drag and drop your custom inventory script file here or create one in the " -"field to import your custom inventory." -msgstr "" -"Faites glisser votre script d’inventaire personnalisé et déposez-le ici ou " -"créez-en un dans le champ pour importer votre inventaire personnalisé." - -#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:104 -msgid "" -"Extra Variables\n" -" \n" -" " -msgstr "" -"Variables supplémentaire\n" -" \n" -" " - -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:120 -msgid "Failed to get third-party login types. Returned status:" -msgstr "L’obtention des types de connexion tiers a échoué. État renvoyé :" - -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68 -msgid "Filter that will be applied to the hosts of this inventory." -msgstr "Filtre appliqué aux hôtes de cet inventaire." - -#: client/src/shared/smart-search/smart-search.partial.html:51 -msgid "" -"For additional information on advanced search search syntax please see the " -"Ansible Tower " -"documentation." -msgstr "" -"Pour obtenir des informations supplémentaires sur la syntaxe de recherche " -"avancée, consulter la documentation Ansible Tower " -"documentation." - -#: client/src/notifications/notificationTemplates.form.js:101 -#: client/src/notifications/notificationTemplates.form.js:144 -#: client/src/notifications/notificationTemplates.form.js:161 -#: client/src/notifications/notificationTemplates.form.js:217 -#: client/src/notifications/notificationTemplates.form.js:339 -#: client/src/notifications/notificationTemplates.form.js:377 -msgid "For example:" -msgstr "Par exemple :" - -#: client/src/templates/job_templates/job-template.form.js:272 -msgid "" -"If enabled, run this playbook as an administrator. This is the equivalent of" -" passing the %s option to the %s command." -msgstr "" -"Si cette option est activée, exécutez ce playbook en tant qu’administrateur." -" Cette opération revient à transmettre l’option %s à la commande %s." - -#: client/src/templates/job_templates/job-template.form.js:57 -msgid "" -"Instead, %s will check playbook syntax, test environment setup and report " -"problems." -msgstr "" -"À la place, %s vérifie la syntaxe du playbook, teste la configuration de " -"l’environnement et signale les problèmes." - -#: client/src/inventories-hosts/inventories/insights/insights.partial.html:63 -msgid "" -"No data is available. Either there are no issues to report or no scan jobs " -"have been run on this host." -msgstr "" -"Aucune donnée disponible : aucun problème à signaler ou aucune tâche " -"d'analyse exécutée sur cet hôte." - -#: client/lib/services/base-string.service.js:9 -msgid "No string exists with this name" -msgstr "Aucune chaîne portant ce nom n'existe." - -#: client/src/notifications/notificationTemplates.form.js:201 -msgid "Number associated with the \"Messaging Service\" in Twilio." -msgstr "Numéro associé au \"Service de messagerie\" de Twilio." - -#: client/src/partials/survey-maker-modal.html:45 -msgid "PLEASE ADD A SURVEY PROMPT ON THE LEFT." -msgstr "VEUILLEZ AJOUTER UNE INVITE AU QUESTIONNAIRE SUR LA GAUCHE." - -#: client/src/shared/paginate/paginate.partial.html:33 -msgid "" -"Page\n" -" {{current}} of\n" -" {{last}}" -msgstr "" -"Page\n" -" {{current}} of\n" -" {{last}}" - -#: client/src/templates/job_templates/job-template.form.js:365 -#: client/src/templates/workflows.form.js:80 -msgid "" -"Pass extra command line variables to the playbook. This is the %s or %s " -"command line parameter for %s. Provide key/value pairs using either YAML or " -"JSON." -msgstr "" -"Transmettez des variables de ligne de commande supplémentaires au playbook. " -"Il s’agit du paramètre de ligne de commande %s ou %s pour %s. Entrez des " -"paires clé/valeur avec la syntaxe YAML ou JSON." - -#: client/src/partials/inventory-add.html:11 -msgid "Please enter a name for this job template copy." -msgstr "Veuillez saisir un nom pour cette copie de modèle de tâche." - -#: client/src/partials/subhome.html:6 -msgid "Properties" -msgstr "Propriétés" - -#: client/src/inventory-scripts/inventory-scripts.form.js:63 -msgid "Script must begin with a hashbang sequence: i.e.... %s" -msgstr "Le script doit commencer par une séquence hashbang : c.-à-d. ....%s" - -#: client/src/templates/job_templates/job-template.form.js:141 -msgid "" -"Select credentials that allow {{BRAND_NAME}} to access the nodes this job " -"will be ran against. You can only select one credential of each type.

You must select either a machine (SSH) credential or \"Prompt on " -"launch\". \"Prompt on launch\" requires you to select a machine credential " -"at run time.

If you select credentials AND check the \"Prompt on " -"launch\" box, you make the selected credentials the defaults that can be " -"updated at run time." -msgstr "" -"Sélectionnez les informations d'identification permettant à {{BRAND_NAME}} " -"d'accéder aux noeuds selon qui déterminent l'exécution de cette tâche. Vous " -"pouvez uniquement sélectionner une information d'identification de chaque " -"type.

Vous devez sélectionner soit une information " -"d'identification machine (SSH) soit \"Me demander au lancement\". \"Me " -"demander au lancement\" requiert la sélection des informations " -"d'identification de la machine lors de l'exécution.

Si vous " -"sélectionnez des informations d'identification ET que vous cochez la case " -"\"Me demander au lancement\", les informations d'identification " -"sélectionnées deviennent les informations d'identification par défaut qui " -"peuvent être mises à jour au moment de l'exécution." - -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:115 -msgid "" -"Select the inventory file to be synced by this source. You can select from " -"the dropdown or enter a file within the input." -msgstr "" -"Sélectionnez le fichier d'inventaire à synchroniser par cette source. Vous " -"pouvez le choisir dans le menu déroulant ou saisir un fichier dans l'entrée." - -#: client/src/templates/job_templates/job-template.form.js:56 -msgid "Setting the type to %s will not execute the playbook." -msgstr "La définition du type sur %s n’exécute pas le playbook." - -#: client/src/notifications/notificationTemplates.form.js:338 -msgid "Specify HTTP Headers in JSON format" -msgstr "Spécifier les en-têtes HTTP au format JSON" - -#: client/src/notifications/notificationTemplates.form.js:202 -msgid "This must be of the form %s." -msgstr "Elle doit se présenter au format %s." - -#: client/src/notifications/notificationTemplates.form.js:100 -#: client/src/notifications/notificationTemplates.form.js:216 -msgid "Type an option on each line." -msgstr "Tapez une option sur chaque ligne." - -#: client/src/notifications/notificationTemplates.form.js:143 -#: client/src/notifications/notificationTemplates.form.js:160 -#: client/src/notifications/notificationTemplates.form.js:376 -msgid "Type an option on each line. The pound symbol (#) is not required." -msgstr "" -"Tapez une option sur chaque ligne. Le symbole dièse (#) n’est pas " -"nécessaire." - -#: client/src/templates/templates.list.js:66 -msgid "Workflow Job Template" -msgstr "Modèle de tâche Workflow" - -#: client/src/shared/form-generator.js:980 -msgid "Your password must be %d characters long." -msgstr "Votre mot de passe doit comporter %d caractères." - -#: client/src/shared/form-generator.js:985 -msgid "Your password must contain a lowercase letter." -msgstr "Votre mot de passe doit contenir une lettre minuscule." - -#: client/src/shared/form-generator.js:995 -msgid "Your password must contain a number." -msgstr "Votre mot de passe doit contenir un chiffre." - -#: client/src/shared/form-generator.js:990 -msgid "Your password must contain an uppercase letter." -msgstr "Votre mot de passe doit contenir une lettre majuscule." - -#: client/src/shared/form-generator.js:1000 -msgid "Your password must contain one of the following characters: %s" -msgstr "Votre mot de passe doit contenir l’un des caractères suivants : %s" diff --git a/awx/ui/po/ja.po b/awx/ui/po/ja.po index daf5dcae77..467d03779a 100644 --- a/awx/ui/po/ja.po +++ b/awx/ui/po/ja.po @@ -5,10 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2017-09-18 12:36+0000\n" -"Last-Translator: myamamot \n" +"PO-Revision-Date: 2017-12-04 10:38+0000\n" +"Last-Translator: asasaki \n" "Language-Team: Japanese\n" -"MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" @@ -16,7 +15,7 @@ msgstr "" "X-Generator: Zanata 4.2.1\n" #: client/src/projects/add/projects-add.controller.js:153 -#: client/src/projects/edit/projects-edit.controller.js:282 +#: client/src/projects/edit/projects-edit.controller.js:288 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,7 +25,7 @@ msgstr "" "に入れないでください。Bitbucket および SSH を使用している場合は、Bitbucket ユーザー名を入力しないでください。" #: client/src/projects/add/projects-add.controller.js:132 -#: client/src/projects/edit/projects-edit.controller.js:261 +#: client/src/projects/edit/projects-edit.controller.js:267 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 " @@ -42,7 +41,6 @@ msgid "(defaults to %s)" msgstr "(%s にデフォルト設定)" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:378 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:334 msgid "(seconds)" msgstr "(秒)" @@ -66,7 +64,7 @@ msgstr "50" msgid "A schedule name is required." msgstr "スケジュール名が必要です。" -#: client/src/users/add/users-add.controller.js:101 +#: client/src/users/add/users-add.controller.js:102 msgid "A value is required" msgstr "値が必要です" @@ -89,11 +87,10 @@ msgstr "アクティビティーの詳細" #: client/src/activity-stream/activitystream.route.js:28 #: client/src/activity-stream/streams.list.js:14 #: client/src/activity-stream/streams.list.js:15 -#: client/src/activity-stream/activitystream.route.js:27 msgid "ACTIVITY STREAM" msgstr "アクティビティーストリーム" -#: client/features/credentials/legacy.credentials.js:79 +#: 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 @@ -108,15 +105,10 @@ msgstr "アクティビティーストリーム" #: 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:402 +#: 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 -#: client/features/credentials/legacy.credentials.js:74 -#: client/src/credential-types/credential-types.list.js:41 -#: client/src/projects/projects.form.js:242 -#: client/src/templates/job_templates/job-template.form.js:422 -#: client/src/templates/workflows.form.js:130 msgid "ADD" msgstr "追加" @@ -128,8 +120,7 @@ msgstr "グループの追加" msgid "ADD HOST" msgstr "ホストの追加" -#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:212 -#: client/src/users/users.form.js:213 +#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:216 msgid "ADD PERMISSIONS" msgstr "パーミッションの追加" @@ -147,7 +138,6 @@ msgstr "追加情報" #: client/src/organizations/linkout/organizations-linkout.route.js:330 #: client/src/organizations/list/organizations-list.controller.js:84 -#: client/src/organizations/linkout/organizations-linkout.route.js:323 msgid "ADMINS" msgstr "管理者" @@ -168,8 +158,7 @@ msgstr "任意" msgid "API Key" msgstr "API キー" -#: client/src/notifications/notificationTemplates.form.js:246 -#: client/src/notifications/notificationTemplates.form.js:251 +#: client/src/notifications/notificationTemplates.form.js:243 msgid "API Service/Integration Key" msgstr "API サービス/統合キー" @@ -192,7 +181,6 @@ msgid "ASSOCIATED HOSTS" msgstr "関連付けられているホスト" #: client/src/setup-menu/setup-menu.partial.html:66 -#: client/src/setup-menu/setup-menu.partial.html:72 msgid "About {{BRAND_NAME}}" msgstr "{{BRAND_NAME}} の概要" @@ -200,13 +188,11 @@ msgstr "{{BRAND_NAME}} の概要" msgid "Access Key" msgstr "アクセスキー" -#: client/src/notifications/notificationTemplates.form.js:224 -#: client/src/notifications/notificationTemplates.form.js:229 +#: client/src/notifications/notificationTemplates.form.js:221 msgid "Account SID" msgstr "アカウント SID" -#: client/src/notifications/notificationTemplates.form.js:183 -#: client/src/notifications/notificationTemplates.form.js:186 +#: client/src/notifications/notificationTemplates.form.js:180 msgid "Account Token" msgstr "アカウントトークン" @@ -225,17 +211,15 @@ msgstr "アクション" msgid "Activity" msgstr "アクティビティー" -#: client/src/configuration/system-form/configuration-system.controller.js:86 +#: client/src/configuration/system-form/configuration-system.controller.js:88 msgid "Activity Stream" msgstr "アクティビティーストリーム" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:134 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:137 +#: 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/standard-inventory/inventory.form.js:143 -#: client/src/templates/workflows.form.js:127 msgid "Add" msgstr "追加" @@ -255,12 +239,9 @@ msgstr "パーミッションの追加" msgid "Add Project" msgstr "プロジェクトの追加" -#: client/src/shared/form-generator.js:1703 -#: client/src/templates/job_templates/job-template.form.js:450 +#: 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:1754 -#: client/src/templates/job_templates/job-template.form.js:467 -#: client/src/templates/workflows.form.js:175 msgid "Add Survey" msgstr "Survey の追加" @@ -275,8 +256,6 @@ msgstr "ユーザーの追加" #: client/src/shared/stateDefinitions.factory.js:410 #: client/src/shared/stateDefinitions.factory.js:578 #: client/src/users/users.list.js:17 -#: client/src/shared/stateDefinitions.factory.js:364 -#: client/src/shared/stateDefinitions.factory.js:532 msgid "Add Users" msgstr "ユーザーの追加" @@ -296,18 +275,13 @@ msgstr "ホストの追加" msgid "Add a new schedule" msgstr "新規スケジュールの追加" -#: client/features/credentials/legacy.credentials.js:77 +#: 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:136 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:139 +#: 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:400 +#: client/src/templates/job_templates/job-template.form.js:395 #: client/src/templates/workflows.form.js:123 -#: client/features/credentials/legacy.credentials.js:72 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:145 -#: client/src/projects/projects.form.js:240 -#: client/src/templates/job_templates/job-template.form.js:420 -#: client/src/templates/workflows.form.js:128 msgid "Add a permission" msgstr "パーミッションの追加" @@ -318,8 +292,7 @@ msgid "" msgstr "" "マシンに対するジョブの起動時やインベントリーまたはプロジェクトの同期時に使用するパスワード、SSH キーおよびその他の認証情報を追加します。" -#: client/src/shared/form-generator.js:1439 -#: client/src/shared/form-generator.js:1490 +#: client/src/shared/form-generator.js:1446 msgid "Admin" msgstr "管理者" @@ -342,7 +315,6 @@ msgstr "" #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:65 #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:74 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:139 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:130 msgid "All" msgstr "すべて" @@ -355,8 +327,8 @@ msgstr "すべてのアクティビティー" msgid "All Jobs" msgstr "すべてのジョブ" -#: client/src/templates/job_templates/job-template.form.js:280 -#: client/src/templates/job_templates/job-template.form.js:287 +#: client/src/templates/job_templates/job-template.form.js:275 +#: client/src/templates/job_templates/job-template.form.js:282 msgid "Allow Provisioning Callbacks" msgstr "プロビジョニングコールバックの許可" @@ -369,20 +341,27 @@ msgstr "他のユーザーが {{BRAND_NAME}} にサインインし、独自に msgid "Always" msgstr "常時" -#: client/src/projects/list/projects-list.controller.js:267 -#: client/src/projects/list/projects-list.controller.js:265 +#: client/src/projects/list/projects-list.controller.js:266 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/templates/survey-maker/shared/question-definition.form.js:59 -#: client/src/templates/survey-maker/shared/question-definition.form.js:65 +#: 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" msgstr "回答タイプ" -#: client/src/credentials/list/credentials-list.controller.js:114 -#: client/src/credentials/list/credentials-list.controller.js:106 +#: client/src/templates/survey-maker/shared/question-definition.form.js:44 +#: client/src/templates/survey-maker/shared/question-definition.form.js:53 +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/src/credentials/list/credentials-list.controller.js:133 msgid "Are you sure you want to delete the credential below?" msgstr "以下の認証情報を削除してもよろしいですか?" @@ -390,6 +369,7 @@ msgstr "以下の認証情報を削除してもよろしいですか?" msgid "Are you sure you want to delete the inventory below?" 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 "以下のジョブを削除してもよろしいですか?" @@ -403,10 +383,13 @@ msgid "Are you sure you want to delete the organization below?" msgstr "以下の組織を削除してもよろしいですか?" #: client/src/projects/list/projects-list.controller.js:208 -#: client/src/projects/list/projects-list.controller.js:207 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 "以下のユーザーを削除してもよろしいですか?" @@ -419,34 +402,31 @@ msgstr "この {{deleteMode}} を削除してもよろしいですか?" msgid "Are you sure you want to disassociate the group below from" msgstr "以下のグループの関連付けを解除してもよろしいですか?" -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:22 +#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:23 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:25 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:25 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:26 msgid "Are you sure you want to disassociate the host below from" msgstr "以下のホストの関連付けを解除してもよろしいですか?" #: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:47 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:69 msgid "" "Are you sure you want to permanently delete the group below from the " "inventory?" msgstr "インベントリーから以下のグループを完全に削除してもよろしいですか?" -#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:98 -#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:93 +#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:106 msgid "" "Are you sure you want to permanently delete the host below from the " "inventory?" msgstr "インベントリーからホストを完全に削除してもよろしいですか?" -#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:120 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:69 msgid "" "Are you sure you want to permanently delete the inventory source below from " "the inventory?" msgstr "インベントリーから以下のインベントリーソースを完全に削除してもよろしいですか?" -#: client/src/projects/edit/projects-edit.controller.js:238 +#: client/src/projects/edit/projects-edit.controller.js:244 msgid "Are you sure you want to remove the %s below from %s?" msgstr "%s から以下の %s を削除してもよろしいですか?" @@ -469,8 +449,7 @@ msgstr "既存グループの関連付け" msgid "Associate this host with a new group" msgstr "新規グループへのこのホストの関連付け" -#: client/src/shared/form-generator.js:1441 -#: client/src/shared/form-generator.js:1492 +#: client/src/shared/form-generator.js:1448 msgid "Auditor" msgstr "監査者" @@ -514,12 +493,11 @@ msgstr "アベイラビリティーゾーン" msgid "Azure AD" msgstr "Azure AD" -#: client/src/shared/directives.js:75 client/src/shared/directives.js:133 +#: client/src/shared/directives.js:75 msgid "BROWSE" msgstr "参照" #: client/src/projects/projects.form.js:80 -#: client/src/projects/projects.form.js:79 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 " @@ -531,32 +509,28 @@ msgstr "" "を見つけるために使用される完全なパスを提供します。" #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:128 -#: client/src/templates/job_templates/job-template.form.js:274 msgid "Become Privilege Escalation" msgstr "Become (権限昇格)" -#: client/src/license/license.partial.html:104 +#: client/src/license/license.partial.html:107 msgid "Browse" msgstr "参照" #: client/lib/services/base-string.service.js:61 -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:26 +#: 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 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:29 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:29 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:30 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:73 #: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.partial.html:16 #: client/src/inventories-hosts/shared/associate-groups/associate-groups.partial.html:16 #: client/src/inventories-hosts/shared/associate-hosts/associate-hosts.partial.html:16 -#: client/src/job-submission/job-submission.partial.html:363 +#: client/src/job-submission/job-submission.partial.html:370 #: client/src/partials/survey-maker-modal.html:17 -#: client/src/partials/survey-maker-modal.html:84 +#: 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/lib/services/base-string.service.js:29 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:73 -#: client/src/job-submission/job-submission.partial.html:360 msgid "CANCEL" msgstr "取り消し" @@ -568,14 +542,13 @@ msgstr "変更" msgid "CLEAR ALL" msgstr "すべてをクリア" -#: client/src/partials/survey-maker-modal.html:85 +#: 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:18 +#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:19 #: client/src/templates/completed-jobs.list.js:20 -#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:17 msgid "COMPLETED JOBS" msgstr "完了したジョブ" @@ -625,12 +598,10 @@ msgstr "スケジュール済みジョブの作成" msgid "CREATE SOURCE" msgstr "ソースの作成" -#: client/src/job-submission/job-submission.partial.html:344 +#: 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 -#: client/src/job-submission/job-submission.partial.html:341 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:80 msgid "CREDENTIAL" msgstr "認証情報" @@ -640,7 +611,6 @@ 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/job-submission/job-submission.partial.html:90 msgid "CREDENTIAL TYPE:" msgstr "認証情報タイプ:" @@ -655,8 +625,6 @@ msgstr "認証情報タイプ" #: client/src/credentials/credentials.list.js:15 #: client/src/credentials/credentials.list.js:16 #: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:5 -#: client/features/credentials/legacy.credentials.js:13 -#: client/src/activity-stream/get-target-title.factory.js:14 msgid "CREDENTIALS" msgstr "認証情報" @@ -667,35 +635,27 @@ 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/inventories-hosts/inventories/related/sources/sources.form.js:334 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:346 -#: client/src/projects/projects.form.js:198 msgid "Cache Timeout" msgstr "キャッシュタイムアウト" #: client/src/projects/projects.form.js:188 -#: client/src/projects/projects.form.js:187 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:198 msgid "Call to %s failed. DELETE returned status:" msgstr "%s の呼び出しに失敗しました。DELETE で返されたステータス:" -#: client/src/projects/list/projects-list.controller.js:247 -#: client/src/projects/list/projects-list.controller.js:264 #: 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:263 msgid "Call to %s failed. GET status:" msgstr "%s の呼び出しに失敗しました。GET ステータス:" -#: client/src/projects/edit/projects-edit.controller.js:232 +#: client/src/projects/edit/projects-edit.controller.js:238 msgid "Call to %s failed. POST returned status:" msgstr "%s の呼び出しに失敗しました。POST で返されたステータス:" -#: client/src/projects/list/projects-list.controller.js:226 #: client/src/projects/list/projects-list.controller.js:225 msgid "Call to %s failed. POST status:" msgstr "%s の呼び出しに失敗しました。POST ステータス:" @@ -704,25 +664,25 @@ msgstr "%s の呼び出しに失敗しました。POST ステータス:" msgid "Call to %s failed. Return status: %d" msgstr "%s の呼び出しが失敗しました。返されたステータス: %d" -#: client/src/projects/list/projects-list.controller.js:273 -#: client/src/projects/list/projects-list.controller.js:271 +#: client/src/projects/list/projects-list.controller.js:272 msgid "Call to get project failed. GET status:" msgstr "プロジェクトを取得するための呼び出しに失敗しました。GET ステータス:" #: client/src/access/add-rbac-resource/rbac-resource.partial.html:105 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:191 -#: client/src/configuration/configuration.controller.js:535 +#: 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:1691 +#: 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:529 -#: client/src/shared/form-generator.js:1742 msgid "Cancel" msgstr "取り消し" -#: client/src/projects/list/projects-list.controller.js:242 +#: client/src/job-results/job-results.service.js:142 +msgid "Cancel Job" +msgstr "ジョブの取り消し" + #: client/src/projects/list/projects-list.controller.js:241 msgid "Cancel Not Allowed" msgstr "取り消しは許可されていません" @@ -746,22 +706,15 @@ 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:39 -#: client/src/shared/smart-search/smart-search.controller.js:81 msgid "Cannot search running job" msgstr "実行中のジョブを検索することはできません" -#: client/src/instance-groups/instance-group.partial.html:10 -#: client/src/instance-groups/instance-groups.list.js:21 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:10 -#: client/src/instance-groups/instances/instances-list.partial.html:18 +#: client/src/instance-groups/instance-groups.list.js:22 #: client/src/instance-groups/instances/instances.list.js:20 -#: client/src/instance-groups/list/instance-groups-list.partial.html:29 msgid "Capacity" msgstr "容量" #: client/src/projects/projects.form.js:82 -#: client/src/projects/projects.form.js:81 msgid "Change %s under \"Configure {{BRAND_NAME}}\" to change this location." msgstr "この場所を変更するには「{{BRAND_NAME}} の設定」下の %s を変更します。" @@ -769,16 +722,15 @@ msgstr "この場所を変更するには「{{BRAND_NAME}} の設定」下の %s msgid "Changes" msgstr "変更" -#: client/src/shared/form-generator.js:1064 -#: client/src/shared/form-generator.js:1116 +#: client/src/shared/form-generator.js:1071 msgid "Choose a %s" -msgstr "%sの選択" +msgstr "%s の選択" -#: client/src/templates/survey-maker/shared/question-definition.form.js:61 +#: client/src/templates/survey-maker/shared/question-definition.form.js:64 msgid "Choose an answer type" msgstr "回答タイプの選択" -#: client/src/templates/survey-maker/shared/question-definition.form.js:64 +#: client/src/templates/survey-maker/shared/question-definition.form.js:67 msgid "" "Choose an answer type or format you want as the prompt for the user. Refer " "to the Ansible Tower Documentation for more additional information about " @@ -791,7 +743,7 @@ msgstr "" msgid "Choose an inventory file" msgstr "インベントリーファイルの選択" -#: client/src/shared/directives.js:76 client/src/shared/directives.js:134 +#: client/src/shared/directives.js:76 msgid "Choose file" msgstr "ファイルの選択" @@ -802,11 +754,10 @@ msgid "" msgstr "ライセンスファイルを選択し、使用許諾契約書に同意した後に「送信」をクリックします。" #: client/src/projects/projects.form.js:156 -#: client/src/projects/projects.form.js:155 msgid "Clean" msgstr "クリーニング" -#: client/src/templates/survey-maker/shared/question-definition.form.js:296 +#: client/src/templates/survey-maker/shared/question-definition.form.js:299 msgid "Clear" msgstr "消去" @@ -838,7 +789,6 @@ msgid "" msgstr "行をクリックしてこれを選択し、終了したら「終了」をクリックします。%s ボタンをクリックして新規ジョブテンプレートを作成します。" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:138 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:129 msgid "" "Click on the regions field to see a list of regions for your cloud provider." " You can select multiple regions, or choose" @@ -848,8 +798,7 @@ msgstr "リージョンフィールドをクリックして、クラウドプロ msgid "Client ID" msgstr "クライアント ID" -#: client/src/notifications/notificationTemplates.form.js:257 -#: client/src/notifications/notificationTemplates.form.js:262 +#: client/src/notifications/notificationTemplates.form.js:254 msgid "Client Identifier" msgstr "クライアント識別子" @@ -857,12 +806,11 @@ msgstr "クライアント識別子" msgid "Client Secret" msgstr "クライアントシークレット" -#: client/src/shared/form-generator.js:1695 -#: client/src/shared/form-generator.js:1746 +#: client/src/shared/form-generator.js:1703 msgid "Close" msgstr "閉じる" -#: client/src/job-results/job-results.partial.html:288 +#: client/src/job-results/job-results.partial.html:291 msgid "Cloud Credential" msgstr "クラウド認証情報" @@ -874,18 +822,14 @@ msgstr "クラウドリソースは設定されていません。" msgid "Cloud source not configured. Click" msgstr "クラウドソースは設定されていません。以下をクリックします。" -#: client/src/credentials/factories/become-method-change.factory.js:86 -#: client/src/credentials/factories/kind-change.factory.js:143 -#: client/src/credentials/factories/become-method-change.factory.js:88 -#: client/src/credentials/factories/kind-change.factory.js:145 +#: client/src/credentials/factories/become-method-change.factory.js:80 +#: client/src/credentials/factories/kind-change.factory.js:137 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/src/job-results/job-results.controller.js:219 -#: client/src/standard-out/standard-out.controller.js:245 msgid "Collapse Output" msgstr "出力の縮小" @@ -895,37 +839,39 @@ msgid "Completed Jobs" msgstr "完了したジョブ" #: client/src/management-jobs/card/card.partial.html:34 -#: client/src/management-jobs/card/card.partial.html:32 msgid "Configure Notifications" msgstr "通知の設定" #: client/src/setup-menu/setup-menu.partial.html:60 -#: client/src/setup-menu/setup-menu.partial.html:66 msgid "Configure {{BRAND_NAME}}" msgstr "{{BRAND_NAME}} の設定" -#: client/src/users/users.form.js:79 client/src/users/users.form.js:80 +#: client/src/users/users.form.js:81 msgid "Confirm Password" msgstr "パスワードの確認" -#: client/src/configuration/configuration.controller.js:542 -#: client/src/configuration/configuration.controller.js:536 +#: client/src/configuration/configuration.controller.js:548 msgid "Confirm Reset" msgstr "リセットの確認" -#: client/src/configuration/configuration.controller.js:551 -#: client/src/configuration/configuration.controller.js:545 +#: client/src/configuration/configuration.controller.js:557 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 "削除を確認:" +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/templates/job_templates/job-template.form.js:222 -#: client/src/templates/job_templates/job-template.form.js:241 msgid "" "Consult the Ansible documentation for further details on the usage of tags." msgstr "タグの使用法についての詳細は、Ansible ドキュメントを参照してください。" @@ -934,14 +880,12 @@ msgstr "タグの使用法についての詳細は、Ansible ドキュメント msgid "Contains 0 hosts." msgstr "0 ホストが含まれています。" -#: client/src/templates/job_templates/job-template.form.js:185 -#: client/src/templates/job_templates/job-template.form.js:194 +#: client/src/templates/job_templates/job-template.form.js:180 msgid "" "Control the level of output ansible will produce as the playbook executes." msgstr "Playbook の実行時に Ansible が生成する出力のレベルを制御します。" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:313 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:269 msgid "" "Control the level of output ansible will produce for inventory source update" " jobs." @@ -975,16 +919,11 @@ msgstr "" msgid "Create New" msgstr "新規作成" -#: client/src/inventories-hosts/hosts/host.list.js:107 -msgid "Create a new Smart Inventory from search results." -msgstr "検索結果から新規のスマートインベントリーを作成します。" - #: client/src/credentials/credentials.list.js:52 msgid "Create a new credential" msgstr "新規認証情報の作成" #: client/src/credential-types/credential-types.list.js:42 -#: client/src/credential-types/credential-types.list.js:39 msgid "Create a new credential type" msgstr "新規認証情報タイプの作成" @@ -1033,19 +972,16 @@ msgid "Create a new user" msgstr "新規ユーザーの作成" #: client/src/setup-menu/setup-menu.partial.html:42 -#: client/src/setup-menu/setup-menu.partial.html:35 msgid "Create and edit scripts to dynamically load hosts from any source." msgstr "任意のソースからホストを動的にロードするためのスクリプトを作成し、編集します。" #: client/src/setup-menu/setup-menu.partial.html:30 -#: client/src/setup-menu/setup-menu.partial.html:49 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 -#: client/src/setup-menu/setup-menu.partial.html:42 msgid "" "Create templates for sending notifications with Email, HipChat, Slack, and " "SMS." @@ -1055,26 +991,22 @@ msgstr "メール、HipChat、Slack、および SMS での通知を送信する #: 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:126 +#: 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:70 msgid "Credential" msgstr "認証情報" #: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32 #: client/src/setup-menu/setup-menu.partial.html:29 -#: client/src/setup-menu/setup-menu.partial.html:48 msgid "Credential Types" msgstr "認証情報タイプ" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:135 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:59 +#: 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:139 -#: client/src/templates/job_templates/job-template.form.js:130 -#: client/src/templates/job_templates/job-template.form.js:142 +#: client/src/templates/job_templates/job-template.form.js:134 msgid "Credentials" msgstr "認証情報" @@ -1082,7 +1014,7 @@ msgstr "認証情報" msgid "Critical" msgstr "重大" -#: client/src/shared/directives.js:77 client/src/shared/directives.js:135 +#: client/src/shared/directives.js:77 msgid "Current Image:" msgstr "現在のイメージ:" @@ -1091,13 +1023,11 @@ msgid "Currently following standard out as it comes in. Click to unfollow." msgstr "現在、受信時の標準出力をフォローしています。クリックしてフォローを解除します。" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:171 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:159 msgid "Custom Inventory Script" msgstr "カスタムインベントリースクリプト" -#: client/src/inventory-scripts/inventory-scripts.form.js:53 -#: client/src/inventory-scripts/inventory-scripts.form.js:63 -#: client/src/inventory-scripts/inventory-scripts.form.js:64 +#: client/src/inventory-scripts/inventory-scripts.form.js:50 +#: client/src/inventory-scripts/inventory-scripts.form.js:60 msgid "Custom Script" msgstr "カスタムスクリプト" @@ -1105,22 +1035,23 @@ msgstr "カスタムスクリプト" msgid "DASHBOARD" msgstr "ダッシュボード" -#: client/src/credentials/list/credentials-list.controller.js:116 +#: client/src/credentials/list/credentials-list.controller.js:135 #: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:103 #: 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:145 +#: 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/partials/survey-maker-modal.html:18 -#: client/src/projects/edit/projects-edit.controller.js:240 +#: 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/credentials/list/credentials-list.controller.js:108 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:74 msgid "DELETE" msgstr "削除" -#: client/src/partials/survey-maker-modal.html:83 +#: client/src/partials/survey-maker-modal.html:84 msgid "DELETE SURVEY" msgstr "Survey の削除" @@ -1128,10 +1059,10 @@ msgstr "Survey の削除" msgid "DETAILS" msgstr "詳細" -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:27 +#: 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 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:30 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:31 msgid "DISASSOCIATE" msgstr "関連付けの解除" @@ -1141,26 +1072,24 @@ msgstr "動的ホスト" #: client/src/credential-types/credential-types.list.js:73 #: client/src/credentials/credentials.list.js:85 -#: client/src/credentials/list/credentials-list.controller.js:113 -#: client/src/inventories-hosts/inventories/inventory.list.js:112 +#: 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:237 +#: 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/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/users/users.list.js:79 #: client/src/workflow-results/workflow-results.partial.html:54 -#: client/src/credential-types/credential-types.list.js:70 -#: client/src/credentials/list/credentials-list.controller.js:105 -#: client/src/projects/list/projects-list.controller.js:206 msgid "Delete" msgstr "削除" @@ -1169,7 +1098,11 @@ msgstr "削除" msgid "Delete Group" msgstr "グループの削除" -#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:142 +#: client/src/job-results/job-results.service.js:93 +msgid "Delete Job" +msgstr "ジョブの削除" + +#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:175 msgid "Delete Source" msgstr "ソースの削除" @@ -1178,7 +1111,6 @@ msgid "Delete credential" msgstr "認証情報の削除" #: client/src/credential-types/credential-types.list.js:75 -#: client/src/credential-types/credential-types.list.js:72 msgid "Delete credential type" msgstr "認証情報タイプの削除" @@ -1189,12 +1121,10 @@ msgid_plural "Delete groups" msgstr[0] "グループの削除" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:48 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:48 msgid "Delete groups" msgstr "グループの削除" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:37 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:37 msgid "Delete groups and hosts" msgstr "グループおよびホストの削除" @@ -1205,11 +1135,10 @@ msgid_plural "Delete hosts" msgstr[0] "ホストの削除" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:59 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:59 msgid "Delete hosts" msgstr "ホストの削除" -#: client/src/inventories-hosts/inventories/inventory.list.js:114 +#: client/src/inventories-hosts/inventories/inventory.list.js:113 msgid "Delete inventory" msgstr "インベントリーの削除" @@ -1222,9 +1151,8 @@ msgid "Delete notification" msgstr "通知の削除" #: client/src/projects/projects.form.js:166 -#: client/src/projects/projects.form.js:165 msgid "Delete on Update" -msgstr "更新時のデプロイ" +msgstr "更新時の削除" #: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:27 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:27 @@ -1254,7 +1182,6 @@ msgid "Delete the job" msgstr "ジョブの削除" #: client/src/projects/projects.form.js:168 -#: client/src/projects/projects.form.js:167 msgid "" "Delete the local repository in its entirety prior to performing an update." msgstr "更新の実行前にローカルリポジトリーを完全に削除します。" @@ -1280,7 +1207,6 @@ msgid "Deleting group" msgstr "グループを削除しています" #: client/src/projects/projects.form.js:168 -#: client/src/projects/projects.form.js:167 msgid "" "Depending on the size of the repository this may significantly increase the " "amount of time required to complete an update." @@ -1308,61 +1234,50 @@ msgstr "インスタンスの概要ドキュメント" #: 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:141 client/src/users/users.form.js:167 -#: client/src/inventories-hosts/hosts/host.form.js:62 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:61 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:55 -#: client/src/users/users.form.js:142 client/src/users/users.form.js:168 +#: client/src/users/users.form.js:145 client/src/users/users.form.js:171 msgid "Description" msgstr "説明" -#: client/src/notifications/notificationTemplates.form.js:139 -#: client/src/notifications/notificationTemplates.form.js:143 -#: client/src/notifications/notificationTemplates.form.js:155 -#: client/src/notifications/notificationTemplates.form.js:159 +#: client/src/notifications/notificationTemplates.form.js:136 #: client/src/notifications/notificationTemplates.form.js:140 -#: client/src/notifications/notificationTemplates.form.js:145 -#: client/src/notifications/notificationTemplates.form.js:157 -#: client/src/notifications/notificationTemplates.form.js:162 -#: client/src/notifications/notificationTemplates.form.js:378 +#: client/src/notifications/notificationTemplates.form.js:152 +#: client/src/notifications/notificationTemplates.form.js:156 msgid "Destination Channels" msgstr "送信先チャネル" -#: client/src/notifications/notificationTemplates.form.js:362 -#: client/src/notifications/notificationTemplates.form.js:366 -#: client/src/notifications/notificationTemplates.form.js:373 +#: client/src/notifications/notificationTemplates.form.js:359 +#: client/src/notifications/notificationTemplates.form.js:363 msgid "Destination Channels or Users" msgstr "送信先チャネルまたはユーザー" -#: client/src/notifications/notificationTemplates.form.js:208 -#: client/src/notifications/notificationTemplates.form.js:209 -#: client/src/notifications/notificationTemplates.form.js:212 -#: client/src/notifications/notificationTemplates.form.js:213 +#: client/src/notifications/notificationTemplates.form.js:205 +#: client/src/notifications/notificationTemplates.form.js:206 msgid "Destination SMS Number" msgstr "送信先 SMS 番号" #: client/features/credentials/credentials.strings.js:13 #: client/src/license/license.partial.html:5 -#: client/src/shared/form-generator.js:1474 -#: client/src/shared/form-generator.js:1525 +#: client/src/shared/form-generator.js:1481 msgid "Details" msgstr "詳細" -#: client/src/job-submission/job-submission.partial.html:257 -#: client/src/job-submission/job-submission.partial.html:255 +#: client/src/job-submission/job-submission.partial.html:263 msgid "Diff Mode" msgstr "差分モード" #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:6 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:6 -msgid "Disassociate Group" -msgstr "グループの関連付けの解除" +msgid "Disassociate Group From Group" +msgstr "グループの他のグループとの関連付けを解除" #: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:6 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:6 msgid "Disassociate Host" msgstr "ホストの関連付けの解除" +#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:6 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:6 +msgid "Disassociate Host From Group" +msgstr "ホストのグループとの関連付けを解除" + #: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:65 #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:110 #: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:98 @@ -1374,9 +1289,9 @@ msgid "Disassociate host" msgstr "ホストの関連付けの解除" #: client/src/configuration/auth-form/configuration-auth.controller.js:75 -#: client/src/configuration/configuration.controller.js:198 -#: client/src/configuration/configuration.controller.js:260 -#: client/src/configuration/system-form/configuration-system.controller.js:55 +#: client/src/configuration/configuration.controller.js:202 +#: client/src/configuration/configuration.controller.js:264 +#: client/src/configuration/system-form/configuration-system.controller.js:57 msgid "Discard changes" msgstr "変更の破棄" @@ -1384,15 +1299,13 @@ msgstr "変更の破棄" msgid "Dissasociate permission from team" msgstr "チームからパーミッションの関連付けを解除" -#: client/src/users/users.form.js:221 client/src/users/users.form.js:222 +#: client/src/users/users.form.js:225 msgid "Dissasociate permission from user" msgstr "ユーザーからパーミッションの関連付けを解除" #: client/src/credentials/credentials.form.js:384 -#: client/src/credentials/factories/become-method-change.factory.js:60 -#: client/src/credentials/factories/kind-change.factory.js:117 -#: client/src/credentials/factories/become-method-change.factory.js:62 -#: client/src/credentials/factories/kind-change.factory.js:119 +#: client/src/credentials/factories/become-method-change.factory.js:54 +#: client/src/credentials/factories/kind-change.factory.js:111 msgid "Domain Name" msgstr "ドメイン名" @@ -1400,11 +1313,10 @@ msgstr "ドメイン名" #: 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/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:128 msgid "Download Output" msgstr "出力のダウンロード" -#: client/src/inventory-scripts/inventory-scripts.form.js:62 +#: client/src/inventory-scripts/inventory-scripts.form.js:59 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 " @@ -1413,7 +1325,7 @@ msgstr "" "カスタムインベントリーのスクリプトファイルをここにドラッグアンドドロップするか、またはこのフィールドにカスタムインベントリーをインポートするためのファイルを作成します。構文のサンプルについては、Ansible" " Tower ドキュメントを参照してください。" -#: client/src/partials/survey-maker-modal.html:76 +#: client/src/partials/survey-maker-modal.html:77 msgid "Drop question here to reorder" msgstr "並び替える質問をドロップ" @@ -1436,7 +1348,6 @@ 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:66 msgid "ELAPSED" msgstr "経過時間" @@ -1463,7 +1374,6 @@ msgid "" msgstr "このインベントリーでジョブを実行する際は常に、選択されたソースのインベントリーを更新してからジョブのタスクを実行します。" #: client/src/projects/projects.form.js:179 -#: client/src/projects/projects.form.js:178 msgid "" "Each time a job runs using this project, perform an update to the local " "repository prior to starting the job." @@ -1478,21 +1388,16 @@ msgstr "このプロジェクトでジョブを実行する際は常に、ジョ #: 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/credential-types/credential-types.list.js:53 msgid "Edit" msgstr "編集" -#: client/src/shared/form-generator.js:1707 -#: client/src/templates/job_templates/job-template.form.js:457 +#: 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/shared/form-generator.js:1758 -#: client/src/templates/job_templates/job-template.form.js:474 -#: client/src/templates/workflows.form.js:182 msgid "Edit Survey" msgstr "Survey の編集" #: client/src/credential-types/credential-types.list.js:58 -#: client/src/credential-types/credential-types.list.js:55 msgid "Edit credenital type" msgstr "認証情報タイプの編集" @@ -1540,32 +1445,32 @@ msgstr "チームの編集" msgid "Edit template" msgstr "テンプレートの編集" -#: client/src/job-results/job-results.partial.html:188 +#: client/src/job-results/job-results.partial.html:191 msgid "Edit the Schedule" msgstr "スケジュールの編集" -#: client/src/job-results/job-results.partial.html:172 +#: 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:262 -#: client/src/job-results/job-results.partial.html:277 -#: client/src/job-results/job-results.partial.html:293 -#: client/src/job-results/job-results.partial.html:308 -#: client/src/job-results/job-results.partial.html:323 +#: 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:203 +#: client/src/job-results/job-results.partial.html:206 msgid "Edit the inventory" msgstr "インベントリーの編集" -#: client/src/job-results/job-results.partial.html:137 +#: client/src/job-results/job-results.partial.html:140 msgid "Edit the job template" msgstr "ジョブテンプレートの編集" -#: client/src/job-results/job-results.partial.html:226 +#: client/src/job-results/job-results.partial.html:229 #: client/src/projects/projects.list.js:105 msgid "Edit the project" msgstr "プロジェクトの編集" @@ -1579,18 +1484,16 @@ msgid "Edit user" msgstr "ユーザーの編集" #: client/src/setup-menu/setup-menu.partial.html:61 -#: client/src/setup-menu/setup-menu.partial.html:67 msgid "Edit {{BRAND_NAME}}'s configuration." msgstr "{{BRAND_NAME}} の設定を編集します。" -#: client/src/projects/list/projects-list.controller.js:242 #: client/src/projects/list/projects-list.controller.js:241 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:517 +#: client/src/job-results/job-results.partial.html:520 msgid "Elapsed" msgstr "経過時間" @@ -1599,18 +1502,18 @@ msgstr "経過時間" 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 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/templates/job_templates/job-template.form.js:274 msgid "Enable Privilege Escalation" msgstr "権限昇格の有効化" -#: client/src/templates/job_templates/job-template.form.js:284 +#: client/src/templates/job_templates/job-template.form.js:279 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 " @@ -1623,24 +1526,21 @@ msgstr "" msgid "Encrypted credentials are not supported." msgstr "暗号化された認証情報はサポートされていません。" -#: client/src/license/license.partial.html:108 +#: client/src/license/license.partial.html:113 msgid "End User License Agreement" 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:89 -#: client/src/inventories-hosts/hosts/host.form.js:72 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:71 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:98 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:86 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:98 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93 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 " @@ -1650,12 +1550,12 @@ msgstr "" "構文のいずれかを使用してインベントリー変数を入力します。ラジオボタンを使用してこれらの間で切り替えを行います。構文のサンプルについては Ansible " "Tower ドキュメントを参照してください。" -#: client/src/notifications/notificationTemplates.form.js:158 +#: client/src/notifications/notificationTemplates.form.js:155 msgid "" "Enter one HipChat channel per line. The pound symbol (#) is not required." msgstr "各行に 1 つの HipChat チャンネルを入力します。シャープ記号 (#) は不要です。" -#: client/src/notifications/notificationTemplates.form.js:365 +#: client/src/notifications/notificationTemplates.form.js:362 msgid "" "Enter one IRC channel or username per line. The pound symbol (#) for " "channels, and the at (@) symbol for users, are not required." @@ -1663,49 +1563,43 @@ msgstr "" "各行に 1 つの IRC チャンネルまたはユーザー名を入力します。チャンネルのシャープ記号 (#) およびユーザーのアットマーク (@) " "記号は不要です。" -#: client/src/notifications/notificationTemplates.form.js:142 +#: client/src/notifications/notificationTemplates.form.js:139 msgid "" "Enter one Slack channel per line. The pound symbol (#) is not required." msgstr "各行に 1 つの Slack チャンネルを入力します。シャープ記号 (#) は不要です。" -#: client/src/notifications/notificationTemplates.form.js:100 +#: client/src/notifications/notificationTemplates.form.js:97 msgid "" "Enter one email address per line to create a recipient list for this type of" " notification." msgstr "各行に 1 つのメールアドレスを入力し、この通知タイプの受信者リストを作成します。" -#: client/src/notifications/notificationTemplates.form.js:212 +#: client/src/notifications/notificationTemplates.form.js:209 msgid "" "Enter one phone number per line to specify where to route SMS messages." msgstr "各行に 1 つの電話番号を入力し、SMS メッセージのルート先を指定します。" -#: client/src/credentials/factories/become-method-change.factory.js:87 -#: client/src/credentials/factories/kind-change.factory.js:144 -#: client/src/credentials/factories/become-method-change.factory.js:89 -#: client/src/credentials/factories/kind-change.factory.js:146 +#: client/src/credentials/factories/become-method-change.factory.js:81 +#: client/src/credentials/factories/kind-change.factory.js:138 msgid "" "Enter the URL for the virtual machine which %scorresponds to your CloudForm " "instance. %sFor example, %s" msgstr "CloudForms インスタンスに対応する %s仮想マシンの URL を入力します (%s例: %s)。" -#: client/src/credentials/factories/become-method-change.factory.js:77 -#: client/src/credentials/factories/kind-change.factory.js:134 -#: client/src/credentials/factories/become-method-change.factory.js:79 -#: client/src/credentials/factories/kind-change.factory.js:136 +#: client/src/credentials/factories/become-method-change.factory.js:71 +#: client/src/credentials/factories/kind-change.factory.js:128 msgid "" "Enter the URL which corresponds to your %sRed Hat Satellite 6 server. %sFor " "example, %s" msgstr "Red Hat Satellite 6 Server に対応する %sURL を入力します (%s例: %s)。" -#: client/src/credentials/factories/become-method-change.factory.js:55 -#: client/src/credentials/factories/kind-change.factory.js:112 -#: client/src/credentials/factories/become-method-change.factory.js:57 -#: client/src/credentials/factories/kind-change.factory.js:114 +#: client/src/credentials/factories/become-method-change.factory.js:49 +#: client/src/credentials/factories/kind-change.factory.js:106 msgid "" "Enter the hostname or IP address which corresponds to your VMware vCenter." msgstr "VMware vCenter に対応するホスト名または IP アドレスを入力します。" -#: client/src/notifications/notificationTemplates.form.js:198 +#: client/src/notifications/notificationTemplates.form.js:195 msgid "" "Enter the number associated with the \"Messaging Service\" in Twilio in the " "format +18005550199." @@ -1721,56 +1615,42 @@ msgstr "JSON または YAML 構文のいずれかを使用して変数を入力 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:187 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:194 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:174 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:181 msgid "Environment Variables" msgstr "環境変数" -#: client/src/configuration/configuration.controller.js:344 -#: client/src/configuration/configuration.controller.js:443 -#: client/src/configuration/configuration.controller.js:477 -#: client/src/configuration/configuration.controller.js:524 -#: client/src/configuration/system-form/configuration-system.controller.js:226 +#: 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/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/job-submission/job-submission-factories/launchjob.factory.js:191 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:210 +#: 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/management-jobs/card/card.controller.js:28 #: client/src/projects/add/projects-add.controller.js:108 -#: client/src/projects/edit/projects-edit.controller.js:150 -#: client/src/projects/edit/projects-edit.controller.js:216 -#: client/src/projects/edit/projects-edit.controller.js:232 +#: 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:226 -#: client/src/projects/list/projects-list.controller.js:247 -#: client/src/projects/list/projects-list.controller.js:263 -#: client/src/projects/list/projects-list.controller.js:272 -#: client/src/users/add/users-add.controller.js:98 +#: 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/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/configuration/configuration.controller.js:341 -#: client/src/configuration/configuration.controller.js:440 -#: client/src/configuration/configuration.controller.js:474 -#: client/src/configuration/configuration.controller.js:518 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:188 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:207 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:119 -#: client/src/projects/list/projects-list.controller.js:168 -#: client/src/projects/list/projects-list.controller.js:197 -#: 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:261 -#: client/src/projects/list/projects-list.controller.js:270 -#: client/src/users/edit/users-edit.controller.js:163 msgid "Error!" msgstr "エラー!" #: client/src/activity-stream/streams.list.js:40 -#: client/src/activity-stream/streams.list.js:41 msgid "Event" msgstr "イベント" @@ -1783,21 +1663,21 @@ msgid "Event summary not available" msgstr "イベントの概要はありません" #: client/src/projects/add/projects-add.controller.js:129 -#: client/src/projects/edit/projects-edit.controller.js:259 +#: client/src/projects/edit/projects-edit.controller.js:265 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:279 +#: client/src/projects/edit/projects-edit.controller.js:285 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:270 +#: client/src/projects/edit/projects-edit.controller.js:276 msgid "Example URLs for Subversion SCM include:" msgstr "Subversion SCM のサンプル URL には以下が含まれます:" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 msgid "Example: ansible_facts.ansible_distribution:\"RedHat\"" msgstr "例: ansible_facts.ansible_distribution:\"RedHat\"" @@ -1815,9 +1695,6 @@ msgstr "既存ホスト" #: 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/src/job-results/job-results.controller.js:221 -#: client/src/standard-out/standard-out.controller.js:23 -#: client/src/standard-out/standard-out.controller.js:247 msgid "Expand Output" msgstr "出力の展開" @@ -1829,24 +1706,20 @@ msgstr "有効期限" msgid "Explanation" msgstr "説明" -#: client/src/job-results/job-results.partial.html:272 +#: client/src/job-results/job-results.partial.html:275 msgid "Extra Credentials" 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:406 -#: client/src/job-submission/job-submission.partial.html:161 +#: client/src/job-results/job-results.partial.html:409 +#: 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:347 -#: client/src/templates/job_templates/job-template.form.js:354 +#: 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/job-submission/job-submission.partial.html:159 -#: client/src/templates/job_templates/job-template.form.js:359 -#: client/src/templates/job_templates/job-template.form.js:371 -#: client/src/templates/workflows.form.js:86 msgid "Extra Variables" msgstr "追加変数" @@ -1855,7 +1728,7 @@ msgstr "追加変数" msgid "FACTS" msgstr "ファクト" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:63 +#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:64 msgid "FAILED" msgstr "失敗" @@ -1866,16 +1739,12 @@ 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/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:59 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:106 -#: client/src/inventories-hosts/hosts/host.form.js:111 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:111 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:105 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:107 msgid "Facts" msgstr "ファクト" @@ -1887,7 +1756,7 @@ msgstr "失敗" msgid "Failed Hosts" msgstr "失敗したホスト" -#: client/src/users/add/users-add.controller.js:98 +#: client/src/users/add/users-add.controller.js:99 msgid "Failed to add new user. POST returned status:" msgstr "新規ユーザーを追加できませんでした。POST で返されたステータス:" @@ -1899,28 +1768,24 @@ msgstr "新規の認証情報を作成できませんでした。POST ステー msgid "Failed to create new project. POST returned status:" msgstr "新規プロジェクトを作成できませんでした。POST で返されたステータス:" -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:211 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:208 +#: client/src/job-submission/job-submission-factories/launchjob.factory.js:214 msgid "Failed to retrieve job template extra variables." msgstr "ジョブテンプレートの追加変数を取得できませんでした。" -#: client/src/projects/edit/projects-edit.controller.js:151 +#: client/src/projects/edit/projects-edit.controller.js:157 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:164 msgid "Failed to retrieve user: %s. GET status:" msgstr "ユーザーを取得できませんでした: %s. GET ステータス:" -#: client/src/configuration/configuration.controller.js:444 -#: client/src/configuration/configuration.controller.js:441 +#: client/src/configuration/configuration.controller.js:450 msgid "Failed to save settings. Returned status:" msgstr "設定を保存できませんでした。返されたステータス:" -#: client/src/configuration/configuration.controller.js:478 -#: client/src/configuration/configuration.controller.js:475 +#: client/src/configuration/configuration.controller.js:484 msgid "Failed to save toggle settings. Returned status:" msgstr "トグルの設定を保存できませんでした。返されたステータス:" @@ -1928,14 +1793,13 @@ msgstr "トグルの設定を保存できませんでした。返されたステ msgid "Failed to update Credential. PUT status:" msgstr "認証情報を更新できませんでした。PUT ステータス:" -#: client/src/projects/edit/projects-edit.controller.js:216 +#: client/src/projects/edit/projects-edit.controller.js:222 msgid "Failed to update project: %s. PUT status:" msgstr "プロジェクトを更新できませんでした: %s. PUT ステータス:" -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:192 +#: 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/src/job-submission/job-submission-factories/launchjob.factory.js:189 msgid "Failed updating job %s with variables. POST returned: %d" msgstr "変数でジョブ %s を更新できませんでした。POST で返されたステータス: %d" @@ -1956,11 +1820,10 @@ msgstr "最終実行日時" #: 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:108 +#: 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/portal-mode/portal-jobs.list.js:39 msgid "Finished" msgstr "終了日時" @@ -1979,10 +1842,8 @@ msgid "" "Ansible Tower" msgstr "詳細検索の検索構文についての詳細は、Ansible Tower ドキュメントを参照してください。" -#: client/src/credentials/factories/become-method-change.factory.js:69 -#: client/src/credentials/factories/kind-change.factory.js:126 -#: client/src/credentials/factories/become-method-change.factory.js:71 -#: client/src/credentials/factories/kind-change.factory.js:128 +#: client/src/credentials/factories/become-method-change.factory.js:63 +#: client/src/credentials/factories/kind-change.factory.js:120 msgid "For example, %s" msgstr "例: %s" @@ -1992,8 +1853,6 @@ msgstr "例: %s" #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:32 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:35 #: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:31 -#: client/src/inventories-hosts/hosts/host.form.js:35 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:34 msgid "" "For hosts that are part of an external inventory, this flag cannot be " "changed. It will be set by the inventory sync process." @@ -2009,7 +1868,6 @@ msgstr "" "構文、テスト環境セットアップおよびレポートの問題のみを検査するチェックを選択します。" #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:118 -#: client/src/templates/job_templates/job-template.form.js:176 msgid "" "For more information and examples see %sthe Patterns topic at " "docs.ansible.com%s." @@ -2017,12 +1875,10 @@ msgstr "詳細情報およびサンプルについては、docs.ansible.com の #: 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:333 +#: 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:149 -#: client/src/templates/job_templates/job-template.form.js:159 -#: client/src/templates/job_templates/job-template.form.js:152 -#: client/src/templates/job_templates/job-template.form.js:165 +#: client/src/templates/job_templates/job-template.form.js:144 +#: client/src/templates/job_templates/job-template.form.js:154 msgid "Forks" msgstr "フォーク" @@ -2051,8 +1907,7 @@ msgstr "GitHub チーム" msgid "Google OAuth2" msgstr "Google OAuth2" -#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:210 -#: client/src/users/users.form.js:211 +#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:214 msgid "Grant Permission" msgstr "パーミッションの付与" @@ -2084,13 +1939,9 @@ msgstr "会社内の複数の部署のパーミッションを管理するため #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:88 #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:32 #: 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: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:172 -#: client/src/inventories-hosts/hosts/host.form.js:119 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:119 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:113 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:178 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167 msgid "Groups" msgstr "グループ" @@ -2108,14 +1959,11 @@ msgstr "ヒント: 以下のフィールドに SSH 秘密鍵ファイルをド #: client/src/inventories-hosts/inventories/inventories.partial.html:14 #: 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 -#: client/src/activity-stream/get-target-title.factory.js:38 msgid "HOSTS" msgstr "ホスト" -#: client/src/notifications/notificationTemplates.form.js:323 -#: client/src/notifications/notificationTemplates.form.js:324 -#: client/src/notifications/notificationTemplates.form.js:328 -#: client/src/notifications/notificationTemplates.form.js:329 +#: client/src/notifications/notificationTemplates.form.js:320 +#: client/src/notifications/notificationTemplates.form.js:321 msgid "HTTP Headers" msgstr "HTTP ヘッダー" @@ -2128,27 +1976,23 @@ msgid "High" msgstr "高" #: client/src/credentials/credentials.form.js:139 -#: client/src/notifications/notificationTemplates.form.js:86 +#: client/src/notifications/notificationTemplates.form.js:83 msgid "Host" msgstr "ホスト" -#: client/src/credentials/factories/become-method-change.factory.js:58 -#: client/src/credentials/factories/kind-change.factory.js:115 -#: client/src/credentials/factories/become-method-change.factory.js:60 -#: client/src/credentials/factories/kind-change.factory.js:117 +#: client/src/credentials/factories/become-method-change.factory.js:52 +#: client/src/credentials/factories/kind-change.factory.js:109 msgid "Host (Authentication URL)" msgstr "ホスト (認証 URL)" -#: client/src/templates/job_templates/job-template.form.js:329 -#: client/src/templates/job_templates/job-template.form.js:338 +#: client/src/templates/job_templates/job-template.form.js:324 +#: client/src/templates/job_templates/job-template.form.js:333 msgid "Host Config Key" msgstr "ホスト設定キー" #: client/src/inventories-hosts/hosts/host.form.js:40 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:39 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:39 -#: client/src/inventories-hosts/hosts/host.form.js:39 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:38 msgid "Host Enabled" msgstr "有効なホスト" @@ -2158,18 +2002,12 @@ 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/inventories-hosts/hosts/host.form.js:45 -#: client/src/inventories-hosts/hosts/host.form.js:56 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:44 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:55 msgid "Host Name" msgstr "ホスト名" #: client/src/inventories-hosts/hosts/host.form.js:80 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:79 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:79 -#: client/src/inventories-hosts/hosts/host.form.js:79 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:78 msgid "Host Variables" msgstr "ホスト変数" @@ -2194,11 +2032,9 @@ msgstr "ホストを利用できません。クリックして切り替えます #: 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:170 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:181 -#: client/src/job-results/job-results.partial.html:501 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:168 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:187 +#: 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 msgid "Hosts" msgstr "ホスト" @@ -2219,7 +2055,7 @@ msgstr "使用されたホスト" msgid "Hosts are imported to" msgstr "ホストのインポート先" -#: client/src/license/license.partial.html:116 +#: client/src/license/license.partial.html:121 msgid "I agree to the End User License Agreement" msgstr "使用許諾契約書に同意します。" @@ -2248,7 +2084,7 @@ msgstr "INSIGHTS" msgid "INSTANCE GROUPS" msgstr "インスタンスグループ" -#: client/src/instance-groups/instance-group.partial.html:28 +#: client/src/instance-groups/instance-group.partial.html:27 msgid "INSTANCES" msgstr "インスタンス" @@ -2262,14 +2098,11 @@ msgstr "インスタンス" #: 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/activity-stream/get-target-title.factory.js:11 -#: client/src/organizations/linkout/organizations-linkout.route.js:141 msgid "INVENTORIES" msgstr "インベントリー" -#: client/src/job-submission/job-submission.partial.html:339 +#: client/src/job-submission/job-submission.partial.html:346 #: client/src/partials/job-template-details.html:2 -#: client/src/job-submission/job-submission.partial.html:336 msgid "INVENTORY" msgstr "インベントリー" @@ -2280,7 +2113,6 @@ 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/activity-stream/get-target-title.factory.js:32 msgid "INVENTORY SCRIPTS" msgstr "インベントリースクリプト" @@ -2288,13 +2120,11 @@ msgstr "インベントリースクリプト" msgid "INVENTORY SOURCES" msgstr "インベントリーソース" -#: client/src/notifications/notificationTemplates.form.js:351 -#: client/src/notifications/notificationTemplates.form.js:362 +#: client/src/notifications/notificationTemplates.form.js:348 msgid "IRC Nick" msgstr "IRC ニック" -#: client/src/notifications/notificationTemplates.form.js:340 -#: client/src/notifications/notificationTemplates.form.js:351 +#: client/src/notifications/notificationTemplates.form.js:337 msgid "IRC Server Address" msgstr "IRC サーバーアドレス" @@ -2323,37 +2153,49 @@ msgstr "アイドル状態のセッション" msgid "If blank, all groups above are created except" msgstr "空白の場合には、以下を除く上記のすべてのグループが作成されます。" -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:331 -msgid "" -"If checked, all child groups and hosts not found on the external source will" -" be deleted from the local inventory." -msgstr "チェックが付けられている場合、外部ソースに見つからないすべての子グループおよびホストがローカルインベントリーから削除されます。" - #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:343 msgid "" "If checked, all variables for child groups and hosts will be removed and " "replaced by those found on the external source." msgstr "チェックが付けられている場合、子グループおよびホストのすべての変数が削除され、外部ソースにあるものによって置き換えられます。" -#: client/src/templates/job_templates/job-template.form.js:272 +#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:331 +msgid "" +"If checked, any hosts and groups that were previously present on the " +"external source but are now removed will be removed from the Tower " +"inventory. Hosts and groups that were not managed by the inventory source " +"will be promoted to the next manually created group or if there is no " +"manually created group to promote them into, they will be left in the " +"\"all\" default group for the inventory." +msgstr "" +"チェックが付けられている場合、以前は外部ソースにあり、現在は削除されているホストおよびグループが Tower " +"インベントリーから削除されます。インベントリーソースで管理されていなかったホストおよびグループは次に手動で作成されるグループにプロモートされるか、またはプロモート先となる手動で作成されたグループがない場合は、それらはインベントリーの「すべて」のデフォルトグループに残ります。" + +#: client/src/templates/job_templates/job-template.form.js:267 msgid "If enabled, run this playbook as an administrator." msgstr "有効にされている場合、この Playbook を管理者として実行します。" #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:120 -#: client/src/templates/job_templates/job-template.form.js:256 -#: client/src/templates/job_templates/job-template.form.js:258 msgid "" "If enabled, show the changes made by Ansible tasks, where supported. This is" -" equivalent to Ansible's --diff mode." +" equivalent to Ansible’s --diff mode." msgstr "" "Ansible タスクで加えられた変更を表示します (有効にされ、サポートされている場合)。これは Ansible の --diff " "モードに相当します。" -#: client/src/templates/job_templates/job-template.form.js:296 +#: client/src/templates/job_templates/job-template.form.js:251 +msgid "" +"If enabled, show the changes made by Ansible tasks, where supported. This is" +" equivalent to Ansible’s --diff mode." +msgstr "" +"Ansible タスクで加えられた変更を表示します (有効にされ、サポートされている場合)。これは Ansible の --diff " +"モードに相当します。" + +#: client/src/templates/job_templates/job-template.form.js:291 msgid "If enabled, simultaneous runs of this job template will be allowed." msgstr "このジョブテンプレートの同時実行が許可されます (有効にされている場合)。" -#: client/src/templates/job_templates/job-template.form.js:307 +#: client/src/templates/job_templates/job-template.form.js:302 msgid "" "If enabled, use cached facts if available and store discovered facts in the " "cache." @@ -2384,64 +2226,52 @@ msgstr "イメージ ID:" #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:30 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:33 #: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:29 -#: client/src/inventories-hosts/hosts/host.form.js:33 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:32 msgid "" "Indicates if a host is available and should be included in running jobs." msgstr "ホストが利用可能かどうか、また実行中のジョブに組み込む必要があるかどうかを示します。" #: client/src/activity-stream/activity-detail.form.js:31 #: client/src/activity-stream/streams.list.js:33 -#: client/src/activity-stream/streams.list.js:34 msgid "Initiated by" msgstr "開始:" #: client/src/credential-types/credential-types.form.js:53 #: client/src/credential-types/credential-types.form.js:61 -#: client/src/credential-types/credential-types.form.js:60 -#: client/src/credential-types/credential-types.form.js:75 msgid "Injector Configuration" msgstr "インジェクターの設定" #: client/src/credential-types/credential-types.form.js:39 #: client/src/credential-types/credential-types.form.js:47 -#: client/src/credential-types/credential-types.form.js:54 msgid "Input Configuration" msgstr "入力の設定" #: client/src/inventories-hosts/hosts/host.form.js:123 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:121 -#: client/src/inventories-hosts/hosts/host.form.js:127 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:120 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:122 msgid "Insights" msgstr "Insights" -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:72 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:69 msgid "Insights Credential" msgstr "Insights 認証情報" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:145 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:148 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:135 msgid "Instance Filters" msgstr "インスタンスフィルター" -#: client/src/job-results/job-results.partial.html:366 +#: client/src/job-results/job-results.partial.html:369 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/smart-inventory/smart-inventory.form.js:78 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:83 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:86 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:78 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:81 #: 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:196 -#: client/src/templates/job_templates/job-template.form.js:199 -#: client/src/setup-menu/setup-menu.partial.html:60 -#: client/src/templates/job_templates/job-template.form.js:205 -#: client/src/templates/job_templates/job-template.form.js:208 +#: client/src/templates/job_templates/job-template.form.js:191 +#: client/src/templates/job_templates/job-template.form.js:194 msgid "Instance Groups" msgstr "インスタンスグループ" @@ -2477,8 +2307,8 @@ msgstr "このタイプの無効な入力です。" msgid "Invalid username and/or password. Please try again." msgstr "無効なユーザー名および/またはパスワードです。やり直してください。" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:128 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:53 +#: 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/home/dashboard/counts/dashboard-counts.directive.js:50 #: client/src/organizations/linkout/organizations-linkout.route.js:155 @@ -2488,7 +2318,7 @@ msgstr "インベントリー" #: 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:198 +#: client/src/job-results/job-results.partial.html:201 #: client/src/job-submission/job-submission.partial.html:17 #: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70 #: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:58 @@ -2496,21 +2326,16 @@ msgstr "インベントリー" #: 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 -#: client/src/templates/job_templates/job-template.form.js:70 -#: client/src/templates/job_templates/job-template.form.js:84 msgid "Inventory" msgstr "インベントリー" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:110 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:124 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:104 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:116 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/src/setup-menu/setup-menu.partial.html:34 msgid "Inventory Scripts" msgstr "インベントリースクリプト" @@ -2522,8 +2347,7 @@ msgstr "インベントリー同期" msgid "Inventory Sync Failures" msgstr "インベントリーの同期の失敗" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:96 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:105 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:93 msgid "Inventory Variables" msgstr "インベントリー変数" @@ -2543,26 +2367,23 @@ msgstr "ジョブテンプレート" #: 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/src/organizations/linkout/organizations-linkout.route.js:250 msgid "JOB TEMPLATES" msgstr "ジョブテンプレート" #: client/src/activity-stream/get-target-title.factory.js:32 -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:109 -#: client/src/instance-groups/instance-group.partial.html:29 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:28 +#: 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/activity-stream/get-target-title.factory.js:29 msgid "JOBS" msgstr "ジョブ" -#: client/src/job-submission/job-submission.partial.html:169 -#: client/src/job-submission/job-submission.partial.html:167 +#: client/src/job-submission/job-submission.partial.html:173 msgid "JSON" msgstr "JSON" @@ -2572,15 +2393,12 @@ msgstr "JSON" msgid "JSON:" msgstr "JSON:" -#: client/src/job-results/job-results.partial.html:381 -#: client/src/job-submission/job-submission.partial.html:222 -#: client/src/templates/job_templates/job-template.form.js:205 -#: client/src/templates/job_templates/job-template.form.js:212 +#: 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 -#: client/src/job-submission/job-submission.partial.html:220 -#: client/src/templates/job_templates/job-template.form.js:214 -#: client/src/templates/job_templates/job-template.form.js:223 msgid "Job Tags" msgstr "ジョブタグ" @@ -2588,22 +2406,19 @@ msgstr "ジョブタグ" msgid "Job Template" msgstr "ジョブテンプレート" -#: 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: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/organizations/linkout/organizations-linkout.route.js:262 msgid "Job Templates" msgstr "ジョブテンプレート" #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:32 -#: client/src/job-results/job-results.partial.html:156 -#: client/src/job-submission/job-submission.partial.html:196 +#: 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 -#: client/src/job-submission/job-submission.partial.html:194 -#: client/src/templates/job_templates/job-template.form.js:59 msgid "Job Type" msgstr "ジョブタイプ" @@ -2620,14 +2435,13 @@ msgid "Jobs" msgstr "ジョブ" #: client/src/job-results/job-results.controller.js:269 -#: client/src/job-results/job-results.controller.js:321 +#: client/src/job-results/job-results.controller.js:366 msgid "Jump to last line of standard out." msgstr "標準出力の最終行にジャンプ" #: client/src/access/add-rbac-resource/rbac-resource.partial.html:61 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:102 +#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:154 #: client/src/shared/smart-search/smart-search.partial.html:14 -#: client/src/access/add-rbac-resource/rbac-resource.partial.html:63 msgid "Key" msgstr "キー" @@ -2647,7 +2461,6 @@ 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:73 msgid "LAUNCH TYPE" msgstr "起動タイプ" @@ -2656,12 +2469,10 @@ msgid "LDAP" msgstr "LDAP" #: client/src/license/license.route.js:19 -#: client/src/license/license.route.js:18 msgid "LICENSE" msgstr "ライセンス" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:58 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:45 msgid "LICENSE ERROR" msgstr "ライセンスエラー" @@ -2671,16 +2482,14 @@ 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:431 -#: client/src/job-results/job-results.partial.html:440 +#: 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:239 -#: client/src/templates/job_templates/job-template.form.js:243 +#: client/src/templates/job_templates/job-template.form.js:234 +#: client/src/templates/job_templates/job-template.form.js:238 #: client/src/templates/templates.list.js:43 #: client/src/templates/workflows.form.js:62 #: client/src/templates/workflows.form.js:67 -#: client/src/templates/job_templates/job-template.form.js:347 -#: client/src/templates/job_templates/job-template.form.js:352 msgid "Labels" msgstr "ラベル" @@ -2698,32 +2507,28 @@ msgid "Last Updated" msgstr "最終更新日時" #: client/src/portal-mode/portal-job-templates.list.js:36 -#: client/src/shared/form-generator.js:1699 +#: client/src/shared/form-generator.js:1707 #: client/src/templates/templates.list.js:80 -#: client/src/shared/form-generator.js:1750 msgid "Launch" msgstr "起動" #: client/src/management-jobs/card/card.partial.html:23 -#: client/src/management-jobs/card/card.partial.html:21 msgid "Launch Management Job" msgstr "管理ジョブの起動" -#: client/src/job-results/job-results.partial.html:167 -#: client/src/job-results/job-results.partial.html:182 +#: 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 msgid "Launched By" msgstr "起動:" #: client/src/job-submission/job-submission.partial.html:99 -#: client/src/job-submission/job-submission.partial.html:97 msgid "" "Launching this job requires the passwords listed below. Enter and confirm " "each password before continuing." msgstr "このジョブの起動には以下に記載されているパスワードが必要です。それぞれのパスワードを入力し、確認してから続行します。" -#: client/features/credentials/legacy.credentials.js:360 -#: client/features/credentials/legacy.credentials.js:343 +#: client/features/credentials/legacy.credentials.js:357 msgid "Legacy state configuration for does not exist" msgstr "レガシー状態の設定は存在しません。" @@ -2732,7 +2537,7 @@ msgstr "レガシー状態の設定は存在しません。" msgid "License" msgstr "ライセンス" -#: client/src/license/license.partial.html:102 +#: client/src/license/license.partial.html:104 msgid "License File" msgstr "ライセンスファイル" @@ -2750,16 +2555,13 @@ msgstr "ライセンスタイプ" #: 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:344 -#: client/src/job-submission/job-submission.partial.html:214 +#: 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:165 -#: client/src/templates/job_templates/job-template.form.js:169 +#: 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/job-submission/job-submission.partial.html:212 -#: client/src/templates/job_templates/job-template.form.js:171 -#: client/src/templates/job_templates/job-template.form.js:178 msgid "Limit" msgstr "制限" @@ -2792,8 +2594,7 @@ msgstr "ライブイベント: 接続されています。ジョブステータ msgid "Live events: error connecting to the server." msgstr "ライブイベント: サーバーへの接続時にエラーが発生しました。" -#: client/src/shared/form-generator.js:1975 -#: client/src/shared/form-generator.js:2026 +#: client/src/shared/form-generator.js:1983 msgid "Loading..." msgstr "ロード中..." @@ -2805,15 +2606,15 @@ msgstr "ローカルタイムゾーン" msgid "Log Out" msgstr "ログアウト" -#: client/src/configuration/system-form/configuration-system.controller.js:220 -msgid "Log aggregator test failed.
Detail:" -msgstr "ログアグリゲーターのテストに失敗しました。
詳細:" +#: client/src/configuration/system-form/configuration-system.controller.js:225 +msgid "Log aggregator test failed.
Detail:" +msgstr "ログアグリゲーターのテストに失敗しました。
詳細:" -#: client/src/configuration/system-form/configuration-system.controller.js:212 +#: client/src/configuration/system-form/configuration-system.controller.js:218 msgid "Log aggregator test successful." msgstr "ログアグリゲーターのテストが成功しました。" -#: client/src/configuration/system-form/configuration-system.controller.js:87 +#: client/src/configuration/system-form/configuration-system.controller.js:89 msgid "Logging" msgstr "ロギング" @@ -2823,7 +2624,6 @@ 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.partial.html:4 msgid "MANAGEMENT JOBS" msgstr "管理ジョブ" @@ -2832,43 +2632,31 @@ msgid "MY VIEW" msgstr "マイビュー" #: client/src/credentials/credentials.form.js:67 -#: client/src/job-submission/job-submission.partial.html:349 -#: client/src/job-submission/job-submission.partial.html:346 +#: client/src/job-submission/job-submission.partial.html:356 msgid "Machine" msgstr "マシン" #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:60 -#: client/src/job-results/job-results.partial.html:257 +#: client/src/job-results/job-results.partial.html:260 msgid "Machine Credential" msgstr "マシンの認証情報" #: client/src/setup-menu/setup-menu.partial.html:36 -#: client/src/setup-menu/setup-menu.partial.html:29 msgid "" "Manage the cleanup of old job history, activity streams, data marked for " "deletion, and system tracking info." msgstr "古いジョブ履歴、アクティビティーストリーム、削除用にマークされたデータ、およびシステムトラッキング情報のクリーンアップを管理します。" -#: client/src/credentials/factories/become-method-change.factory.js:38 -#: client/src/credentials/factories/kind-change.factory.js:95 -#: client/src/credentials/factories/become-method-change.factory.js:40 -#: client/src/credentials/factories/kind-change.factory.js:97 -msgid "Management Certificate" -msgstr "管理証明書" - #: client/src/setup-menu/setup-menu.partial.html:35 -#: client/src/setup-menu/setup-menu.partial.html:28 msgid "Management Jobs" msgstr "管理ジョブ" #: client/src/projects/list/projects-list.controller.js:89 -#: client/src/projects/list/projects-list.controller.js:88 msgid "Manual projects do not require a schedule" msgstr "手動プロジェクトにスケジュールは不要です" -#: client/src/projects/edit/projects-edit.controller.js:140 +#: client/src/projects/edit/projects-edit.controller.js:141 #: client/src/projects/list/projects-list.controller.js:88 -#: client/src/projects/list/projects-list.controller.js:87 msgid "Manual projects do not require an SCM update" msgstr "手動プロジェクトに SCM 更新は不要です" @@ -2880,7 +2668,7 @@ msgstr "ユーザーあたりの最大セッション数に達しました。サ msgid "Medium" msgstr "中" -#: client/src/configuration/system-form/configuration-system.controller.js:88 +#: client/src/configuration/system-form/configuration-system.controller.js:90 msgid "Misc. System" msgstr "その他のシステム" @@ -2905,7 +2693,7 @@ msgstr "最新のジョブが失敗しました。クリックしてジョブを msgid "Most recent job successful. Click to view jobs." msgstr "最新のジョブが成功しました。クリックしてジョブを表示します。" -#: client/src/templates/survey-maker/shared/question-definition.form.js:74 +#: client/src/templates/survey-maker/shared/question-definition.form.js:77 msgid "Multiple Choice Options" msgstr "複数の選択オプション" @@ -2989,7 +2777,6 @@ msgstr "通知テンプレート" #: client/src/activity-stream/get-target-title.factory.js:26 #: client/src/notifications/notificationTemplates.list.js:14 -#: client/src/activity-stream/get-target-title.factory.js:23 msgid "NOTIFICATION TEMPLATES" msgstr "通知テンプレート" @@ -3005,7 +2792,7 @@ msgstr "通知" #: client/src/credentials/credentials.list.js:26 #: 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:14 +#: 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 @@ -3042,13 +2829,8 @@ msgstr "通知" #: 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:138 client/src/users/users.form.js:164 -#: client/src/users/users.form.js:190 -#: client/src/credential-types/credential-types.list.js:21 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:48 -#: client/src/portal-mode/portal-jobs.list.js:34 -#: client/src/users/users.form.js:139 client/src/users/users.form.js:165 -#: client/src/users/users.form.js:191 +#: client/src/users/users.form.js:142 client/src/users/users.form.js:168 +#: client/src/users/users.form.js:194 msgid "Name" msgstr "名前" @@ -3056,7 +2838,7 @@ msgstr "名前" msgid "Network" msgstr "ネットワーク" -#: client/src/job-results/job-results.partial.html:303 +#: client/src/job-results/job-results.partial.html:306 msgid "Network Credential" msgstr "ネットワークの認証情報" @@ -3068,7 +2850,7 @@ msgstr "新規グループ" msgid "New Host" msgstr "新規ホスト" -#: client/src/users/add/users-add.controller.js:90 +#: client/src/users/add/users-add.controller.js:91 msgid "New user successfully created!" msgstr "新規ユーザーが正常に作成されました!" @@ -3082,7 +2864,7 @@ msgid "No Credentials Have Been Created" msgstr "認証情報が作成されていません" #: 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:124 +#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:140 msgid "No Credentials Matching This Type Have Been Created" msgstr "このタイプに一致する認証情報が作成されていません" @@ -3099,7 +2881,6 @@ msgid "No Remediation Playbook Available" msgstr "修復 Playbook を使用できません" #: client/src/projects/list/projects-list.controller.js:159 -#: client/src/projects/list/projects-list.controller.js:158 msgid "No SCM Configuration" msgstr "SCM 設定がありません" @@ -3112,7 +2893,6 @@ msgid "No Teams exist" msgstr "チームが存在しません" #: client/src/projects/list/projects-list.controller.js:150 -#: client/src/projects/list/projects-list.controller.js:149 msgid "No Updates Available" msgstr "利用可能な更新がありません" @@ -3167,8 +2947,7 @@ msgstr "実行されたジョブがありません。" msgid "No jobs were recently run." msgstr "最近実行されたジョブがありません。" -#: client/src/teams/teams.form.js:121 client/src/users/users.form.js:187 -#: client/src/users/users.form.js:188 +#: client/src/teams/teams.form.js:121 client/src/users/users.form.js:191 msgid "No permissions have been granted" msgstr "パーミッションが付与されていません" @@ -3176,7 +2955,7 @@ msgstr "パーミッションが付与されていません" msgid "No recent job data available for this host." msgstr "このホストに利用できる最新のジョブデータがありません。" -#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:73 +#: 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 "このインベントリーに利用できる最新のジョブデータがありません。" @@ -3185,8 +2964,8 @@ msgid "No recent notifications." msgstr "最新の通知はありません。" #: client/src/inventories-hosts/hosts/hosts.partial.html:36 -#: client/src/shared/form-generator.js:1871 -#: client/src/shared/form-generator.js:1922 +#: client/src/shared/form-generator.js:1879 +#: client/src/shared/list-generator/list-generator.factory.js:240 msgid "No records matched your search." msgstr "検索に一致するレコードはありません" @@ -3194,10 +2973,8 @@ msgstr "検索に一致するレコードはありません" msgid "No schedules exist" msgstr "スケジュールがありません" -#: client/src/job-submission/job-submission.partial.html:341 -#: client/src/job-submission/job-submission.partial.html:346 -#: client/src/job-submission/job-submission.partial.html:338 -#: client/src/job-submission/job-submission.partial.html:343 +#: client/src/job-submission/job-submission.partial.html:348 +#: client/src/job-submission/job-submission.partial.html:353 msgid "None selected" msgstr "いずれも選択されていません" @@ -3208,7 +2985,6 @@ msgid "Normal User" msgstr "標準ユーザー" #: client/src/projects/list/projects-list.controller.js:91 -#: client/src/projects/list/projects-list.controller.js:90 msgid "Not configured for SCM" msgstr "SCM 用に設定されていません" @@ -3216,10 +2992,16 @@ msgstr "SCM 用に設定されていません" msgid "Not configured for inventory sync." msgstr "インベントリーの同期に設定されていません。" -#: client/src/notifications/notificationTemplates.form.js:291 -#: client/src/notifications/notificationTemplates.form.js:292 -#: client/src/notifications/notificationTemplates.form.js:296 -#: client/src/notifications/notificationTemplates.form.js:297 +#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:25 +msgid "" +"Note that only hosts directly in this group can be disassociated. Hosts in " +"sub-groups must be disassociated directly from the sub-group level that they" +" belong." +msgstr "" +"このグループに直接含まれるホストのみの関連付けを解除できることに注意してください。サブグループのホストの関連付けの解除については、それらのホストが属するサブグループのレベルで直接実行する必要があります。" + +#: client/src/notifications/notificationTemplates.form.js:288 +#: client/src/notifications/notificationTemplates.form.js:289 msgid "Notification Color" msgstr "通知の色" @@ -3227,8 +3009,7 @@ msgstr "通知の色" msgid "Notification Failed." msgstr "通知に失敗しました。" -#: client/src/notifications/notificationTemplates.form.js:280 -#: client/src/notifications/notificationTemplates.form.js:285 +#: client/src/notifications/notificationTemplates.form.js:277 msgid "Notification Label" msgstr "通知レベル" @@ -3240,37 +3021,33 @@ msgstr "通知テンプレート" #: 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 -#: client/src/setup-menu/setup-menu.partial.html:41 msgid "Notifications" msgstr "通知" -#: client/src/notifications/notificationTemplates.form.js:305 -#: client/src/notifications/notificationTemplates.form.js:310 +#: client/src/notifications/notificationTemplates.form.js:302 msgid "Notify Channel" msgstr "通知チャネル" #: client/src/inventories-hosts/hosts/hosts.partial.html:55 -#: client/src/job-submission/job-submission.partial.html:263 +#: client/src/job-submission/job-submission.partial.html:269 #: client/src/partials/survey-maker-modal.html:27 -#: client/src/shared/form-generator.js:538 +#: client/src/shared/form-generator.js:542 +#: client/src/shared/form-generator.js:773 #: client/src/shared/generator-helpers.js:551 -#: client/src/job-submission/job-submission.partial.html:260 -#: client/src/shared/form-generator.js:555 msgid "OFF" msgstr "オフ" #: client/lib/services/base-string.service.js:63 -#: client/lib/services/base-string.service.js:31 +#: client/src/jobs/factories/delete-job.factory.js:115 msgid "OK" msgstr "OK" #: client/src/inventories-hosts/hosts/hosts.partial.html:54 -#: client/src/job-submission/job-submission.partial.html:261 +#: client/src/job-submission/job-submission.partial.html:267 #: client/src/partials/survey-maker-modal.html:26 -#: client/src/shared/form-generator.js:536 +#: client/src/shared/form-generator.js:538 +#: client/src/shared/form-generator.js:771 #: client/src/shared/generator-helpers.js:547 -#: client/src/job-submission/job-submission.partial.html:259 -#: client/src/shared/form-generator.js:553 msgid "ON" msgstr "オン" @@ -3281,17 +3058,14 @@ 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/activity-stream/get-target-title.factory.js:26 msgid "ORGANIZATIONS" msgstr "組織" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:116 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:103 msgid "OVERWRITE" msgstr "上書き" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:123 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:110 msgid "OVERWRITE VARS" msgstr "変数の上書き" @@ -3305,7 +3079,6 @@ msgstr "成功した場合 " #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:157 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:162 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:146 msgid "Only Group By" msgstr "グループ化のみ" @@ -3317,20 +3090,17 @@ msgstr "" "OpenStack ドメインは管理上の境界を定義します。これは Keystone v3 認証 URL " "にのみ必要です。共通するシナリオには以下が含まれます:" -#: client/src/templates/job_templates/job-template.form.js:245 +#: 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:354 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:385 +#: client/src/notifications/notificationTemplates.form.js:382 #: client/src/partials/logviewer.html:7 -#: client/src/templates/job_templates/job-template.form.js:264 -#: client/src/notifications/notificationTemplates.form.js:397 -#: client/src/templates/job_templates/job-template.form.js:265 +#: client/src/templates/job_templates/job-template.form.js:259 msgid "Options" msgstr "オプション" @@ -3349,11 +3119,11 @@ msgstr "オプション" msgid "Organization" msgstr "組織" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:142 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:65 +#: 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:128 client/src/users/users.form.js:129 +#: client/src/users/users.form.js:132 msgid "Organizations" msgstr "組織" @@ -3411,15 +3181,11 @@ msgstr "" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:328 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:333 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:282 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:288 msgid "Overwrite" msgstr "上書き" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:340 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:345 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:295 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:301 msgid "Overwrite Variables" msgstr "変数の上書き" @@ -3431,8 +3197,7 @@ msgstr "所有者" msgid "PASSWORD" msgstr "パスワード" -#: client/features/credentials/legacy.credentials.js:125 -#: client/features/credentials/legacy.credentials.js:120 +#: client/features/credentials/legacy.credentials.js:122 msgid "PERMISSIONS" msgstr "パーミッション" @@ -3447,9 +3212,8 @@ 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:1877 +#: client/src/shared/form-generator.js:1885 #: client/src/shared/list-generator/list-generator.factory.js:248 -#: client/src/shared/form-generator.js:1928 msgid "PLEASE ADD ITEMS TO THIS LIST" msgstr "項目をこの一覧に追加してください" @@ -3461,6 +3225,10 @@ msgstr "ポータルモード" 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" @@ -3473,7 +3241,6 @@ msgstr "プロジェクト" #: client/src/organizations/list/organizations-list.controller.js:72 #: client/src/projects/main.js:73 client/src/projects/projects.list.js:14 #: client/src/projects/projects.list.js:15 -#: client/src/organizations/linkout/organizations-linkout.route.js:191 msgid "PROJECTS" msgstr "プロジェクト" @@ -3481,12 +3248,11 @@ msgstr "プロジェクト" msgid "Page" msgstr "ページ" -#: client/src/notifications/notificationTemplates.form.js:235 -#: client/src/notifications/notificationTemplates.form.js:240 +#: client/src/notifications/notificationTemplates.form.js:232 msgid "Pagerduty subdomain" msgstr "Pagerduty サブドメイン" -#: client/src/templates/job_templates/job-template.form.js:353 +#: client/src/templates/job_templates/job-template.form.js:348 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 " @@ -3516,34 +3282,21 @@ msgstr "" #: client/src/credentials/credentials.form.js:226 #: client/src/credentials/factories/become-method-change.factory.js:21 -#: client/src/credentials/factories/become-method-change.factory.js:46 -#: client/src/credentials/factories/become-method-change.factory.js:54 -#: client/src/credentials/factories/become-method-change.factory.js:74 -#: client/src/credentials/factories/become-method-change.factory.js:84 -#: client/src/credentials/factories/become-method-change.factory.js:94 -#: client/src/credentials/factories/kind-change.factory.js:103 -#: client/src/credentials/factories/kind-change.factory.js:111 -#: client/src/credentials/factories/kind-change.factory.js:131 -#: client/src/credentials/factories/kind-change.factory.js:141 -#: client/src/credentials/factories/kind-change.factory.js:151 +#: client/src/credentials/factories/become-method-change.factory.js:40 +#: client/src/credentials/factories/become-method-change.factory.js:48 +#: client/src/credentials/factories/become-method-change.factory.js:68 +#: client/src/credentials/factories/become-method-change.factory.js:78 +#: client/src/credentials/factories/become-method-change.factory.js:88 +#: client/src/credentials/factories/kind-change.factory.js:105 +#: client/src/credentials/factories/kind-change.factory.js:125 +#: client/src/credentials/factories/kind-change.factory.js:135 +#: client/src/credentials/factories/kind-change.factory.js:145 #: client/src/credentials/factories/kind-change.factory.js:30 #: client/src/credentials/factories/kind-change.factory.js:78 -#: client/src/job-submission/job-submission.partial.html:103 +#: 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/credentials/factories/become-method-change.factory.js:23 -#: client/src/credentials/factories/become-method-change.factory.js:48 -#: client/src/credentials/factories/become-method-change.factory.js:56 -#: client/src/credentials/factories/become-method-change.factory.js:76 -#: client/src/credentials/factories/become-method-change.factory.js:86 -#: client/src/credentials/factories/become-method-change.factory.js:96 -#: client/src/credentials/factories/kind-change.factory.js:105 -#: client/src/credentials/factories/kind-change.factory.js:113 -#: client/src/credentials/factories/kind-change.factory.js:133 -#: client/src/credentials/factories/kind-change.factory.js:143 -#: client/src/credentials/factories/kind-change.factory.js:153 -#: client/src/credentials/factories/kind-change.factory.js:80 -#: client/src/job-submission/job-submission.partial.html:101 msgid "Password" msgstr "パスワード" @@ -3566,22 +3319,11 @@ msgstr "過去 1 週間" #: client/src/credentials/factories/become-method-change.factory.js:29 #: client/src/credentials/factories/kind-change.factory.js:86 -#: client/src/credentials/factories/become-method-change.factory.js:31 -#: client/src/credentials/factories/kind-change.factory.js:88 msgid "" "Paste the contents of the PEM file associated with the service account " "email." msgstr "サービスアカウントメールに関連付けられた PEM ファイルの内容を貼り付けます。" -#: client/src/credentials/factories/become-method-change.factory.js:41 -#: client/src/credentials/factories/kind-change.factory.js:98 -#: client/src/credentials/factories/become-method-change.factory.js:43 -#: client/src/credentials/factories/kind-change.factory.js:100 -msgid "" -"Paste the contents of the PEM file that corresponds to the certificate you " -"uploaded in the Microsoft Azure console." -msgstr "Microsoft Azure コンソールにアップロードした証明書に対応する PEM ファイルの内容を貼り付けます。" - #: client/src/credentials/factories/kind-change.factory.js:51 msgid "Paste the contents of the SSH private key file." msgstr "SSH 秘密鍵ファイルの内容を貼り付けます。" @@ -3590,7 +3332,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:121 +#: client/src/inventories-hosts/inventories/inventory.list.js:119 msgid "Pending Delete" msgstr "保留中の削除" @@ -3599,40 +3341,30 @@ msgid "Period" msgstr "期間" #: client/src/projects/add/projects-add.controller.js:29 -#: client/src/users/add/users-add.controller.js:42 +#: 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:69 +#: client/features/credentials/legacy.credentials.js:66 #: client/src/credentials/credentials.form.js:439 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:125 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:128 +#: 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:391 +#: client/src/templates/job_templates/job-template.form.js:386 #: client/src/templates/workflows.form.js:114 -#: client/src/users/users.form.js:183 -#: client/features/credentials/legacy.credentials.js:64 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:134 -#: client/src/projects/projects.form.js:232 -#: client/src/templates/job_templates/job-template.form.js:411 -#: client/src/templates/workflows.form.js:119 -#: client/src/users/users.form.js:184 +#: client/src/users/users.form.js:187 msgid "Permissions" msgstr "パーミッション" -#: client/src/job-results/job-results.partial.html:246 -#: client/src/shared/form-generator.js:1062 -#: client/src/templates/job_templates/job-template.form.js:109 -#: client/src/templates/job_templates/job-template.form.js:120 -#: client/src/shared/form-generator.js:1114 -#: client/src/templates/job_templates/job-template.form.js:113 -#: client/src/templates/job_templates/job-template.form.js:124 +#: client/src/job-results/job-results.partial.html:249 +#: client/src/shared/form-generator.js:1069 +#: 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:88 msgid "Playbook Directory" msgstr "Playbook ディレクトリー" @@ -3640,20 +3372,19 @@ msgstr "Playbook ディレクトリー" msgid "Playbook Run" msgstr "Playbook 実行" -#: client/src/job-results/job-results.partial.html:485 +#: client/src/job-results/job-results.partial.html:488 msgid "Plays" msgstr "プレイ" -#: client/src/users/users.form.js:122 client/src/users/users.form.js:123 +#: client/src/users/users.form.js:126 msgid "Please add user to an Organization." msgstr "ユーザーを組織に追加してください。" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:101 +#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:100 msgid "Please assign roles to the selected resources" msgstr "ロールを選択したリソースに割り当ててください。" #: client/src/access/add-rbac-resource/rbac-resource.partial.html:60 -#: client/src/access/add-rbac-resource/rbac-resource.partial.html:62 msgid "Please assign roles to the selected users/teams" msgstr "ロールを選択したユーザー/チームに割り当ててください。" @@ -3663,44 +3394,34 @@ msgid "" "license key." msgstr "以下のボタンをクリックし、Ansible の web サイトに移動して Tower ライセンスキーを取得します。" -#: client/src/inventories-hosts/inventory-hosts.strings.js:25 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.strings.js:8 +#: client/src/inventories-hosts/inventory-hosts.strings.js:27 msgid "Please click the icon to edit the host filter." msgstr "アイコンをクリックしてホストフィルターを編集します。" -#: client/src/shared/form-generator.js:854 -#: client/src/shared/form-generator.js:949 -#: client/src/shared/form-generator.js:877 -#: client/src/shared/form-generator.js:973 +#: client/src/shared/form-generator.js:861 +#: client/src/shared/form-generator.js:956 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:1151 -#: client/src/shared/form-generator.js:1203 +#: client/src/shared/form-generator.js:1158 msgid "Please enter a number greater than %d and less than %d." msgstr "%d より大きく、%d より小さい数値を入力してください。" -#: client/src/shared/form-generator.js:1153 -#: client/src/shared/form-generator.js:1205 +#: client/src/shared/form-generator.js:1160 msgid "Please enter a number greater than %d." msgstr "%d より大きい数値を入力してください。" -#: client/src/shared/form-generator.js:1145 -#: client/src/shared/form-generator.js:1197 +#: client/src/shared/form-generator.js:1152 msgid "Please enter a number." msgstr "数値を入力してください。" -#: client/src/job-submission/job-submission.partial.html:111 -#: client/src/job-submission/job-submission.partial.html:124 -#: client/src/job-submission/job-submission.partial.html:137 -#: client/src/job-submission/job-submission.partial.html:150 +#: 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 +#: client/src/job-submission/job-submission.partial.html:154 #: client/src/login/loginModal/loginModal.partial.html:78 -#: client/src/job-submission/job-submission.partial.html:109 -#: client/src/job-submission/job-submission.partial.html:122 -#: client/src/job-submission/job-submission.partial.html:135 -#: client/src/job-submission/job-submission.partial.html:148 msgid "Please enter a password." msgstr "パスワードを入力してください。" @@ -3708,56 +3429,39 @@ msgstr "パスワードを入力してください。" msgid "Please enter a username." msgstr "ユーザー名を入力してください。" -#: client/src/shared/form-generator.js:844 -#: client/src/shared/form-generator.js:939 -#: client/src/shared/form-generator.js:867 -#: client/src/shared/form-generator.js:963 +#: client/src/shared/form-generator.js:851 +#: client/src/shared/form-generator.js:946 msgid "Please enter a valid email address." msgstr "有効なメールアドレスを入力してください。" #: client/lib/components/components.strings.js:15 -#: client/src/shared/form-generator.js:1009 -#: client/src/shared/form-generator.js:839 -#: client/src/shared/form-generator.js:934 -#: client/src/shared/form-generator.js:1061 -#: client/src/shared/form-generator.js:862 -#: client/src/shared/form-generator.js:958 +#: client/src/shared/form-generator.js:1016 +#: client/src/shared/form-generator.js:846 +#: client/src/shared/form-generator.js:941 msgid "Please enter a value." msgstr "値を入力してください。" -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:304 -#: client/src/job-submission/job-submission.partial.html:310 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 -#: client/src/job-submission/job-submission.partial.html:301 -#: client/src/job-submission/job-submission.partial.html:307 +#: 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/job-submission/job-submission.partial.html:311 +#: client/src/job-submission/job-submission.partial.html:317 msgid "Please enter an answer between" msgstr "次の範囲で回答を入力してください:" -#: client/src/job-submission/job-submission.partial.html:309 -#: client/src/job-submission/job-submission.partial.html:306 +#: client/src/job-submission/job-submission.partial.html:316 msgid "Please enter an answer that is a decimal number." msgstr "10 進数の回答を入力してください。" -#: client/src/job-submission/job-submission.partial.html:303 -#: client/src/job-submission/job-submission.partial.html:300 +#: client/src/job-submission/job-submission.partial.html:310 msgid "Please enter an answer that is a valid integer." msgstr "有効な整数の回答を入力してください。" -#: client/src/job-submission/job-submission.partial.html:281 -#: client/src/job-submission/job-submission.partial.html:286 -#: client/src/job-submission/job-submission.partial.html:297 -#: client/src/job-submission/job-submission.partial.html:302 -#: client/src/job-submission/job-submission.partial.html:308 -#: client/src/job-submission/job-submission.partial.html:278 -#: client/src/job-submission/job-submission.partial.html:283 -#: client/src/job-submission/job-submission.partial.html:294 -#: client/src/job-submission/job-submission.partial.html:299 -#: client/src/job-submission/job-submission.partial.html:305 +#: 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 +#: client/src/job-submission/job-submission.partial.html:309 +#: client/src/job-submission/job-submission.partial.html:315 msgid "Please enter an answer." msgstr "回答を入力してください。" @@ -3766,7 +3470,7 @@ msgstr "回答を入力してください。" msgid "Please save and run a job to view." msgstr "表示するジョブを保存し、実行してください。" -#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:49 +#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:50 msgid "Please save before adding a survey to this job template." msgstr "Survey をこのジョブテンプレートに追加する前に保存してください。" @@ -3783,44 +3487,34 @@ msgstr "通知を追加する前に保存してください。" msgid "Please save before adding users." msgstr "ユーザーを追加する前に保存してください。" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:121 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:124 +#: 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:384 +#: client/src/templates/job_templates/job-template.form.js:379 #: client/src/templates/workflows.form.js:107 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:130 -#: client/src/projects/projects.form.js:224 -#: client/src/templates/job_templates/job-template.form.js:404 -#: client/src/templates/workflows.form.js:112 msgid "Please save before assigning permissions." msgstr "パーミッションを割り当てる前に保存してください。" -#: client/src/users/users.form.js:120 client/src/users/users.form.js:179 -#: client/src/users/users.form.js:121 client/src/users/users.form.js:180 +#: client/src/users/users.form.js:124 client/src/users/users.form.js:183 msgid "Please save before assigning to organizations." msgstr "組織に割り当てる前に保存してください。" -#: client/src/users/users.form.js:148 client/src/users/users.form.js:149 +#: client/src/users/users.form.js:152 msgid "Please save before assigning to teams." msgstr "チームに割り当てる前に保存してください。" -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:169 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:175 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:164 msgid "Please save before creating groups." msgstr "グループを作成する前に保存してください。" -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:178 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:173 msgid "Please save before creating hosts." msgstr "ホストを作成する前に保存してください。" #: client/src/inventories-hosts/hosts/host.form.js:112 #: client/src/inventories-hosts/inventories/related/groups/groups.form.js:86 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:111 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:111 -#: client/src/inventories-hosts/hosts/host.form.js:116 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:116 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:110 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:112 msgid "Please save before defining groups." msgstr "グループを定義する前に保存してください。" @@ -3828,8 +3522,7 @@ msgstr "グループを定義する前に保存してください。" msgid "Please save before defining hosts." msgstr "ホストを定義する前に保存してください。" -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:187 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:193 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:182 msgid "Please save before defining inventory sources." msgstr "インベントリーソースを定義する前に保存してください。" @@ -3838,22 +3531,17 @@ msgid "Please save before defining the workflow graph." msgstr "ワークフローグラフを定義する前に保存してください。" #: client/src/inventories-hosts/hosts/host.form.js:121 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:119 -#: client/src/inventories-hosts/hosts/host.form.js:125 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:118 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:120 msgid "Please save before viewing Insights." msgstr "Insights を表示する前に保存してください。" #: client/src/inventories-hosts/hosts/host.form.js:105 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:104 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:104 -#: client/src/inventories-hosts/hosts/host.form.js:109 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:109 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:103 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:105 msgid "Please save before viewing facts." msgstr "ファクトを表示する前に保存してください。" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:167 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:164 msgid "Please save before viewing hosts." msgstr "ホストを表示する前に保存してください。" @@ -3870,35 +3558,27 @@ msgid "Please select a Credential." msgstr "認証情報を選択してください。" #: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:46 -#: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:43 msgid "" "Please select a machine (SSH) credential or check the \"Prompt on launch\" " "option." msgstr "マシン (SSH) 認証情報を選択するか、または「起動プロンプト」オプションにチェックを付けます。" -#: client/src/shared/form-generator.js:1186 -#: client/src/shared/form-generator.js:1238 +#: client/src/shared/form-generator.js:1193 msgid "Please select a number between" msgstr "Please select a number between" -#: client/src/shared/form-generator.js:1182 -#: client/src/shared/form-generator.js:1234 +#: client/src/shared/form-generator.js:1189 msgid "Please select a number." msgstr "数値を選択してください。" -#: client/src/shared/form-generator.js:1074 -#: client/src/shared/form-generator.js:1142 -#: client/src/shared/form-generator.js:1263 -#: client/src/shared/form-generator.js:1371 -#: client/src/shared/form-generator.js:1126 -#: client/src/shared/form-generator.js:1194 -#: client/src/shared/form-generator.js:1314 -#: client/src/shared/form-generator.js:1422 +#: 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 msgid "Please select a value." msgstr "値を選択してください。" #: client/src/templates/job_templates/job-template.form.js:77 -#: client/src/templates/job_templates/job-template.form.js:81 msgid "Please select an Inventory or check the Prompt on launch option." msgstr "インベントリーを選択するか、または「起動プロンプト」オプションにチェックを付けてください。" @@ -3906,8 +3586,11 @@ msgstr "インベントリーを選択するか、または「起動プロンプ msgid "Please select an Inventory." msgstr "インベントリーを選択してください。" -#: client/src/shared/form-generator.js:1179 -#: client/src/shared/form-generator.js:1231 +#: 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 msgid "Please select at least one value." msgstr "1 つ以上の値を選択してください。" @@ -3915,7 +3598,7 @@ msgstr "1 つ以上の値を選択してください。" msgid "Please select resources from the lists below." msgstr "以下の一覧からリソースを選択してください。" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 msgid "Populate the hosts for this inventory by using a search filter." msgstr "検索フィルターを使用してこのインベントリーのホストを設定します。" @@ -3930,8 +3613,7 @@ msgid "Private Key" msgstr "秘密鍵" #: client/src/credentials/credentials.form.js:264 -#: client/src/job-submission/job-submission.partial.html:116 -#: client/src/job-submission/job-submission.partial.html:114 +#: client/src/job-submission/job-submission.partial.html:118 msgid "Private Key Passphrase" msgstr "秘密鍵のパスフレーズ" @@ -3941,44 +3623,30 @@ msgid "Privilege Escalation" msgstr "権限昇格" #: client/src/credentials/credentials.form.js:305 -#: client/src/job-submission/job-submission.partial.html:129 -#: client/src/credentials/factories/become-method-change.factory.js:19 -#: client/src/credentials/factories/kind-change.factory.js:76 -#: client/src/job-submission/job-submission.partial.html:127 +#: client/src/job-submission/job-submission.partial.html:132 msgid "Privilege Escalation Password" msgstr "権限昇格のパスワード" #: client/src/credentials/credentials.form.js:295 -#: client/src/credentials/factories/become-method-change.factory.js:18 -#: client/src/credentials/factories/kind-change.factory.js:75 msgid "Privilege Escalation Username" msgstr "権限昇格のユーザー名" #: 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:213 -#: client/src/templates/job_templates/job-template.form.js:103 +#: 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 -#: client/src/credentials/factories/become-method-change.factory.js:32 -#: client/src/credentials/factories/kind-change.factory.js:89 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:88 -#: client/src/templates/job_templates/job-template.form.js:107 -#: client/src/templates/job_templates/job-template.form.js:95 msgid "Project" msgstr "プロジェクト" -#: client/src/credentials/factories/become-method-change.factory.js:59 -#: client/src/credentials/factories/kind-change.factory.js:116 -#: client/src/credentials/factories/become-method-change.factory.js:61 -#: client/src/credentials/factories/kind-change.factory.js:118 +#: client/src/credentials/factories/become-method-change.factory.js:53 +#: client/src/credentials/factories/kind-change.factory.js:110 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:74 -#: client/src/projects/projects.form.js:82 msgid "Project Base Path" msgstr "プロジェクトのベースパス" @@ -3987,7 +3655,6 @@ msgid "Project Name" msgstr "プロジェクト名" #: client/src/projects/projects.form.js:100 -#: client/src/projects/projects.form.js:99 msgid "Project Path" msgstr "プロジェクトパス" @@ -3996,12 +3663,11 @@ msgid "Project Sync Failures" msgstr "プロジェクトの同期の失敗" #: client/src/projects/list/projects-list.controller.js:170 -#: client/src/projects/list/projects-list.controller.js:169 msgid "Project lookup failed. GET returned:" msgstr "プロジェクトの検索に失敗しました。GET で以下が返されました:" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:121 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:48 +#: 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/home/dashboard/counts/dashboard-counts.directive.js:61 #: client/src/organizations/linkout/organizations-linkout.route.js:206 @@ -4014,12 +3680,10 @@ msgid_plural "Promote groups" msgstr[0] "グループのプロモート" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:43 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:43 msgid "Promote groups" msgstr "グループのプロモート" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:32 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:32 msgid "Promote groups and hosts" msgstr "グループおよびホストのプロモート" @@ -4029,7 +3693,6 @@ msgid_plural "Promote hosts" msgstr[0] "ホストのプロモート" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:54 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:54 msgid "Promote hosts" msgstr "ホストのプロモート" @@ -4042,31 +3705,20 @@ msgid "Prompt" msgstr "プロンプト" #: client/lib/components/components.strings.js:30 -#: client/src/templates/job_templates/job-template.form.js:144 -#: client/src/templates/job_templates/job-template.form.js:174 -#: client/src/templates/job_templates/job-template.form.js:191 -#: client/src/templates/job_templates/job-template.form.js:217 -#: client/src/templates/job_templates/job-template.form.js:234 -#: client/src/templates/job_templates/job-template.form.js:259 -#: client/src/templates/job_templates/job-template.form.js:359 +#: 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/src/templates/job_templates/job-template.form.js:60 #: client/src/templates/job_templates/job-template.form.js:86 -#: client/src/templates/job_templates/job-template.form.js:147 -#: client/src/templates/job_templates/job-template.form.js:183 -#: client/src/templates/job_templates/job-template.form.js:200 -#: client/src/templates/job_templates/job-template.form.js:228 -#: client/src/templates/job_templates/job-template.form.js:247 -#: client/src/templates/job_templates/job-template.form.js:261 -#: client/src/templates/job_templates/job-template.form.js:376 -#: client/src/templates/job_templates/job-template.form.js:64 -#: client/src/templates/job_templates/job-template.form.js:90 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 -#: client/src/templates/job_templates/job-template.form.js:220 -#: client/src/templates/job_templates/job-template.form.js:239 msgid "Provide a comma separated list of tags." msgstr "カンマ区切りのタグの一覧を指定してください。" @@ -4088,12 +3740,10 @@ 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/inventories-hosts/hosts/host.form.js:49 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:48 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:168 +#: client/src/templates/job_templates/job-template.form.js:163 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" @@ -4104,7 +3754,6 @@ msgstr "" " ドキュメントを参照してください。" #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:116 -#: client/src/templates/job_templates/job-template.form.js:174 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 " @@ -4117,8 +3766,15 @@ msgstr "" msgid "Provide environment variables to pass to the custom inventory script." msgstr "カスタムインベントリースクリプトに渡す環境変数を指定します。" -#: client/src/templates/job_templates/job-template.form.js:316 -#: client/src/templates/job_templates/job-template.form.js:324 +#: 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 +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 msgid "Provisioning Callback URL" msgstr "プロビジョニングコールバック URL" @@ -4163,12 +3819,10 @@ msgstr "最近使用されたテンプレート" #: 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/activity-stream/streams.list.js:55 msgid "REFRESH" msgstr "更新" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:109 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:96 msgid "REGIONS" msgstr "リージョン" @@ -4176,7 +3830,7 @@ msgstr "リージョン" msgid "RELATED FIELDS:" msgstr "関連フィールド:" -#: client/src/shared/directives.js:78 client/src/shared/directives.js:136 +#: client/src/shared/directives.js:78 msgid "REMOVE" msgstr "削除" @@ -4194,14 +3848,11 @@ msgstr "結果" #: 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/job-submission/job-submission.partial.html:85 msgid "REVERT" msgstr "元に戻す" #: client/src/credentials/factories/become-method-change.factory.js:25 #: client/src/credentials/factories/kind-change.factory.js:82 -#: client/src/credentials/factories/become-method-change.factory.js:27 -#: client/src/credentials/factories/kind-change.factory.js:84 msgid "RSA Private Key" msgstr "RSA 秘密鍵" @@ -4222,7 +3873,7 @@ msgstr "コマンドの実行" msgid "Random" msgstr "ランダム" -#: client/src/job-results/job-results.partial.html:408 +#: client/src/job-results/job-results.partial.html:411 msgid "Read only view of extra variables added to the job template." msgstr "追加変数の読み取り専用ビューがジョブテンプレートに追加されました。" @@ -4234,9 +3885,8 @@ msgstr "追加変数の読み取り専用ビューがワークフローに追加 msgid "Recent Notifications" msgstr "最近の通知" -#: client/src/notifications/notificationTemplates.form.js:101 -#: client/src/notifications/notificationTemplates.form.js:97 -#: client/src/notifications/notificationTemplates.form.js:102 +#: client/src/notifications/notificationTemplates.form.js:94 +#: client/src/notifications/notificationTemplates.form.js:98 msgid "Recipient List" msgstr "受信者リスト" @@ -4245,7 +3895,7 @@ msgstr "受信者リスト" msgid "Red" msgstr "赤" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 msgid "" "Refer to the Ansible Tower documentation for further syntax and examples." msgstr "追加の構文およびサンプルについては、Ansible Tower ドキュメントを参照してください。" @@ -4261,7 +3911,6 @@ msgstr "追加の構文およびサンプルについては、Ansible Tower ド #: 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/activity-stream/streams.list.js:52 msgid "Refresh the page" msgstr "ページの更新" @@ -4271,7 +3920,6 @@ msgid "Region:" msgstr "リージョン:" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:131 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:122 msgid "Regions" msgstr "リージョン" @@ -4288,22 +3936,17 @@ msgstr "関連するグループ" msgid "Relaunch using the same parameters" msgstr "同一パラメーターによる起動" -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:199 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:205 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:194 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:218 -#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:85 -#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:86 -#: client/src/users/users.form.js:219 +#: client/src/teams/teams.form.js:142 client/src/users/users.form.js:222 msgid "Remove" msgstr "削除" #: client/src/projects/projects.form.js:158 -#: client/src/projects/projects.form.js:157 msgid "Remove any local modifications prior to performing an update." msgstr "更新の実行前にローカルの変更を削除します。" @@ -4315,7 +3958,7 @@ msgstr "繰り返しの頻度" msgid "Request License" msgstr "ライセンスの要求" -#: client/src/templates/survey-maker/shared/question-definition.form.js:288 +#: client/src/templates/survey-maker/shared/question-definition.form.js:291 msgid "Required" msgstr "必須" @@ -4323,12 +3966,11 @@ msgstr "必須" msgid "Reset" msgstr "リセット" -#: client/src/job-results/job-results.partial.html:120 +#: client/src/job-results/job-results.partial.html:123 msgid "Results Traceback" msgstr "結果のトレースバック" -#: client/src/shared/form-generator.js:684 -#: client/src/shared/form-generator.js:701 +#: client/src/shared/form-generator.js:690 msgid "Revert" msgstr "元に戻す" @@ -4343,45 +3985,40 @@ msgstr "元に戻す" #: 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:73 +#: 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/ui-form/configuration-ui.form.js:36 msgid "Revert all to default" msgstr "すべてをデフォルトに戻す" -#: client/src/job-results/job-results.partial.html:236 +#: client/src/job-results/job-results.partial.html:239 #: 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:275 +#: client/src/projects/edit/projects-edit.controller.js:281 msgid "Revision #" msgstr "リビジョン #" -#: client/features/credentials/legacy.credentials.js:91 +#: 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:151 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:154 +#: 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:201 -#: client/features/credentials/legacy.credentials.js:86 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:160 -#: client/src/projects/projects.form.js:254 -#: client/src/templates/workflows.form.js:143 -#: client/src/users/users.form.js:202 +#: client/src/users/users.form.js:205 msgid "Role" msgstr "ロール" -#: client/src/instance-groups/instance-group.partial.html:15 -#: client/src/instance-groups/instance-groups.list.js:25 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:15 -#: client/src/instance-groups/instances/instances-list.partial.html:21 +#: client/src/instance-groups/instance-group.partial.html:14 +#: 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:32 +#: client/src/instance-groups/list/instance-groups-list.partial.html:29 msgid "Running Jobs" msgstr "実行中のジョブ" @@ -4397,13 +4034,12 @@ msgstr "SAML" #: 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 -#: client/src/partials/survey-maker-modal.html:86 +#: client/src/partials/survey-maker-modal.html:87 #: client/src/shared/instance-groups-multiselect/instance-groups-modal/instance-groups-modal.partial.html:18 -#: client/lib/services/base-string.service.js:30 msgid "SAVE" msgstr "保存" -#: client/src/scheduler/main.js:331 client/src/scheduler/main.js:330 +#: client/src/scheduler/main.js:331 msgid "SCHEDULED" msgstr "スケジュール済み" @@ -4419,39 +4055,34 @@ msgstr "スケジュール済みジョブ" #: 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/activity-stream/get-target-title.factory.js:35 msgid "SCHEDULES" msgstr "スケジュール" #: client/src/projects/add/projects-add.controller.js:118 -#: client/src/projects/edit/projects-edit.controller.js:248 +#: client/src/projects/edit/projects-edit.controller.js:254 msgid "SCM Branch" msgstr "SCM ブランチ" #: client/src/projects/add/projects-add.controller.js:137 -#: client/src/projects/edit/projects-edit.controller.js:266 +#: client/src/projects/edit/projects-edit.controller.js:272 msgid "SCM Branch/Tag/Commit" msgstr "SCM ブランチ/タグ/コミット" #: client/src/projects/add/projects-add.controller.js:158 -#: client/src/projects/edit/projects-edit.controller.js:287 +#: client/src/projects/edit/projects-edit.controller.js:293 msgid "SCM Branch/Tag/Revision" msgstr "SCM ブランチ/タグ/リビジョン" #: client/src/projects/projects.form.js:159 -#: client/src/projects/projects.form.js:158 msgid "SCM Clean" msgstr "SCM クリーニング" #: client/src/projects/projects.form.js:170 -#: client/src/projects/projects.form.js:169 msgid "SCM Delete" msgstr "SCM 削除" #: client/src/credentials/factories/become-method-change.factory.js:20 #: client/src/credentials/factories/kind-change.factory.js:77 -#: client/src/credentials/factories/become-method-change.factory.js:22 -#: client/src/credentials/factories/kind-change.factory.js:79 msgid "SCM Private Key" msgstr "SCM 秘密鍵" @@ -4461,23 +4092,19 @@ 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:179 msgid "SCM Update" msgstr "SCM 更新" #: client/src/projects/list/projects-list.controller.js:222 -#: client/src/projects/list/projects-list.controller.js:221 msgid "SCM Update Cancel" msgstr "SCM 更新の取り消し" #: client/src/projects/projects.form.js:150 -#: client/src/projects/projects.form.js:149 msgid "SCM Update Options" msgstr "SCM 更新オプション" -#: client/src/projects/edit/projects-edit.controller.js:136 +#: client/src/projects/edit/projects-edit.controller.js:137 #: client/src/projects/list/projects-list.controller.js:84 -#: client/src/projects/list/projects-list.controller.js:83 msgid "SCM update currently running" msgstr "現在実行中の SCM 更新" @@ -4510,7 +4137,6 @@ msgstr "選択済み:" #: client/src/main-menu/main-menu.partial.html:59 #: client/src/setup-menu/setup.route.js:9 -#: client/src/setup-menu/setup.route.js:8 msgid "SETTINGS" msgstr "設定" @@ -4526,13 +4152,12 @@ msgstr "サインイン" msgid "SIGN IN WITH" msgstr "サインイン:" -#: client/src/inventories-hosts/hosts/host.list.js:109 +#: client/src/inventories-hosts/hosts/host.list.js:110 #: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:32 msgid "SMART INVENTORY" msgstr "スマートインベントリー" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:102 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:89 msgid "SOURCE" msgstr "ソース" @@ -4540,10 +4165,8 @@ msgstr "ソース" msgid "SOURCES" msgstr "ソース" -#: client/src/credentials/factories/become-method-change.factory.js:95 -#: client/src/credentials/factories/kind-change.factory.js:152 -#: client/src/credentials/factories/become-method-change.factory.js:97 -#: client/src/credentials/factories/kind-change.factory.js:154 +#: client/src/credentials/factories/become-method-change.factory.js:89 +#: client/src/credentials/factories/kind-change.factory.js:146 msgid "SSH Key" msgstr "SSH キー" @@ -4551,22 +4174,19 @@ msgstr "SSH キー" msgid "SSH key description" msgstr "SSH キーの説明" -#: client/src/notifications/notificationTemplates.form.js:378 -#: client/src/notifications/notificationTemplates.form.js:390 +#: client/src/notifications/notificationTemplates.form.js:375 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:122 msgid "STANDARD OUT" 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:52 msgid "STARTED" msgstr "開始" @@ -4581,7 +4201,7 @@ msgstr "ステータス" msgid "STS Token" msgstr "STS トークン" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:60 +#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:61 msgid "SUCCESSFUL" msgstr "成功" @@ -4597,39 +4217,34 @@ msgstr "すべてを同期する" msgid "SYSTEM TRACKING" msgstr "システムトラッキング" -#: client/src/credentials/factories/become-method-change.factory.js:76 -#: client/src/credentials/factories/kind-change.factory.js:133 -#: client/src/credentials/factories/become-method-change.factory.js:78 -#: client/src/credentials/factories/kind-change.factory.js:135 +#: client/src/credentials/factories/become-method-change.factory.js:70 +#: client/src/credentials/factories/kind-change.factory.js:127 msgid "Satellite 6 URL" 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:196 +#: 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:1683 -#: client/src/shared/form-generator.js:1734 +#: client/src/shared/form-generator.js:1691 msgid "Save" msgstr "保存" #: client/src/configuration/auth-form/configuration-auth.controller.js:86 -#: client/src/configuration/configuration.controller.js:209 -#: client/src/configuration/configuration.controller.js:268 -#: client/src/configuration/system-form/configuration-system.controller.js:66 +#: client/src/configuration/configuration.controller.js:213 +#: client/src/configuration/configuration.controller.js:272 +#: client/src/configuration/system-form/configuration-system.controller.js:68 msgid "Save changes" msgstr "変更の保存" -#: client/src/license/license.partial.html:122 +#: client/src/license/license.partial.html:127 msgid "Save successful!" msgstr "正常に保存が実行されました!" #: client/src/templates/templates.list.js:88 -#: client/src/partials/subhome.html:10 msgid "Schedule" msgstr "スケジュール" #: client/src/management-jobs/card/card.partial.html:28 -#: client/src/management-jobs/card/card.partial.html:26 msgid "Schedule Management Job" msgstr "管理ジョブのスケジュール" @@ -4647,14 +4262,11 @@ msgstr "ジョブテンプレート実行のスケジュール" #: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33 #: client/src/jobs/jobs.partial.html:10 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32 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/shared/smart-search/smart-search.controller.js:39 -#: client/src/shared/smart-search/smart-search.controller.js:84 msgid "Search" msgstr "検索" @@ -4676,8 +4288,7 @@ msgstr "" "セキュリティートークンサービス (STS) は、AWS Identity and Access Management (IAM) " "ユーザーの一時的な、権限の制限された認証情報を要求できる web サービスです。" -#: client/src/shared/form-generator.js:1687 -#: client/src/shared/form-generator.js:1738 +#: client/src/shared/form-generator.js:1695 msgid "Select" msgstr "選択" @@ -4721,11 +4332,10 @@ msgstr "" #: client/src/configuration/jobs-form/configuration-jobs.controller.js:109 #: client/src/configuration/jobs-form/configuration-jobs.controller.js:134 #: client/src/configuration/ui-form/configuration-ui.controller.js:95 -#: client/src/configuration/jobs-form/configuration-jobs.controller.js:124 msgid "Select commands" msgstr "コマンドの選択" -#: client/src/templates/job_templates/job-template.form.js:138 +#: client/src/templates/job_templates/job-template.form.js:133 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 " @@ -4739,7 +4349,6 @@ msgstr "" "については、認証情報を選択せずに「起動プロンプト」を選択すると、実行時にマシン認証情報を選択する必要があります。認証情報を選択し、「起動プロンプト」にチェックを付けている場合、選択した認証情報が実行時に更新できるデフォルトになります。" #: client/src/projects/projects.form.js:98 -#: client/src/projects/projects.form.js:97 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 " @@ -4748,8 +4357,8 @@ msgstr "" "プロジェクトのベースパスにあるデイレクトリーの一覧から選択します。ベースパスと Playbook ディレクトリーは、Playbook " "を見つけるために使用される完全なパスを提供します。" -#: client/src/configuration/auth-form/configuration-auth.controller.js:262 -#: client/src/configuration/auth-form/configuration-auth.controller.js:281 +#: client/src/configuration/auth-form/configuration-auth.controller.js:263 +#: client/src/configuration/auth-form/configuration-auth.controller.js:282 msgid "Select group types" msgstr "グループタイプの選択" @@ -4757,20 +4366,18 @@ msgstr "グループタイプの選択" msgid "Select roles" msgstr "ロールの選択" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:77 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:85 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74 msgid "Select the Instance Groups for this Inventory to run on." msgstr "このインベントリーが実行されるインスタンスグループを選択します。" -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:85 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:80 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:198 -#: client/src/templates/job_templates/job-template.form.js:207 +#: client/src/templates/job_templates/job-template.form.js:193 msgid "Select the Instance Groups for this Job Template to run on." msgstr "このジョブテンプレートが実行されるインスタンスグループを選択します。" @@ -4789,7 +4396,6 @@ msgstr "" #: client/src/templates/job_templates/job-template.form.js:79 #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:81 -#: client/src/templates/job_templates/job-template.form.js:83 msgid "Select the inventory containing the hosts you want this job to manage." msgstr "このジョブで管理するホストが含まれるインベントリーを選択してください。" @@ -4799,18 +4405,16 @@ msgid "" "the dropdown or enter a file within the input." msgstr "このソースで同期されるインベントリーファイルを選択します。ドロップダウンから選択するか、入力にファイルを指定できます。" -#: client/src/templates/job_templates/job-template.form.js:119 -#: client/src/templates/job_templates/job-template.form.js:123 +#: client/src/templates/job_templates/job-template.form.js:114 msgid "Select the playbook to be executed by this job." msgstr "このジョブで実行される Playbook を選択してください。" -#: client/src/templates/job_templates/job-template.form.js:102 -#: client/src/templates/job_templates/job-template.form.js:106 +#: client/src/templates/job_templates/job-template.form.js:99 msgid "" "Select the project containing the playbook you want this job to execute." msgstr "このジョブで実行する Playbook が含まれるプロジェクトを選択してください。" -#: client/src/configuration/system-form/configuration-system.controller.js:191 +#: client/src/configuration/system-form/configuration-system.controller.js:197 msgid "Select types" msgstr "タイプの選択" @@ -4819,15 +4423,12 @@ msgstr "タイプの選択" msgid "Select which groups to create automatically." msgstr "自動作成するグループを選択します。" -#: client/src/notifications/notificationTemplates.form.js:113 -#: client/src/notifications/notificationTemplates.form.js:114 +#: client/src/notifications/notificationTemplates.form.js:110 msgid "Sender Email" msgstr "送信者のメール" #: client/src/credentials/factories/become-method-change.factory.js:24 #: client/src/credentials/factories/kind-change.factory.js:81 -#: client/src/credentials/factories/become-method-change.factory.js:26 -#: client/src/credentials/factories/kind-change.factory.js:83 msgid "Service Account Email Address" msgstr "サービスアカウントのメールアドレス" @@ -4849,27 +4450,19 @@ msgstr "" msgid "Settings" msgstr "設定" -#: client/src/job-submission/job-submission.partial.html:107 -#: client/src/job-submission/job-submission.partial.html:120 -#: client/src/job-submission/job-submission.partial.html:133 -#: client/src/job-submission/job-submission.partial.html:146 -#: client/src/job-submission/job-submission.partial.html:292 -#: client/src/shared/form-generator.js:869 -#: client/src/job-submission/job-submission.partial.html:105 -#: client/src/job-submission/job-submission.partial.html:118 -#: client/src/job-submission/job-submission.partial.html:131 -#: client/src/job-submission/job-submission.partial.html:144 -#: client/src/job-submission/job-submission.partial.html:289 -#: client/src/shared/form-generator.js:892 +#: client/src/job-submission/job-submission.partial.html:108 +#: client/src/job-submission/job-submission.partial.html:122 +#: 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 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:250 -#: client/src/templates/job_templates/job-template.form.js:253 -#: client/src/templates/job_templates/job-template.form.js:252 -#: client/src/templates/job_templates/job-template.form.js:255 +#: client/src/templates/job_templates/job-template.form.js:245 +#: client/src/templates/job_templates/job-template.form.js:248 msgid "Show Changes" msgstr "変更の表示" @@ -4877,43 +4470,33 @@ msgstr "変更の表示" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:44 #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:55 #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:76 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:34 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:45 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:56 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:77 msgid "Sign in with %s" msgstr "%s でサインイン" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:63 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:64 msgid "Sign in with %s Organizations" msgstr "%s 組織でサインイン" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:61 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:62 msgid "Sign in with %s Teams" msgstr "%s チームでサインイン" -#: client/src/job-results/job-results.partial.html:392 -#: client/src/job-submission/job-submission.partial.html:239 -#: client/src/templates/job_templates/job-template.form.js:222 -#: client/src/templates/job_templates/job-template.form.js:229 +#: client/src/job-results/job-results.partial.html:395 +#: 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/job-submission/job-submission.partial.html:237 -#: client/src/templates/job_templates/job-template.form.js:233 -#: client/src/templates/job_templates/job-template.form.js:242 msgid "Skip Tags" msgstr "スキップタグ" #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:148 -#: client/src/templates/job_templates/job-template.form.js:240 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:228 +#: client/src/templates/job_templates/job-template.form.js:223 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. " @@ -4923,16 +4506,15 @@ msgstr "" "のサイズが大きい場合にプレイまたはタスクの特定の部分をスキップする必要がある場合に役立ちます。カンマを使って複数のタグを区切ります。タグの使用方法の詳細については、Ansible" " Tower ドキュメントを参照してください。" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:69 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:62 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:66 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/organizations/linkout/controllers/organizations-inventories.controller.js:70 -#: client/src/shared/form-generator.js:1449 -#: client/src/shared/form-generator.js:1500 +#: client/src/shared/form-generator.js:1456 msgid "Smart Inventory" msgstr "スマートインベントリー" @@ -4942,8 +4524,6 @@ msgstr "Playbook で解決可能" #: 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:61 -#: client/src/partials/subhome.html:8 msgid "Source" msgstr "ソース" @@ -4956,15 +4536,12 @@ msgstr "ソースコントロール" msgid "Source Details" msgstr "ソース詳細" -#: client/src/notifications/notificationTemplates.form.js:195 -#: client/src/notifications/notificationTemplates.form.js:196 -#: client/src/notifications/notificationTemplates.form.js:198 -#: client/src/notifications/notificationTemplates.form.js:199 +#: client/src/notifications/notificationTemplates.form.js:192 +#: client/src/notifications/notificationTemplates.form.js:193 msgid "Source Phone Number" msgstr "発信元の電話番号" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:136 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:127 msgid "Source Regions" msgstr "ソースリージョン" @@ -4978,10 +4555,6 @@ msgstr "ソースリージョン" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:281 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:291 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:298 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:195 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:202 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:218 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:241 msgid "Source Variables" msgstr "ソース変数" @@ -4990,12 +4563,11 @@ 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:189 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:195 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184 msgid "Sources" msgstr "ソース" -#: client/src/notifications/notificationTemplates.form.js:333 +#: client/src/notifications/notificationTemplates.form.js:330 msgid "" "Specify HTTP Headers in JSON format. Refer to the Ansible Tower " "documentation for example syntax." @@ -5007,7 +4579,7 @@ msgid "" "parameter, where %s could be %s" msgstr "%s 操作のメソッドを指定します。これは %s を指定することに相当します。%s は %s にすることができます。" -#: client/src/notifications/notificationTemplates.form.js:295 +#: client/src/notifications/notificationTemplates.form.js:292 msgid "" "Specify a notification color. Acceptable colors are: yellow, green, red " "purple, gray or random." @@ -5046,7 +4618,7 @@ msgstr "開始時間" msgid "Start a job using this template" msgstr "このテンプレートを使用したジョブの開始" -#: client/src/projects/edit/projects-edit.controller.js:133 +#: 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 更新の開始" @@ -5055,9 +4627,9 @@ msgstr "SCM 更新の開始" msgid "Start sync process" msgstr "同期プロセスの開始" -#: client/src/job-results/job-results.partial.html:97 +#: client/src/job-results/job-results.partial.html:100 msgid "Started" -msgstr "開始 " +msgstr "開始日時" #: 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 @@ -5073,7 +4645,7 @@ msgstr "ステータス" msgid "Sub Category" msgstr "サブカテゴリー" -#: client/src/license/license.partial.html:121 +#: client/src/license/license.partial.html:126 msgid "Submit" msgstr "送信" @@ -5110,7 +4682,7 @@ msgstr "成功" msgid "Survey" msgstr "Survey" -#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:57 +#: 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 msgid "" "Surveys allow users to be prompted at job launch with a series of questions " @@ -5181,8 +4753,6 @@ msgstr "TACACS+" #: client/src/organizations/list/organizations-list.controller.js:60 #: client/src/teams/main.js:46 client/src/teams/teams.list.js:14 #: client/src/teams/teams.list.js:15 -#: client/src/activity-stream/get-target-title.factory.js:20 -#: client/src/organizations/linkout/organizations-linkout.route.js:96 msgid "TEAMS" msgstr "チーム" @@ -5192,11 +4762,14 @@ msgstr "チーム" #: client/src/templates/list/templates-list.route.js:13 #: client/src/templates/templates.list.js:15 #: client/src/templates/templates.list.js:16 -#: client/src/activity-stream/get-target-title.factory.js:41 msgid "TEMPLATES" msgstr "テンプレート" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:102 +#: client/src/instance-groups/instance-groups.list.js:8 +msgid "THERE ARE CURRENTLY NO INSTANCE GROUPS DEFINED" +msgstr "現時点で定義されたインスタンスグループはありません" + +#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:104 msgid "TIME" msgstr "時間" @@ -5210,13 +4783,12 @@ msgid "Tag None:" msgstr "タグ None:" #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:133 -#: client/src/templates/job_templates/job-template.form.js:221 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:211 +#: client/src/templates/job_templates/job-template.form.js:206 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" @@ -5231,25 +4803,20 @@ msgstr "" msgid "Tags:" msgstr "タグ:" -#: client/src/notifications/notificationTemplates.form.js:312 -#: client/src/notifications/notificationTemplates.form.js:317 +#: client/src/notifications/notificationTemplates.form.js:309 msgid "Target URL" msgstr "ターゲット URL" -#: client/src/job-results/job-results.partial.html:493 +#: client/src/job-results/job-results.partial.html:496 msgid "Tasks" msgstr "タスク" -#: client/features/credentials/legacy.credentials.js:97 +#: 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:157 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:160 +#: 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:92 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:166 -#: client/src/projects/projects.form.js:260 -#: client/src/templates/workflows.form.js:149 msgid "Team Roles" msgstr "チームロール" @@ -5258,20 +4825,16 @@ msgstr "チームロール" #: 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:155 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33 -#: client/src/shared/stateDefinitions.factory.js:364 -#: client/src/users/users.form.js:156 +#: client/src/users/users.form.js:159 msgid "Teams" msgstr "チーム" -#: client/src/job-results/job-results.partial.html:132 +#: client/src/job-results/job-results.partial.html:135 #: client/src/templates/templates.list.js:14 msgid "Template" msgstr "テンプレート" #: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34 msgid "Templates" msgstr "テンプレート" @@ -5279,7 +4842,7 @@ msgstr "テンプレート" msgid "Tenant ID" msgstr "テナント ID" -#: client/src/configuration/system-form/sub-forms/system-logging.form.js:78 +#: client/src/configuration/system-form/sub-forms/system-logging.form.js:79 msgid "Test" msgstr "テスト" @@ -5287,10 +4850,8 @@ msgstr "テスト" msgid "Test notification" msgstr "テスト通知" -#: client/src/shared/form-generator.js:1379 -#: client/src/shared/form-generator.js:1385 -#: client/src/shared/form-generator.js:1430 -#: client/src/shared/form-generator.js:1436 +#: client/src/shared/form-generator.js:1386 +#: client/src/shared/form-generator.js:1392 msgid "That value was not found. Please enter or select a valid value." msgstr "値が見つかりませんでした。有効な値を入力または選択してください。" @@ -5304,14 +4865,12 @@ msgstr "{{inventory.name}} の Insights 認証情報が見つかりませんで #: client/src/credentials/factories/become-method-change.factory.js:32 #: client/src/credentials/factories/kind-change.factory.js:89 -#: client/src/credentials/factories/become-method-change.factory.js:34 -#: client/src/credentials/factories/kind-change.factory.js:91 msgid "" "The Project ID is the GCE assigned identification. It is constructed as two " "words followed by a three digit number. Such as:" msgstr "プロジェクト ID は GCE によって割り当てられる識別情報です。これは、以下のように 2 語とそれに続く 3 桁の数字で構成されます。" -#: client/src/projects/edit/projects-edit.controller.js:326 +#: client/src/projects/edit/projects-edit.controller.js:332 msgid "The SCM update process is running." msgstr "SCM 更新プロセスが実行中です。" @@ -5324,14 +4883,12 @@ 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:510 +#: client/src/job-results/job-results.partial.html:513 msgid "The host count will update when the job is complete." msgstr "ジョブの完了時にホスト数が更新されます。" -#: client/src/credentials/factories/become-method-change.factory.js:68 -#: client/src/credentials/factories/kind-change.factory.js:125 -#: client/src/credentials/factories/become-method-change.factory.js:70 -#: client/src/credentials/factories/kind-change.factory.js:127 +#: client/src/credentials/factories/become-method-change.factory.js:62 +#: client/src/credentials/factories/kind-change.factory.js:119 msgid "The host to authenticate with." msgstr "認証するホスト。" @@ -5350,7 +4907,6 @@ msgid "" msgstr "最終の削除が処理されるまでインベントリーは保留状態になります。" #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:104 -#: client/src/templates/job_templates/job-template.form.js:160 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 " @@ -5359,7 +4915,7 @@ msgstr "" "Playbook の実行中に使用する並列または同時プロセスの数です。いずれの値も入力しないと、 %sansible 設定ファイル%s " "のデフォルト値が使用されます。" -#: client/src/templates/job_templates/job-template.form.js:157 +#: client/src/templates/job_templates/job-template.form.js:152 msgid "" "The number of parallel or simultaneous processes to use while executing the " "playbook. Value defaults to 0. Refer to the Ansible documentation for " @@ -5368,8 +4924,7 @@ msgstr "" "Playbook の実行中に使用する並列または同時プロセスの数です。デフォルト値は 0 になります。設定ファイルについての詳細は、Ansible " "ドキュメントを参照してください。" -#: client/src/job-results/job-results.controller.js:590 -#: client/src/job-results/job-results.controller.js:585 +#: client/src/job-results/job-results.controller.js:619 msgid "The output is too large to display. Please download." msgstr "出力が大きすぎて表示できません。ダウンロードしてください。" @@ -5378,7 +4933,6 @@ msgid "The project value" msgstr "プロジェクト値" #: client/src/projects/list/projects-list.controller.js:159 -#: client/src/projects/list/projects-list.controller.js:158 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." @@ -5392,6 +4946,15 @@ msgid "" "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-" +"separated (for example, foo_bar, user_id, host_name, etc.). Variable names " +"with spaces are not allowed." +msgstr "" +"推奨される変数名の形式は小文字のみを使用し、それらをアンダースコアで区切る形です (foo_bar、user_id、host_name " +"など)。スペースを含む変数名は許可されません。" + #: client/src/management-jobs/scheduler/schedulerForm.partial.html:124 msgid "The time must be in HH24:MM:SS format." msgstr "時間は HH24:MM:SS 形式で表示される必要があります。" @@ -5413,7 +4976,6 @@ 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:149 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 " @@ -5422,17 +4984,27 @@ msgstr "" "このプロジェクトに利用できる SCM " "更新情報はありません。更新はまだ完了していません。まだ更新を実行していない場合は、このプロジェクトの更新を開始してください。" -#: client/src/configuration/configuration.controller.js:345 -#: client/src/configuration/configuration.controller.js:342 +#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:140 +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 +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 +msgid "There was an error deleting inventory source. Returned status:" +msgstr "インベントリーソースの削除中にエラーが発生しました。返されたステータス:" + +#: client/src/configuration/configuration.controller.js:349 msgid "There was an error resetting value. Returned status:" msgstr "値のリセット中にエラーが発生しました。返されたステータス:" -#: client/src/configuration/configuration.controller.js:525 -#: client/src/configuration/configuration.controller.js:519 +#: client/src/configuration/configuration.controller.js:531 msgid "There was an error resetting values. Returned status:" msgstr "値のリセット中にエラーが発生しました。返されたステータス:" -#: client/src/configuration/system-form/configuration-system.controller.js:227 +#: client/src/configuration/system-form/configuration-system.controller.js:232 msgid "There was an error testing the log aggregator. Returned status:" msgstr "ログアグリゲーターのテスト中にエラーが発生しました。返されたステータス:" @@ -5454,10 +5026,8 @@ msgstr "このグループには以下が含まれます。" msgid "This is not a valid number." msgstr "これは無効な数値です。" -#: client/src/credentials/factories/become-method-change.factory.js:65 -#: client/src/credentials/factories/kind-change.factory.js:122 -#: client/src/credentials/factories/become-method-change.factory.js:67 -#: client/src/credentials/factories/kind-change.factory.js:124 +#: client/src/credentials/factories/become-method-change.factory.js:59 +#: client/src/credentials/factories/kind-change.factory.js:116 msgid "" "This is the tenant name. This value is usually the same as the username." msgstr "これはテナント名です。通常、この値はユーザー名と同じです。" @@ -5473,27 +5043,23 @@ 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:740 -#: client/src/shared/form-generator.js:765 +#: client/src/shared/form-generator.js:746 msgid "" "This setting has been set manually in a settings file and is now disabled." msgstr "この値は設定ファイルに手動で設定され、現在は無効にされています。" -#: client/src/users/users.form.js:160 client/src/users/users.form.js:161 +#: client/src/users/users.form.js:164 msgid "This user is not a member of any teams" msgstr "このユーザーはいずれのチームのメンバーでもありません。" -#: client/src/shared/form-generator.js:849 -#: client/src/shared/form-generator.js:944 -#: client/src/shared/form-generator.js:872 -#: client/src/shared/form-generator.js:968 +#: client/src/shared/form-generator.js:856 +#: client/src/shared/form-generator.js:951 msgid "" "This value does not match the password you entered previously. Please " "confirm that password." msgstr "この値は以前に入力されたパスワードと一致しません。パスワードを確認してください。" -#: client/src/configuration/configuration.controller.js:550 -#: client/src/configuration/configuration.controller.js:544 +#: client/src/configuration/configuration.controller.js:556 msgid "" "This will reset all configuration values to their factory defaults. Are you " "sure you want to proceed?" @@ -5502,7 +5068,6 @@ 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 -#: client/src/activity-stream/streams.list.js:26 msgid "Time" msgstr "時間" @@ -5511,7 +5076,6 @@ msgid "Time Remaining" msgstr "残りの時間" #: client/src/projects/projects.form.js:196 -#: client/src/projects/projects.form.js:195 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 " @@ -5537,8 +5101,7 @@ msgid "" "documentation%s." msgstr "IAM STS トークンについての詳細は、%sAmazon ドキュメント%s を参照してください。" -#: client/src/shared/form-generator.js:874 -#: client/src/shared/form-generator.js:897 +#: client/src/shared/form-generator.js:881 msgid "Toggle the display of plaintext." msgstr "プレーンテキストの表示を切り替えます。" @@ -5567,7 +5130,7 @@ msgstr "トレースバック" #: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:52 #: 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:57 +#: client/src/notifications/notificationTemplates.form.js:54 #: client/src/notifications/notificationTemplates.list.js:39 #: client/src/notifications/notifications.list.js:31 #: client/src/projects/projects.list.js:44 @@ -5576,9 +5139,7 @@ msgstr "トレースバック" #: client/src/templates/completed-jobs.list.js:53 #: client/src/templates/templates.list.js:31 #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:27 -#: client/src/users/users.form.js:196 -#: client/src/credential-types/credential-types.list.js:28 -#: client/src/users/users.form.js:197 +#: client/src/users/users.form.js:200 msgid "Type" msgstr "タイプ" @@ -5589,7 +5150,7 @@ msgid "Type Details" msgstr "タイプの詳細" #: client/src/projects/add/projects-add.controller.js:169 -#: client/src/projects/edit/projects-edit.controller.js:298 +#: client/src/projects/edit/projects-edit.controller.js:304 msgid "URL popover text" msgstr "URL ポップオーバーテキスト" @@ -5602,8 +5163,6 @@ msgstr "ユーザー名" #: client/src/organizations/list/organizations-list.controller.js:54 #: client/src/users/main.js:46 client/src/users/users.list.js:18 #: client/src/users/users.list.js:19 -#: client/src/activity-stream/get-target-title.factory.js:17 -#: client/src/organizations/linkout/organizations-linkout.route.js:41 msgid "USERS" msgstr "ユーザー" @@ -5611,6 +5170,10 @@ msgstr "ユーザー" msgid "Unable to Submit" msgstr "送信できません" +#: client/lib/components/components.strings.js:52 +msgid "Unavailable to run jobs." +msgstr "ジョブの実行に使用できません。" + #: client/lib/components/components.strings.js:22 msgid "Unexpected Error" msgstr "予期しないエラー" @@ -5627,36 +5190,29 @@ msgstr "サポートされない表示モデルタイプ" msgid "Unsupported input type" msgstr "サポートされない入力タイプ" -#: client/src/projects/list/projects-list.controller.js:267 -#: client/src/projects/list/projects-list.controller.js:265 +#: client/src/projects/list/projects-list.controller.js:266 msgid "Update Not Found" msgstr "更新が見つかりません" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:321 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:276 msgid "Update Options" msgstr "オプションの更新" -#: client/src/projects/edit/projects-edit.controller.js:326 +#: client/src/projects/edit/projects-edit.controller.js:332 msgid "Update in Progress" 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:308 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:313 -#: client/src/projects/projects.form.js:176 msgid "Update on Launch" msgstr "起動時の更新" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:364 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:320 msgid "Update on Project Change" msgstr "プロジェクト変更時の更新" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:370 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:326 msgid "Update on Project Update" msgstr "プロジェクト更新時の更新" @@ -5664,21 +5220,26 @@ msgstr "プロジェクト更新時の更新" 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 msgid "Use Fact Cache" msgstr "ファクトのキャッシュの使用" -#: client/src/notifications/notificationTemplates.form.js:398 -#: client/src/notifications/notificationTemplates.form.js:410 +#: client/src/notifications/notificationTemplates.form.js:395 msgid "Use SSL" msgstr "SSL の使用" -#: client/src/notifications/notificationTemplates.form.js:393 -#: client/src/notifications/notificationTemplates.form.js:405 +#: client/src/notifications/notificationTemplates.form.js:390 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 +msgid "Used Capacity" +msgstr "使用済み容量" + #: client/src/credentials/credentials.form.js:76 msgid "" "Used to check out and synchronize playbook repositories with a remote source" @@ -5688,17 +5249,13 @@ msgstr "" "Git、Subversion (svn)、または Mercurial (hg) などのリモートソースコントロール管理システムで Playbook " "リポジトリーをチェックアウトし、同期するために使用されます。これらの認証情報はプロジェクトで使用されます。" -#: client/features/credentials/legacy.credentials.js:86 +#: 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:146 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:149 +#: 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:81 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:155 -#: client/src/projects/projects.form.js:249 -#: client/src/templates/workflows.form.js:138 msgid "User" msgstr "ユーザー" @@ -5706,21 +5263,19 @@ msgstr "ユーザー" msgid "User Interface" msgstr "ユーザーインターフェース" -#: client/src/users/users.form.js:91 client/src/users/users.form.js:92 +#: client/src/users/users.form.js:95 msgid "User Type" msgstr "ユーザータイプ" #: client/src/access/rbac-multiselect/permissionsUsers.list.js:30 #: client/src/credentials/factories/become-method-change.factory.js:17 -#: client/src/credentials/factories/become-method-change.factory.js:44 -#: client/src/credentials/factories/kind-change.factory.js:101 +#: 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/notifications/notificationTemplates.form.js:67 +#: client/src/credentials/factories/kind-change.factory.js:95 +#: client/src/notifications/notificationTemplates.form.js:64 #: client/src/users/users.form.js:58 client/src/users/users.list.js:29 -#: client/src/credentials/factories/become-method-change.factory.js:46 -#: client/src/credentials/factories/kind-change.factory.js:103 msgid "Username" msgstr "ユーザー名" @@ -5738,7 +5293,6 @@ msgstr "" #: 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:35 msgid "Users" msgstr "ユーザー" @@ -5773,26 +5327,22 @@ 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:84 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:99 -#: client/src/inventories-hosts/hosts/host.form.js:67 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:66 +#: 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 msgid "Variables" msgstr "変数" -#: client/src/job-submission/job-submission.partial.html:357 -#: client/src/job-submission/job-submission.partial.html:354 +#: client/src/job-submission/job-submission.partial.html:364 msgid "Vault" msgstr "Vault" -#: client/src/job-results/job-results.partial.html:318 +#: client/src/job-results/job-results.partial.html:321 msgid "Vault Credential" msgstr "Vault 認証情報" #: client/src/credentials/credentials.form.js:391 -#: client/src/job-submission/job-submission.partial.html:142 -#: client/src/job-submission/job-submission.partial.html:140 +#: client/src/job-submission/job-submission.partial.html:146 msgid "Vault Password" msgstr "Vault パスワード" @@ -5800,16 +5350,11 @@ msgstr "Vault パスワード" #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:90 #: 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:355 -#: client/src/job-submission/job-submission.partial.html:178 +#: 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:179 -#: client/src/templates/job_templates/job-template.form.js:186 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:263 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:270 -#: client/src/job-submission/job-submission.partial.html:176 -#: client/src/templates/job_templates/job-template.form.js:188 -#: client/src/templates/job_templates/job-template.form.js:195 +#: client/src/templates/job_templates/job-template.form.js:174 +#: client/src/templates/job_templates/job-template.form.js:181 msgid "Verbosity" msgstr "詳細" @@ -5821,14 +5366,12 @@ msgstr "バージョン" #: client/src/credential-types/credential-types.list.js:64 #: client/src/credentials/credentials.list.js:75 #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:58 -#: client/src/inventories-hosts/inventories/inventory.list.js:105 +#: 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/users/users.list.js:70 -#: client/src/activity-stream/streams.list.js:64 -#: client/src/credential-types/credential-types.list.js:61 msgid "View" msgstr "表示" @@ -5853,10 +5396,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:94 -#: client/src/inventories-hosts/hosts/host.form.js:77 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:76 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:103 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:91 msgid "View JSON examples at %s" msgstr "JSON サンプルを %s に表示" @@ -5868,12 +5408,9 @@ msgstr "簡易表示" msgid "View More" msgstr "詳細表示" -#: client/src/shared/form-generator.js:1711 -#: client/src/templates/job_templates/job-template.form.js:441 +#: 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/src/shared/form-generator.js:1762 -#: client/src/templates/job_templates/job-template.form.js:458 -#: client/src/templates/workflows.form.js:166 msgid "View Survey" msgstr "Survey の表示" @@ -5886,20 +5423,15 @@ 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:95 -#: client/src/inventories-hosts/hosts/host.form.js:78 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:77 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:104 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:92 msgid "View YAML examples at %s" msgstr "YAML サンプルを %s に表示" #: client/src/setup-menu/setup-menu.partial.html:72 -#: client/src/setup-menu/setup-menu.partial.html:54 msgid "View Your License" msgstr "ライセンスの表示" #: client/src/setup-menu/setup-menu.partial.html:73 -#: client/src/setup-menu/setup-menu.partial.html:55 msgid "View and edit your license information." msgstr "ライセンス情報を表示し、編集します。" @@ -5908,12 +5440,10 @@ msgid "View credential" msgstr "認証情報の表示" #: client/src/credential-types/credential-types.list.js:66 -#: client/src/credential-types/credential-types.list.js:63 msgid "View credential type" msgstr "認証情報タイプの表示" #: client/src/activity-stream/streams.list.js:67 -#: client/src/activity-stream/streams.list.js:68 msgid "View event details" msgstr "イベント詳細の表示" @@ -5930,11 +5460,10 @@ msgid "View host" msgstr "ホストの表示" #: client/src/setup-menu/setup-menu.partial.html:67 -#: client/src/setup-menu/setup-menu.partial.html:73 msgid "View information about this version of Ansible {{BRAND_NAME}}." msgstr "本バージョンの Ansible {{BRAND_NAME}} についての情報を表示します。" -#: client/src/inventories-hosts/inventories/inventory.list.js:107 +#: client/src/inventories-hosts/inventories/inventory.list.js:106 msgid "View inventory" msgstr "インベントリーの表示" @@ -5943,7 +5472,6 @@ msgid "View inventory script" msgstr "インベントリースクリプトの表示" #: client/src/setup-menu/setup-menu.partial.html:55 -#: client/src/setup-menu/setup-menu.partial.html:61 msgid "View list and capacity of {{BRAND_NAME}} instances." msgstr "{{BRAND_NAME}} インスタンスの一覧および容量を表示します。" @@ -5951,7 +5479,7 @@ msgstr "{{BRAND_NAME}} インスタンスの一覧および容量を表示しま msgid "View notification" msgstr "通知の表示" -#: client/src/job-results/job-results.partial.html:219 +#: client/src/job-results/job-results.partial.html:222 msgid "View project sync results" msgstr "プロジェクトの同期結果の表示" @@ -5994,7 +5522,7 @@ 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:142 +#: 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 @@ -6006,9 +5534,9 @@ msgid "WORKFLOW" msgstr "ワークフロー" #: client/src/configuration/auth-form/configuration-auth.controller.js:73 -#: client/src/configuration/configuration.controller.js:196 -#: client/src/configuration/configuration.controller.js:258 -#: client/src/configuration/system-form/configuration-system.controller.js:53 +#: client/src/configuration/configuration.controller.js:200 +#: client/src/configuration/configuration.controller.js:262 +#: client/src/configuration/system-form/configuration-system.controller.js:55 msgid "Warning: Unsaved Changes" msgstr "警告: 変更が保存されていません" @@ -6036,17 +5564,14 @@ msgstr "" "チェックが付けられていない場合、外部ソースにないローカルの子ホストおよびグループは、インベントリーの更新プロセスによって処理されないままになります。" #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:97 -#: client/src/templates/job_templates/job-template.form.js:54 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:1715 +#: client/src/shared/form-generator.js:1723 #: client/src/templates/workflows.form.js:187 -#: client/src/shared/form-generator.js:1766 -#: client/src/templates/workflows.form.js:192 msgid "Workflow Editor" msgstr "ワークフローエディター" @@ -6054,13 +5579,12 @@ msgstr "ワークフローエディター" msgid "Workflow Template" msgstr "ワークフローテンプレート" -#: 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:109 #: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:41 msgid "Workflow Templates" msgstr "ワークフローテンプレート" -#: client/src/job-submission/job-submission.partial.html:167 -#: client/src/job-submission/job-submission.partial.html:165 +#: client/src/job-submission/job-submission.partial.html:171 msgid "YAML" msgstr "YAML" @@ -6081,7 +5605,7 @@ msgid "" "href=\"#/templates/add_job_template\">here." msgstr "ジョブテンプレートをここに作成できます。" -#: client/src/projects/edit/projects-edit.controller.js:61 +#: client/src/projects/edit/projects-edit.controller.js:62 msgid "You do not have access to view this property" msgstr "これを適切に表示するためのアクセス権がありません。" @@ -6089,21 +5613,24 @@ msgstr "これを適切に表示するためのアクセス権がありません msgid "You do not have permission to add a project." msgstr "プロジェクトを追加するパーミッションがありません。" -#: client/src/users/add/users-add.controller.js:42 +#: client/src/users/add/users-add.controller.js:43 msgid "You do not have permission to add a user." 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:195 -#: client/src/configuration/configuration.controller.js:257 -#: client/src/configuration/system-form/configuration-system.controller.js:52 +#: client/src/configuration/configuration.controller.js:199 +#: client/src/configuration/configuration.controller.js:261 +#: 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/projects/list/projects-list.controller.js:221 msgid "Your request to cancel the update was submitted to the task manager." msgstr "更新を取り消す要求がタスクマネージャーに送信されました。" @@ -6112,19 +5639,14 @@ msgid "Your session timed out due to inactivity. Please sign in." msgstr "アイドル時間によりセッションがタイムアウトしました。サインインしてください。" #: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24 -#: client/src/job-submission/job-submission.partial.html:310 -#: client/src/shared/form-generator.js:1186 -#: client/src/job-submission/job-submission.partial.html:307 -#: client/src/shared/form-generator.js:1238 +#: client/src/job-submission/job-submission.partial.html:317 +#: client/src/shared/form-generator.js:1193 msgid "and" msgstr "and" -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 +#: 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 msgid "characters long." msgstr "文字の長さ。" @@ -6139,7 +5661,7 @@ msgstr "サポートされるフィルターの詳細の一覧" #: client/src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.directive.js:82 msgid "from the" -msgstr " " +msgstr " 削除元:" #: client/src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.directive.js:82 #: client/src/inventories-hosts/inventory-hosts.strings.js:8 @@ -6148,12 +5670,10 @@ msgid_plural "groups" msgstr[0] "グループ" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:26 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:26 msgid "groups" msgstr "グループ" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:24 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24 msgid "groups and" msgstr "グループおよび" @@ -6164,8 +5684,6 @@ msgstr[0] "ホスト" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:24 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:25 -#: 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 msgid "hosts" msgstr "ホスト" @@ -6190,8 +5708,7 @@ msgstr "フィルターの一致:" msgid "organization" msgstr "組織" -#: client/src/shared/form-generator.js:1062 -#: client/src/shared/form-generator.js:1114 +#: client/src/shared/form-generator.js:1069 msgid "playbook" msgstr "Playbook" @@ -6209,17 +5726,13 @@ msgstr "同期が失敗しているソースです。クリックして詳細を msgid "test" msgstr "テスト" -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 +#: 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 msgid "to" msgstr " " #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:139 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:130 msgid "" "to include all regions. Only Hosts associated with the selected regions will" " be updated." @@ -6284,211 +5797,3 @@ msgstr "{{breadcrumb.instance_group_name}}" #: client/src/shared/paginate/paginate.partial.html:55 msgid "{{pageSize}}" msgstr "{{pageSize}}" - -#: client/src/notifications/notificationTemplates.form.js:377 -msgid "%s or %s" -msgstr "%s または %s" - -#: client/src/partials/subhome.html:30 -msgid " Back to options" -msgstr " オプションに戻る" - -#: client/src/partials/subhome.html:32 -msgid " Save" -msgstr " 保存" - -#: client/src/partials/subhome.html:29 -msgid " View Details" -msgstr " 詳細の表示" - -#: client/src/partials/subhome.html:31 -msgid " Cancel" -msgstr " 取り消し" - -#: client/src/shared/smart-search/smart-search.partial.html:51 -msgid "ADDITIONAL INFORMATION:" -msgstr "追加情報:" - -#: client/lib/services/base-string.service.js:8 -msgid "BaseString cannot be extended without providing a namespace" -msgstr "名前空間を指定しないと BaseString を拡張することはできません" - -#: client/src/notifications/notificationTemplates.form.js:299 -msgid "Color can be one of %s." -msgstr "色を %s のいずれかにすることができます。" - -#: client/src/inventory-scripts/inventory-scripts.form.js:62 -msgid "" -"Drag and drop your custom inventory script file here or create one in the " -"field to import your custom inventory." -msgstr "" -"カスタムインベントリーのスクリプトファイルをここにドラッグアンドドロップするか、またはこのフィールドにカスタムインベントリーをインポートするためのファイルを作成します。" - -#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:104 -msgid "" -"Extra Variables\n" -" \n" -" " -msgstr "" -"追加変数\n" -" \n" -" " - -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:120 -msgid "Failed to get third-party login types. Returned status:" -msgstr "サードパーティーのログインタイプを取得できませんでした。返されたステータス:" - -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68 -msgid "Filter that will be applied to the hosts of this inventory." -msgstr "このインべントリーのホストに適用されるフィルター。" - -#: client/src/shared/smart-search/smart-search.partial.html:51 -msgid "" -"For additional information on advanced search search syntax please see the " -"Ansible Tower " -"documentation." -msgstr "" -"高度な検索の検索構文についての詳細は、Ansible Tower ドキュメントwを参照してください。" - -#: client/src/notifications/notificationTemplates.form.js:101 -#: client/src/notifications/notificationTemplates.form.js:144 -#: client/src/notifications/notificationTemplates.form.js:161 -#: client/src/notifications/notificationTemplates.form.js:217 -#: client/src/notifications/notificationTemplates.form.js:339 -#: client/src/notifications/notificationTemplates.form.js:377 -msgid "For example:" -msgstr "例:" - -#: client/src/templates/job_templates/job-template.form.js:272 -msgid "" -"If enabled, run this playbook as an administrator. This is the equivalent of" -" passing the %s option to the %s command." -msgstr "" -"管理者としてこの Playbook を実行します (有効にされている場合)。これは %s オプションを %s コマンドに渡すことに相当します。" - -#: client/src/templates/job_templates/job-template.form.js:57 -msgid "" -"Instead, %s will check playbook syntax, test environment setup and report " -"problems." -msgstr "代わりに、%s は Playbook 構文、テスト環境セットアップおよびレポートの問題を検査します。" - -#: client/src/inventories-hosts/inventories/insights/insights.partial.html:63 -msgid "" -"No data is available. Either there are no issues to report or no scan jobs " -"have been run on this host." -msgstr "使用できるデータがありません。報告する問題がないか、またはこのホストにスキャンジョブが実行されていません。" - -#: client/lib/services/base-string.service.js:9 -msgid "No string exists with this name" -msgstr "この名前を持つ文字列はありません" - -#: client/src/notifications/notificationTemplates.form.js:201 -msgid "Number associated with the \"Messaging Service\" in Twilio." -msgstr "Twilio の \"メッセージングサービス\" に関連付けられた数字。 " - -#: client/src/partials/survey-maker-modal.html:45 -msgid "PLEASE ADD A SURVEY PROMPT ON THE LEFT." -msgstr "左側に Survey プロンプトを追加してください。" - -#: client/src/shared/paginate/paginate.partial.html:33 -msgid "" -"Page\n" -" {{current}} of\n" -" {{last}}" -msgstr "" -"ページ\n" -" {{current}} of\n" -" {{last}}" - -#: client/src/templates/job_templates/job-template.form.js:365 -#: client/src/templates/workflows.form.js:80 -msgid "" -"Pass extra command line variables to the playbook. This is the %s or %s " -"command line parameter for %s. Provide key/value pairs using either YAML or " -"JSON." -msgstr "" -"追加のコマンドライン変数を Playbook に渡します。これは、%s の %s または %s コマンドラインパラメーターです。YAML または " -"JSON のいずれかを使用してキーと値のペアを指定します。" - -#: client/src/partials/inventory-add.html:11 -msgid "Please enter a name for this job template copy." -msgstr "このジョブテンプレートコピーの名前を入力してください。" - -#: client/src/partials/subhome.html:6 -msgid "Properties" -msgstr "プロパティー" - -#: client/src/inventory-scripts/inventory-scripts.form.js:63 -msgid "Script must begin with a hashbang sequence: i.e.... %s" -msgstr "スクリプトは hashbang シーケンスで開始する必要があります (例: .... %s)。" - -#: client/src/templates/job_templates/job-template.form.js:141 -msgid "" -"Select credentials that allow {{BRAND_NAME}} to access the nodes this job " -"will be ran against. You can only select one credential of each type.

You must select either a machine (SSH) credential or \"Prompt on " -"launch\". \"Prompt on launch\" requires you to select a machine credential " -"at run time.

If you select credentials AND check the \"Prompt on " -"launch\" box, you make the selected credentials the defaults that can be " -"updated at run time." -msgstr "" -"{{BRAND_NAME}} のこのジョブが実行されるノードへのアクセスを許可する認証情報を選択します。各タイプにつき 1 " -"つの認証情報のみを選択できます。

マシン (SSH) " -"認証情報または「起動プロンプト」のいずれかを選択する必要があります。「起動プロンプト」では、実行時にマシン認証情報を選択する必要があります。

認証情報を選択し、「起動プロンプト」ボックスにチェックを付けている場合、選択した認証情報が実行時に更新できるデフォルトになります。" - -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:115 -msgid "" -"Select the inventory file to be synced by this source. You can select from " -"the dropdown or enter a file within the input." -msgstr "このソースで同期されるインベントリーファイルを選択します。ドロップダウンから選択するか、入力にファイルを指定できます。" - -#: client/src/templates/job_templates/job-template.form.js:56 -msgid "Setting the type to %s will not execute the playbook." -msgstr "タイプを %s に設定すると Playbook は実行されません。" - -#: client/src/notifications/notificationTemplates.form.js:338 -msgid "Specify HTTP Headers in JSON format" -msgstr "JSON 形式での HTTP ヘッダーの指定" - -#: client/src/notifications/notificationTemplates.form.js:202 -msgid "This must be of the form %s." -msgstr "これは %s 形式でなければなりません。" - -#: client/src/notifications/notificationTemplates.form.js:100 -#: client/src/notifications/notificationTemplates.form.js:216 -msgid "Type an option on each line." -msgstr "各行にオプションを入力します。" - -#: client/src/notifications/notificationTemplates.form.js:143 -#: client/src/notifications/notificationTemplates.form.js:160 -#: client/src/notifications/notificationTemplates.form.js:376 -msgid "Type an option on each line. The pound symbol (#) is not required." -msgstr "各行にオプションを入力します。シャープ記号 (#) は不要です。" - -#: client/src/templates/templates.list.js:66 -msgid "Workflow Job Template" -msgstr "ワークフロージョブテンプレート" - -#: client/src/shared/form-generator.js:980 -msgid "Your password must be %d characters long." -msgstr "パスワードの長さは %d 文字にしてください。" - -#: client/src/shared/form-generator.js:985 -msgid "Your password must contain a lowercase letter." -msgstr "パスワードには小文字を含める必要があります。" - -#: client/src/shared/form-generator.js:995 -msgid "Your password must contain a number." -msgstr "パスワードには数字を含める必要があります。" - -#: client/src/shared/form-generator.js:990 -msgid "Your password must contain an uppercase letter." -msgstr "パスワードには大文字を含める必要があります。" - -#: client/src/shared/form-generator.js:1000 -msgid "Your password must contain one of the following characters: %s" -msgstr "パスワードには以下の文字のいずれかを使用する必要があります: %s" diff --git a/awx/ui/po/nl.po b/awx/ui/po/nl.po index ee1fb79cc2..7d51e82b91 100644 --- a/awx/ui/po/nl.po +++ b/awx/ui/po/nl.po @@ -7,7 +7,6 @@ msgstr "" "PO-Revision-Date: 2017-09-13 08:29+0000\n" "Last-Translator: Froebel Flores \n" "Language-Team: Dutch\n" -"MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nl\n" @@ -15,7 +14,7 @@ msgstr "" "X-Generator: Zanata 4.2.1\n" #: client/src/projects/add/projects-add.controller.js:153 -#: client/src/projects/edit/projects-edit.controller.js:282 +#: client/src/projects/edit/projects-edit.controller.js:288 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,7 +25,7 @@ msgstr "" "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:261 +#: client/src/projects/edit/projects-edit.controller.js:267 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,7 +43,6 @@ msgid "(defaults to %s)" msgstr "(wordt standaard %s)" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:378 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:334 msgid "(seconds)" msgstr "(seconden)" @@ -68,7 +66,7 @@ msgstr "50" msgid "A schedule name is required." msgstr "Een naam voor het schema is vereist." -#: client/src/users/add/users-add.controller.js:101 +#: client/src/users/add/users-add.controller.js:102 msgid "A value is required" msgstr "Een waarde is vereist" @@ -91,11 +89,10 @@ msgstr "ACTIVITEITSGEGEVENS" #: client/src/activity-stream/activitystream.route.js:28 #: client/src/activity-stream/streams.list.js:14 #: client/src/activity-stream/streams.list.js:15 -#: client/src/activity-stream/activitystream.route.js:27 msgid "ACTIVITY STREAM" msgstr "ACTIVITEITENLOGBOEK" -#: client/features/credentials/legacy.credentials.js:79 +#: 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 @@ -110,15 +107,10 @@ msgstr "ACTIVITEITENLOGBOEK" #: 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:402 +#: 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 -#: client/features/credentials/legacy.credentials.js:74 -#: client/src/credential-types/credential-types.list.js:41 -#: client/src/projects/projects.form.js:242 -#: client/src/templates/job_templates/job-template.form.js:422 -#: client/src/templates/workflows.form.js:130 msgid "ADD" msgstr "TOEVOEGEN" @@ -130,8 +122,7 @@ msgstr "GROEP TOEVOEGEN" msgid "ADD HOST" msgstr "HOST TOEVOEGEN" -#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:212 -#: client/src/users/users.form.js:213 +#: client/src/teams/teams.form.js:157 client/src/users/users.form.js:216 msgid "ADD PERMISSIONS" msgstr "MACHTIGINGEN TOEVOEGEN" @@ -149,7 +140,6 @@ msgstr "AANVULLENDE INFORMATIE" #: client/src/organizations/linkout/organizations-linkout.route.js:330 #: client/src/organizations/list/organizations-list.controller.js:84 -#: client/src/organizations/linkout/organizations-linkout.route.js:323 msgid "ADMINS" msgstr "BEHEERDERS" @@ -170,8 +160,7 @@ msgstr "IEDERE" msgid "API Key" msgstr "API-sleutel" -#: client/src/notifications/notificationTemplates.form.js:246 -#: client/src/notifications/notificationTemplates.form.js:251 +#: client/src/notifications/notificationTemplates.form.js:243 msgid "API Service/Integration Key" msgstr "Service-/integratiesleutel API" @@ -194,7 +183,6 @@ msgid "ASSOCIATED HOSTS" msgstr "VERBONDEN HOSTS" #: client/src/setup-menu/setup-menu.partial.html:66 -#: client/src/setup-menu/setup-menu.partial.html:72 msgid "About {{BRAND_NAME}}" msgstr "Over {{BRAND_NAME}}" @@ -202,13 +190,11 @@ msgstr "Over {{BRAND_NAME}}" msgid "Access Key" msgstr "Toegangssleutel" -#: client/src/notifications/notificationTemplates.form.js:224 -#: client/src/notifications/notificationTemplates.form.js:229 +#: client/src/notifications/notificationTemplates.form.js:221 msgid "Account SID" msgstr "SID account" -#: client/src/notifications/notificationTemplates.form.js:183 -#: client/src/notifications/notificationTemplates.form.js:186 +#: client/src/notifications/notificationTemplates.form.js:180 msgid "Account Token" msgstr "Accounttoken" @@ -227,17 +213,15 @@ msgstr "Acties" msgid "Activity" msgstr "Activiteit" -#: client/src/configuration/system-form/configuration-system.controller.js:86 +#: client/src/configuration/system-form/configuration-system.controller.js:88 msgid "Activity Stream" msgstr "Activiteitenlogboek" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:134 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:137 +#: 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/standard-inventory/inventory.form.js:143 -#: client/src/templates/workflows.form.js:127 msgid "Add" msgstr "Toevoegen" @@ -257,12 +241,9 @@ msgstr "Machtigingen toevoegen" msgid "Add Project" msgstr "Project toevoegen" -#: client/src/shared/form-generator.js:1703 -#: client/src/templates/job_templates/job-template.form.js:450 +#: 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:1754 -#: client/src/templates/job_templates/job-template.form.js:467 -#: client/src/templates/workflows.form.js:175 msgid "Add Survey" msgstr "Vragenlijst toevoegen" @@ -277,8 +258,6 @@ msgstr "Gebruiker toevoegen" #: client/src/shared/stateDefinitions.factory.js:410 #: client/src/shared/stateDefinitions.factory.js:578 #: client/src/users/users.list.js:17 -#: client/src/shared/stateDefinitions.factory.js:364 -#: client/src/shared/stateDefinitions.factory.js:532 msgid "Add Users" msgstr "Gebruikers toevoegen" @@ -298,18 +277,13 @@ msgstr "Een host toevoegen" msgid "Add a new schedule" msgstr "Een nieuw schema toevoegen" -#: client/features/credentials/legacy.credentials.js:77 +#: 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:136 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:139 +#: 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:400 +#: client/src/templates/job_templates/job-template.form.js:395 #: client/src/templates/workflows.form.js:123 -#: client/features/credentials/legacy.credentials.js:72 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:145 -#: client/src/projects/projects.form.js:240 -#: client/src/templates/job_templates/job-template.form.js:420 -#: client/src/templates/workflows.form.js:128 msgid "Add a permission" msgstr "Een machtiging toevoegen" @@ -322,8 +296,7 @@ msgstr "" " bij het starten van taken m.b.t. machines of bij het synchroniseren van " "inventarissen of projecten." -#: client/src/shared/form-generator.js:1439 -#: client/src/shared/form-generator.js:1490 +#: client/src/shared/form-generator.js:1446 msgid "Admin" msgstr "Beheerder" @@ -347,7 +320,6 @@ msgstr "" #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:65 #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:74 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:139 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:130 msgid "All" msgstr "Alle" @@ -360,8 +332,8 @@ msgstr "Alle activiteit" msgid "All Jobs" msgstr "Alle taken" -#: client/src/templates/job_templates/job-template.form.js:280 -#: client/src/templates/job_templates/job-template.form.js:287 +#: client/src/templates/job_templates/job-template.form.js:275 +#: client/src/templates/job_templates/job-template.form.js:282 msgid "Allow Provisioning Callbacks" msgstr "Provisioning terugkoppelingen toestaan" @@ -376,8 +348,7 @@ msgstr "" msgid "Always" msgstr "Altijd" -#: client/src/projects/list/projects-list.controller.js:267 -#: client/src/projects/list/projects-list.controller.js:265 +#: client/src/projects/list/projects-list.controller.js:266 msgid "" "An SCM update does not appear to be running for project: %s. Click the " "%sRefresh%s button to view the latest status." @@ -385,13 +356,21 @@ 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/templates/survey-maker/shared/question-definition.form.js:59 -#: client/src/templates/survey-maker/shared/question-definition.form.js:65 +#: 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" msgstr "Antwoordtype" -#: client/src/credentials/list/credentials-list.controller.js:114 -#: client/src/credentials/list/credentials-list.controller.js:106 +#: client/src/templates/survey-maker/shared/question-definition.form.js:44 +#: client/src/templates/survey-maker/shared/question-definition.form.js:53 +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/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?" @@ -399,6 +378,7 @@ msgstr "Weet u zeker dat u onderstaande toegangsgegevens wilt verwijderen?" msgid "Are you sure you want to delete the inventory below?" msgstr "Weet u zeker dat u onderstaande inventaris 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?" @@ -412,10 +392,13 @@ 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 -#: client/src/projects/list/projects-list.controller.js:207 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 "" + #: 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?" @@ -428,14 +411,13 @@ msgstr "Weet u zeker dat u deze {{deleteMode}} wilt verwijderen?" msgid "Are you sure you want to disassociate the group below from" msgstr "Weet u zeker dat u onderstaande groep los wilt koppelen van" -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:22 +#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:23 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:25 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:25 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:26 msgid "Are you sure you want to disassociate the host below from" msgstr "Weet u zeker dat u onderstaande host los wilt koppelen van" #: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:47 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:69 msgid "" "Are you sure you want to permanently delete the group below from the " "inventory?" @@ -443,14 +425,12 @@ msgstr "" "Weet u zeker dat u onderstaande groep permanent wilt verwijderen uit de " "inventaris?" -#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:98 -#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:93 +#: client/src/inventories-hosts/inventories/related/hosts/list/host-list.controller.js:106 msgid "" "Are you sure you want to permanently delete the host below from the " "inventory?" msgstr "Weet u zeker dat u onderstaande host permanent wilt verwijderen?" -#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:120 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:69 msgid "" "Are you sure you want to permanently delete the inventory source below from " @@ -459,7 +439,7 @@ msgstr "" "Weet u zeker dat u onderstaande inventarisbron permanent wilt verwijderen " "uit de inventaris?" -#: client/src/projects/edit/projects-edit.controller.js:238 +#: client/src/projects/edit/projects-edit.controller.js:244 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?" @@ -482,8 +462,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:1441 -#: client/src/shared/form-generator.js:1492 +#: client/src/shared/form-generator.js:1448 msgid "Auditor" msgstr "Auditor" @@ -530,12 +509,11 @@ msgstr "Beschikbaarheidsgebied:" msgid "Azure AD" msgstr "Azure AD" -#: client/src/shared/directives.js:75 client/src/shared/directives.js:133 +#: client/src/shared/directives.js:75 msgid "BROWSE" msgstr "BLADEREN" #: client/src/projects/projects.form.js:80 -#: client/src/projects/projects.form.js:79 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 " @@ -548,32 +526,28 @@ msgstr "" "samen het volledige pad dat gebruikt wordt om draaiboeken te vinden." #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:128 -#: client/src/templates/job_templates/job-template.form.js:274 msgid "Become Privilege Escalation" msgstr "Verhoging van rechten worden" -#: client/src/license/license.partial.html:104 +#: client/src/license/license.partial.html:107 msgid "Browse" msgstr "Bladeren" #: client/lib/services/base-string.service.js:61 -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:26 +#: 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 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:29 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:29 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:30 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:73 #: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.partial.html:16 #: client/src/inventories-hosts/shared/associate-groups/associate-groups.partial.html:16 #: client/src/inventories-hosts/shared/associate-hosts/associate-hosts.partial.html:16 -#: client/src/job-submission/job-submission.partial.html:363 +#: client/src/job-submission/job-submission.partial.html:370 #: client/src/partials/survey-maker-modal.html:17 -#: client/src/partials/survey-maker-modal.html:84 +#: 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/lib/services/base-string.service.js:29 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:73 -#: client/src/job-submission/job-submission.partial.html:360 msgid "CANCEL" msgstr "ANNULEREN" @@ -585,14 +559,13 @@ msgstr "WIJZIGINGEN" msgid "CLEAR ALL" msgstr "ALLES WISSEN" -#: client/src/partials/survey-maker-modal.html:85 +#: 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:18 +#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:19 #: client/src/templates/completed-jobs.list.js:20 -#: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js:17 msgid "COMPLETED JOBS" msgstr "VOLTOOIDE TAKEN" @@ -642,12 +615,10 @@ msgstr "GEPLANDE TAAK AANMAKEN" msgid "CREATE SOURCE" msgstr "BRON AANMAKEN" -#: client/src/job-submission/job-submission.partial.html:344 +#: 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 -#: client/src/job-submission/job-submission.partial.html:341 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:80 msgid "CREDENTIAL" msgstr "TOEGANGSGEGEVENS" @@ -657,7 +628,6 @@ 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/job-submission/job-submission.partial.html:90 msgid "CREDENTIAL TYPE:" msgstr "SOORT TOEGANGSGEGEVENS:" @@ -672,8 +642,6 @@ msgstr "SOORTEN TOEGANGSGEGEVENS" #: client/src/credentials/credentials.list.js:15 #: client/src/credentials/credentials.list.js:16 #: client/src/templates/job_templates/multi-credential/multi-credential-modal.partial.html:5 -#: client/features/credentials/legacy.credentials.js:13 -#: client/src/activity-stream/get-target-title.factory.js:14 msgid "CREDENTIALS" msgstr "TOEGANGSGEGEVENS" @@ -684,35 +652,27 @@ 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/inventories-hosts/inventories/related/sources/sources.form.js:334 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:346 -#: client/src/projects/projects.form.js:198 msgid "Cache Timeout" msgstr "Cache time-out" #: client/src/projects/projects.form.js:188 -#: client/src/projects/projects.form.js:187 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:198 msgid "Call to %s failed. DELETE returned status:" msgstr "Oproepen %s mislukt. Geretourneerde status VERWIJDEREN:" -#: client/src/projects/list/projects-list.controller.js:247 -#: client/src/projects/list/projects-list.controller.js:264 #: 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:263 msgid "Call to %s failed. GET status:" msgstr "Oproepen %s mislukt. Status OPHALEN:" -#: client/src/projects/edit/projects-edit.controller.js:232 +#: client/src/projects/edit/projects-edit.controller.js:238 msgid "Call to %s failed. POST returned status:" msgstr "Oproepen %s mislukt. Geretourneerde status POSTEN:" -#: client/src/projects/list/projects-list.controller.js:226 #: client/src/projects/list/projects-list.controller.js:225 msgid "Call to %s failed. POST status:" msgstr "Oproepen %s mislukt. Status POSTEN:" @@ -721,25 +681,25 @@ 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:273 -#: client/src/projects/list/projects-list.controller.js:271 +#: client/src/projects/list/projects-list.controller.js:272 msgid "Call to get project failed. GET status:" msgstr "Oproep om project op te halen mislukt. Status OPHALEN:" #: client/src/access/add-rbac-resource/rbac-resource.partial.html:105 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:191 -#: client/src/configuration/configuration.controller.js:535 +#: 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:1691 +#: 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:529 -#: client/src/shared/form-generator.js:1742 msgid "Cancel" msgstr "Annuleren" -#: client/src/projects/list/projects-list.controller.js:242 +#: client/src/job-results/job-results.service.js:142 +msgid "Cancel Job" +msgstr "" + #: client/src/projects/list/projects-list.controller.js:241 msgid "Cancel Not Allowed" msgstr "Annuleren niet toegestaan" @@ -763,22 +723,15 @@ 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:39 -#: client/src/shared/smart-search/smart-search.controller.js:81 msgid "Cannot search running job" msgstr "Kan taak in uitvoering niet zoeken" -#: client/src/instance-groups/instance-group.partial.html:10 -#: client/src/instance-groups/instance-groups.list.js:21 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:10 -#: client/src/instance-groups/instances/instances-list.partial.html:18 +#: client/src/instance-groups/instance-groups.list.js:22 #: client/src/instance-groups/instances/instances.list.js:20 -#: client/src/instance-groups/list/instance-groups-list.partial.html:29 msgid "Capacity" msgstr "Capaciteit" #: client/src/projects/projects.form.js:82 -#: client/src/projects/projects.form.js:81 msgid "Change %s under \"Configure {{BRAND_NAME}}\" to change this location." msgstr "" "Wijzig %s onder \"{{BRAND_NAME}} configureren\" om deze locatie te wijzigen." @@ -787,16 +740,15 @@ msgstr "" msgid "Changes" msgstr "Wijzigingen" -#: client/src/shared/form-generator.js:1064 -#: client/src/shared/form-generator.js:1116 +#: client/src/shared/form-generator.js:1071 msgid "Choose a %s" msgstr "Kies een %s" -#: client/src/templates/survey-maker/shared/question-definition.form.js:61 +#: client/src/templates/survey-maker/shared/question-definition.form.js:64 msgid "Choose an answer type" msgstr "Kies een antwoordtype" -#: client/src/templates/survey-maker/shared/question-definition.form.js:64 +#: client/src/templates/survey-maker/shared/question-definition.form.js:67 msgid "" "Choose an answer type or format you want as the prompt for the user. Refer " "to the Ansible Tower Documentation for more additional information about " @@ -810,7 +762,7 @@ msgstr "" msgid "Choose an inventory file" msgstr "Kies een inventarisbestand" -#: client/src/shared/directives.js:76 client/src/shared/directives.js:134 +#: client/src/shared/directives.js:76 msgid "Choose file" msgstr "Bestand kiezen" @@ -823,11 +775,10 @@ msgstr "" "eindgebruikers en klik op indienen." #: client/src/projects/projects.form.js:156 -#: client/src/projects/projects.form.js:155 msgid "Clean" msgstr "Opschonen" -#: client/src/templates/survey-maker/shared/question-definition.form.js:296 +#: client/src/templates/survey-maker/shared/question-definition.form.js:299 msgid "Clear" msgstr "Wissen" @@ -865,7 +816,6 @@ msgstr "" " Klik op de knop %s om een nieuw taaksjabloon aan te maken." #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:138 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:129 msgid "" "Click on the regions field to see a list of regions for your cloud provider." " You can select multiple regions, or choose" @@ -877,8 +827,7 @@ msgstr "" msgid "Client ID" msgstr "Klant-ID" -#: client/src/notifications/notificationTemplates.form.js:257 -#: client/src/notifications/notificationTemplates.form.js:262 +#: client/src/notifications/notificationTemplates.form.js:254 msgid "Client Identifier" msgstr "Klant-identificeerder" @@ -886,12 +835,11 @@ msgstr "Klant-identificeerder" msgid "Client Secret" msgstr "Klant-geheim" -#: client/src/shared/form-generator.js:1695 -#: client/src/shared/form-generator.js:1746 +#: client/src/shared/form-generator.js:1703 msgid "Close" msgstr "Sluiten" -#: client/src/job-results/job-results.partial.html:288 +#: client/src/job-results/job-results.partial.html:291 msgid "Cloud Credential" msgstr "Cloudtoegangsgegevens" @@ -903,18 +851,14 @@ msgstr "Cloudbron niet geconfigureerd." msgid "Cloud source not configured. Click" msgstr "Cloudbron niet geconfigureerd. Klik op" -#: client/src/credentials/factories/become-method-change.factory.js:86 -#: client/src/credentials/factories/kind-change.factory.js:143 -#: client/src/credentials/factories/become-method-change.factory.js:88 -#: client/src/credentials/factories/kind-change.factory.js:145 +#: client/src/credentials/factories/become-method-change.factory.js:80 +#: client/src/credentials/factories/kind-change.factory.js:137 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/src/job-results/job-results.controller.js:219 -#: client/src/standard-out/standard-out.controller.js:245 msgid "Collapse Output" msgstr "Output samenvouwen" @@ -924,37 +868,38 @@ msgid "Completed Jobs" msgstr "Voltooide taken" #: client/src/management-jobs/card/card.partial.html:34 -#: client/src/management-jobs/card/card.partial.html:32 msgid "Configure Notifications" msgstr "Notificaties configureren" #: client/src/setup-menu/setup-menu.partial.html:60 -#: client/src/setup-menu/setup-menu.partial.html:66 msgid "Configure {{BRAND_NAME}}" msgstr "{{BRAND_NAME}} configureren" -#: client/src/users/users.form.js:79 client/src/users/users.form.js:80 +#: client/src/users/users.form.js:81 msgid "Confirm Password" msgstr "Wachtwoord bevestigen" -#: client/src/configuration/configuration.controller.js:542 -#: client/src/configuration/configuration.controller.js:536 +#: client/src/configuration/configuration.controller.js:548 msgid "Confirm Reset" msgstr "Reset bevestigen" -#: client/src/configuration/configuration.controller.js:551 -#: client/src/configuration/configuration.controller.js:545 +#: client/src/configuration/configuration.controller.js:557 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 "" + #: 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/templates/job_templates/job-template.form.js:222 -#: client/src/templates/job_templates/job-template.form.js:241 msgid "" "Consult the Ansible documentation for further details on the usage of tags." msgstr "" @@ -965,8 +910,7 @@ msgstr "" msgid "Contains 0 hosts." msgstr "Bevat 0 hosts." -#: client/src/templates/job_templates/job-template.form.js:185 -#: client/src/templates/job_templates/job-template.form.js:194 +#: client/src/templates/job_templates/job-template.form.js:180 msgid "" "Control the level of output ansible will produce as the playbook executes." msgstr "" @@ -974,7 +918,6 @@ msgstr "" "draaiboek." #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:313 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:269 msgid "" "Control the level of output ansible will produce for inventory source update" " jobs." @@ -1010,16 +953,11 @@ msgstr "" msgid "Create New" msgstr "Nieuw aanmaken" -#: client/src/inventories-hosts/hosts/host.list.js:107 -msgid "Create a new Smart Inventory from search results." -msgstr "Een nieuwe Smart-inventaris aanmaken vanuit zoekresultaten." - #: client/src/credentials/credentials.list.js:52 msgid "Create a new credential" msgstr "Nieuwe toegangsgegevens aanmaken" #: client/src/credential-types/credential-types.list.js:42 -#: client/src/credential-types/credential-types.list.js:39 msgid "Create a new credential type" msgstr "Een nieuwe soort toegangsgegevens aanmaken" @@ -1068,13 +1006,11 @@ msgid "Create a new user" msgstr "Een nieuwe gebruiker aanmaken" #: client/src/setup-menu/setup-menu.partial.html:42 -#: client/src/setup-menu/setup-menu.partial.html:35 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 -#: client/src/setup-menu/setup-menu.partial.html:49 msgid "" "Create custom credential types to be used for authenticating to network " "hosts and cloud sources" @@ -1083,7 +1019,6 @@ msgstr "" "authenticeren van netwerkhosts en cloudbronnen" #: client/src/setup-menu/setup-menu.partial.html:49 -#: client/src/setup-menu/setup-menu.partial.html:42 msgid "" "Create templates for sending notifications with Email, HipChat, Slack, and " "SMS." @@ -1095,26 +1030,22 @@ msgstr "" #: 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:126 +#: 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:70 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/src/setup-menu/setup-menu.partial.html:48 msgid "Credential Types" msgstr "Soorten toegangsgegevens" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:135 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:59 +#: 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:139 -#: client/src/templates/job_templates/job-template.form.js:130 -#: client/src/templates/job_templates/job-template.form.js:142 +#: client/src/templates/job_templates/job-template.form.js:134 msgid "Credentials" msgstr "Toegangsgegevens" @@ -1122,7 +1053,7 @@ msgstr "Toegangsgegevens" msgid "Critical" msgstr "Cruciaal" -#: client/src/shared/directives.js:77 client/src/shared/directives.js:135 +#: client/src/shared/directives.js:77 msgid "Current Image:" msgstr "Huidige afbeelding:" @@ -1133,13 +1064,11 @@ msgstr "" " stoppen met volgen." #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:171 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:159 msgid "Custom Inventory Script" msgstr "Aangepast inventarisscript" -#: client/src/inventory-scripts/inventory-scripts.form.js:53 -#: client/src/inventory-scripts/inventory-scripts.form.js:63 -#: client/src/inventory-scripts/inventory-scripts.form.js:64 +#: client/src/inventory-scripts/inventory-scripts.form.js:50 +#: client/src/inventory-scripts/inventory-scripts.form.js:60 msgid "Custom Script" msgstr "Aangepast script" @@ -1147,22 +1076,23 @@ msgstr "Aangepast script" msgid "DASHBOARD" msgstr "DASHBOARD" -#: client/src/credentials/list/credentials-list.controller.js:116 +#: client/src/credentials/list/credentials-list.controller.js:135 #: client/src/inventories-hosts/inventories/list/inventory-list.controller.js:103 #: 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:145 +#: 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/partials/survey-maker-modal.html:18 -#: client/src/projects/edit/projects-edit.controller.js:240 +#: 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/credentials/list/credentials-list.controller.js:108 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:74 msgid "DELETE" msgstr "VERWIJDEREN" -#: client/src/partials/survey-maker-modal.html:83 +#: client/src/partials/survey-maker-modal.html:84 msgid "DELETE SURVEY" msgstr "VRAGENLIJST VERWIJDEREN" @@ -1170,10 +1100,10 @@ msgstr "VRAGENLIJST VERWIJDEREN" msgid "DETAILS" msgstr "MEER INFORMATIE" -#: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:27 +#: 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 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:30 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:31 msgid "DISASSOCIATE" msgstr "LOSKOPPELEN" @@ -1183,26 +1113,24 @@ msgstr "DYNAMISCHE HOSTS" #: client/src/credential-types/credential-types.list.js:73 #: client/src/credentials/credentials.list.js:85 -#: client/src/credentials/list/credentials-list.controller.js:113 -#: client/src/inventories-hosts/inventories/inventory.list.js:112 +#: 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:237 +#: 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/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/users/users.list.js:79 #: client/src/workflow-results/workflow-results.partial.html:54 -#: client/src/credential-types/credential-types.list.js:70 -#: client/src/credentials/list/credentials-list.controller.js:105 -#: client/src/projects/list/projects-list.controller.js:206 msgid "Delete" msgstr "Verwijderen" @@ -1211,7 +1139,11 @@ msgstr "Verwijderen" msgid "Delete Group" msgstr "Groep verwijderen" -#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:142 +#: client/src/job-results/job-results.service.js:93 +msgid "Delete Job" +msgstr "" + +#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:175 msgid "Delete Source" msgstr "Bron verwijderen" @@ -1220,7 +1152,6 @@ msgid "Delete credential" msgstr "Toegangsgegevens verwijderen" #: client/src/credential-types/credential-types.list.js:75 -#: client/src/credential-types/credential-types.list.js:72 msgid "Delete credential type" msgstr "Soort toegangsgegevens verwijderen" @@ -1232,12 +1163,10 @@ msgstr[0] "Groep verwijderen" msgstr[1] "Groepen verwijderen" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:48 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:48 msgid "Delete groups" msgstr "Groepen verwijderen" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:37 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:37 msgid "Delete groups and hosts" msgstr "Groepen en hosts verwijderen" @@ -1249,11 +1178,10 @@ msgstr[0] "Host verwijderen" msgstr[1] "Hosts verwijderen" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:59 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:59 msgid "Delete hosts" msgstr "Hosts verwijderen" -#: client/src/inventories-hosts/inventories/inventory.list.js:114 +#: client/src/inventories-hosts/inventories/inventory.list.js:113 msgid "Delete inventory" msgstr "Inventaris verwijderen" @@ -1266,7 +1194,6 @@ msgid "Delete notification" msgstr "Bericht verwijderen" #: client/src/projects/projects.form.js:166 -#: client/src/projects/projects.form.js:165 msgid "Delete on Update" msgstr "Verwijderen bij update" @@ -1298,7 +1225,6 @@ msgid "Delete the job" msgstr "De taak verwijderen" #: client/src/projects/projects.form.js:168 -#: client/src/projects/projects.form.js:167 msgid "" "Delete the local repository in its entirety prior to performing an update." msgstr "" @@ -1326,7 +1252,6 @@ msgid "Deleting group" msgstr "Groep wordt verwijderd" #: client/src/projects/projects.form.js:168 -#: client/src/projects/projects.form.js:167 msgid "" "Depending on the size of the repository this may significantly increase the " "amount of time required to complete an update." @@ -1356,61 +1281,50 @@ msgstr "Documentatie Instances beschrijven" #: 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:141 client/src/users/users.form.js:167 -#: client/src/inventories-hosts/hosts/host.form.js:62 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:61 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:55 -#: client/src/users/users.form.js:142 client/src/users/users.form.js:168 +#: client/src/users/users.form.js:145 client/src/users/users.form.js:171 msgid "Description" msgstr "Omschrijving" -#: client/src/notifications/notificationTemplates.form.js:139 -#: client/src/notifications/notificationTemplates.form.js:143 -#: client/src/notifications/notificationTemplates.form.js:155 -#: client/src/notifications/notificationTemplates.form.js:159 +#: client/src/notifications/notificationTemplates.form.js:136 #: client/src/notifications/notificationTemplates.form.js:140 -#: client/src/notifications/notificationTemplates.form.js:145 -#: client/src/notifications/notificationTemplates.form.js:157 -#: client/src/notifications/notificationTemplates.form.js:162 -#: client/src/notifications/notificationTemplates.form.js:378 +#: client/src/notifications/notificationTemplates.form.js:152 +#: client/src/notifications/notificationTemplates.form.js:156 msgid "Destination Channels" msgstr "Bestemmingskanalen" -#: client/src/notifications/notificationTemplates.form.js:362 -#: client/src/notifications/notificationTemplates.form.js:366 -#: client/src/notifications/notificationTemplates.form.js:373 +#: client/src/notifications/notificationTemplates.form.js:359 +#: client/src/notifications/notificationTemplates.form.js:363 msgid "Destination Channels or Users" msgstr "Bestemmingskanalen of -gebruikers" -#: client/src/notifications/notificationTemplates.form.js:208 -#: client/src/notifications/notificationTemplates.form.js:209 -#: client/src/notifications/notificationTemplates.form.js:212 -#: client/src/notifications/notificationTemplates.form.js:213 +#: client/src/notifications/notificationTemplates.form.js:205 +#: client/src/notifications/notificationTemplates.form.js:206 msgid "Destination SMS Number" msgstr "Sms-nummer bestemming" #: client/features/credentials/credentials.strings.js:13 #: client/src/license/license.partial.html:5 -#: client/src/shared/form-generator.js:1474 -#: client/src/shared/form-generator.js:1525 +#: client/src/shared/form-generator.js:1481 msgid "Details" msgstr "Meer informatie" -#: client/src/job-submission/job-submission.partial.html:257 -#: client/src/job-submission/job-submission.partial.html:255 +#: client/src/job-submission/job-submission.partial.html:263 msgid "Diff Mode" msgstr "Diff-modus" #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate.partial.html:6 -#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:6 -msgid "Disassociate Group" -msgstr "Groep loskoppelen" +msgid "Disassociate Group From Group" +msgstr "" #: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html:6 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:6 msgid "Disassociate Host" msgstr "Host loskoppelen" +#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:6 +#: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups-disassociate.partial.html:6 +msgid "Disassociate Host From Group" +msgstr "" + #: client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.list.js:65 #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:110 #: client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.list.js:98 @@ -1422,9 +1336,9 @@ msgid "Disassociate host" msgstr "Host loskoppelen" #: client/src/configuration/auth-form/configuration-auth.controller.js:75 -#: client/src/configuration/configuration.controller.js:198 -#: client/src/configuration/configuration.controller.js:260 -#: client/src/configuration/system-form/configuration-system.controller.js:55 +#: client/src/configuration/configuration.controller.js:202 +#: client/src/configuration/configuration.controller.js:264 +#: client/src/configuration/system-form/configuration-system.controller.js:57 msgid "Discard changes" msgstr "Wijzigingen annuleren" @@ -1432,15 +1346,13 @@ msgstr "Wijzigingen annuleren" msgid "Dissasociate permission from team" msgstr "Machtiging loskoppelen van team" -#: client/src/users/users.form.js:221 client/src/users/users.form.js:222 +#: client/src/users/users.form.js:225 msgid "Dissasociate permission from user" msgstr "Machtiging loskoppelen van gebruiker" #: client/src/credentials/credentials.form.js:384 -#: client/src/credentials/factories/become-method-change.factory.js:60 -#: client/src/credentials/factories/kind-change.factory.js:117 -#: client/src/credentials/factories/become-method-change.factory.js:62 -#: client/src/credentials/factories/kind-change.factory.js:119 +#: client/src/credentials/factories/become-method-change.factory.js:54 +#: client/src/credentials/factories/kind-change.factory.js:111 msgid "Domain Name" msgstr "Domeinnaam" @@ -1448,11 +1360,10 @@ msgstr "Domeinnaam" #: 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/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:128 msgid "Download Output" msgstr "Download output" -#: client/src/inventory-scripts/inventory-scripts.form.js:62 +#: client/src/inventory-scripts/inventory-scripts.form.js:59 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 " @@ -1462,7 +1373,7 @@ msgstr "" "in het veld om uw aangepaste inventaris te importeren. Raadpleeg de " "documentatie van Ansible Tower voor voorbeeldsyntaxis." -#: client/src/partials/survey-maker-modal.html:76 +#: client/src/partials/survey-maker-modal.html:77 msgid "Drop question here to reorder" msgstr "Sleep een vraag hierheen om opnieuw te ordenen" @@ -1485,7 +1396,6 @@ 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:66 msgid "ELAPSED" msgstr "VERLOPEN" @@ -1515,7 +1425,6 @@ msgstr "" "opdrachten van de taak uitgevoerd worden." #: client/src/projects/projects.form.js:179 -#: client/src/projects/projects.form.js:178 msgid "" "Each time a job runs using this project, perform an update to the local " "repository prior to starting the job." @@ -1532,21 +1441,16 @@ msgstr "" #: 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/credential-types/credential-types.list.js:53 msgid "Edit" msgstr "Wijzigen" -#: client/src/shared/form-generator.js:1707 -#: client/src/templates/job_templates/job-template.form.js:457 +#: 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/shared/form-generator.js:1758 -#: client/src/templates/job_templates/job-template.form.js:474 -#: client/src/templates/workflows.form.js:182 msgid "Edit Survey" msgstr "Vragenlijst wijzigen" #: client/src/credential-types/credential-types.list.js:58 -#: client/src/credential-types/credential-types.list.js:55 msgid "Edit credenital type" msgstr "Soort toegangsgegevens wijzigen" @@ -1594,32 +1498,32 @@ msgstr "Team wijzigen" msgid "Edit template" msgstr "Sjabloon wijzigen" -#: client/src/job-results/job-results.partial.html:188 +#: 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:172 +#: 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:262 -#: client/src/job-results/job-results.partial.html:277 -#: client/src/job-results/job-results.partial.html:293 -#: client/src/job-results/job-results.partial.html:308 -#: client/src/job-results/job-results.partial.html:323 +#: 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:203 +#: 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:137 +#: 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:226 +#: client/src/job-results/job-results.partial.html:229 #: client/src/projects/projects.list.js:105 msgid "Edit the project" msgstr "Het project wijzigen" @@ -1633,11 +1537,9 @@ msgid "Edit user" msgstr "Gebruiker wijzigen" #: client/src/setup-menu/setup-menu.partial.html:61 -#: client/src/setup-menu/setup-menu.partial.html:67 msgid "Edit {{BRAND_NAME}}'s configuration." msgstr "Configuratie van {{BRAND_NAME}} wijzigen." -#: client/src/projects/list/projects-list.controller.js:242 #: client/src/projects/list/projects-list.controller.js:241 msgid "" "Either you do not have access or the SCM update process completed. Click the" @@ -1646,7 +1548,7 @@ 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:517 +#: client/src/job-results/job-results.partial.html:520 msgid "Elapsed" msgstr "Verlopen" @@ -1655,18 +1557,18 @@ msgstr "Verlopen" 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 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/templates/job_templates/job-template.form.js:274 msgid "Enable Privilege Escalation" msgstr "Verhoging van rechten inschakelen" -#: client/src/templates/job_templates/job-template.form.js:284 +#: client/src/templates/job_templates/job-template.form.js:279 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 " @@ -1680,17 +1582,14 @@ msgstr "" msgid "Encrypted credentials are not supported." msgstr "Versleutelde toegangsgegevens worden niet ondersteund." -#: client/src/license/license.partial.html:108 +#: client/src/license/license.partial.html:113 msgid "End User License Agreement" 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:89 -#: client/src/inventories-hosts/hosts/host.form.js:72 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:71 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:98 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:86 msgid "" "Enter inventory variables using either JSON or YAML syntax. Use the radio " "button to toggle between the two." @@ -1698,7 +1597,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:98 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93 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 " @@ -1708,13 +1607,13 @@ msgstr "" "de radio-knop om tussen de twee te wisselen. Raadpleeg de documentatie van " "Ansible Tower voor voorbeeldsyntaxis." -#: client/src/notifications/notificationTemplates.form.js:158 +#: client/src/notifications/notificationTemplates.form.js:155 msgid "" "Enter one HipChat channel per line. The pound symbol (#) is not required." msgstr "" "Voer één HipChat-kanaal per regel in. Het hekje (#) is hierbij niet vereist." -#: client/src/notifications/notificationTemplates.form.js:365 +#: client/src/notifications/notificationTemplates.form.js:362 msgid "" "Enter one IRC channel or username per line. The pound symbol (#) for " "channels, and the at (@) symbol for users, are not required." @@ -1722,13 +1621,13 @@ msgstr "" "Voer één IRC-kanaal of gebruikersnaam per regel in. Het hekje (#) voor " "kanalen en het apenstaartje (@) voor gebruikers zijn hierbij niet vereist." -#: client/src/notifications/notificationTemplates.form.js:142 +#: client/src/notifications/notificationTemplates.form.js:139 msgid "" "Enter one Slack channel per line. The pound symbol (#) is not required." msgstr "" "Voer één Slack-kanaal per regel in. Het hekje (#) is hierbij niet vereist." -#: client/src/notifications/notificationTemplates.form.js:100 +#: client/src/notifications/notificationTemplates.form.js:97 msgid "" "Enter one email address per line to create a recipient list for this type of" " notification." @@ -1736,17 +1635,15 @@ msgstr "" "Voer één e-mailadres per regel in om een lijst met ontvangers te maken voor " "dit type bericht." -#: client/src/notifications/notificationTemplates.form.js:212 +#: client/src/notifications/notificationTemplates.form.js:209 msgid "" "Enter one phone number per line to specify where to route SMS messages." msgstr "" "Voer één telefoonnummer per regel in om aan te geven waar SMS-berichten " "naartoe gestuurd moeten worden." -#: client/src/credentials/factories/become-method-change.factory.js:87 -#: client/src/credentials/factories/kind-change.factory.js:144 -#: client/src/credentials/factories/become-method-change.factory.js:89 -#: client/src/credentials/factories/kind-change.factory.js:146 +#: client/src/credentials/factories/become-method-change.factory.js:81 +#: client/src/credentials/factories/kind-change.factory.js:138 msgid "" "Enter the URL for the virtual machine which %scorresponds to your CloudForm " "instance. %sFor example, %s" @@ -1754,10 +1651,8 @@ msgstr "" "Voer de URL in voor de virtuele machine die %sovereenkomt met uw CloudForm-" "instantie. %sBijvoorbeeld %s" -#: client/src/credentials/factories/become-method-change.factory.js:77 -#: client/src/credentials/factories/kind-change.factory.js:134 -#: client/src/credentials/factories/become-method-change.factory.js:79 -#: client/src/credentials/factories/kind-change.factory.js:136 +#: client/src/credentials/factories/become-method-change.factory.js:71 +#: client/src/credentials/factories/kind-change.factory.js:128 msgid "" "Enter the URL which corresponds to your %sRed Hat Satellite 6 server. %sFor " "example, %s" @@ -1765,16 +1660,14 @@ msgstr "" "Voer de URL in die overeenkomt met uw %sRed Had Satellite 6-server. " "%sBijvoorbeeld %s" -#: client/src/credentials/factories/become-method-change.factory.js:55 -#: client/src/credentials/factories/kind-change.factory.js:112 -#: client/src/credentials/factories/become-method-change.factory.js:57 -#: client/src/credentials/factories/kind-change.factory.js:114 +#: client/src/credentials/factories/become-method-change.factory.js:49 +#: client/src/credentials/factories/kind-change.factory.js:106 msgid "" "Enter the hostname or IP address which corresponds to your VMware vCenter." msgstr "" "Voer de hostnaam of het IP-adres in dat overeenkomt met uw VMware vCenter." -#: client/src/notifications/notificationTemplates.form.js:198 +#: client/src/notifications/notificationTemplates.form.js:195 msgid "" "Enter the number associated with the \"Messaging Service\" in Twilio in the " "format +18005550199." @@ -1794,56 +1687,42 @@ msgstr "" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:187 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:194 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:174 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:181 msgid "Environment Variables" msgstr "Omgevingsvariabelen" -#: client/src/configuration/configuration.controller.js:344 -#: client/src/configuration/configuration.controller.js:443 -#: client/src/configuration/configuration.controller.js:477 -#: client/src/configuration/configuration.controller.js:524 -#: client/src/configuration/system-form/configuration-system.controller.js:226 +#: 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/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/job-submission/job-submission-factories/launchjob.factory.js:191 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:210 +#: 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/management-jobs/card/card.controller.js:28 #: client/src/projects/add/projects-add.controller.js:108 -#: client/src/projects/edit/projects-edit.controller.js:150 -#: client/src/projects/edit/projects-edit.controller.js:216 -#: client/src/projects/edit/projects-edit.controller.js:232 +#: 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:226 -#: client/src/projects/list/projects-list.controller.js:247 -#: client/src/projects/list/projects-list.controller.js:263 -#: client/src/projects/list/projects-list.controller.js:272 -#: client/src/users/add/users-add.controller.js:98 +#: 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/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/configuration/configuration.controller.js:341 -#: client/src/configuration/configuration.controller.js:440 -#: client/src/configuration/configuration.controller.js:474 -#: client/src/configuration/configuration.controller.js:518 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:188 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:207 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:119 -#: client/src/projects/list/projects-list.controller.js:168 -#: client/src/projects/list/projects-list.controller.js:197 -#: 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:261 -#: client/src/projects/list/projects-list.controller.js:270 -#: client/src/users/edit/users-edit.controller.js:163 msgid "Error!" msgstr "Fout!" #: client/src/activity-stream/streams.list.js:40 -#: client/src/activity-stream/streams.list.js:41 msgid "Event" msgstr "Gebeurtenis" @@ -1856,21 +1735,21 @@ 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:259 +#: client/src/projects/edit/projects-edit.controller.js:265 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:279 +#: client/src/projects/edit/projects-edit.controller.js:285 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:270 +#: client/src/projects/edit/projects-edit.controller.js:276 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:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 msgid "Example: ansible_facts.ansible_distribution:\"RedHat\"" msgstr "Voorbeeld: ansible_facts.ansible_distribution:\"RedHat\"" @@ -1888,9 +1767,6 @@ msgstr "Bestaande host" #: 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/src/job-results/job-results.controller.js:221 -#: client/src/standard-out/standard-out.controller.js:23 -#: client/src/standard-out/standard-out.controller.js:247 msgid "Expand Output" msgstr "Output uitklappen" @@ -1902,24 +1778,20 @@ msgstr "Verloopt op" msgid "Explanation" msgstr "Uitleg" -#: client/src/job-results/job-results.partial.html:272 +#: client/src/job-results/job-results.partial.html:275 msgid "Extra Credentials" msgstr "Extra toegangsgegevens" #: 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:406 -#: client/src/job-submission/job-submission.partial.html:161 +#: client/src/job-results/job-results.partial.html:409 +#: 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:347 -#: client/src/templates/job_templates/job-template.form.js:354 +#: 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/job-submission/job-submission.partial.html:159 -#: client/src/templates/job_templates/job-template.form.js:359 -#: client/src/templates/job_templates/job-template.form.js:371 -#: client/src/templates/workflows.form.js:86 msgid "Extra Variables" msgstr "Extra variabelen" @@ -1928,7 +1800,7 @@ msgstr "Extra variabelen" msgid "FACTS" msgstr "FEITEN" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:63 +#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:64 msgid "FAILED" msgstr "MISLUKT" @@ -1939,16 +1811,12 @@ 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/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:59 msgid "FINISHED" msgstr "VOLTOOID" #: 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:106 -#: client/src/inventories-hosts/hosts/host.form.js:111 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:111 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:105 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:107 msgid "Facts" msgstr "Feiten" @@ -1960,7 +1828,7 @@ msgstr "Mislukt" msgid "Failed Hosts" msgstr "Mislukte hosts" -#: client/src/users/add/users-add.controller.js:98 +#: client/src/users/add/users-add.controller.js:99 msgid "Failed to add new user. POST returned status:" msgstr "Nieuwe gebruiker toevoegen mislukt. Geretourneerde statut POSTEN:" @@ -1972,28 +1840,24 @@ msgstr "Nieuwe toegangsgegevens aanmaken mislukt. Status POSTEN:" 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:211 -#: client/src/job-submission/job-submission-factories/launchjob.factory.js:208 +#: client/src/job-submission/job-submission-factories/launchjob.factory.js:214 msgid "Failed to retrieve job template extra variables." msgstr "Extra variabelen van taaksjabloon ophalen mislukt." -#: client/src/projects/edit/projects-edit.controller.js:151 +#: client/src/projects/edit/projects-edit.controller.js:157 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:164 msgid "Failed to retrieve user: %s. GET status:" msgstr "Gebruiker ophalen mislukt: %s. Status OPHALEN:" -#: client/src/configuration/configuration.controller.js:444 -#: client/src/configuration/configuration.controller.js:441 +#: client/src/configuration/configuration.controller.js:450 msgid "Failed to save settings. Returned status:" msgstr "Instellingen opslaan mislukt. Geretourneerde status:" -#: client/src/configuration/configuration.controller.js:478 -#: client/src/configuration/configuration.controller.js:475 +#: client/src/configuration/configuration.controller.js:484 msgid "Failed to save toggle settings. Returned status:" msgstr "Instellingen wisselen mislukt. Geretourneerde status:" @@ -2001,14 +1865,13 @@ 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:216 +#: client/src/projects/edit/projects-edit.controller.js:222 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:192 +#: 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/src/job-submission/job-submission-factories/launchjob.factory.js:189 msgid "Failed updating job %s with variables. POST returned: %d" msgstr "Taak %s met variabelen bijwerken mislukt. Geretourneerde POSTEN: %d" @@ -2029,11 +1892,10 @@ msgstr "Laatste uitvoering" #: 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:108 +#: 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/portal-mode/portal-jobs.list.js:39 msgid "Finished" msgstr "Voltooid" @@ -2053,10 +1915,8 @@ msgid "" msgstr "" "Zie de Ansible Tower voor meer informatie over geavanceerde zoeksyntaxis" -#: client/src/credentials/factories/become-method-change.factory.js:69 -#: client/src/credentials/factories/kind-change.factory.js:126 -#: client/src/credentials/factories/become-method-change.factory.js:71 -#: client/src/credentials/factories/kind-change.factory.js:128 +#: client/src/credentials/factories/become-method-change.factory.js:63 +#: client/src/credentials/factories/kind-change.factory.js:120 msgid "For example, %s" msgstr "Bijvoorbeeld %s" @@ -2066,8 +1926,6 @@ msgstr "Bijvoorbeeld %s" #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:32 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:35 #: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:31 -#: client/src/inventories-hosts/hosts/host.form.js:35 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:34 msgid "" "For hosts that are part of an external inventory, this flag cannot be " "changed. It will be set by the inventory sync process." @@ -2088,7 +1946,6 @@ msgstr "" "rapporteren zonder het draaiboek uit te voeren." #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:118 -#: client/src/templates/job_templates/job-template.form.js:176 msgid "" "For more information and examples see %sthe Patterns topic at " "docs.ansible.com%s." @@ -2098,12 +1955,10 @@ msgstr "" #: 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:333 +#: 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:149 -#: client/src/templates/job_templates/job-template.form.js:159 -#: client/src/templates/job_templates/job-template.form.js:152 -#: client/src/templates/job_templates/job-template.form.js:165 +#: client/src/templates/job_templates/job-template.form.js:144 +#: client/src/templates/job_templates/job-template.form.js:154 msgid "Forks" msgstr "Vorken" @@ -2132,8 +1987,7 @@ msgstr "GitHub Team" msgid "Google OAuth2" msgstr "Google OAuth2" -#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:210 -#: client/src/users/users.form.js:211 +#: client/src/teams/teams.form.js:155 client/src/users/users.form.js:214 msgid "Grant Permission" msgstr "Machtiging toekennen" @@ -2167,13 +2021,9 @@ msgstr "" #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.form.js:88 #: client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js:32 #: 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: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:172 -#: client/src/inventories-hosts/hosts/host.form.js:119 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:119 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:113 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:178 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:167 msgid "Groups" msgstr "Groepen" @@ -2191,14 +2041,11 @@ msgstr "TIP: sleep een SSH-privésleutelbestand naar het onderstaande veld." #: client/src/inventories-hosts/inventories/inventories.partial.html:14 #: 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 -#: client/src/activity-stream/get-target-title.factory.js:38 msgid "HOSTS" msgstr "HOSTS" -#: client/src/notifications/notificationTemplates.form.js:323 -#: client/src/notifications/notificationTemplates.form.js:324 -#: client/src/notifications/notificationTemplates.form.js:328 -#: client/src/notifications/notificationTemplates.form.js:329 +#: client/src/notifications/notificationTemplates.form.js:320 +#: client/src/notifications/notificationTemplates.form.js:321 msgid "HTTP Headers" msgstr "HTTP-koppen" @@ -2211,27 +2058,23 @@ msgid "High" msgstr "Hoog" #: client/src/credentials/credentials.form.js:139 -#: client/src/notifications/notificationTemplates.form.js:86 +#: client/src/notifications/notificationTemplates.form.js:83 msgid "Host" msgstr "Host" -#: client/src/credentials/factories/become-method-change.factory.js:58 -#: client/src/credentials/factories/kind-change.factory.js:115 -#: client/src/credentials/factories/become-method-change.factory.js:60 -#: client/src/credentials/factories/kind-change.factory.js:117 +#: client/src/credentials/factories/become-method-change.factory.js:52 +#: client/src/credentials/factories/kind-change.factory.js:109 msgid "Host (Authentication URL)" msgstr "Host (authenticatie-URL)" -#: client/src/templates/job_templates/job-template.form.js:329 -#: client/src/templates/job_templates/job-template.form.js:338 +#: client/src/templates/job_templates/job-template.form.js:324 +#: client/src/templates/job_templates/job-template.form.js:333 msgid "Host Config Key" msgstr "Configuratiesleutel host" #: client/src/inventories-hosts/hosts/host.form.js:40 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:39 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:39 -#: client/src/inventories-hosts/hosts/host.form.js:39 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:38 msgid "Host Enabled" msgstr "Host ingeschakeld" @@ -2241,18 +2084,12 @@ 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/inventories-hosts/hosts/host.form.js:45 -#: client/src/inventories-hosts/hosts/host.form.js:56 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:44 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:55 msgid "Host Name" msgstr "Hostnaam" #: client/src/inventories-hosts/hosts/host.form.js:80 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:79 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:79 -#: client/src/inventories-hosts/hosts/host.form.js:79 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:78 msgid "Host Variables" msgstr "Hostvariabelen" @@ -2277,11 +2114,9 @@ msgstr "Host is niet beschikbaar. Klik om te wisselen." #: 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:170 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:181 -#: client/src/job-results/job-results.partial.html:501 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:168 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:187 +#: 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 msgid "Hosts" msgstr "Hosts" @@ -2302,7 +2137,7 @@ msgstr "Gebruikte hosts" msgid "Hosts are imported to" msgstr "Hosts worden geïmporteerd naar" -#: client/src/license/license.partial.html:116 +#: client/src/license/license.partial.html:121 msgid "I agree to the End User License Agreement" msgstr "Ik ga akkoord met de licentie-overeenkomst voor eindgebruikers" @@ -2331,7 +2166,7 @@ msgstr "INZICHTEN" msgid "INSTANCE GROUPS" msgstr "INSTANTIEGROEPEN" -#: client/src/instance-groups/instance-group.partial.html:28 +#: client/src/instance-groups/instance-group.partial.html:27 msgid "INSTANCES" msgstr "INSTANTIES" @@ -2345,14 +2180,11 @@ msgstr "INSTANTIES" #: 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/activity-stream/get-target-title.factory.js:11 -#: client/src/organizations/linkout/organizations-linkout.route.js:141 msgid "INVENTORIES" msgstr "INVENTARISSEN" -#: client/src/job-submission/job-submission.partial.html:339 +#: client/src/job-submission/job-submission.partial.html:346 #: client/src/partials/job-template-details.html:2 -#: client/src/job-submission/job-submission.partial.html:336 msgid "INVENTORY" msgstr "INVENTARIS" @@ -2363,7 +2195,6 @@ 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/activity-stream/get-target-title.factory.js:32 msgid "INVENTORY SCRIPTS" msgstr "INVENTARISSCRIPTS" @@ -2371,13 +2202,11 @@ msgstr "INVENTARISSCRIPTS" msgid "INVENTORY SOURCES" msgstr "INVENTARISBRONNEN" -#: client/src/notifications/notificationTemplates.form.js:351 -#: client/src/notifications/notificationTemplates.form.js:362 +#: client/src/notifications/notificationTemplates.form.js:348 msgid "IRC Nick" msgstr "IRC-bijnaam" -#: client/src/notifications/notificationTemplates.form.js:340 -#: client/src/notifications/notificationTemplates.form.js:351 +#: client/src/notifications/notificationTemplates.form.js:337 msgid "IRC Server Address" msgstr "IRC-serveradres" @@ -2408,15 +2237,6 @@ msgstr "" "Als dit vakje leeg wordt gelaten, worden alle bovenstaande groepen " "aangemaakt, behalve" -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:331 -msgid "" -"If checked, all child groups and hosts not found on the external source will" -" be deleted from the local inventory." -msgstr "" -"Als dit vakje aangevinkt is, worden alle onderliggende groepen en hosts die " -"niet aangetroffen worden in de externe bron verwijderd uit de lokale " -"inventaris." - #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:343 msgid "" "If checked, all variables for child groups and hosts will be removed and " @@ -2426,30 +2246,41 @@ msgstr "" "groepen en hosts verwijderd en worden ze vervangen door de variabelen die " "aangetroffen worden in de externe bron." -#: client/src/templates/job_templates/job-template.form.js:272 +#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:331 +msgid "" +"If checked, any hosts and groups that were previously present on the " +"external source but are now removed will be removed from the Tower " +"inventory. Hosts and groups that were not managed by the inventory source " +"will be promoted to the next manually created group or if there is no " +"manually created group to promote them into, they will be left in the " +"\"all\" default group for the inventory." +msgstr "" + +#: client/src/templates/job_templates/job-template.form.js:267 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/templates/job_templates/job-template.form.js:256 -#: client/src/templates/job_templates/job-template.form.js:258 msgid "" "If enabled, show the changes made by Ansible tasks, where supported. This is" -" equivalent to Ansible's --diff mode." +" equivalent to Ansible’s --diff mode." msgstr "" -"Laat de wijzigingen die aangebracht zijn door Ansible-taken zien, waar " -"ondersteund, indien deze mogelijkheid ingeschakeld is. Dit staat gelijk aan " -"de diff-modus van Ansible." -#: client/src/templates/job_templates/job-template.form.js:296 +#: client/src/templates/job_templates/job-template.form.js:251 +msgid "" +"If enabled, show the changes made by Ansible tasks, where supported. This is" +" equivalent to Ansible’s --diff mode." +msgstr "" + +#: client/src/templates/job_templates/job-template.form.js:291 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:307 +#: client/src/templates/job_templates/job-template.form.js:302 msgid "" "If enabled, use cached facts if available and store discovered facts in the " "cache." @@ -2488,8 +2319,6 @@ msgstr "Afbeelding-ID:" #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.list.js:30 #: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:33 #: client/src/inventories-hosts/inventories/related/hosts/related-host.list.js:29 -#: client/src/inventories-hosts/hosts/host.form.js:33 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:32 msgid "" "Indicates if a host is available and should be included in running jobs." msgstr "" @@ -2498,56 +2327,46 @@ msgstr "" #: client/src/activity-stream/activity-detail.form.js:31 #: client/src/activity-stream/streams.list.js:33 -#: client/src/activity-stream/streams.list.js:34 msgid "Initiated by" msgstr "Gestart door" #: client/src/credential-types/credential-types.form.js:53 #: client/src/credential-types/credential-types.form.js:61 -#: client/src/credential-types/credential-types.form.js:60 -#: client/src/credential-types/credential-types.form.js:75 msgid "Injector Configuration" msgstr "Configuratie-injector" #: client/src/credential-types/credential-types.form.js:39 #: client/src/credential-types/credential-types.form.js:47 -#: client/src/credential-types/credential-types.form.js:54 msgid "Input Configuration" msgstr "Configuratie-input" #: client/src/inventories-hosts/hosts/host.form.js:123 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:121 -#: client/src/inventories-hosts/hosts/host.form.js:127 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:120 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:122 msgid "Insights" msgstr "Inzichten" -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:72 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:69 msgid "Insights Credential" msgstr "Inzichten toegangsgegevens" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:145 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:148 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:135 msgid "Instance Filters" msgstr "Instantiefilters" -#: client/src/job-results/job-results.partial.html:366 +#: client/src/job-results/job-results.partial.html:369 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/smart-inventory/smart-inventory.form.js:78 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:83 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:86 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:78 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:81 #: 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:196 -#: client/src/templates/job_templates/job-template.form.js:199 -#: client/src/setup-menu/setup-menu.partial.html:60 -#: client/src/templates/job_templates/job-template.form.js:205 -#: client/src/templates/job_templates/job-template.form.js:208 +#: client/src/templates/job_templates/job-template.form.js:191 +#: client/src/templates/job_templates/job-template.form.js:194 msgid "Instance Groups" msgstr "Instantiegroepen" @@ -2583,8 +2402,8 @@ msgstr "Ongeldige input voor dit type." msgid "Invalid username and/or password. Please try again." msgstr "Ongeldige gebruikersnaam en/of wachtwoord. Probeer het opnieuw." -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:128 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:53 +#: 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/home/dashboard/counts/dashboard-counts.directive.js:50 #: client/src/organizations/linkout/organizations-linkout.route.js:155 @@ -2594,7 +2413,7 @@ msgstr "Inventarissen" #: 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:198 +#: client/src/job-results/job-results.partial.html:201 #: client/src/job-submission/job-submission.partial.html:17 #: client/src/organizations/linkout/controllers/organizations-inventories.controller.js:70 #: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:58 @@ -2602,21 +2421,16 @@ msgstr "Inventarissen" #: 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 -#: client/src/templates/job_templates/job-template.form.js:70 -#: client/src/templates/job_templates/job-template.form.js:84 msgid "Inventory" msgstr "Inventaris" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:110 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:124 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:104 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:116 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/src/setup-menu/setup-menu.partial.html:34 msgid "Inventory Scripts" msgstr "Inventarisscript" @@ -2628,8 +2442,7 @@ msgstr "Inventarissynchronisatie" msgid "Inventory Sync Failures" msgstr "Fouten bij inventarissynchronisatie" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:96 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:105 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:93 msgid "Inventory Variables" msgstr "Inventarisvariabelen" @@ -2649,26 +2462,23 @@ msgstr "TAAKSJABLOON" #: 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/src/organizations/linkout/organizations-linkout.route.js:250 msgid "JOB TEMPLATES" msgstr "TAAKSJABLONEN" #: client/src/activity-stream/get-target-title.factory.js:32 -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:109 -#: client/src/instance-groups/instance-group.partial.html:29 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:28 +#: 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/activity-stream/get-target-title.factory.js:29 msgid "JOBS" msgstr "TAKEN" -#: client/src/job-submission/job-submission.partial.html:169 -#: client/src/job-submission/job-submission.partial.html:167 +#: client/src/job-submission/job-submission.partial.html:173 msgid "JSON" msgstr "JSON" @@ -2678,15 +2488,12 @@ msgstr "JSON" msgid "JSON:" msgstr "JSON:" -#: client/src/job-results/job-results.partial.html:381 -#: client/src/job-submission/job-submission.partial.html:222 -#: client/src/templates/job_templates/job-template.form.js:205 -#: client/src/templates/job_templates/job-template.form.js:212 +#: 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 -#: client/src/job-submission/job-submission.partial.html:220 -#: client/src/templates/job_templates/job-template.form.js:214 -#: client/src/templates/job_templates/job-template.form.js:223 msgid "Job Tags" msgstr "Taaktags" @@ -2694,22 +2501,19 @@ msgstr "Taaktags" msgid "Job Template" msgstr "Taaksjabloon" -#: 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: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/organizations/linkout/organizations-linkout.route.js:262 msgid "Job Templates" msgstr "Taaksjablonen" #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:32 -#: client/src/job-results/job-results.partial.html:156 -#: client/src/job-submission/job-submission.partial.html:196 +#: 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 -#: client/src/job-submission/job-submission.partial.html:194 -#: client/src/templates/job_templates/job-template.form.js:59 msgid "Job Type" msgstr "Soort taak" @@ -2728,14 +2532,13 @@ msgid "Jobs" msgstr "Taken" #: client/src/job-results/job-results.controller.js:269 -#: client/src/job-results/job-results.controller.js:321 +#: 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/src/access/add-rbac-resource/rbac-resource.partial.html:61 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:102 +#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:154 #: client/src/shared/smart-search/smart-search.partial.html:14 -#: client/src/access/add-rbac-resource/rbac-resource.partial.html:63 msgid "Key" msgstr "Sleutel" @@ -2755,7 +2558,6 @@ 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:73 msgid "LAUNCH TYPE" msgstr "SOORT STARTEN" @@ -2764,12 +2566,10 @@ msgid "LDAP" msgstr "LDAP" #: client/src/license/license.route.js:19 -#: client/src/license/license.route.js:18 msgid "LICENSE" msgstr "LICENTIE" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:58 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:45 msgid "LICENSE ERROR" msgstr "LICENTIEFOUT" @@ -2779,16 +2579,14 @@ 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:431 -#: client/src/job-results/job-results.partial.html:440 +#: 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:239 -#: client/src/templates/job_templates/job-template.form.js:243 +#: client/src/templates/job_templates/job-template.form.js:234 +#: client/src/templates/job_templates/job-template.form.js:238 #: client/src/templates/templates.list.js:43 #: client/src/templates/workflows.form.js:62 #: client/src/templates/workflows.form.js:67 -#: client/src/templates/job_templates/job-template.form.js:347 -#: client/src/templates/job_templates/job-template.form.js:352 msgid "Labels" msgstr "Labels" @@ -2806,25 +2604,22 @@ msgid "Last Updated" msgstr "Laatst geüpdatet" #: client/src/portal-mode/portal-job-templates.list.js:36 -#: client/src/shared/form-generator.js:1699 +#: client/src/shared/form-generator.js:1707 #: client/src/templates/templates.list.js:80 -#: client/src/shared/form-generator.js:1750 msgid "Launch" msgstr "Starten" #: client/src/management-jobs/card/card.partial.html:23 -#: client/src/management-jobs/card/card.partial.html:21 msgid "Launch Management Job" msgstr "Beheertaak starten" -#: client/src/job-results/job-results.partial.html:167 -#: client/src/job-results/job-results.partial.html:182 +#: 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 msgid "Launched By" msgstr "Gestart door" #: client/src/job-submission/job-submission.partial.html:99 -#: client/src/job-submission/job-submission.partial.html:97 msgid "" "Launching this job requires the passwords listed below. Enter and confirm " "each password before continuing." @@ -2832,8 +2627,7 @@ 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:360 -#: client/features/credentials/legacy.credentials.js:343 +#: client/features/credentials/legacy.credentials.js:357 msgid "Legacy state configuration for does not exist" msgstr "Er bestaat geen oude staat van configuratie voor" @@ -2842,7 +2636,7 @@ msgstr "Er bestaat geen oude staat van configuratie voor" msgid "License" msgstr "Licentie" -#: client/src/license/license.partial.html:102 +#: client/src/license/license.partial.html:104 msgid "License File" msgstr "Licentiebestand" @@ -2860,16 +2654,13 @@ msgstr "Licentiesoort" #: 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:344 -#: client/src/job-submission/job-submission.partial.html:214 +#: 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:165 -#: client/src/templates/job_templates/job-template.form.js:169 +#: 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/job-submission/job-submission.partial.html:212 -#: client/src/templates/job_templates/job-template.form.js:171 -#: client/src/templates/job_templates/job-template.form.js:178 msgid "Limit" msgstr "Limiet" @@ -2905,8 +2696,7 @@ msgstr "" msgid "Live events: error connecting to the server." msgstr "Livegebeurtenissen: fout bij het verbinding maken met de server." -#: client/src/shared/form-generator.js:1975 -#: client/src/shared/form-generator.js:2026 +#: client/src/shared/form-generator.js:1983 msgid "Loading..." msgstr "Laden..." @@ -2918,15 +2708,15 @@ msgstr "Lokale tijdzone" msgid "Log Out" msgstr "Afmelden" -#: client/src/configuration/system-form/configuration-system.controller.js:220 -msgid "Log aggregator test failed.
Detail:" -msgstr "Log aggregator-test mislukt.
Informatie:" +#: client/src/configuration/system-form/configuration-system.controller.js:225 +msgid "Log aggregator test failed.
Detail:" +msgstr "" -#: client/src/configuration/system-form/configuration-system.controller.js:212 +#: client/src/configuration/system-form/configuration-system.controller.js:218 msgid "Log aggregator test successful." msgstr "Log aggregator-test gelukt." -#: client/src/configuration/system-form/configuration-system.controller.js:87 +#: client/src/configuration/system-form/configuration-system.controller.js:89 msgid "Logging" msgstr "Bezig met dataregistratie" @@ -2936,7 +2726,6 @@ 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.partial.html:4 msgid "MANAGEMENT JOBS" msgstr "BEHEERDERSTAKEN" @@ -2945,18 +2734,16 @@ msgid "MY VIEW" msgstr "MIJN BEELD" #: client/src/credentials/credentials.form.js:67 -#: client/src/job-submission/job-submission.partial.html:349 -#: client/src/job-submission/job-submission.partial.html:346 +#: client/src/job-submission/job-submission.partial.html:356 msgid "Machine" msgstr "Machine" #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:60 -#: client/src/job-results/job-results.partial.html:257 +#: client/src/job-results/job-results.partial.html:260 msgid "Machine Credential" msgstr "Toegangsgegevens machine" #: client/src/setup-menu/setup-menu.partial.html:36 -#: client/src/setup-menu/setup-menu.partial.html:29 msgid "" "Manage the cleanup of old job history, activity streams, data marked for " "deletion, and system tracking info." @@ -2964,26 +2751,16 @@ msgstr "" "Het opschonen van oude taakgeschiedenis, activiteitenlogboeken, gegevens die" " verwijderd moeten worden en trackinginformatie van het systeem." -#: client/src/credentials/factories/become-method-change.factory.js:38 -#: client/src/credentials/factories/kind-change.factory.js:95 -#: client/src/credentials/factories/become-method-change.factory.js:40 -#: client/src/credentials/factories/kind-change.factory.js:97 -msgid "Management Certificate" -msgstr "Beheerderscertificaat" - #: client/src/setup-menu/setup-menu.partial.html:35 -#: client/src/setup-menu/setup-menu.partial.html:28 msgid "Management Jobs" msgstr "Beheerderstaken" #: client/src/projects/list/projects-list.controller.js:89 -#: client/src/projects/list/projects-list.controller.js:88 msgid "Manual projects do not require a schedule" msgstr "Voor handmatige projecten is geen schema nodig" -#: client/src/projects/edit/projects-edit.controller.js:140 +#: client/src/projects/edit/projects-edit.controller.js:141 #: client/src/projects/list/projects-list.controller.js:88 -#: client/src/projects/list/projects-list.controller.js:87 msgid "Manual projects do not require an SCM update" msgstr "Voor handmatige projecten is geen SCM-update nodig" @@ -2995,7 +2772,7 @@ msgstr "Maximaal aantal sessies per gebruiker bereikt. Meld u aan." msgid "Medium" msgstr "Medium" -#: client/src/configuration/system-form/configuration-system.controller.js:88 +#: client/src/configuration/system-form/configuration-system.controller.js:90 msgid "Misc. System" msgstr "Overig systeem" @@ -3020,7 +2797,7 @@ 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/shared/question-definition.form.js:74 +#: client/src/templates/survey-maker/shared/question-definition.form.js:77 msgid "Multiple Choice Options" msgstr "Meerkeuze-opties" @@ -3104,7 +2881,6 @@ msgstr "BERICHTSJABLOON" #: client/src/activity-stream/get-target-title.factory.js:26 #: client/src/notifications/notificationTemplates.list.js:14 -#: client/src/activity-stream/get-target-title.factory.js:23 msgid "NOTIFICATION TEMPLATES" msgstr "BERICHTSJABLONEN" @@ -3120,7 +2896,7 @@ msgstr "BERICHTEN" #: client/src/credentials/credentials.list.js:26 #: 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:14 +#: 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 @@ -3157,13 +2933,8 @@ msgstr "BERICHTEN" #: 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:138 client/src/users/users.form.js:164 -#: client/src/users/users.form.js:190 -#: client/src/credential-types/credential-types.list.js:21 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:48 -#: client/src/portal-mode/portal-jobs.list.js:34 -#: client/src/users/users.form.js:139 client/src/users/users.form.js:165 -#: client/src/users/users.form.js:191 +#: client/src/users/users.form.js:142 client/src/users/users.form.js:168 +#: client/src/users/users.form.js:194 msgid "Name" msgstr "Naam" @@ -3171,7 +2942,7 @@ msgstr "Naam" msgid "Network" msgstr "Netwerk" -#: client/src/job-results/job-results.partial.html:303 +#: client/src/job-results/job-results.partial.html:306 msgid "Network Credential" msgstr "Netwerktoegangsgegevens" @@ -3183,7 +2954,7 @@ msgstr "Nieuwe groep" msgid "New Host" msgstr "Nieuwe host" -#: client/src/users/add/users-add.controller.js:90 +#: client/src/users/add/users-add.controller.js:91 msgid "New user successfully created!" msgstr "Nieuwe gebruiker aanmaken gelukt!" @@ -3197,7 +2968,7 @@ msgid "No Credentials Have Been Created" msgstr "Nog geen toegangsgegevens aangemaakt" #: 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:124 +#: client/src/templates/job_templates/multi-credential/multi-credential-modal.directive.js:140 msgid "No Credentials Matching This Type Have Been Created" msgstr "Nog geen toegangsgegevens die overeenkomen met deze soort aangemaakt" @@ -3214,7 +2985,6 @@ 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:158 msgid "No SCM Configuration" msgstr "Geen SCM-configuratie" @@ -3227,7 +2997,6 @@ 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:149 msgid "No Updates Available" msgstr "Er zijn geen updates beschikbaar" @@ -3282,8 +3051,7 @@ msgstr "Er zijn nog geen taken uitgevoerd." 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:187 -#: client/src/users/users.form.js:188 +#: client/src/teams/teams.form.js:121 client/src/users/users.form.js:191 msgid "No permissions have been granted" msgstr "Geen machtigingen toegekend" @@ -3291,7 +3059,7 @@ msgstr "Geen machtigingen toegekend" msgid "No recent job data available for this host." msgstr "Er zijn geen recente taakgegevens beschikbaar voor deze host." -#: client/src/inventories-hosts/inventories/list/host-summary-popover/host-summary-popover.directive.js:73 +#: 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 "Er zijn geen recente taakgegevens beschikbaar voor dit inventaris." @@ -3300,8 +3068,8 @@ msgid "No recent notifications." msgstr "Geen recente berichten." #: client/src/inventories-hosts/hosts/hosts.partial.html:36 -#: client/src/shared/form-generator.js:1871 -#: client/src/shared/form-generator.js:1922 +#: client/src/shared/form-generator.js:1879 +#: 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." @@ -3309,10 +3077,8 @@ msgstr "Er zijn geen gegevens die overeenkomen met uw zoekopdracht." msgid "No schedules exist" msgstr "Er bestaan geen schema's" -#: client/src/job-submission/job-submission.partial.html:341 -#: client/src/job-submission/job-submission.partial.html:346 -#: client/src/job-submission/job-submission.partial.html:338 -#: client/src/job-submission/job-submission.partial.html:343 +#: client/src/job-submission/job-submission.partial.html:348 +#: client/src/job-submission/job-submission.partial.html:353 msgid "None selected" msgstr "Geen geselecteerd" @@ -3323,7 +3089,6 @@ msgid "Normal User" msgstr "Normale gebruiker" #: client/src/projects/list/projects-list.controller.js:91 -#: client/src/projects/list/projects-list.controller.js:90 msgid "Not configured for SCM" msgstr "Niet geconfigureerd voor SCM" @@ -3331,10 +3096,15 @@ msgstr "Niet geconfigureerd voor SCM" msgid "Not configured for inventory sync." msgstr "Niet geconfigureerd voor inventarissynchronisatie." -#: client/src/notifications/notificationTemplates.form.js:291 -#: client/src/notifications/notificationTemplates.form.js:292 -#: client/src/notifications/notificationTemplates.form.js:296 -#: client/src/notifications/notificationTemplates.form.js:297 +#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate.partial.html:25 +msgid "" +"Note that only hosts directly in this group can be disassociated. Hosts in " +"sub-groups must be disassociated directly from the sub-group level that they" +" belong." +msgstr "" + +#: client/src/notifications/notificationTemplates.form.js:288 +#: client/src/notifications/notificationTemplates.form.js:289 msgid "Notification Color" msgstr "Berichtkleur" @@ -3342,8 +3112,7 @@ msgstr "Berichtkleur" msgid "Notification Failed." msgstr "Bericht mislukt" -#: client/src/notifications/notificationTemplates.form.js:280 -#: client/src/notifications/notificationTemplates.form.js:285 +#: client/src/notifications/notificationTemplates.form.js:277 msgid "Notification Label" msgstr "Berichtlabel" @@ -3355,37 +3124,33 @@ msgstr "Berichtsjablonen" #: 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 -#: client/src/setup-menu/setup-menu.partial.html:41 msgid "Notifications" msgstr "Berichten" -#: client/src/notifications/notificationTemplates.form.js:305 -#: client/src/notifications/notificationTemplates.form.js:310 +#: client/src/notifications/notificationTemplates.form.js:302 msgid "Notify Channel" msgstr "Bericht naar kanaal sturen" #: client/src/inventories-hosts/hosts/hosts.partial.html:55 -#: client/src/job-submission/job-submission.partial.html:263 +#: client/src/job-submission/job-submission.partial.html:269 #: client/src/partials/survey-maker-modal.html:27 -#: client/src/shared/form-generator.js:538 +#: client/src/shared/form-generator.js:542 +#: client/src/shared/form-generator.js:773 #: client/src/shared/generator-helpers.js:551 -#: client/src/job-submission/job-submission.partial.html:260 -#: client/src/shared/form-generator.js:555 msgid "OFF" msgstr "UIT" #: client/lib/services/base-string.service.js:63 -#: client/lib/services/base-string.service.js:31 +#: client/src/jobs/factories/delete-job.factory.js:115 msgid "OK" msgstr "OK" #: client/src/inventories-hosts/hosts/hosts.partial.html:54 -#: client/src/job-submission/job-submission.partial.html:261 +#: client/src/job-submission/job-submission.partial.html:267 #: client/src/partials/survey-maker-modal.html:26 -#: client/src/shared/form-generator.js:536 +#: client/src/shared/form-generator.js:538 +#: client/src/shared/form-generator.js:771 #: client/src/shared/generator-helpers.js:547 -#: client/src/job-submission/job-submission.partial.html:259 -#: client/src/shared/form-generator.js:553 msgid "ON" msgstr "AAN" @@ -3396,17 +3161,14 @@ msgstr "OPTIES" #: 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/activity-stream/get-target-title.factory.js:26 msgid "ORGANIZATIONS" msgstr "ORGANISATIES" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:116 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:103 msgid "OVERWRITE" msgstr "OVERSCHRIJVEN" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:123 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:110 msgid "OVERWRITE VARS" msgstr "VARIABELEN OVERSCHRIJVEN" @@ -3420,7 +3182,6 @@ 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:146 msgid "Only Group By" msgstr "Alleen ordenen op" @@ -3432,9 +3193,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:245 +#: 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:354 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." @@ -3443,11 +3203,9 @@ msgstr "" "Labels kunnen gebruikt worden om taaksjablonen en uitgevoerde taken te " "ordenen en filteren." -#: client/src/notifications/notificationTemplates.form.js:385 +#: client/src/notifications/notificationTemplates.form.js:382 #: client/src/partials/logviewer.html:7 -#: client/src/templates/job_templates/job-template.form.js:264 -#: client/src/notifications/notificationTemplates.form.js:397 -#: client/src/templates/job_templates/job-template.form.js:265 +#: client/src/templates/job_templates/job-template.form.js:259 msgid "Options" msgstr "Opties" @@ -3466,11 +3224,11 @@ msgstr "Opties" msgid "Organization" msgstr "Organisatie" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:142 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:65 +#: 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:128 client/src/users/users.form.js:129 +#: client/src/users/users.form.js:132 msgid "Organizations" msgstr "Organisaties" @@ -3532,15 +3290,11 @@ msgstr "" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:328 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:333 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:282 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:288 msgid "Overwrite" msgstr "Overschrijven" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:340 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:345 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:295 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:301 msgid "Overwrite Variables" msgstr "Variabelen overschrijven" @@ -3552,8 +3306,7 @@ msgstr "Eigenaren" msgid "PASSWORD" msgstr "WACHTWOORD" -#: client/features/credentials/legacy.credentials.js:125 -#: client/features/credentials/legacy.credentials.js:120 +#: client/features/credentials/legacy.credentials.js:122 msgid "PERMISSIONS" msgstr "MACHTIGINGEN" @@ -3568,9 +3321,8 @@ 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:1877 +#: client/src/shared/form-generator.js:1885 #: client/src/shared/list-generator/list-generator.factory.js:248 -#: client/src/shared/form-generator.js:1928 msgid "PLEASE ADD ITEMS TO THIS LIST" msgstr "VOEG ITEMS AAN DEZE LIJST TOE" @@ -3582,6 +3334,10 @@ msgstr "PORTAALMODUS" msgid "PREVIEW" msgstr "VOORVERTONING" +#: 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" @@ -3594,7 +3350,6 @@ msgstr "PROJECT" #: client/src/organizations/list/organizations-list.controller.js:72 #: client/src/projects/main.js:73 client/src/projects/projects.list.js:14 #: client/src/projects/projects.list.js:15 -#: client/src/organizations/linkout/organizations-linkout.route.js:191 msgid "PROJECTS" msgstr "PROJECTEN" @@ -3602,12 +3357,11 @@ msgstr "PROJECTEN" msgid "Page" msgstr "Pagina" -#: client/src/notifications/notificationTemplates.form.js:235 -#: client/src/notifications/notificationTemplates.form.js:240 +#: client/src/notifications/notificationTemplates.form.js:232 msgid "Pagerduty subdomain" msgstr "Subdomein Pagerduty" -#: client/src/templates/job_templates/job-template.form.js:353 +#: client/src/templates/job_templates/job-template.form.js:348 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 " @@ -3640,34 +3394,21 @@ msgstr "" #: client/src/credentials/credentials.form.js:226 #: client/src/credentials/factories/become-method-change.factory.js:21 -#: client/src/credentials/factories/become-method-change.factory.js:46 -#: client/src/credentials/factories/become-method-change.factory.js:54 -#: client/src/credentials/factories/become-method-change.factory.js:74 -#: client/src/credentials/factories/become-method-change.factory.js:84 -#: client/src/credentials/factories/become-method-change.factory.js:94 -#: client/src/credentials/factories/kind-change.factory.js:103 -#: client/src/credentials/factories/kind-change.factory.js:111 -#: client/src/credentials/factories/kind-change.factory.js:131 -#: client/src/credentials/factories/kind-change.factory.js:141 -#: client/src/credentials/factories/kind-change.factory.js:151 +#: client/src/credentials/factories/become-method-change.factory.js:40 +#: client/src/credentials/factories/become-method-change.factory.js:48 +#: client/src/credentials/factories/become-method-change.factory.js:68 +#: client/src/credentials/factories/become-method-change.factory.js:78 +#: client/src/credentials/factories/become-method-change.factory.js:88 +#: client/src/credentials/factories/kind-change.factory.js:105 +#: client/src/credentials/factories/kind-change.factory.js:125 +#: client/src/credentials/factories/kind-change.factory.js:135 +#: client/src/credentials/factories/kind-change.factory.js:145 #: client/src/credentials/factories/kind-change.factory.js:30 #: client/src/credentials/factories/kind-change.factory.js:78 -#: client/src/job-submission/job-submission.partial.html:103 +#: 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/credentials/factories/become-method-change.factory.js:23 -#: client/src/credentials/factories/become-method-change.factory.js:48 -#: client/src/credentials/factories/become-method-change.factory.js:56 -#: client/src/credentials/factories/become-method-change.factory.js:76 -#: client/src/credentials/factories/become-method-change.factory.js:86 -#: client/src/credentials/factories/become-method-change.factory.js:96 -#: client/src/credentials/factories/kind-change.factory.js:105 -#: client/src/credentials/factories/kind-change.factory.js:113 -#: client/src/credentials/factories/kind-change.factory.js:133 -#: client/src/credentials/factories/kind-change.factory.js:143 -#: client/src/credentials/factories/kind-change.factory.js:153 -#: client/src/credentials/factories/kind-change.factory.js:80 -#: client/src/job-submission/job-submission.partial.html:101 msgid "Password" msgstr "Wachtwoord" @@ -3690,8 +3431,6 @@ msgstr "Afgelopen week" #: client/src/credentials/factories/become-method-change.factory.js:29 #: client/src/credentials/factories/kind-change.factory.js:86 -#: client/src/credentials/factories/become-method-change.factory.js:31 -#: client/src/credentials/factories/kind-change.factory.js:88 msgid "" "Paste the contents of the PEM file associated with the service account " "email." @@ -3699,17 +3438,6 @@ msgstr "" "Plak hier de inhoud van het PEM-bestand dat bij de e-mail van het " "serviceaccount hoor." -#: client/src/credentials/factories/become-method-change.factory.js:41 -#: client/src/credentials/factories/kind-change.factory.js:98 -#: client/src/credentials/factories/become-method-change.factory.js:43 -#: client/src/credentials/factories/kind-change.factory.js:100 -msgid "" -"Paste the contents of the PEM file that corresponds to the certificate you " -"uploaded in the Microsoft Azure console." -msgstr "" -"Plak hier de inhoud van het PEM-bestand dat hoort bij het certificaat dat u " -"geüpload hebt in de Microsoft Azure-console." - #: client/src/credentials/factories/kind-change.factory.js:51 msgid "Paste the contents of the SSH private key file." msgstr "Plak hier de inhoud van het SSH-privésleutelbestand." @@ -3720,7 +3448,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:121 +#: client/src/inventories-hosts/inventories/inventory.list.js:119 msgid "Pending Delete" msgstr "In afwachting om verwijderd te worden" @@ -3729,40 +3457,30 @@ msgid "Period" msgstr "Periode" #: client/src/projects/add/projects-add.controller.js:29 -#: client/src/users/add/users-add.controller.js:42 +#: 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:69 +#: client/features/credentials/legacy.credentials.js:66 #: client/src/credentials/credentials.form.js:439 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:125 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:128 +#: 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:391 +#: client/src/templates/job_templates/job-template.form.js:386 #: client/src/templates/workflows.form.js:114 -#: client/src/users/users.form.js:183 -#: client/features/credentials/legacy.credentials.js:64 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:134 -#: client/src/projects/projects.form.js:232 -#: client/src/templates/job_templates/job-template.form.js:411 -#: client/src/templates/workflows.form.js:119 -#: client/src/users/users.form.js:184 +#: client/src/users/users.form.js:187 msgid "Permissions" msgstr "Machtigingen" -#: client/src/job-results/job-results.partial.html:246 -#: client/src/shared/form-generator.js:1062 -#: client/src/templates/job_templates/job-template.form.js:109 -#: client/src/templates/job_templates/job-template.form.js:120 -#: client/src/shared/form-generator.js:1114 -#: client/src/templates/job_templates/job-template.form.js:113 -#: client/src/templates/job_templates/job-template.form.js:124 +#: client/src/job-results/job-results.partial.html:249 +#: client/src/shared/form-generator.js:1069 +#: 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:88 msgid "Playbook Directory" msgstr "Draaiboekmap" @@ -3770,20 +3488,19 @@ msgstr "Draaiboekmap" msgid "Playbook Run" msgstr "Draaiboek uitvoering" -#: client/src/job-results/job-results.partial.html:485 +#: client/src/job-results/job-results.partial.html:488 msgid "Plays" msgstr "Uitvoeringen van het draaiboek" -#: client/src/users/users.form.js:122 client/src/users/users.form.js:123 +#: client/src/users/users.form.js:126 msgid "Please add user to an Organization." msgstr "Voeg gebruiker toe aan een organisatie" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:101 +#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:100 msgid "Please assign roles to the selected resources" msgstr "Wijs rollen toe aan de geselecteerde bronnen" #: client/src/access/add-rbac-resource/rbac-resource.partial.html:60 -#: client/src/access/add-rbac-resource/rbac-resource.partial.html:62 msgid "Please assign roles to the selected users/teams" msgstr "Wijs rollen toe aan de geselecteerde gebruikers/teams" @@ -3795,15 +3512,12 @@ msgstr "" "Klik op onderstaande knop om de website van Ansible te bezoeken en een " "licentiesleutel voor Tower te bemachtigen." -#: client/src/inventories-hosts/inventory-hosts.strings.js:25 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.strings.js:8 +#: client/src/inventories-hosts/inventory-hosts.strings.js:27 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:854 -#: client/src/shared/form-generator.js:949 -#: client/src/shared/form-generator.js:877 -#: client/src/shared/form-generator.js:973 +#: client/src/shared/form-generator.js:861 +#: client/src/shared/form-generator.js:956 msgid "" "Please enter a URL that begins with ssh, http or https. The URL may not " "contain the '@' character." @@ -3811,30 +3525,23 @@ 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:1151 -#: client/src/shared/form-generator.js:1203 +#: client/src/shared/form-generator.js:1158 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:1153 -#: client/src/shared/form-generator.js:1205 +#: client/src/shared/form-generator.js:1160 msgid "Please enter a number greater than %d." msgstr "Voer een getal in dat groter is dan %d." -#: client/src/shared/form-generator.js:1145 -#: client/src/shared/form-generator.js:1197 +#: client/src/shared/form-generator.js:1152 msgid "Please enter a number." msgstr "Voer een getal in." -#: client/src/job-submission/job-submission.partial.html:111 -#: client/src/job-submission/job-submission.partial.html:124 -#: client/src/job-submission/job-submission.partial.html:137 -#: client/src/job-submission/job-submission.partial.html:150 +#: 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 +#: client/src/job-submission/job-submission.partial.html:154 #: client/src/login/loginModal/loginModal.partial.html:78 -#: client/src/job-submission/job-submission.partial.html:109 -#: client/src/job-submission/job-submission.partial.html:122 -#: client/src/job-submission/job-submission.partial.html:135 -#: client/src/job-submission/job-submission.partial.html:148 msgid "Please enter a password." msgstr "Voer een wachtwoord in." @@ -3842,56 +3549,39 @@ msgstr "Voer een wachtwoord in." msgid "Please enter a username." msgstr "Voer een gebruikersnaam in." -#: client/src/shared/form-generator.js:844 -#: client/src/shared/form-generator.js:939 -#: client/src/shared/form-generator.js:867 -#: client/src/shared/form-generator.js:963 +#: client/src/shared/form-generator.js:851 +#: client/src/shared/form-generator.js:946 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:1009 -#: client/src/shared/form-generator.js:839 -#: client/src/shared/form-generator.js:934 -#: client/src/shared/form-generator.js:1061 -#: client/src/shared/form-generator.js:862 -#: client/src/shared/form-generator.js:958 +#: client/src/shared/form-generator.js:1016 +#: client/src/shared/form-generator.js:846 +#: client/src/shared/form-generator.js:941 msgid "Please enter a value." msgstr "Voer een waarde in." -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:304 -#: client/src/job-submission/job-submission.partial.html:310 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 -#: client/src/job-submission/job-submission.partial.html:301 -#: client/src/job-submission/job-submission.partial.html:307 +#: 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/job-submission/job-submission.partial.html:311 +#: client/src/job-submission/job-submission.partial.html:317 msgid "Please enter an answer between" msgstr "Voer een antwoord in tussen" -#: client/src/job-submission/job-submission.partial.html:309 -#: client/src/job-submission/job-submission.partial.html:306 +#: 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/src/job-submission/job-submission.partial.html:303 -#: client/src/job-submission/job-submission.partial.html:300 +#: 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/src/job-submission/job-submission.partial.html:281 -#: client/src/job-submission/job-submission.partial.html:286 -#: client/src/job-submission/job-submission.partial.html:297 -#: client/src/job-submission/job-submission.partial.html:302 -#: client/src/job-submission/job-submission.partial.html:308 -#: client/src/job-submission/job-submission.partial.html:278 -#: client/src/job-submission/job-submission.partial.html:283 -#: client/src/job-submission/job-submission.partial.html:294 -#: client/src/job-submission/job-submission.partial.html:299 -#: client/src/job-submission/job-submission.partial.html:305 +#: 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 +#: client/src/job-submission/job-submission.partial.html:309 +#: client/src/job-submission/job-submission.partial.html:315 msgid "Please enter an answer." msgstr "Voer een antwoord in." @@ -3900,7 +3590,7 @@ msgstr "Voer een antwoord in." msgid "Please save and run a job to view." msgstr "Sla op en voer een taak uit om te bekijken." -#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:49 +#: client/src/templates/job_templates/add-job-template/job-template-add.controller.js:50 msgid "Please save before adding a survey to this job template." msgstr "Sla op voordat u een een vragenlijst toevoegt aan deze taaksjabloon." @@ -3917,44 +3607,34 @@ msgstr "Sla op voordat u berichten toevoegt." msgid "Please save before adding users." msgstr "Sla op voordat u gebruikers toevoegt." -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:121 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:124 +#: 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:384 +#: client/src/templates/job_templates/job-template.form.js:379 #: client/src/templates/workflows.form.js:107 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:130 -#: client/src/projects/projects.form.js:224 -#: client/src/templates/job_templates/job-template.form.js:404 -#: client/src/templates/workflows.form.js:112 msgid "Please save before assigning permissions." msgstr "Sla op voordat u machtigingen toekent." -#: client/src/users/users.form.js:120 client/src/users/users.form.js:179 -#: client/src/users/users.form.js:121 client/src/users/users.form.js:180 +#: client/src/users/users.form.js:124 client/src/users/users.form.js:183 msgid "Please save before assigning to organizations." msgstr "Sla op voordat u toewijst aan organisaties." -#: client/src/users/users.form.js:148 client/src/users/users.form.js:149 +#: client/src/users/users.form.js:152 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:169 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:175 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:164 msgid "Please save before creating groups." msgstr "Sla op voordat u groepen aanmaakt." -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:178 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:173 msgid "Please save before creating hosts." msgstr "Sla op voordat u hosts aanmaakt." #: client/src/inventories-hosts/hosts/host.form.js:112 #: client/src/inventories-hosts/inventories/related/groups/groups.form.js:86 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:111 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:111 -#: client/src/inventories-hosts/hosts/host.form.js:116 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:116 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:110 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:112 msgid "Please save before defining groups." msgstr "Sla op voordat u groepen bepaalt." @@ -3962,8 +3642,7 @@ 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:187 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:193 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:182 msgid "Please save before defining inventory sources." msgstr "Sla op voordat u inventarisbronnen bepaalt." @@ -3972,22 +3651,17 @@ msgid "Please save before defining the workflow graph." msgstr "Sla op voordat u de workflowgrafiek bepaalt." #: client/src/inventories-hosts/hosts/host.form.js:121 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:119 -#: client/src/inventories-hosts/hosts/host.form.js:125 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:118 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:120 msgid "Please save before viewing Insights." msgstr "Sla op voordat u Insights bekijkt." #: client/src/inventories-hosts/hosts/host.form.js:105 #: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:104 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:104 -#: client/src/inventories-hosts/hosts/host.form.js:109 -#: client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.form.js:109 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:103 +#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:105 msgid "Please save before viewing facts." msgstr "Sla op voordat u feiten bekijkt." -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:167 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:164 msgid "Please save before viewing hosts." msgstr "Sla op voordat u hosts bekijkt." @@ -4004,7 +3678,6 @@ msgid "Please select a Credential." msgstr "Selecteer toegangsgegevens." #: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:46 -#: client/src/templates/job_templates/multi-credential/multi-credential.partial.html:43 msgid "" "Please select a machine (SSH) credential or check the \"Prompt on launch\" " "option." @@ -4012,29 +3685,22 @@ msgstr "" "Selecteer machine (SSH)-toegangsgegevens of vink de optie \"Melding bij " "opstarten\" aan." -#: client/src/shared/form-generator.js:1186 -#: client/src/shared/form-generator.js:1238 +#: client/src/shared/form-generator.js:1193 msgid "Please select a number between" msgstr "Selecteer een getal tussen" -#: client/src/shared/form-generator.js:1182 -#: client/src/shared/form-generator.js:1234 +#: client/src/shared/form-generator.js:1189 msgid "Please select a number." msgstr "Selecteer een getal." -#: client/src/shared/form-generator.js:1074 -#: client/src/shared/form-generator.js:1142 -#: client/src/shared/form-generator.js:1263 -#: client/src/shared/form-generator.js:1371 -#: client/src/shared/form-generator.js:1126 -#: client/src/shared/form-generator.js:1194 -#: client/src/shared/form-generator.js:1314 -#: client/src/shared/form-generator.js:1422 +#: 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 msgid "Please select a value." msgstr "Selecteer een waarde." #: client/src/templates/job_templates/job-template.form.js:77 -#: client/src/templates/job_templates/job-template.form.js:81 msgid "Please select an Inventory or check the Prompt on launch option." msgstr "Selecteer een inventaris of vink de optie Melding bij opstarten aan." @@ -4042,8 +3708,11 @@ msgstr "Selecteer een inventaris of vink de optie Melding bij opstarten aan." msgid "Please select an Inventory." msgstr "Selecteer een inventaris." -#: client/src/shared/form-generator.js:1179 -#: client/src/shared/form-generator.js:1231 +#: 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 msgid "Please select at least one value." msgstr "Selecteer ten minste één waarde." @@ -4051,7 +3720,7 @@ msgstr "Selecteer ten minste één waarde." 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:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 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." @@ -4066,8 +3735,7 @@ msgid "Private Key" msgstr "Privésleutel" #: client/src/credentials/credentials.form.js:264 -#: client/src/job-submission/job-submission.partial.html:116 -#: client/src/job-submission/job-submission.partial.html:114 +#: client/src/job-submission/job-submission.partial.html:118 msgid "Private Key Passphrase" msgstr "Privésleutel wachtwoordzin" @@ -4077,44 +3745,30 @@ msgid "Privilege Escalation" msgstr "Verhoging van rechten" #: client/src/credentials/credentials.form.js:305 -#: client/src/job-submission/job-submission.partial.html:129 -#: client/src/credentials/factories/become-method-change.factory.js:19 -#: client/src/credentials/factories/kind-change.factory.js:76 -#: client/src/job-submission/job-submission.partial.html:127 +#: client/src/job-submission/job-submission.partial.html:132 msgid "Privilege Escalation Password" msgstr "Wachtwoord verhoging van rechten" #: client/src/credentials/credentials.form.js:295 -#: client/src/credentials/factories/become-method-change.factory.js:18 -#: client/src/credentials/factories/kind-change.factory.js:75 msgid "Privilege Escalation Username" msgstr "Gebruikersnaam verhoging van rechten" #: 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:213 -#: client/src/templates/job_templates/job-template.form.js:103 +#: 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 -#: client/src/credentials/factories/become-method-change.factory.js:32 -#: client/src/credentials/factories/kind-change.factory.js:89 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:88 -#: client/src/templates/job_templates/job-template.form.js:107 -#: client/src/templates/job_templates/job-template.form.js:95 msgid "Project" msgstr "Projecten" -#: client/src/credentials/factories/become-method-change.factory.js:59 -#: client/src/credentials/factories/kind-change.factory.js:116 -#: client/src/credentials/factories/become-method-change.factory.js:61 -#: client/src/credentials/factories/kind-change.factory.js:118 +#: client/src/credentials/factories/become-method-change.factory.js:53 +#: client/src/credentials/factories/kind-change.factory.js:110 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:74 -#: client/src/projects/projects.form.js:82 msgid "Project Base Path" msgstr "Basispad project" @@ -4123,7 +3777,6 @@ msgid "Project Name" msgstr "Projectnaam" #: client/src/projects/projects.form.js:100 -#: client/src/projects/projects.form.js:99 msgid "Project Path" msgstr "Projectpad" @@ -4132,12 +3785,11 @@ msgid "Project Sync Failures" msgstr "Mislukte projectsynchronisaties" #: client/src/projects/list/projects-list.controller.js:170 -#: client/src/projects/list/projects-list.controller.js:169 msgid "Project lookup failed. GET returned:" msgstr "Ophalen project mislukt. Geretourneerde OPHALEN:" -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:121 -#: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:48 +#: 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/home/dashboard/counts/dashboard-counts.directive.js:61 #: client/src/organizations/linkout/organizations-linkout.route.js:206 @@ -4151,12 +3803,10 @@ msgstr[0] "Groep promoveren" msgstr[1] "Groepen promoveren" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:43 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:43 msgid "Promote groups" msgstr "Groepen promoveren" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:32 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:32 msgid "Promote groups and hosts" msgstr "Groepen en hosts promoveren" @@ -4167,7 +3817,6 @@ msgstr[0] "Host promoveren" msgstr[1] "Hosts promoveren" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:54 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:54 msgid "Promote hosts" msgstr "Hosts promoveren" @@ -4180,31 +3829,20 @@ msgid "Prompt" msgstr "Melding" #: client/lib/components/components.strings.js:30 -#: client/src/templates/job_templates/job-template.form.js:144 -#: client/src/templates/job_templates/job-template.form.js:174 -#: client/src/templates/job_templates/job-template.form.js:191 -#: client/src/templates/job_templates/job-template.form.js:217 -#: client/src/templates/job_templates/job-template.form.js:234 -#: client/src/templates/job_templates/job-template.form.js:259 -#: client/src/templates/job_templates/job-template.form.js:359 +#: 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/src/templates/job_templates/job-template.form.js:60 #: client/src/templates/job_templates/job-template.form.js:86 -#: client/src/templates/job_templates/job-template.form.js:147 -#: client/src/templates/job_templates/job-template.form.js:183 -#: client/src/templates/job_templates/job-template.form.js:200 -#: client/src/templates/job_templates/job-template.form.js:228 -#: client/src/templates/job_templates/job-template.form.js:247 -#: client/src/templates/job_templates/job-template.form.js:261 -#: client/src/templates/job_templates/job-template.form.js:376 -#: client/src/templates/job_templates/job-template.form.js:64 -#: client/src/templates/job_templates/job-template.form.js:90 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 -#: client/src/templates/job_templates/job-template.form.js:220 -#: client/src/templates/job_templates/job-template.form.js:239 msgid "Provide a comma separated list of tags." msgstr "Geef een lijst van tags gescheiden door komma's op." @@ -4227,12 +3865,10 @@ 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/inventories-hosts/hosts/host.form.js:49 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:48 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:168 +#: client/src/templates/job_templates/job-template.form.js:163 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" @@ -4244,7 +3880,6 @@ msgstr "" "en voorbeelden van patronen." #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:116 -#: client/src/templates/job_templates/job-template.form.js:174 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 " @@ -4260,8 +3895,15 @@ msgstr "" "Geef omgevingsvariabelen op om door te geven aan het aangepaste " "inventarisscript." -#: client/src/templates/job_templates/job-template.form.js:316 -#: client/src/templates/job_templates/job-template.form.js:324 +#: 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 +msgid "" +"Provide the named URL encoded name or id of the remote Tower inventory to be" +" imported." +msgstr "" + +#: client/src/templates/job_templates/job-template.form.js:311 +#: client/src/templates/job_templates/job-template.form.js:319 msgid "Provisioning Callback URL" msgstr "Provisioning terugkoppelings-URL" @@ -4306,12 +3948,10 @@ msgstr "SJABLONEN DIE RECENT GEBRUIKT ZIJN" #: 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/activity-stream/streams.list.js:55 msgid "REFRESH" msgstr "VERNIEUWEN" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:109 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:96 msgid "REGIONS" msgstr "REGIO'S" @@ -4319,7 +3959,7 @@ msgstr "REGIO'S" msgid "RELATED FIELDS:" msgstr "VERWANTE VELDEN:" -#: client/src/shared/directives.js:78 client/src/shared/directives.js:136 +#: client/src/shared/directives.js:78 msgid "REMOVE" msgstr "VERWIJDEREN" @@ -4337,14 +3977,11 @@ msgstr "RESULTATEN" #: 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/job-submission/job-submission.partial.html:85 msgid "REVERT" msgstr "TERUGZETTEN" #: client/src/credentials/factories/become-method-change.factory.js:25 #: client/src/credentials/factories/kind-change.factory.js:82 -#: client/src/credentials/factories/become-method-change.factory.js:27 -#: client/src/credentials/factories/kind-change.factory.js:84 msgid "RSA Private Key" msgstr "RSA-privésleutel" @@ -4365,7 +4002,7 @@ msgstr "COMMANDO'S UITVOEREN" msgid "Random" msgstr "Willekeurig" -#: client/src/job-results/job-results.partial.html:408 +#: 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." @@ -4378,9 +4015,8 @@ msgstr "Alleen-lezen-beeld van extra variabelen toegevoegd aan de workflow." msgid "Recent Notifications" msgstr "Recente berichten" -#: client/src/notifications/notificationTemplates.form.js:101 -#: client/src/notifications/notificationTemplates.form.js:97 -#: client/src/notifications/notificationTemplates.form.js:102 +#: client/src/notifications/notificationTemplates.form.js:94 +#: client/src/notifications/notificationTemplates.form.js:98 msgid "Recipient List" msgstr "Lijst van ontvangers" @@ -4389,7 +4025,7 @@ msgstr "Lijst van ontvangers" msgid "Red" msgstr "Rood" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:65 msgid "" "Refer to the Ansible Tower documentation for further syntax and examples." msgstr "" @@ -4407,7 +4043,6 @@ msgstr "" #: 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/activity-stream/streams.list.js:52 msgid "Refresh the page" msgstr "Pagina vernieuwen" @@ -4417,7 +4052,6 @@ msgid "Region:" msgstr "Regio:" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:131 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:122 msgid "Regions" msgstr "Regio's" @@ -4434,22 +4068,17 @@ msgstr "Gerelateerde groepen" msgid "Relaunch using the same parameters" msgstr "Opnieuw opstarten met dezelfde parameters" -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:199 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:205 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:194 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:218 -#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:85 -#: client/src/access/add-rbac-user-team/rbac-selected-list.directive.js:86 -#: client/src/users/users.form.js:219 +#: client/src/teams/teams.form.js:142 client/src/users/users.form.js:222 msgid "Remove" msgstr "Verwijderen" #: client/src/projects/projects.form.js:158 -#: client/src/projects/projects.form.js:157 msgid "Remove any local modifications prior to performing an update." msgstr "" "Verwijder alle plaatselijke aanpassingen voordat een update uitgevoerd " @@ -4463,7 +4092,7 @@ msgstr "Frequentie herhalen" msgid "Request License" msgstr "Licentie opvragen" -#: client/src/templates/survey-maker/shared/question-definition.form.js:288 +#: client/src/templates/survey-maker/shared/question-definition.form.js:291 msgid "Required" msgstr "Vereist" @@ -4471,12 +4100,11 @@ msgstr "Vereist" msgid "Reset" msgstr "Resetten" -#: client/src/job-results/job-results.partial.html:120 +#: client/src/job-results/job-results.partial.html:123 msgid "Results Traceback" msgstr "Resultaten-traceback" -#: client/src/shared/form-generator.js:684 -#: client/src/shared/form-generator.js:701 +#: client/src/shared/form-generator.js:690 msgid "Revert" msgstr "Terugzetten" @@ -4491,45 +4119,40 @@ msgstr "Terugzetten" #: 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:73 +#: 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/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:236 +#: client/src/job-results/job-results.partial.html:239 #: 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:275 +#: client/src/projects/edit/projects-edit.controller.js:281 msgid "Revision #" msgstr "Herziening #" -#: client/features/credentials/legacy.credentials.js:91 +#: 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:151 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:154 +#: 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:201 -#: client/features/credentials/legacy.credentials.js:86 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:160 -#: client/src/projects/projects.form.js:254 -#: client/src/templates/workflows.form.js:143 -#: client/src/users/users.form.js:202 +#: client/src/users/users.form.js:205 msgid "Role" msgstr "Rol" -#: client/src/instance-groups/instance-group.partial.html:15 -#: client/src/instance-groups/instance-groups.list.js:25 -#: client/src/instance-groups/instances/instance-jobs/instance-jobs.partial.html:15 -#: client/src/instance-groups/instances/instances-list.partial.html:21 +#: client/src/instance-groups/instance-group.partial.html:14 +#: 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:32 +#: client/src/instance-groups/list/instance-groups-list.partial.html:29 msgid "Running Jobs" msgstr "Taken in uitvoering" @@ -4545,13 +4168,12 @@ msgstr "SAML" #: 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 -#: client/src/partials/survey-maker-modal.html:86 +#: client/src/partials/survey-maker-modal.html:87 #: client/src/shared/instance-groups-multiselect/instance-groups-modal/instance-groups-modal.partial.html:18 -#: client/lib/services/base-string.service.js:30 msgid "SAVE" msgstr "OPSLAAN" -#: client/src/scheduler/main.js:331 client/src/scheduler/main.js:330 +#: client/src/scheduler/main.js:331 msgid "SCHEDULED" msgstr "GEPLAND" @@ -4567,39 +4189,34 @@ msgstr "GEPLANDE TAKEN" #: 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/activity-stream/get-target-title.factory.js:35 msgid "SCHEDULES" msgstr "SCHEMA'S" #: client/src/projects/add/projects-add.controller.js:118 -#: client/src/projects/edit/projects-edit.controller.js:248 +#: client/src/projects/edit/projects-edit.controller.js:254 msgid "SCM Branch" msgstr "SCM-vertakking" #: client/src/projects/add/projects-add.controller.js:137 -#: client/src/projects/edit/projects-edit.controller.js:266 +#: client/src/projects/edit/projects-edit.controller.js:272 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:287 +#: client/src/projects/edit/projects-edit.controller.js:293 msgid "SCM Branch/Tag/Revision" msgstr "SCM-vertakking/tag/herziening" #: client/src/projects/projects.form.js:159 -#: client/src/projects/projects.form.js:158 msgid "SCM Clean" msgstr "SCM-zuiveren" #: client/src/projects/projects.form.js:170 -#: client/src/projects/projects.form.js:169 msgid "SCM Delete" msgstr "SCM-verwijderen" #: client/src/credentials/factories/become-method-change.factory.js:20 #: client/src/credentials/factories/kind-change.factory.js:77 -#: client/src/credentials/factories/become-method-change.factory.js:22 -#: client/src/credentials/factories/kind-change.factory.js:79 msgid "SCM Private Key" msgstr "SCM-privésleutel" @@ -4609,23 +4226,19 @@ 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:179 msgid "SCM Update" msgstr "SCM-update" #: client/src/projects/list/projects-list.controller.js:222 -#: client/src/projects/list/projects-list.controller.js:221 msgid "SCM Update Cancel" msgstr "SCM-updatekanaal" #: client/src/projects/projects.form.js:150 -#: client/src/projects/projects.form.js:149 msgid "SCM Update Options" msgstr "SCM-update-opties" -#: client/src/projects/edit/projects-edit.controller.js:136 +#: client/src/projects/edit/projects-edit.controller.js:137 #: client/src/projects/list/projects-list.controller.js:84 -#: client/src/projects/list/projects-list.controller.js:83 msgid "SCM update currently running" msgstr "SCM-update nu in uitvoering" @@ -4658,7 +4271,6 @@ msgstr "GESELECTEERD:" #: client/src/main-menu/main-menu.partial.html:59 #: client/src/setup-menu/setup.route.js:9 -#: client/src/setup-menu/setup.route.js:8 msgid "SETTINGS" msgstr "INSTELLINGEN" @@ -4674,13 +4286,12 @@ msgstr "AANMELDEN" msgid "SIGN IN WITH" msgstr "AANMELDEN MET" -#: client/src/inventories-hosts/hosts/host.list.js:109 +#: client/src/inventories-hosts/hosts/host.list.js:110 #: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:32 msgid "SMART INVENTORY" msgstr "SMART-INVENTARIS" #: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:102 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:89 msgid "SOURCE" msgstr "BRON" @@ -4688,10 +4299,8 @@ msgstr "BRON" msgid "SOURCES" msgstr "BRONNEN" -#: client/src/credentials/factories/become-method-change.factory.js:95 -#: client/src/credentials/factories/kind-change.factory.js:152 -#: client/src/credentials/factories/become-method-change.factory.js:97 -#: client/src/credentials/factories/kind-change.factory.js:154 +#: client/src/credentials/factories/become-method-change.factory.js:89 +#: client/src/credentials/factories/kind-change.factory.js:146 msgid "SSH Key" msgstr "SSH-sleutel" @@ -4699,22 +4308,19 @@ msgstr "SSH-sleutel" msgid "SSH key description" msgstr "Beschrijving SSH-sleutel" -#: client/src/notifications/notificationTemplates.form.js:378 -#: client/src/notifications/notificationTemplates.form.js:390 +#: client/src/notifications/notificationTemplates.form.js:375 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:122 msgid "STANDARD OUT" msgstr "STANDAARDOUTPUT" #: 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 -#: client/src/standard-out/inventory-sync/standard-out-inventory-sync.partial.html:52 msgid "STARTED" msgstr "BEGONNEN" @@ -4729,7 +4335,7 @@ msgstr "STATUS" msgid "STS Token" msgstr "STS-token" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:60 +#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:61 msgid "SUCCESSFUL" msgstr "GESLAAGD" @@ -4745,39 +4351,34 @@ msgstr "ALLES SYNCHRONISEREN" msgid "SYSTEM TRACKING" msgstr "SYSTEEMTRACKING" -#: client/src/credentials/factories/become-method-change.factory.js:76 -#: client/src/credentials/factories/kind-change.factory.js:133 -#: client/src/credentials/factories/become-method-change.factory.js:78 -#: client/src/credentials/factories/kind-change.factory.js:135 +#: client/src/credentials/factories/become-method-change.factory.js:70 +#: client/src/credentials/factories/kind-change.factory.js:127 msgid "Satellite 6 URL" 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:196 +#: 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:1683 -#: client/src/shared/form-generator.js:1734 +#: client/src/shared/form-generator.js:1691 msgid "Save" msgstr "Opslaan" #: client/src/configuration/auth-form/configuration-auth.controller.js:86 -#: client/src/configuration/configuration.controller.js:209 -#: client/src/configuration/configuration.controller.js:268 -#: client/src/configuration/system-form/configuration-system.controller.js:66 +#: client/src/configuration/configuration.controller.js:213 +#: client/src/configuration/configuration.controller.js:272 +#: client/src/configuration/system-form/configuration-system.controller.js:68 msgid "Save changes" msgstr "Wijzigingen opslaan" -#: client/src/license/license.partial.html:122 +#: client/src/license/license.partial.html:127 msgid "Save successful!" msgstr "Opslaan gelukt!" #: client/src/templates/templates.list.js:88 -#: client/src/partials/subhome.html:10 msgid "Schedule" msgstr "Schema" #: client/src/management-jobs/card/card.partial.html:28 -#: client/src/management-jobs/card/card.partial.html:26 msgid "Schedule Management Job" msgstr "Schema beheertaak" @@ -4795,14 +4396,11 @@ msgstr "Toekomstige uitvoeringen van het taaksjabloon inplannen" #: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33 #: client/src/jobs/jobs.partial.html:10 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:32 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/shared/smart-search/smart-search.controller.js:39 -#: client/src/shared/smart-search/smart-search.controller.js:84 msgid "Search" msgstr "Zoeken" @@ -4825,8 +4423,7 @@ msgstr "" "toegangsgegevens met beperkte rechten aan kunt vragen voor gebruikers van " "AWS Identity en Access Management (IAM)" -#: client/src/shared/form-generator.js:1687 -#: client/src/shared/form-generator.js:1738 +#: client/src/shared/form-generator.js:1695 msgid "Select" msgstr "Selecteren" @@ -4875,11 +4472,10 @@ msgstr "" #: client/src/configuration/jobs-form/configuration-jobs.controller.js:109 #: client/src/configuration/jobs-form/configuration-jobs.controller.js:134 #: client/src/configuration/ui-form/configuration-ui.controller.js:95 -#: client/src/configuration/jobs-form/configuration-jobs.controller.js:124 msgid "Select commands" msgstr "Commando's selecteren" -#: client/src/templates/job_templates/job-template.form.js:138 +#: client/src/templates/job_templates/job-template.form.js:133 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 " @@ -4898,7 +4494,6 @@ msgstr "" "standaardtoegangsgegevens en kunnen deze bij het opstarten gewijzigd worden." #: client/src/projects/projects.form.js:98 -#: client/src/projects/projects.form.js:97 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 " @@ -4908,8 +4503,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:262 -#: client/src/configuration/auth-form/configuration-auth.controller.js:281 +#: client/src/configuration/auth-form/configuration-auth.controller.js:263 +#: client/src/configuration/auth-form/configuration-auth.controller.js:282 msgid "Select group types" msgstr "Selecteer soorten groepen" @@ -4917,13 +4512,12 @@ msgstr "Selecteer soorten groepen" msgid "Select roles" msgstr "Selecteer rollen" -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:77 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:85 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:74 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:85 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:80 msgid "" "Select the Instance Groups for this Inventory to run on. Refer to the " "Ansible Tower documentation for more detail." @@ -4931,8 +4525,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:198 -#: client/src/templates/job_templates/job-template.form.js:207 +#: client/src/templates/job_templates/job-template.form.js:193 msgid "Select the Instance Groups for this Job Template to run on." msgstr "" "Selecteer de instantiegroepen waar deze taaksjabloon op uitgevoerd wordt." @@ -4955,7 +4548,6 @@ msgstr "" #: client/src/templates/job_templates/job-template.form.js:79 #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:81 -#: client/src/templates/job_templates/job-template.form.js:83 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 " @@ -4970,20 +4562,18 @@ msgstr "" "bron. U kunt kiezen uit het uitklapbare menu of een bestand invoeren in het " "invoerveld." -#: client/src/templates/job_templates/job-template.form.js:119 -#: client/src/templates/job_templates/job-template.form.js:123 +#: client/src/templates/job_templates/job-template.form.js:114 msgid "Select the playbook to be executed by this job." msgstr "Selecteer het draaiboek dat uitgevoerd moet worden door deze taak." -#: client/src/templates/job_templates/job-template.form.js:102 -#: client/src/templates/job_templates/job-template.form.js:106 +#: client/src/templates/job_templates/job-template.form.js:99 msgid "" "Select the project containing the playbook you want this job to execute." msgstr "" "Selecteer het project dat het draaiboek bevat waarvan u wilt dat deze taak " "hem uitvoert." -#: client/src/configuration/system-form/configuration-system.controller.js:191 +#: client/src/configuration/system-form/configuration-system.controller.js:197 msgid "Select types" msgstr "Selecteer soorten" @@ -4992,15 +4582,12 @@ msgstr "Selecteer soorten" msgid "Select which groups to create automatically." msgstr "Selecteer welke groepen automatisch aangemaakt moeten worden." -#: client/src/notifications/notificationTemplates.form.js:113 -#: client/src/notifications/notificationTemplates.form.js:114 +#: client/src/notifications/notificationTemplates.form.js:110 msgid "Sender Email" msgstr "Afzender e-mail" #: client/src/credentials/factories/become-method-change.factory.js:24 #: client/src/credentials/factories/kind-change.factory.js:81 -#: client/src/credentials/factories/become-method-change.factory.js:26 -#: client/src/credentials/factories/kind-change.factory.js:83 msgid "Service Account Email Address" msgstr "E-mailadres service-account" @@ -5026,27 +4613,19 @@ msgstr "" msgid "Settings" msgstr "Instellingen" -#: client/src/job-submission/job-submission.partial.html:107 -#: client/src/job-submission/job-submission.partial.html:120 -#: client/src/job-submission/job-submission.partial.html:133 -#: client/src/job-submission/job-submission.partial.html:146 -#: client/src/job-submission/job-submission.partial.html:292 -#: client/src/shared/form-generator.js:869 -#: client/src/job-submission/job-submission.partial.html:105 -#: client/src/job-submission/job-submission.partial.html:118 -#: client/src/job-submission/job-submission.partial.html:131 -#: client/src/job-submission/job-submission.partial.html:144 -#: client/src/job-submission/job-submission.partial.html:289 -#: client/src/shared/form-generator.js:892 +#: client/src/job-submission/job-submission.partial.html:108 +#: client/src/job-submission/job-submission.partial.html:122 +#: 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 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:250 -#: client/src/templates/job_templates/job-template.form.js:253 -#: client/src/templates/job_templates/job-template.form.js:252 -#: client/src/templates/job_templates/job-template.form.js:255 +#: client/src/templates/job_templates/job-template.form.js:245 +#: client/src/templates/job_templates/job-template.form.js:248 msgid "Show Changes" msgstr "Wijzigingen tonen" @@ -5054,37 +4633,27 @@ msgstr "Wijzigingen tonen" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:44 #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:55 #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:76 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:34 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:45 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:56 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:77 msgid "Sign in with %s" msgstr "Aanmelden met %s" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:63 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:64 msgid "Sign in with %s Organizations" msgstr "Aanmelden met %s organisaties" #: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:61 -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:62 msgid "Sign in with %s Teams" msgstr "Aanmelden met %s teams" -#: client/src/job-results/job-results.partial.html:392 -#: client/src/job-submission/job-submission.partial.html:239 -#: client/src/templates/job_templates/job-template.form.js:222 -#: client/src/templates/job_templates/job-template.form.js:229 +#: client/src/job-results/job-results.partial.html:395 +#: 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/job-submission/job-submission.partial.html:237 -#: client/src/templates/job_templates/job-template.form.js:233 -#: client/src/templates/job_templates/job-template.form.js:242 msgid "Skip Tags" msgstr "Tags overslaan" #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:148 -#: client/src/templates/job_templates/job-template.form.js:240 msgid "" "Skip tags are useful when you have a large playbook, and you want to skip " "specific parts of a play or task." @@ -5092,7 +4661,7 @@ 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:228 +#: client/src/templates/job_templates/job-template.form.js:223 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. " @@ -5103,16 +4672,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:65 -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:69 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:62 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:66 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/organizations/linkout/controllers/organizations-inventories.controller.js:70 -#: client/src/shared/form-generator.js:1449 -#: client/src/shared/form-generator.js:1500 +#: client/src/shared/form-generator.js:1456 msgid "Smart Inventory" msgstr "Smart-inventaris" @@ -5122,8 +4690,6 @@ msgstr "Op te lossen met draaiboek" #: 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:61 -#: client/src/partials/subhome.html:8 msgid "Source" msgstr "Bron" @@ -5136,15 +4702,12 @@ msgstr "Broncontrole" msgid "Source Details" msgstr "Broninformatie" -#: client/src/notifications/notificationTemplates.form.js:195 -#: client/src/notifications/notificationTemplates.form.js:196 -#: client/src/notifications/notificationTemplates.form.js:198 -#: client/src/notifications/notificationTemplates.form.js:199 +#: client/src/notifications/notificationTemplates.form.js:192 +#: client/src/notifications/notificationTemplates.form.js:193 msgid "Source Phone Number" msgstr "Brontelefoonnummer" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:136 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:127 msgid "Source Regions" msgstr "Bronregio's" @@ -5158,10 +4721,6 @@ msgstr "Bronregio's" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:281 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:291 #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:298 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:195 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:202 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:218 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:241 msgid "Source Variables" msgstr "Bronvariabelen" @@ -5170,12 +4729,11 @@ 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:189 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:195 +#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:184 msgid "Sources" msgstr "Bronnen" -#: client/src/notifications/notificationTemplates.form.js:333 +#: client/src/notifications/notificationTemplates.form.js:330 msgid "" "Specify HTTP Headers in JSON format. Refer to the Ansible Tower " "documentation for example syntax." @@ -5191,7 +4749,7 @@ 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:295 +#: client/src/notifications/notificationTemplates.form.js:292 msgid "" "Specify a notification color. Acceptable colors are: yellow, green, red " "purple, gray or random." @@ -5236,7 +4794,7 @@ msgstr "Starttijd" msgid "Start a job using this template" msgstr "Start een taak met deze sjabloon" -#: client/src/projects/edit/projects-edit.controller.js:133 +#: 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" @@ -5245,7 +4803,7 @@ msgstr "Start een SCM-update" msgid "Start sync process" msgstr "Start het synchronisatieproces" -#: client/src/job-results/job-results.partial.html:97 +#: client/src/job-results/job-results.partial.html:100 msgid "Started" msgstr "Gestart" @@ -5263,7 +4821,7 @@ msgstr "Status" msgid "Sub Category" msgstr "Subcategorie" -#: client/src/license/license.partial.html:121 +#: client/src/license/license.partial.html:126 msgid "Submit" msgstr "Indienen" @@ -5301,7 +4859,7 @@ msgstr "Geslaagd" msgid "Survey" msgstr "Vragenlijst" -#: client/src/templates/job_templates/edit-job-template/job-template-edit.controller.js:57 +#: 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 msgid "" "Surveys allow users to be prompted at job launch with a series of questions " @@ -5374,8 +4932,6 @@ msgstr "TACACS+" #: client/src/organizations/list/organizations-list.controller.js:60 #: client/src/teams/main.js:46 client/src/teams/teams.list.js:14 #: client/src/teams/teams.list.js:15 -#: client/src/activity-stream/get-target-title.factory.js:20 -#: client/src/organizations/linkout/organizations-linkout.route.js:96 msgid "TEAMS" msgstr "TEAMS" @@ -5385,11 +4941,14 @@ msgstr "TEAMS" #: client/src/templates/list/templates-list.route.js:13 #: client/src/templates/templates.list.js:15 #: client/src/templates/templates.list.js:16 -#: client/src/activity-stream/get-target-title.factory.js:41 msgid "TEMPLATES" msgstr "SJABLONEN" -#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:102 +#: client/src/instance-groups/instance-groups.list.js:8 +msgid "THERE ARE CURRENTLY NO INSTANCE GROUPS DEFINED" +msgstr "" + +#: client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js:104 msgid "TIME" msgstr "TIJD" @@ -5403,7 +4962,6 @@ msgid "Tag None:" msgstr "Tag geen:" #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:133 -#: client/src/templates/job_templates/job-template.form.js:221 msgid "" "Tags are useful when you have a large playbook, and you want to run a " "specific part of a play or task." @@ -5411,7 +4969,7 @@ 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:211 +#: client/src/templates/job_templates/job-template.form.js:206 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" @@ -5427,25 +4985,20 @@ msgstr "" msgid "Tags:" msgstr "Tags:" -#: client/src/notifications/notificationTemplates.form.js:312 -#: client/src/notifications/notificationTemplates.form.js:317 +#: client/src/notifications/notificationTemplates.form.js:309 msgid "Target URL" msgstr "Doel-URL" -#: client/src/job-results/job-results.partial.html:493 +#: client/src/job-results/job-results.partial.html:496 msgid "Tasks" msgstr "Taken" -#: client/features/credentials/legacy.credentials.js:97 +#: 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:157 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:160 +#: 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:92 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:166 -#: client/src/projects/projects.form.js:260 -#: client/src/templates/workflows.form.js:149 msgid "Team Roles" msgstr "Teamrollen" @@ -5454,20 +5007,16 @@ msgstr "Teamrollen" #: 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:155 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:33 -#: client/src/shared/stateDefinitions.factory.js:364 -#: client/src/users/users.form.js:156 +#: client/src/users/users.form.js:159 msgid "Teams" msgstr "Teams" -#: client/src/job-results/job-results.partial.html:132 +#: client/src/job-results/job-results.partial.html:135 #: client/src/templates/templates.list.js:14 msgid "Template" msgstr "Sjabloon" #: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:35 -#: client/src/activity-stream/streamDropdownNav/stream-dropdown-nav.directive.js:34 msgid "Templates" msgstr "Sjablonen" @@ -5475,7 +5024,7 @@ msgstr "Sjablonen" msgid "Tenant ID" msgstr "Huurder-ID" -#: client/src/configuration/system-form/sub-forms/system-logging.form.js:78 +#: client/src/configuration/system-form/sub-forms/system-logging.form.js:79 msgid "Test" msgstr "Test" @@ -5483,10 +5032,8 @@ msgstr "Test" msgid "Test notification" msgstr "Testbericht" -#: client/src/shared/form-generator.js:1379 -#: client/src/shared/form-generator.js:1385 -#: client/src/shared/form-generator.js:1430 -#: client/src/shared/form-generator.js:1436 +#: client/src/shared/form-generator.js:1386 +#: client/src/shared/form-generator.js:1392 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." @@ -5505,8 +5052,6 @@ msgstr "" #: client/src/credentials/factories/become-method-change.factory.js:32 #: client/src/credentials/factories/kind-change.factory.js:89 -#: client/src/credentials/factories/become-method-change.factory.js:34 -#: client/src/credentials/factories/kind-change.factory.js:91 msgid "" "The Project ID is the GCE assigned identification. It is constructed as two " "words followed by a three digit number. Such as:" @@ -5514,7 +5059,7 @@ 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:326 +#: client/src/projects/edit/projects-edit.controller.js:332 msgid "The SCM update process is running." msgstr "Het SCM-updateproces is nu in uitvoering." @@ -5530,14 +5075,12 @@ msgstr "" "Het e-mailadres dat toegewezen is aan het Google Compute Engine " "%sserviceaccount." -#: client/src/job-results/job-results.partial.html:510 +#: 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/src/credentials/factories/become-method-change.factory.js:68 -#: client/src/credentials/factories/kind-change.factory.js:125 -#: client/src/credentials/factories/become-method-change.factory.js:70 -#: client/src/credentials/factories/kind-change.factory.js:127 +#: client/src/credentials/factories/become-method-change.factory.js:62 +#: client/src/credentials/factories/kind-change.factory.js:119 msgid "The host to authenticate with." msgstr "De host waarmee geauthenticeerd moet worden." @@ -5558,7 +5101,6 @@ msgstr "" "verwijderproces verwerkt is." #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:104 -#: client/src/templates/job_templates/job-template.form.js:160 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 " @@ -5568,7 +5110,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:157 +#: client/src/templates/job_templates/job-template.form.js:152 msgid "" "The number of parallel or simultaneous processes to use while executing the " "playbook. Value defaults to 0. Refer to the Ansible documentation for " @@ -5578,8 +5120,7 @@ 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:590 -#: client/src/job-results/job-results.controller.js:585 +#: 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." @@ -5589,7 +5130,6 @@ msgid "The project value" msgstr "De projectwaarde" #: client/src/projects/list/projects-list.controller.js:159 -#: client/src/projects/list/projects-list.controller.js:158 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." @@ -5606,6 +5146,13 @@ 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-" +"separated (for example, foo_bar, user_id, host_name, etc.). Variable names " +"with spaces are not allowed." +msgstr "" + #: client/src/management-jobs/scheduler/schedulerForm.partial.html:124 msgid "The time must be in HH24:MM:SS format." msgstr "De tijd moet weergegeven worden in de indeling HH24:MM:SS." @@ -5627,7 +5174,6 @@ 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:149 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 " @@ -5637,17 +5183,27 @@ msgstr "" "geen update voltooid. Start een update voor dit project, indien u dit nog " "niet gedaan heeft." -#: client/src/configuration/configuration.controller.js:345 -#: client/src/configuration/configuration.controller.js:342 +#: client/src/inventories-hosts/inventories/related/sources/list/sources-list.controller.js:140 +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 +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 +msgid "There was an error deleting inventory source. Returned status:" +msgstr "" + +#: client/src/configuration/configuration.controller.js:349 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:525 -#: client/src/configuration/configuration.controller.js:519 +#: client/src/configuration/configuration.controller.js:531 msgid "There was an error resetting values. Returned status:" msgstr "Er was een fout bij het resetten van de waardes. Teruggegeven status:" -#: client/src/configuration/system-form/configuration-system.controller.js:227 +#: client/src/configuration/system-form/configuration-system.controller.js:232 msgid "There was an error testing the log aggregator. Returned status:" msgstr "" "Er was een fout bij het testen van de log aggregator. Teruggegeven status:" @@ -5671,10 +5227,8 @@ msgstr "Deze groep bevat" msgid "This is not a valid number." msgstr "Dit is geen geldig nummer." -#: client/src/credentials/factories/become-method-change.factory.js:65 -#: client/src/credentials/factories/kind-change.factory.js:122 -#: client/src/credentials/factories/become-method-change.factory.js:67 -#: client/src/credentials/factories/kind-change.factory.js:124 +#: client/src/credentials/factories/become-method-change.factory.js:59 +#: client/src/credentials/factories/kind-change.factory.js:116 msgid "" "This is the tenant name. This value is usually the same as the username." msgstr "" @@ -5696,22 +5250,19 @@ msgstr "" "Deze machine heeft {{last_check_in}} uur geleden voor het laatst ingecheckt " "bij Insights" -#: client/src/shared/form-generator.js:740 -#: client/src/shared/form-generator.js:765 +#: client/src/shared/form-generator.js:746 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:160 client/src/users/users.form.js:161 +#: client/src/users/users.form.js:164 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:849 -#: client/src/shared/form-generator.js:944 -#: client/src/shared/form-generator.js:872 -#: client/src/shared/form-generator.js:968 +#: client/src/shared/form-generator.js:856 +#: client/src/shared/form-generator.js:951 msgid "" "This value does not match the password you entered previously. Please " "confirm that password." @@ -5719,8 +5270,7 @@ msgstr "" "Deze waarde komt niet overeen met het wachtwoord dat u eerder ingevoerd " "heeft. Bevestig dat wachtwoord." -#: client/src/configuration/configuration.controller.js:550 -#: client/src/configuration/configuration.controller.js:544 +#: client/src/configuration/configuration.controller.js:556 msgid "" "This will reset all configuration values to their factory defaults. Are you " "sure you want to proceed?" @@ -5731,7 +5281,6 @@ 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 -#: client/src/activity-stream/streams.list.js:26 msgid "Time" msgstr "Tijd" @@ -5740,7 +5289,6 @@ msgid "Time Remaining" msgstr "Tijd over" #: client/src/projects/projects.form.js:196 -#: client/src/projects/projects.form.js:195 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 " @@ -5774,8 +5322,7 @@ msgstr "" "Raadpleeg de %sAmazondocumentatie%s voor meer informatie over de IAM STS-" "token." -#: client/src/shared/form-generator.js:874 -#: client/src/shared/form-generator.js:897 +#: client/src/shared/form-generator.js:881 msgid "Toggle the display of plaintext." msgstr "Tekst tonen/verbergen" @@ -5806,7 +5353,7 @@ msgstr "Traceback" #: client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.list.js:52 #: 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:57 +#: client/src/notifications/notificationTemplates.form.js:54 #: client/src/notifications/notificationTemplates.list.js:39 #: client/src/notifications/notifications.list.js:31 #: client/src/projects/projects.list.js:44 @@ -5815,9 +5362,7 @@ msgstr "Traceback" #: client/src/templates/completed-jobs.list.js:53 #: client/src/templates/templates.list.js:31 #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:27 -#: client/src/users/users.form.js:196 -#: client/src/credential-types/credential-types.list.js:28 -#: client/src/users/users.form.js:197 +#: client/src/users/users.form.js:200 msgid "Type" msgstr "Soort" @@ -5828,7 +5373,7 @@ msgid "Type Details" msgstr "Soortdetails" #: client/src/projects/add/projects-add.controller.js:169 -#: client/src/projects/edit/projects-edit.controller.js:298 +#: client/src/projects/edit/projects-edit.controller.js:304 msgid "URL popover text" msgstr "URL-popovertekst" @@ -5841,8 +5386,6 @@ msgstr "GEBRUIKERSNAAM" #: client/src/organizations/list/organizations-list.controller.js:54 #: client/src/users/main.js:46 client/src/users/users.list.js:18 #: client/src/users/users.list.js:19 -#: client/src/activity-stream/get-target-title.factory.js:17 -#: client/src/organizations/linkout/organizations-linkout.route.js:41 msgid "USERS" msgstr "GEBRUIKERS" @@ -5850,6 +5393,10 @@ msgstr "GEBRUIKERS" msgid "Unable to Submit" msgstr "Kon niet indienen" +#: client/lib/components/components.strings.js:52 +msgid "Unavailable to run jobs." +msgstr "" + #: client/lib/components/components.strings.js:22 msgid "Unexpected Error" msgstr "Onverwachte fout" @@ -5866,36 +5413,29 @@ msgstr "Soort weergavemodel niet ondersteund" msgid "Unsupported input type" msgstr "Soort input niet ondersteund" -#: client/src/projects/list/projects-list.controller.js:267 -#: client/src/projects/list/projects-list.controller.js:265 +#: client/src/projects/list/projects-list.controller.js:266 msgid "Update Not Found" msgstr "Update niet gevonden" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:321 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:276 msgid "Update Options" msgstr "Update-opties" -#: client/src/projects/edit/projects-edit.controller.js:326 +#: client/src/projects/edit/projects-edit.controller.js:332 msgid "Update in Progress" msgstr "Update in uitvoering" #: 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 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:308 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:313 -#: client/src/projects/projects.form.js:176 msgid "Update on Launch" msgstr "Update bij opstarten" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:364 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:320 msgid "Update on Project Change" msgstr "Update voor projectwijziging" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:370 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:326 msgid "Update on Project Update" msgstr "Update voor projectupdate" @@ -5903,21 +5443,26 @@ msgstr "Update voor projectupdate" 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 msgid "Use Fact Cache" msgstr "Feitcache gebruiken" -#: client/src/notifications/notificationTemplates.form.js:398 -#: client/src/notifications/notificationTemplates.form.js:410 +#: client/src/notifications/notificationTemplates.form.js:395 msgid "Use SSL" msgstr "SSL gebruiken" -#: client/src/notifications/notificationTemplates.form.js:393 -#: client/src/notifications/notificationTemplates.form.js:405 +#: client/src/notifications/notificationTemplates.form.js:390 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 +msgid "Used Capacity" +msgstr "" + #: client/src/credentials/credentials.form.js:76 msgid "" "Used to check out and synchronize playbook repositories with a remote source" @@ -5928,17 +5473,13 @@ 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:86 +#: 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:146 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:149 +#: 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:81 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:155 -#: client/src/projects/projects.form.js:249 -#: client/src/templates/workflows.form.js:138 msgid "User" msgstr "Gebruiker" @@ -5946,21 +5487,19 @@ msgstr "Gebruiker" msgid "User Interface" msgstr "Gebruikersinterface" -#: client/src/users/users.form.js:91 client/src/users/users.form.js:92 +#: client/src/users/users.form.js:95 msgid "User Type" msgstr "Soort gebruiker" #: client/src/access/rbac-multiselect/permissionsUsers.list.js:30 #: client/src/credentials/factories/become-method-change.factory.js:17 -#: client/src/credentials/factories/become-method-change.factory.js:44 -#: client/src/credentials/factories/kind-change.factory.js:101 +#: 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/notifications/notificationTemplates.form.js:67 +#: client/src/credentials/factories/kind-change.factory.js:95 +#: client/src/notifications/notificationTemplates.form.js:64 #: client/src/users/users.form.js:58 client/src/users/users.list.js:29 -#: client/src/credentials/factories/become-method-change.factory.js:46 -#: client/src/credentials/factories/kind-change.factory.js:103 msgid "Username" msgstr "Gebruikersnaam" @@ -5980,7 +5519,6 @@ msgstr "" #: 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:35 msgid "Users" msgstr "Gebruikers" @@ -6017,26 +5555,22 @@ 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:84 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:93 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:99 -#: client/src/inventories-hosts/hosts/host.form.js:67 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:66 +#: 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 msgid "Variables" msgstr "Variabelen" -#: client/src/job-submission/job-submission.partial.html:357 -#: client/src/job-submission/job-submission.partial.html:354 +#: client/src/job-submission/job-submission.partial.html:364 msgid "Vault" msgstr "Kluis" -#: client/src/job-results/job-results.partial.html:318 +#: client/src/job-results/job-results.partial.html:321 msgid "Vault Credential" msgstr "Toegangsgegevens kluis" #: client/src/credentials/credentials.form.js:391 -#: client/src/job-submission/job-submission.partial.html:142 -#: client/src/job-submission/job-submission.partial.html:140 +#: client/src/job-submission/job-submission.partial.html:146 msgid "Vault Password" msgstr "Wachtwoord kluis" @@ -6044,16 +5578,11 @@ msgstr "Wachtwoord kluis" #: client/src/inventories-hosts/inventories/adhoc/adhoc.form.js:90 #: 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:355 -#: client/src/job-submission/job-submission.partial.html:178 +#: 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:179 -#: client/src/templates/job_templates/job-template.form.js:186 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:263 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:270 -#: client/src/job-submission/job-submission.partial.html:176 -#: client/src/templates/job_templates/job-template.form.js:188 -#: client/src/templates/job_templates/job-template.form.js:195 +#: client/src/templates/job_templates/job-template.form.js:174 +#: client/src/templates/job_templates/job-template.form.js:181 msgid "Verbosity" msgstr "Verbositeit" @@ -6065,14 +5594,12 @@ msgstr "Versie" #: client/src/credential-types/credential-types.list.js:64 #: client/src/credentials/credentials.list.js:75 #: client/src/home/dashboard/graphs/dashboard-graphs.partial.html:58 -#: client/src/inventories-hosts/inventories/inventory.list.js:105 +#: 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/users/users.list.js:70 -#: client/src/activity-stream/streams.list.js:64 -#: client/src/credential-types/credential-types.list.js:61 msgid "View" msgstr "weergeven" @@ -6097,10 +5624,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:94 -#: client/src/inventories-hosts/hosts/host.form.js:77 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:76 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:103 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:91 msgid "View JSON examples at %s" msgstr "Zie JSON-voorbeelden op %s" @@ -6112,12 +5636,9 @@ msgstr "Minder weergeven" msgid "View More" msgstr "Meer weergeven" -#: client/src/shared/form-generator.js:1711 -#: client/src/templates/job_templates/job-template.form.js:441 +#: 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/src/shared/form-generator.js:1762 -#: client/src/templates/job_templates/job-template.form.js:458 -#: client/src/templates/workflows.form.js:166 msgid "View Survey" msgstr "Vragenlijst weergeven" @@ -6130,20 +5651,15 @@ 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:95 -#: client/src/inventories-hosts/hosts/host.form.js:78 -#: client/src/inventories-hosts/inventories/related/hosts/related-host.form.js:77 -#: client/src/inventories-hosts/inventories/standard-inventory/inventory.form.js:104 +#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:92 msgid "View YAML examples at %s" msgstr "Zie YAML-voorbeelden op %s" #: client/src/setup-menu/setup-menu.partial.html:72 -#: client/src/setup-menu/setup-menu.partial.html:54 msgid "View Your License" msgstr "Uw licentie weergeven" #: client/src/setup-menu/setup-menu.partial.html:73 -#: client/src/setup-menu/setup-menu.partial.html:55 msgid "View and edit your license information." msgstr "Uw licentie-informatie weergeven en bewerken." @@ -6152,12 +5668,10 @@ msgid "View credential" msgstr "Toegangsgegevens weergeven" #: client/src/credential-types/credential-types.list.js:66 -#: client/src/credential-types/credential-types.list.js:63 msgid "View credential type" msgstr "Soort toegangsgegevens weergeven" #: client/src/activity-stream/streams.list.js:67 -#: client/src/activity-stream/streams.list.js:68 msgid "View event details" msgstr "Evenementinformatie weergeven" @@ -6174,11 +5688,10 @@ msgid "View host" msgstr "Host weergeven" #: client/src/setup-menu/setup-menu.partial.html:67 -#: client/src/setup-menu/setup-menu.partial.html:73 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:107 +#: client/src/inventories-hosts/inventories/inventory.list.js:106 msgid "View inventory" msgstr "Inventaris weergeven" @@ -6187,7 +5700,6 @@ msgid "View inventory script" msgstr "Inventarisscript weergeven" #: client/src/setup-menu/setup-menu.partial.html:55 -#: client/src/setup-menu/setup-menu.partial.html:61 msgid "View list and capacity of {{BRAND_NAME}} instances." msgstr "Lijst en capaciteit van {{BRAND_NAME}}-instanties weergeven." @@ -6195,7 +5707,7 @@ msgstr "Lijst en capaciteit van {{BRAND_NAME}}-instanties weergeven." msgid "View notification" msgstr "Bericht weergeven" -#: client/src/job-results/job-results.partial.html:219 +#: client/src/job-results/job-results.partial.html:222 msgid "View project sync results" msgstr "Resultaten projectsynchronisatie weergeven" @@ -6238,7 +5750,7 @@ 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:142 +#: 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 @@ -6250,9 +5762,9 @@ msgid "WORKFLOW" msgstr "WORKFLOW" #: client/src/configuration/auth-form/configuration-auth.controller.js:73 -#: client/src/configuration/configuration.controller.js:196 -#: client/src/configuration/configuration.controller.js:258 -#: client/src/configuration/system-form/configuration-system.controller.js:53 +#: client/src/configuration/configuration.controller.js:200 +#: client/src/configuration/configuration.controller.js:262 +#: client/src/configuration/system-form/configuration-system.controller.js:55 msgid "Warning: Unsaved Changes" msgstr "Waarschuwing: niet-opgeslagen wijzigingen" @@ -6286,7 +5798,6 @@ msgstr "" "synchronisatieproces van de inventaris." #: client/src/templates/workflows/workflow-maker/workflow-maker.form.js:97 -#: client/src/templates/job_templates/job-template.form.js:54 msgid "" "When this template is submitted as a job, setting the type to %s will " "execute the playbook, running tasks on the selected hosts." @@ -6295,10 +5806,8 @@ msgstr "" "%s, wordt het draaiboek uitgevoerd en worden de taken uitgevoerd op de " "gekozen hosts." -#: client/src/shared/form-generator.js:1715 +#: client/src/shared/form-generator.js:1723 #: client/src/templates/workflows.form.js:187 -#: client/src/shared/form-generator.js:1766 -#: client/src/templates/workflows.form.js:192 msgid "Workflow Editor" msgstr "Workfloweditor" @@ -6306,13 +5815,12 @@ msgstr "Workfloweditor" msgid "Workflow Template" msgstr "Workflowsjabloon" -#: 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:109 #: client/src/access/add-rbac-user-team/rbac-user-team.partial.html:41 msgid "Workflow Templates" msgstr "Workflowsjablonen" -#: client/src/job-submission/job-submission.partial.html:167 -#: client/src/job-submission/job-submission.partial.html:165 +#: client/src/job-submission/job-submission.partial.html:171 msgid "YAML" msgstr "YAML" @@ -6335,7 +5843,7 @@ msgstr "" "U kunt hier een taaksjabloon " "maken." -#: client/src/projects/edit/projects-edit.controller.js:61 +#: client/src/projects/edit/projects-edit.controller.js:62 msgid "You do not have access to view this property" msgstr "U heeft geen toestemming om dit eigendom weer te geven" @@ -6343,14 +5851,18 @@ msgstr "U heeft geen toestemming om dit eigendom weer te geven" msgid "You do not have permission to add a project." msgstr "U heeft geen machtiging om een project toe te voegen." -#: client/src/users/add/users-add.controller.js:42 +#: client/src/users/add/users-add.controller.js:43 msgid "You do not have permission to add a user." msgstr "U heeft geen machtiging om een gebruiker toe te voegen." +#: 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:195 -#: client/src/configuration/configuration.controller.js:257 -#: client/src/configuration/system-form/configuration-system.controller.js:52 +#: client/src/configuration/configuration.controller.js:199 +#: client/src/configuration/configuration.controller.js:261 +#: client/src/configuration/system-form/configuration-system.controller.js:54 msgid "" "You have unsaved changes. Would you like to proceed without" " saving?" @@ -6359,7 +5871,6 @@ msgstr "" " op te slaan?" #: client/src/projects/list/projects-list.controller.js:222 -#: client/src/projects/list/projects-list.controller.js:221 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." @@ -6369,19 +5880,14 @@ msgid "Your session timed out due to inactivity. Please sign in." 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:310 -#: client/src/shared/form-generator.js:1186 -#: client/src/job-submission/job-submission.partial.html:307 -#: client/src/shared/form-generator.js:1238 +#: client/src/job-submission/job-submission.partial.html:317 +#: client/src/shared/form-generator.js:1193 msgid "and" msgstr "en" -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 +#: 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 msgid "characters long." msgstr "tekens lang." @@ -6406,12 +5912,10 @@ msgstr[0] "groep" msgstr[1] "groepen" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:26 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:26 msgid "groups" msgstr "groepen" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:24 -#: client/src/inventories-hosts/inventories/related/groups/list/groups-list.partial.html:24 msgid "groups and" msgstr "groepen en" @@ -6423,8 +5927,6 @@ msgstr[1] "hosts" #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:24 #: client/src/inventories-hosts/inventories/related/sources/list/sources-list.partial.html:25 -#: 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 msgid "hosts" msgstr "hosts" @@ -6449,8 +5951,7 @@ msgstr "van de filters komen overeen." msgid "organization" msgstr "organisatie" -#: client/src/shared/form-generator.js:1062 -#: client/src/shared/form-generator.js:1114 +#: client/src/shared/form-generator.js:1069 msgid "playbook" msgstr "draaiboek" @@ -6468,17 +5969,13 @@ msgstr "bronnen met synchronisatiefouten. Klik voor meer informatie" msgid "test" msgstr "test" -#: client/src/job-submission/job-submission.partial.html:282 -#: client/src/job-submission/job-submission.partial.html:287 -#: client/src/job-submission/job-submission.partial.html:298 -#: client/src/job-submission/job-submission.partial.html:279 -#: client/src/job-submission/job-submission.partial.html:284 -#: client/src/job-submission/job-submission.partial.html:295 +#: 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 msgid "to" msgstr "om" #: client/src/inventories-hosts/inventories/related/sources/sources.form.js:139 -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:130 msgid "" "to include all regions. Only Hosts associated with the selected regions will" " be updated." @@ -6547,221 +6044,3 @@ msgstr "{{breadcrumb.instance_group_name}}" #: client/src/shared/paginate/paginate.partial.html:55 msgid "{{pageSize}}" msgstr "{{pageSize}}" - -#: client/src/notifications/notificationTemplates.form.js:377 -msgid "%s or %s" -msgstr "%s of %s" - -#: client/src/partials/subhome.html:30 -msgid " Back to options" -msgstr "" - -#: client/src/partials/subhome.html:32 -msgid " Save" -msgstr "" - -#: client/src/partials/subhome.html:29 -msgid " View Details" -msgstr "" - -#: client/src/partials/subhome.html:31 -msgid " Cancel" -msgstr "" - -#: client/src/shared/smart-search/smart-search.partial.html:51 -msgid "ADDITIONAL INFORMATION:" -msgstr "" - -#: client/lib/services/base-string.service.js:8 -msgid "BaseString cannot be extended without providing a namespace" -msgstr "" -"BaseString kan niet verlengd worden als er geen naamruimte opgegeven is" - -#: client/src/notifications/notificationTemplates.form.js:299 -msgid "Color can be one of %s." -msgstr "Kleur kan een van %s zijn." - -#: client/src/inventory-scripts/inventory-scripts.form.js:62 -msgid "" -"Drag and drop your custom inventory script file here or create one in the " -"field to import your custom inventory." -msgstr "" -"Sleep uw aangepaste inventarisscriptbestand hierheen of maak een nieuwe aan " -"in het veld om uw aangepaste inventaris te importeren." - -#: client/src/standard-out/adhoc/standard-out-adhoc.partial.html:104 -msgid "" -"Extra Variables\n" -" \n" -" " -msgstr "" - -#: client/src/login/loginModal/thirdPartySignOn/thirdPartySignOn.service.js:120 -msgid "Failed to get third-party login types. Returned status:" -msgstr "" -"Soorten aanmeldingen van derde partijen ophalen mislukt. Geretourneerde " -"status:" - -#: client/src/inventories-hosts/inventories/smart-inventory/smart-inventory.form.js:68 -msgid "Filter that will be applied to the hosts of this inventory." -msgstr "Filters die toegepast zullen worden op de hosts van deze inventaris." - -#: client/src/shared/smart-search/smart-search.partial.html:51 -msgid "" -"For additional information on advanced search search syntax please see the " -"Ansible Tower " -"documentation." -msgstr "" - -#: client/src/notifications/notificationTemplates.form.js:101 -#: client/src/notifications/notificationTemplates.form.js:144 -#: client/src/notifications/notificationTemplates.form.js:161 -#: client/src/notifications/notificationTemplates.form.js:217 -#: client/src/notifications/notificationTemplates.form.js:339 -#: client/src/notifications/notificationTemplates.form.js:377 -msgid "For example:" -msgstr "Bijvoorbeeld:" - -#: client/src/templates/job_templates/job-template.form.js:272 -msgid "" -"If enabled, run this playbook as an administrator. This is the equivalent of" -" passing the %s option to the %s command." -msgstr "" -"Voer dit draaiboek uit als beheerder, indien deze mogelijkheid ingeschakeld " -"is. Dit staat gelijk aan het doorgeven van de optie %s aan het commando %s." - -#: client/src/templates/job_templates/job-template.form.js:57 -msgid "" -"Instead, %s will check playbook syntax, test environment setup and report " -"problems." -msgstr "" -"In plaats daarvan zal %s de syntaxis van het draaiboek controleren, de " -"installatie van de omgeving testen en problemen rapporteren." - -#: client/src/inventories-hosts/inventories/insights/insights.partial.html:63 -msgid "" -"No data is available. Either there are no issues to report or no scan jobs " -"have been run on this host." -msgstr "" -"Geen gegevens beschikbaar. Dit kan betekenen dat er geen problemen zijn om " -"te rapporteren of dat er geen scantaken uitgevoerd zijn op deze host." - -#: client/lib/services/base-string.service.js:9 -msgid "No string exists with this name" -msgstr "Er bestaat geen string met deze naam" - -#: client/src/notifications/notificationTemplates.form.js:201 -msgid "Number associated with the \"Messaging Service\" in Twilio." -msgstr "Nummer dat verbonden is aan de \"berichtendienst\" in Twilio." - -#: client/src/partials/survey-maker-modal.html:45 -msgid "PLEASE ADD A SURVEY PROMPT ON THE LEFT." -msgstr "VOEG LINKS EEN MELDING VOOR EEN VRAGENLIJST TOE." - -#: client/src/shared/paginate/paginate.partial.html:33 -msgid "" -"Page\n" -" {{current}} of\n" -" {{last}}" -msgstr "" - -#: client/src/templates/job_templates/job-template.form.js:365 -#: client/src/templates/workflows.form.js:80 -msgid "" -"Pass extra command line variables to the playbook. This is the %s or %s " -"command line parameter for %s. Provide key/value pairs using either YAML or " -"JSON." -msgstr "" -"Geef extra commandoregelvariabelen op in het draaiboek. Dit is de %s of %s " -"commandoregelparameter voor %s. Geef sleutel/waarde-paren op met YAML of " -"JSON." - -#: client/src/partials/inventory-add.html:11 -msgid "Please enter a name for this job template copy." -msgstr "Voer een naam in voor deze kopie van een taaksjabloon." - -#: client/src/partials/subhome.html:6 -msgid "Properties" -msgstr "Eigenschappen" - -#: client/src/inventory-scripts/inventory-scripts.form.js:63 -msgid "Script must begin with a hashbang sequence: i.e.... %s" -msgstr "Script moet beginnen met een hashbang-reeks, bijvoorbeeld ... %s" - -#: client/src/templates/job_templates/job-template.form.js:141 -msgid "" -"Select credentials that allow {{BRAND_NAME}} to access the nodes this job " -"will be ran against. You can only select one credential of each type.

You must select either a machine (SSH) credential or \"Prompt on " -"launch\". \"Prompt on launch\" requires you to select a machine credential " -"at run time.

If you select credentials AND check the \"Prompt on " -"launch\" box, you make the selected credentials the defaults that can be " -"updated at run time." -msgstr "" -"Selecteer toegangsgegevens waarmee {{BRAND_NAME}} toegang kan krijgen tot de" -" knooppunten waartegen deze taak uitgevoerd zal worden. U kunt slechts één " -"set toegangsgegevens van iedere soort kiezen.

U moet óf machine " -"(SSH)-toegangsgegevens kiezen, óf \"Melding bij opstarten\". Indien u kiest " -"voor \"Melding bij opstarten\", moet u bij het opstarten " -"machinetoegangsgegevens kiezen.

Als u toegangsgegevens kiest EN " -"het vakje \"Melding bij opstarten\" aanklikt, maakt u van de gekozen " -"toegangsgegevens de standaard die bij opstarten gewijzigd kan worden." - -#: client/src/inventories-hosts/inventories/related/sources/sources.form.js:115 -msgid "" -"Select the inventory file to be synced by this source. You can select from " -"the dropdown or enter a file within the input." -msgstr "" -"Selecteer het inventarisbestand dat gesynchroniseerd moet worden door deze " -"bron. U kunt kiezen uit het uitklapbare menu of een bestand invoeren in het " -"invoerveld." - -#: client/src/templates/job_templates/job-template.form.js:56 -msgid "Setting the type to %s will not execute the playbook." -msgstr "" -"Als %s ingesteld wordt als de soort, wordt het draaiboek niet uitgevoerd." - -#: client/src/notifications/notificationTemplates.form.js:338 -msgid "Specify HTTP Headers in JSON format" -msgstr "Specificeer HTTP-koppen in JSON-formaat" - -#: client/src/notifications/notificationTemplates.form.js:202 -msgid "This must be of the form %s." -msgstr "Dit moet uit het formulier %s komen." - -#: client/src/notifications/notificationTemplates.form.js:100 -#: client/src/notifications/notificationTemplates.form.js:216 -msgid "Type an option on each line." -msgstr "Voer op iedere regel een optie in." - -#: client/src/notifications/notificationTemplates.form.js:143 -#: client/src/notifications/notificationTemplates.form.js:160 -#: client/src/notifications/notificationTemplates.form.js:376 -msgid "Type an option on each line. The pound symbol (#) is not required." -msgstr "" -"Voer op iedere regel een optie in. Het hekje (#) is hierbij niet vereist." - -#: client/src/templates/templates.list.js:66 -msgid "Workflow Job Template" -msgstr "" - -#: client/src/shared/form-generator.js:980 -msgid "Your password must be %d characters long." -msgstr "Uw wachtwoord moet ten minste %d tekens lang zijn." - -#: client/src/shared/form-generator.js:985 -msgid "Your password must contain a lowercase letter." -msgstr "Uw wachtwoord moet een kleine letter bevatten." - -#: client/src/shared/form-generator.js:995 -msgid "Your password must contain a number." -msgstr "Uw wachtwoord moet een getal bevatten." - -#: client/src/shared/form-generator.js:990 -msgid "Your password must contain an uppercase letter." -msgstr "Uw wachtwoord moet een hoofdletter bevatten." - -#: client/src/shared/form-generator.js:1000 -msgid "Your password must contain one of the following characters: %s" -msgstr "Uw wachtwoord moet één van de volgende tekens bevatten: %s"