foreman_remote_execution 16.2.1 → 16.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +10 -10
  3. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +9 -9
  4. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +10 -10
  5. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +28 -28
  6. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +32 -32
  7. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +10 -10
  8. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +27 -27
  9. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +9 -9
  10. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +9 -9
  11. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +27 -27
  12. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +9 -9
  13. data/lib/foreman_remote_execution/version.rb +1 -1
  14. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  15. data/locale/de/foreman_remote_execution.po +10 -10
  16. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  17. data/locale/en_GB/foreman_remote_execution.po +9 -9
  18. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  19. data/locale/es/foreman_remote_execution.po +10 -10
  20. data/locale/foreman_remote_execution.pot +66 -66
  21. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  22. data/locale/fr/foreman_remote_execution.po +28 -28
  23. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  24. data/locale/ja/foreman_remote_execution.po +32 -32
  25. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  26. data/locale/ka/foreman_remote_execution.po +10 -10
  27. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  28. data/locale/ko/foreman_remote_execution.po +27 -27
  29. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  30. data/locale/pt_BR/foreman_remote_execution.po +9 -9
  31. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  32. data/locale/ru/foreman_remote_execution.po +9 -9
  33. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  34. data/locale/zh_CN/foreman_remote_execution.po +27 -27
  35. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  36. data/locale/zh_TW/foreman_remote_execution.po +9 -9
  37. data/webpack/JobInvocationDetail/CheckboxesActions.js +39 -30
  38. data/webpack/JobInvocationDetail/JobInvocationConstants.js +0 -1
  39. data/webpack/JobInvocationDetail/JobInvocationHostTable.js +156 -170
  40. data/webpack/JobInvocationDetail/OpenAllInvocationsModal.js +27 -32
  41. data/webpack/JobInvocationDetail/__tests__/MainInformation.test.js +10 -2
  42. data/webpack/JobInvocationDetail/__tests__/TableToolbarActions.test.js +46 -30
  43. data/webpack/JobInvocationDetail/index.js +13 -2
  44. data/webpack/react_app/components/RegistrationExtension/RexInterface.js +5 -19
  45. data/webpack/react_app/components/RegistrationExtension/__tests__/RexInterface.test.js +19 -3
  46. metadata +2 -3
  47. data/webpack/react_app/components/RegistrationExtension/__tests__/__snapshots__/RexInterface.test.js.snap +0 -36
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9448cb2747c87518b30f5f411744846a45613ab7cffb13dbe964a04426ead5ab
4
- data.tar.gz: 027d7b4e71254b490293085a86356bdf128c82bb542a4bfdd3799330b59fc89a
3
+ metadata.gz: 6edb691d286eb1017cc9d9c19b0a7c9ec25e6b1110cff9f6f4d33ed1c3321512
4
+ data.tar.gz: 26c205f22a58f5755b2764d5aa01ee545fdc8159f88aa031f3cdd6e77d7e31f5
5
5
  SHA512:
6
- metadata.gz: f08de421e1092fff0a4fd10b9bf6651c6ed367a2b912ea8c0f47f8d3f8008db648235970b06b81d4396c0d8e753584ad47171df7b4ae83b7b038a5bcafee176b
7
- data.tar.gz: 99ed31aede7f76fcc53b81abb171399cc544e03520c3a376c90e10c727f1f81ff38c1e93cd2a7c0e23992c991822d750bc630c18d7eb0228d2404bc81e4b8922
6
+ metadata.gz: 37bebee7657b6688e9c477d6de015e2c895dce65126d97781b41629aca5bcd3ee5d0fd39e897833e3efced4404edb4976f00f0f9680654e3423585e5d2900e2b
7
+ data.tar.gz: 9e646f31860c4f353d82050003dd828f0708d69a852e04526d535f9dc4c0ac7e2756ebb44a2d103c9ba3c8082d4f163a112c981f88d7e0fe7b0d0ec841bb8ed9
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_remote_execution": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_remote_execution 16.2.0",
6
+ "Project-Id-Version": "foreman_remote_execution 16.2.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-02-15 13:54+0000",
9
9
  "Last-Translator": "Ettore Atalan <atalanttore@googlemail.com>, 2016-2017,2022-2023",
@@ -136,7 +136,7 @@
136
136
  ""
137
137
  ],
138
138
  "An error occurred.": [
139
- ""
139
+ "Ein Fehler ist aufgetreten."
140
140
  ],
141
141
  "Another interface is already set as execution. Are you sure you want to use this one instead?": [
142
142
  "Es ist bereits eine andere Schnittstelle für die Ausführung bestimmt. Sind Sie sicher, dass Sie stattdessen diese Schnittstelle verwenden möchten?"
@@ -912,7 +912,10 @@
912
912
  "Open all %s invocations in new tabs": [
913
913
  ""
914
914
  ],
915
- "Open all failed runs (%s)": [
915
+ "Open all failed runs on this page (%s)": [
916
+ ""
917
+ ],
918
+ "Open all rows of the table in new tabs": [
916
919
  ""
917
920
  ],
918
921
  "Open in new tab": [
@@ -1179,9 +1182,6 @@
1179
1182
  "Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
1180
1183
  "Führen Sie höchstens N Aufgaben gleichzeitig aus. Wenn dies gesetzt und die Proxy-Batch-Triggerung aktiviert ist, werden Aufgaben auf dem Smart Proxy in Batches der Größe 1 ausgelöst."
1181
1184
  ],
1182
- "Run hosts job:": [
1183
- ""
1184
- ],
1185
1185
  "Run job": [
1186
1186
  "Job ausführen"
1187
1187
  ],
@@ -1503,7 +1503,10 @@
1503
1503
  "The job template to use, parameter is required unless feature was specified": [
1504
1504
  "Das Job-Template zum Benutzen, der Parameter wird benötigt ausser das Feature wurde spezifiziert"
1505
1505
  ],
1506
- "The number of %s invocations is:": [
1506
+ "The number of failed invocations is:": [
1507
+ ""
1508
+ ],
1509
+ "The number of selected invocations is:": [
1507
1510
  ""
1508
1511
  ],
1509
1512
  "The only applicable proxy %{proxy_names} is down": [
@@ -1534,9 +1537,6 @@
1534
1537
  "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
1535
1538
  "Diese Vorlage wird für die Erstellung der Beschreibung verwendet. <br/>Eingabewerte können mittels Syntax %{package} verwendet werden.<br/> Sie können auch Auftragskategorie und Vorlagennamen <br/>über %{job_category} und %{template_name} einschließen."
1536
1539
  ],
1537
- "This will open a new tab for each invocation. The maximum is 100.": [
1538
- ""
1539
- ],
1540
1540
  "Time in seconds from the start on the remote host after which the job should be killed.": [
1541
1541
  "Zeit in Sekunden ab dem Start auf dem Remote-Host, nach der der Auftrag beendet werden soll."
1542
1542
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_remote_execution": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_remote_execution 16.2.0",
6
+ "Project-Id-Version": "foreman_remote_execution 16.2.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-02-15 13:54+0000",
9
9
  "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2016",
@@ -912,7 +912,10 @@
912
912
  "Open all %s invocations in new tabs": [
913
913
  ""
914
914
  ],
915
- "Open all failed runs (%s)": [
915
+ "Open all failed runs on this page (%s)": [
916
+ ""
917
+ ],
918
+ "Open all rows of the table in new tabs": [
916
919
  ""
917
920
  ],
918
921
  "Open in new tab": [
@@ -1179,9 +1182,6 @@
1179
1182
  "Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
1180
1183
  ""
1181
1184
  ],
1182
- "Run hosts job:": [
1183
- ""
1184
- ],
1185
1185
  "Run job": [
1186
1186
  ""
1187
1187
  ],
@@ -1503,7 +1503,10 @@
1503
1503
  "The job template to use, parameter is required unless feature was specified": [
1504
1504
  ""
1505
1505
  ],
1506
- "The number of %s invocations is:": [
1506
+ "The number of failed invocations is:": [
1507
+ ""
1508
+ ],
1509
+ "The number of selected invocations is:": [
1507
1510
  ""
1508
1511
  ],
1509
1512
  "The only applicable proxy %{proxy_names} is down": [
@@ -1534,9 +1537,6 @@
1534
1537
  "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
1535
1538
  ""
1536
1539
  ],
1537
- "This will open a new tab for each invocation. The maximum is 100.": [
1538
- ""
1539
- ],
1540
1540
  "Time in seconds from the start on the remote host after which the job should be killed.": [
1541
1541
  ""
1542
1542
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_remote_execution": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_remote_execution 16.2.0",
6
+ "Project-Id-Version": "foreman_remote_execution 16.2.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-02-15 13:54+0000",
9
9
  "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
@@ -136,7 +136,7 @@
136
136
  ""
137
137
  ],
138
138
  "An error occurred.": [
139
- ""
139
+ "Se ha producido un error."
140
140
  ],
141
141
  "Another interface is already set as execution. Are you sure you want to use this one instead?": [
142
142
  "Ya hay otra interfaz establecida como ejecución. ¿Está seguro de que desea utilizar esta en cambio?"
@@ -912,7 +912,10 @@
912
912
  "Open all %s invocations in new tabs": [
913
913
  ""
914
914
  ],
915
- "Open all failed runs (%s)": [
915
+ "Open all failed runs on this page (%s)": [
916
+ ""
917
+ ],
918
+ "Open all rows of the table in new tabs": [
916
919
  ""
917
920
  ],
918
921
  "Open in new tab": [
@@ -1179,9 +1182,6 @@
1179
1182
  "Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
1180
1183
  "Ejecutar como mucho N tareas a la vez. Si esto está configurado y se habilita la activación por lotes del proxy, entonces las tareas se activarán en el proxy inteligente en lotes de tamaño 1."
1181
1184
  ],
1182
- "Run hosts job:": [
1183
- ""
1184
- ],
1185
1185
  "Run job": [
1186
1186
  "Ejecutar trabajo"
1187
1187
  ],
@@ -1503,7 +1503,10 @@
1503
1503
  "The job template to use, parameter is required unless feature was specified": [
1504
1504
  "La plantilla de trabajo que se debe utilizar; se requiere el parámetro a menos que se haya especificado la funcionalidad"
1505
1505
  ],
1506
- "The number of %s invocations is:": [
1506
+ "The number of failed invocations is:": [
1507
+ ""
1508
+ ],
1509
+ "The number of selected invocations is:": [
1507
1510
  ""
1508
1511
  ],
1509
1512
  "The only applicable proxy %{proxy_names} is down": [
@@ -1535,9 +1538,6 @@
1535
1538
  "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
1536
1539
  "Esta plantilla se utiliza para generar la descripción. Los valores de entrada se pueden utilizar con la sintaxis <br/>. También puede incluir la categoría de trabajo y el nombre de la plantilla con %%{package} y %<br/>."
1537
1540
  ],
1538
- "This will open a new tab for each invocation. The maximum is 100.": [
1539
- ""
1540
- ],
1541
1541
  "Time in seconds from the start on the remote host after which the job should be killed.": [
1542
1542
  "Tiempo en segundos desde el comienzo en el host remoto tras lo cual debe eliminarse el trabajo."
1543
1543
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_remote_execution": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_remote_execution 16.2.0",
6
+ "Project-Id-Version": "foreman_remote_execution 16.2.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-02-15 13:54+0000",
9
9
  "Last-Translator": "Claer <transiblu@claer.hammock.fr>, 2016",
@@ -33,7 +33,7 @@
33
33
  "%s de plus"
34
34
  ],
35
35
  "%s task(s) successfully %s: %s": [
36
- ""
36
+ "%s tâche(s) réussie(s)%s : %s"
37
37
  ],
38
38
  "%{description} on %{host}": [
39
39
  "%{description} sur %{host}"
@@ -95,7 +95,7 @@
95
95
  "Abandonner le job"
96
96
  ],
97
97
  "Abort selected": [
98
- ""
98
+ "Abandonner la sélection"
99
99
  ],
100
100
  "Abort task": [
101
101
  "Abandonner la tâche"
@@ -137,7 +137,7 @@
137
137
  "Une erreur s'est produite lors de la récupération des détails d'invocation du modèle."
138
138
  ],
139
139
  "An error occurred.": [
140
- ""
140
+ "Une erreur s'est produite."
141
141
  ],
142
142
  "Another interface is already set as execution. Are you sure you want to use this one instead?": [
143
143
  "Une autre interface est déjà définie pour l'exécution distante. Êtes-vous sûrs de vouloir utiliser celle-ci à la place ?"
@@ -158,7 +158,7 @@
158
158
  "Appliquer à"
159
159
  ],
160
160
  "Are you sure you want to open all %s invocations in new tabs?": [
161
- ""
161
+ "Etes-vous sûr de vouloir ouvrir toutes les invocations %s dans de nouveaux onglets ?"
162
162
  ],
163
163
  "At": [
164
164
  "À"
@@ -191,13 +191,13 @@
191
191
  "Annuler la tâche"
192
192
  ],
193
193
  "Cancel job invocation or matching tasks only": [
194
- ""
194
+ "Annuler l'appel de tâche ou les tâches correspondantes uniquement"
195
195
  ],
196
196
  "Cancel recurring": [
197
197
  "Annuler la logique récurrente"
198
198
  ],
199
199
  "Cancel selected": [
200
- ""
200
+ "Annuler la sélection"
201
201
  ],
202
202
  "Cancelled": [
203
203
  "Annulé"
@@ -266,7 +266,7 @@
266
266
  "Impossible d'annuler le job %s :${response}"
267
267
  ],
268
268
  "Could not abort the task": [
269
- ""
269
+ "Impossible d'annuler la tâche"
270
270
  ],
271
271
  "Could not cancel recurring logic %s: ${response}": [
272
272
  "Impossible d'annuler la logique récurrente%s :${response}"
@@ -275,7 +275,7 @@
275
275
  "Impossible d'annuler le job %s :${response}"
276
276
  ],
277
277
  "Could not cancel the task": [
278
- ""
278
+ "Impossible d'annuler la tâche"
279
279
  ],
280
280
  "Could not disable recurring logic %s: ${response}": [
281
281
  "Impossible de désactiver la logique récurrente%s :${response}"
@@ -485,7 +485,7 @@
485
485
  "Évalue le :"
486
486
  ],
487
487
  "Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.": [
488
- ""
488
+ "Évalue la liste des hôtes cibles juste avant l'exécution de la tâche. Si vous avez utilisé un filtre pour sélectionner les hôtes cibles, la liste peut être différente de la liste actuelle."
489
489
  ],
490
490
  "Every day at %s": [
491
491
  "Tous les jours à %s"
@@ -512,7 +512,7 @@
512
512
  "Exécuter les jobs sur les hôtes dans un ordre aléatoire"
513
513
  ],
514
514
  "Executes the job on the current list of target hosts.": [
515
- ""
515
+ "Exécute le travail sur la liste actuelle des hôtes cibles."
516
516
  ],
517
517
  "Execution": [
518
518
  "Exécution"
@@ -524,7 +524,7 @@
524
524
  "Ordre d'exécution"
525
525
  ],
526
526
  "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - Executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - Randomizes the order in which jobs are executed on hosts</li></ul>": [
527
- ""
527
+ "L'ordre d'exécution détermine si les jobs doivent être exécutés sur les hôtes par ordre alphabétique ou par ordre aléatoire. <br><ul><li><b>Ordered</b> - exécute les jobs sur les hôtes par ordre alphabétique </li><li><b>Randomized</b> - randomise l'ordre dans lequel les tâches sont exécutées sur les hôtes</li></ul>"
528
528
  ],
529
529
  "Exit status: %s": [
530
530
  "Statut de sortie : %s"
@@ -911,19 +911,22 @@
911
911
  "Seule une fonctionnalité ou un job_template_id ne peuvent être spécifiés"
912
912
  ],
913
913
  "Open all %s invocations in new tabs": [
914
+ "Ouvrir tout%s invocations dans les nouveaux onglets"
915
+ ],
916
+ "Open all failed runs on this page (%s)": [
914
917
  ""
915
918
  ],
916
- "Open all failed runs (%s)": [
919
+ "Open all rows of the table in new tabs": [
917
920
  ""
918
921
  ],
919
922
  "Open in new tab": [
920
923
  "Ouvrir dans un nouvel onglet"
921
924
  ],
922
925
  "Open in new tabs": [
923
- ""
926
+ "Ouvrir dans un nouvel onglet"
924
927
  ],
925
928
  "Open selected in new tab": [
926
- ""
929
+ "Ouvrir la sélection dans un nouvel onglet"
927
930
  ],
928
931
  "Opening job invocation form": [
929
932
  "Ouverture du formulaire de lancement du job"
@@ -1180,9 +1183,6 @@
1180
1183
  "Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
1181
1184
  "Effectuer au maximum N tâches à la fois. Si ce paramètre est défini et que le déclenchement par lot du proxy est activé, les tâches sont alors déclenchées sur le proxy smart par lots de taille 1."
1182
1185
  ],
1183
- "Run hosts job:": [
1184
- ""
1185
- ],
1186
1186
  "Run job": [
1187
1187
  "Lancer le job"
1188
1188
  ],
@@ -1265,7 +1265,7 @@
1265
1265
  "Requête de recherche"
1266
1266
  ],
1267
1267
  "Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled.": [
1268
- ""
1268
+ "Requête de recherche pour annuler les tâches uniquement sur les hôtes correspondants. Si non renseignée, l'appel de la tâche sera annulé."
1269
1269
  ],
1270
1270
  "Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy": [
1271
1271
  "Recherche d'un proxy avec exécution distante sur l'hôte, utile quand l'hôte n'a pas de sous-réseau ou que le sous-réseau n'a pas de proxy avec exécution distante"
@@ -1448,7 +1448,7 @@
1448
1448
  "Tâche pour l'hôte annulée avec succès"
1449
1449
  ],
1450
1450
  "Task(s) were not %s": [
1451
- ""
1451
+ "Les tâches n'étaient pas %s"
1452
1452
  ],
1453
1453
  "Template ERB": [
1454
1454
  "Modèle ERB"
@@ -1504,7 +1504,10 @@
1504
1504
  "The job template to use, parameter is required unless feature was specified": [
1505
1505
  "Le modèle de job à utiliser, paramètre obligatoire sauf si la fonction a été spécifiée"
1506
1506
  ],
1507
- "The number of %s invocations is:": [
1507
+ "The number of failed invocations is:": [
1508
+ ""
1509
+ ],
1510
+ "The number of selected invocations is:": [
1508
1511
  ""
1509
1512
  ],
1510
1513
  "The only applicable proxy %{proxy_names} is down": [
@@ -1536,9 +1539,6 @@
1536
1539
  "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
1537
1540
  "Ce modèle est utilisé pour générer la description. <br/>Les valeurs d'entrée peuvent être utilisées avec la syntaxe %{package}.<br/>Vous pouvez aussi inclure la catégorie du job et le nom du modèle <br/> en utilisant %{job_category} et %{template_name}."
1538
1541
  ],
1539
- "This will open a new tab for each invocation. The maximum is 100.": [
1540
- ""
1541
- ],
1542
1542
  "Time in seconds from the start on the remote host after which the job should be killed.": [
1543
1543
  "Durée en secondes depuis le démarrage sur l'hôte distant après laquelle le job doit être supprimé."
1544
1544
  ],
@@ -1582,7 +1582,7 @@
1582
1582
  "Essai d'annulation du job sur un hôte"
1583
1583
  ],
1584
1584
  "Trying to %s the task": [
1585
- ""
1585
+ "Essayer de%s la tâche"
1586
1586
  ],
1587
1587
  "Trying to abort the job": [
1588
1588
  "Tentative d'abandon du job"
@@ -1606,10 +1606,10 @@
1606
1606
  "Type"
1607
1607
  ],
1608
1608
  "Type determines when the query is evaluated to hosts.": [
1609
- ""
1609
+ "Le type détermine quand la requête est évaluée sur les hôtes."
1610
1610
  ],
1611
1611
  "Type determines when the query is evaluated to hosts.<br><ul><li><b>Static</b> - Executes the job on the current list of target hosts.</li><li><b>Dynamic</b> - Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.</li></ul>": [
1612
- ""
1612
+ "Le type détermine quand la requête est évaluée sur les hôtes.<br><ul><li><b> Static</b> - Exécute le travail sur la liste actuelle des hôtes cibles.</li><li><b> Dynamic</b> - Évalue la liste des hôtes cibles juste avant l'exécution de la tâche. Si vous avez utilisé un filtre pour sélectionner les hôtes cibles, la liste peut être différente de la liste actuelle.</li></ul>"
1613
1613
  ],
1614
1614
  "Type of execution": [
1615
1615
  "Type d'exécution"
@@ -1753,7 +1753,7 @@
1753
1753
  "Vous avez plus de résultats à afficher. Affichage en premier des résultats %s"
1754
1754
  ],
1755
1755
  "aborted": [
1756
- ""
1756
+ "avorté"
1757
1757
  ],
1758
1758
  "add an input set for this template to reference a different template inputs": [
1759
1759
  "Ajout d'un jeu d'entrées pour ce modèle pour faire référence à des entrées sur un modèle différent"
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_remote_execution": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_remote_execution 16.2.0",
6
+ "Project-Id-Version": "foreman_remote_execution 16.2.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-02-15 13:54+0000",
9
9
  "Last-Translator": "elobato <elobatocs@gmail.com>, 2017",
@@ -33,10 +33,10 @@
33
33
  "さらに %s"
34
34
  ],
35
35
  "%s task(s) successfully %s: %s": [
36
- ""
36
+ "%s 件のタスクが正常に %s: %s"
37
37
  ],
38
38
  "%{description} on %{host}": [
39
- "%{host} の %{description} "
39
+ "%{host} の %{description}"
40
40
  ],
41
41
  "'Starts at' date must be in the future": [
42
42
  "'開始日' は未来の日付でなければなりません"
@@ -60,7 +60,7 @@
60
60
  "外部テンプレートから含める入力名のコンマ区切り一覧。"
61
61
  ],
62
62
  "A job '%{job_name}' has %{status} at %{time}": [
63
- "%{time} 時点での、ジョブ '%{job_name}' のステータスは %{status} です。"
63
+ "%{time} 時点でのジョブ '%{job_name}' のステータスは %{status} です"
64
64
  ],
65
65
  "A job '%{subject}' has failed": [
66
66
  "ジョブ '%{subject}' が失敗しました"
@@ -93,7 +93,7 @@
93
93
  "ジョブの中断"
94
94
  ],
95
95
  "Abort selected": [
96
- ""
96
+ "選択項目を中断"
97
97
  ],
98
98
  "Abort task": [
99
99
  "タスクの中断"
@@ -135,7 +135,7 @@
135
135
  "テンプレート呼び出しの詳細を取得中にエラーが発生しました。"
136
136
  ],
137
137
  "An error occurred.": [
138
- ""
138
+ "エラーが発生しました。"
139
139
  ],
140
140
  "Another interface is already set as execution. Are you sure you want to use this one instead?": [
141
141
  "別のインターフェースがすでに実行として設定されています。代わりにこのインターフェースを使用しもよろしいでしょうか?"
@@ -156,7 +156,7 @@
156
156
  "適用対象"
157
157
  ],
158
158
  "Are you sure you want to open all %s invocations in new tabs?": [
159
- ""
159
+ "%s の呼び出しをすべて新規タブで開きますか?"
160
160
  ],
161
161
  "At": [
162
162
  "場所"
@@ -189,13 +189,13 @@
189
189
  "タスクの取り消し"
190
190
  ],
191
191
  "Cancel job invocation or matching tasks only": [
192
- ""
192
+ "ジョブ呼び出しまたは一致するタスクのみをキャンセルします"
193
193
  ],
194
194
  "Cancel recurring": [
195
195
  "繰り返しのキャンセル"
196
196
  ],
197
197
  "Cancel selected": [
198
- ""
198
+ "選択項目をキャンセル"
199
199
  ],
200
200
  "Cancelled": [
201
201
  "キャンセル済み"
@@ -264,7 +264,7 @@
264
264
  "ジョブ %s を中止できませんでした: ${response}"
265
265
  ],
266
266
  "Could not abort the task": [
267
- ""
267
+ "タスクを中断できませんでした"
268
268
  ],
269
269
  "Could not cancel recurring logic %s: ${response}": [
270
270
  "再帰論理 %s をキャンセルできませんでした: ${response}"
@@ -273,7 +273,7 @@
273
273
  "ジョブ %s をキャンセルできませんでした: ${response}"
274
274
  ],
275
275
  "Could not cancel the task": [
276
- ""
276
+ "タスクをキャンセルできませんでした"
277
277
  ],
278
278
  "Could not disable recurring logic %s: ${response}": [
279
279
  "再帰論理 %s を無効にできませんでした: ${response}"
@@ -483,7 +483,7 @@
483
483
  "評価済み:"
484
484
  ],
485
485
  "Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.": [
486
- ""
486
+ "ジョブ実行直前にターゲットホストのリストを評価します。フィルターを使用してターゲットホストを選択した場合、ターゲットホストのリストは現在のリストと異なる場合があります。"
487
487
  ],
488
488
  "Every day at %s": [
489
489
  "毎日 %s"
@@ -510,7 +510,7 @@
510
510
  "ホスト上でジョブを順不同で実行します"
511
511
  ],
512
512
  "Executes the job on the current list of target hosts.": [
513
- ""
513
+ "現在のターゲットホストのリストに対してジョブを実行します。"
514
514
  ],
515
515
  "Execution": [
516
516
  "Execution"
@@ -522,7 +522,7 @@
522
522
  "実行順"
523
523
  ],
524
524
  "Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - Executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - Randomizes the order in which jobs are executed on hosts</li></ul>": [
525
- ""
525
+ "実行順は、ホスト上でジョブをアルファベット順で実行するか、順不同で実行するかを決定します。<br><ul><li><b>順番</b> - ホスト上でジョブがアルファベット順に実行されます</li><li><b>順不同</b> - ホスト上でジョブが順不同で実行されます</li></ul>"
526
526
  ],
527
527
  "Exit status: %s": [
528
528
  "終了ステータス: %s"
@@ -909,19 +909,22 @@
909
909
  "機能または job_template_id の 1 つのみを指定できます"
910
910
  ],
911
911
  "Open all %s invocations in new tabs": [
912
+ "%s の呼び出しをすべて新規タブで開く"
913
+ ],
914
+ "Open all failed runs on this page (%s)": [
912
915
  ""
913
916
  ],
914
- "Open all failed runs (%s)": [
917
+ "Open all rows of the table in new tabs": [
915
918
  ""
916
919
  ],
917
920
  "Open in new tab": [
918
921
  "新規タブで開く"
919
922
  ],
920
923
  "Open in new tabs": [
921
- ""
924
+ "新規タブで開く"
922
925
  ],
923
926
  "Open selected in new tab": [
924
- ""
927
+ "選択項目を新規タブで開く"
925
928
  ],
926
929
  "Opening job invocation form": [
927
930
  "ジョブ呼び出しフォームを開く"
@@ -1178,9 +1181,6 @@
1178
1181
  "Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
1179
1182
  "1 回に最大 N 個のタスクを実行します。この値が設定されていて、プロキシーバッチのトリガーが有効な場合には、タスクはサイズ 1 の単位で一括して、Smart Proxy でトリガーされます。"
1180
1183
  ],
1181
- "Run hosts job:": [
1182
- ""
1183
- ],
1184
1184
  "Run job": [
1185
1185
  "ジョブを実行"
1186
1186
  ],
@@ -1263,7 +1263,7 @@
1263
1263
  "検索クエリー"
1264
1264
  ],
1265
1265
  "Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled.": [
1266
- ""
1266
+ "一致するホスト上のタスクのみをキャンセルするための検索クエリー。指定しない場合、ジョブ呼び出し全体がキャンセルされます。"
1267
1267
  ],
1268
1268
  "Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy": [
1269
1269
  "リモート実行があるプロキシーをホストで検索します。ホストにサブネットがない場合、またはサブネットに実行プロキシーがない場合に役に立ちます"
@@ -1305,7 +1305,7 @@
1305
1305
  "実行ユーザーのパスワードを設定 (sudo と同様のメカニズムを使用)"
1306
1306
  ],
1307
1307
  "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level.": [
1308
- "リモート実行のプルモードを設定します。「はい」に設定すると、登録したホストにプルプロパイダークライアントがデプロイされます。継承される値は、「host_registration_remote_execution」パラメーターに基づきます。これは、ホストグループ、オペレーティングシステム、組織などから継承できます。上書きされると、選択した値がホストパラメーターレベルで保存されます。"
1308
+ "リモート実行のプルモードを設定します。`はい` に設定すると、登録したホストにプルプロパイダークライアントがデプロイされます。継承される値は、`host_registration_remote_execution_pull` パラメーターに基づきます。これは、ホストグループ、オペレーティングシステム、組織などから継承できます。オーバーライドされると、選択した値がホストパラメーターレベルで保存されます。"
1309
1309
  ],
1310
1310
  "Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting": [
1311
1311
  "ホストインターフェースの ip アドレスは fqdn よりも優先されますか? DNS が fqdn を適切に解決しない場合、これは役に立ちます。remote_execution_connect_by_ip というパラメーターを設定し、ホストごとにこれを上書きすることができます。デュアルスタックのホストの場合は、remote_execution_connect_by_ip_prefer_ipv6 設定を検討する必要があります"
@@ -1446,7 +1446,7 @@
1446
1446
  "ホストのタスクは正常にキャンセルされました"
1447
1447
  ],
1448
1448
  "Task(s) were not %s": [
1449
- ""
1449
+ "タスクは %s されませんでした"
1450
1450
  ],
1451
1451
  "Template ERB": [
1452
1452
  "テンプレート ERB"
@@ -1502,7 +1502,10 @@
1502
1502
  "The job template to use, parameter is required unless feature was specified": [
1503
1503
  "使用するジョブテンプレート。機能が指定されていなければ、パラメーターが必要です"
1504
1504
  ],
1505
- "The number of %s invocations is:": [
1505
+ "The number of failed invocations is:": [
1506
+ ""
1507
+ ],
1508
+ "The number of selected invocations is:": [
1506
1509
  ""
1507
1510
  ],
1508
1511
  "The only applicable proxy %{proxy_names} is down": [
@@ -1530,10 +1533,7 @@
1530
1533
  "このテンプレートは、記述の生成に使用します。入力値は、構文 %{package} を使用して設定できます。%{job_category} と %{template_name} を使用してジョブカテゴリーとテンプレート名を追加することもできます。"
1531
1534
  ],
1532
1535
  "This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
1533
- "このテンプレートは記述の生成に使用します。<br/>入力値は、構文 %{package} を使用して設定できます。%{job_category} と %{template_name} を使用して、<br/> ジョブカテゴリーとテンプレート <br/> 名を追加することもできます。"
1534
- ],
1535
- "This will open a new tab for each invocation. The maximum is 100.": [
1536
- ""
1536
+ "このテンプレートは説明を生成するために使用されます。<br/>入力値は構文 %{package} を使用して設定できます。<br/>%{job_category} と %{template_name} を使用して、ジョブカテゴリーとテンプレート<br/>名を含めることもできます。"
1537
1537
  ],
1538
1538
  "Time in seconds from the start on the remote host after which the job should be killed.": [
1539
1539
  "リモートホストで開始してからジョブを強制終了するまでの時間 (秒単位)"
@@ -1578,7 +1578,7 @@
1578
1578
  "ホストでのジョブのキャンセルを試行"
1579
1579
  ],
1580
1580
  "Trying to %s the task": [
1581
- ""
1581
+ "タスクを %s しようとしています"
1582
1582
  ],
1583
1583
  "Trying to abort the job": [
1584
1584
  "ジョブを中断しようとしています"
@@ -1602,10 +1602,10 @@
1602
1602
  "タイプ"
1603
1603
  ],
1604
1604
  "Type determines when the query is evaluated to hosts.": [
1605
- ""
1605
+ "タイプは、クエリーがホストに対して評価されるタイミングを決定します。"
1606
1606
  ],
1607
1607
  "Type determines when the query is evaluated to hosts.<br><ul><li><b>Static</b> - Executes the job on the current list of target hosts.</li><li><b>Dynamic</b> - Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.</li></ul>": [
1608
- ""
1608
+ "タイプは、クエリーがホストに対して評価されるタイミングを決定します。<br><ul><li><b>静的</b> - 現在のターゲットホストのリストに対してジョブを実行します。</li><li><b>動的</b>- ジョブ実行直前にターゲットホストのリストを評価します。フィルターを使用してターゲットホストを選択した場合、ターゲットホストのリストは現在のリストと異なる場合があります。</li></ul>"
1609
1609
  ],
1610
1610
  "Type of execution": [
1611
1611
  "実行のタイプ"
@@ -1749,7 +1749,7 @@
1749
1749
  "表示する結果があります。最初の %s 件の結果を表示しています"
1750
1750
  ],
1751
1751
  "aborted": [
1752
- ""
1752
+ "中断されました"
1753
1753
  ],
1754
1754
  "add an input set for this template to reference a different template inputs": [
1755
1755
  "異なるテンプレート入力を参照するためにこのテンプレートの入力セットを追加"