foreman_puppet 5.0.0 → 5.1.0
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.
- checksums.yaml +4 -4
- data/README.md +5 -7
- data/Rakefile +0 -5
- data/app/graphgl/foreman_puppet/types/environment.rb +1 -4
- data/app/graphgl/foreman_puppet/types/puppetclass.rb +1 -4
- data/app/models/foreman_puppet/puppetclass.rb +2 -2
- data/lib/foreman_puppet/register.rb +1 -1
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ca/foreman_puppet.edit.po +1221 -0
- data/locale/ca/foreman_puppet.po +41 -7
- data/locale/ca/foreman_puppet.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/cs_CZ/foreman_puppet.edit.po +1208 -0
- data/locale/cs_CZ/foreman_puppet.po +42 -8
- data/locale/cs_CZ/foreman_puppet.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/de/foreman_puppet.edit.po +1300 -0
- data/locale/de/foreman_puppet.po +46 -12
- data/locale/de/foreman_puppet.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en/foreman_puppet.edit.po +998 -0
- data/locale/en/foreman_puppet.po +38 -5
- data/locale/en/foreman_puppet.po.time_stamp +0 -0
- data/locale/en/foreman_puppet.pox +0 -0
- data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/en_GB/foreman_puppet.edit.po +1197 -0
- data/locale/en_GB/foreman_puppet.po +41 -7
- data/locale/en_GB/foreman_puppet.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/es/foreman_puppet.edit.po +1275 -0
- data/locale/es/foreman_puppet.po +74 -38
- data/locale/es/foreman_puppet.po.time_stamp +0 -0
- data/locale/foreman_puppet.pot +71 -18
- data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/fr/foreman_puppet.edit.po +1290 -0
- data/locale/fr/foreman_puppet.po +65 -28
- data/locale/fr/foreman_puppet.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/gl/foreman_puppet.edit.po +1203 -0
- data/locale/gl/foreman_puppet.po +41 -7
- data/locale/gl/foreman_puppet.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/it/foreman_puppet.edit.po +1233 -0
- data/locale/it/foreman_puppet.po +44 -9
- data/locale/it/foreman_puppet.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ja/foreman_puppet.edit.po +1223 -0
- data/locale/ja/foreman_puppet.po +58 -24
- data/locale/ja/foreman_puppet.po.time_stamp +0 -0
- data/locale/ka/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ka/foreman_puppet.po +873 -0
- data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ko/foreman_puppet.edit.po +1197 -0
- data/locale/ko/foreman_puppet.po +42 -8
- data/locale/ko/foreman_puppet.po.time_stamp +0 -0
- data/locale/messages.mo +0 -0
- data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/nl_NL/foreman_puppet.edit.po +1228 -0
- data/locale/nl_NL/foreman_puppet.po +41 -7
- data/locale/nl_NL/foreman_puppet.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pl/foreman_puppet.edit.po +1238 -0
- data/locale/pl/foreman_puppet.po +42 -8
- data/locale/pl/foreman_puppet.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/pt_BR/foreman_puppet.edit.po +1281 -0
- data/locale/pt_BR/foreman_puppet.po +75 -40
- data/locale/pt_BR/foreman_puppet.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/ru/foreman_puppet.edit.po +1240 -0
- data/locale/ru/foreman_puppet.po +42 -8
- data/locale/ru/foreman_puppet.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/sv_SE/foreman_puppet.edit.po +1205 -0
- data/locale/sv_SE/foreman_puppet.po +41 -7
- data/locale/sv_SE/foreman_puppet.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_CN/foreman_puppet.edit.po +1212 -0
- data/locale/zh_CN/foreman_puppet.po +63 -29
- data/locale/zh_CN/foreman_puppet.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
- data/locale/zh_TW/foreman_puppet.edit.po +1197 -0
- data/locale/zh_TW/foreman_puppet.po +42 -8
- data/locale/zh_TW/foreman_puppet.po.time_stamp +0 -0
- data/test/graphql/mutations/hosts/create_mutation_test.rb +1 -2
- data/test/unit/foreman_puppet/global_id_test.rb +13 -0
- data/webpack/src/Components/Environments/Welcome.js +24 -5
- data/webpack/src/Extends/Host/PuppetTab/index.js +2 -0
- metadata +100 -58
data/locale/fr/foreman_puppet.po
CHANGED
|
@@ -8,23 +8,25 @@
|
|
|
8
8
|
# Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2021
|
|
9
9
|
# julien IPPOLITO <stuxboulot@gmail.com>, 2021
|
|
10
10
|
# Baptiste Agasse <baptiste.agasse@gmail.com>, 2021
|
|
11
|
-
#
|
|
12
|
-
#
|
|
13
|
-
#
|
|
14
|
-
# Amit Upadhye <aupadhye@redhat.com>,
|
|
11
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
|
12
|
+
# 21966816214bc546c1fc8a185e75ca1c, 2022
|
|
13
|
+
# Claer <transiblu@claer.hammock.fr>, 2022
|
|
14
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2022
|
|
15
15
|
#
|
|
16
|
+
#, fuzzy
|
|
16
17
|
msgid ""
|
|
17
18
|
msgstr ""
|
|
18
|
-
"Project-Id-Version: foreman_puppet
|
|
19
|
+
"Project-Id-Version: foreman_puppet 5.0.0\n"
|
|
19
20
|
"Report-Msgid-Bugs-To: \n"
|
|
20
21
|
"PO-Revision-Date: 2021-02-03 16:30+0000\n"
|
|
21
|
-
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>,
|
|
22
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2022\n"
|
|
22
23
|
"Language-Team: French (https://www.transifex.com/foreman/teams/114/fr/)\n"
|
|
23
24
|
"MIME-Version: 1.0\n"
|
|
24
25
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
25
26
|
"Content-Transfer-Encoding: 8bit\n"
|
|
26
27
|
"Language: fr\n"
|
|
27
|
-
"Plural-Forms: nplurals=
|
|
28
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 100000"
|
|
29
|
+
"0 == 0 ? 1 : 2;\n"
|
|
28
30
|
|
|
29
31
|
msgid " Remove"
|
|
30
32
|
msgstr " Supprimer"
|
|
@@ -36,15 +38,16 @@ msgid "%s out of sync disabled"
|
|
|
36
38
|
msgstr "Désynchronisation de %s désactivée"
|
|
37
39
|
|
|
38
40
|
msgid "%{model} with id '%{id}' was not found"
|
|
39
|
-
msgstr "
|
|
41
|
+
msgstr "%%{model} aynat pour id '%%{id}' n'a pas été trouvé"
|
|
40
42
|
|
|
41
43
|
msgid "%{name} has %{num_tag} class"
|
|
42
44
|
msgid_plural "%{name} has %{num_tag} classes"
|
|
43
|
-
msgstr[0] "
|
|
44
|
-
msgstr[1] "
|
|
45
|
+
msgstr[0] "%%{name} a %{num_tag} classe"
|
|
46
|
+
msgstr[1] "%%{name} a %{num_tag} classes"
|
|
47
|
+
msgstr[2] "%%{name} a %{num_tag} classes"
|
|
45
48
|
|
|
46
49
|
msgid "%{puppetclass} does not belong to the %{environment} environment"
|
|
47
|
-
msgstr "
|
|
50
|
+
msgstr "%%{puppetclass} n'appartient pas à l'environnement %%{environment}"
|
|
48
51
|
|
|
49
52
|
msgid "*Clear environment*"
|
|
50
53
|
msgstr "*Nettoyer l'environnement*"
|
|
@@ -58,9 +61,9 @@ msgid ""
|
|
|
58
61
|
" <b>Matcher:</b> %{matcher}<br/>\n"
|
|
59
62
|
" <b>Inherited value:</b> %{inherited_value}"
|
|
60
63
|
msgstr ""
|
|
61
|
-
"<b>Description :</b>
|
|
62
|
-
" <b>Type :</b>
|
|
63
|
-
" <b>Correspondant :</b>
|
|
64
|
+
"<b>Description :</b> %%{desc}<br/>\n"
|
|
65
|
+
" <b>Type :</b> %%{type}<br/>\n"
|
|
66
|
+
" <b>Correspondant :</b> %%{matcher}<br/>\n"
|
|
64
67
|
" <b>Valeur héritée :</b> %{inherited_value}"
|
|
65
68
|
|
|
66
69
|
msgid "A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step."
|
|
@@ -94,10 +97,10 @@ msgid "All environments - (not filtered)"
|
|
|
94
97
|
msgstr "Tous les environnements - (non filtrés)"
|
|
95
98
|
|
|
96
99
|
msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
|
|
97
|
-
msgstr ""
|
|
100
|
+
msgstr "Permet d'assigner des environnements et des classes Puppet aux hôtes Foreman."
|
|
98
101
|
|
|
99
|
-
msgid "
|
|
100
|
-
msgstr ""
|
|
102
|
+
msgid "Assigned classes"
|
|
103
|
+
msgstr "Classes assignées"
|
|
101
104
|
|
|
102
105
|
msgid "Available Classes"
|
|
103
106
|
msgstr "Classes disponibles"
|
|
@@ -114,9 +117,6 @@ msgstr "Impossible de trouver un proxy valide ayant une fonction Puppet"
|
|
|
114
117
|
msgid "Cancel"
|
|
115
118
|
msgstr "Annuler"
|
|
116
119
|
|
|
117
|
-
msgid "Certificates"
|
|
118
|
-
msgstr ""
|
|
119
|
-
|
|
120
120
|
msgid "Change Environment"
|
|
121
121
|
msgstr "Changer l'environnement"
|
|
122
122
|
|
|
@@ -159,6 +159,9 @@ msgstr "Groupes de configuration"
|
|
|
159
159
|
msgid "Config Management"
|
|
160
160
|
msgstr "Gestion de configuration"
|
|
161
161
|
|
|
162
|
+
msgid "Couldn't find any ENC data for this host"
|
|
163
|
+
msgstr "Je n'ai pas trouvé de données ENC pour cet hôte."
|
|
164
|
+
|
|
162
165
|
msgid "Create Config Group"
|
|
163
166
|
msgstr "Créer un groupe de configuration"
|
|
164
167
|
|
|
@@ -205,7 +208,7 @@ msgid "Deleted environment"
|
|
|
205
208
|
msgstr "A supprimé l'environnement"
|
|
206
209
|
|
|
207
210
|
msgid "Deleted environment %{env} and %{pcs}"
|
|
208
|
-
msgstr "A supprimé environnements
|
|
211
|
+
msgstr "A supprimé environnements %%{env} et %%{pcs}"
|
|
209
212
|
|
|
210
213
|
msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
|
|
211
214
|
msgstr "Déprécié en faveur de host/puppet_attributes/config_group_ids"
|
|
@@ -237,6 +240,9 @@ msgstr "Afficher les valeurs masquées"
|
|
|
237
240
|
msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
|
|
238
241
|
msgstr "Durée en minutes après laquelle les serveurs envoyant des rapports via Puppet sont classés comme désynchronisés."
|
|
239
242
|
|
|
243
|
+
msgid "ENC Preview"
|
|
244
|
+
msgstr "Prévisualisation ENC"
|
|
245
|
+
|
|
240
246
|
msgid "ENC environment"
|
|
241
247
|
msgstr "Environnement de l'ENC"
|
|
242
248
|
|
|
@@ -252,6 +258,9 @@ msgstr "Environnement vide"
|
|
|
252
258
|
msgid "Environment"
|
|
253
259
|
msgstr "Environnement"
|
|
254
260
|
|
|
261
|
+
msgid "Environment name"
|
|
262
|
+
msgstr "Nom de l'environnement"
|
|
263
|
+
|
|
255
264
|
msgid "Environment only"
|
|
256
265
|
msgstr "Seulement un environnement"
|
|
257
266
|
|
|
@@ -261,14 +270,17 @@ msgstr "Environnements"
|
|
|
261
270
|
msgid "Environment|Name"
|
|
262
271
|
msgstr "Nom"
|
|
263
272
|
|
|
273
|
+
msgid "Error!"
|
|
274
|
+
msgstr "Erreur"
|
|
275
|
+
|
|
264
276
|
msgid "Facts"
|
|
265
277
|
msgstr "Faits"
|
|
266
278
|
|
|
267
279
|
msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
|
|
268
|
-
msgstr "Échec lors de l'importation de
|
|
280
|
+
msgstr "Échec lors de l'importation de %%{klass} pour %%{name} : l'entrée n'existe pas dans la base de donnée - ignore"
|
|
269
281
|
|
|
270
282
|
msgid "Failed to set %{proxy_type} proxy for %{host}."
|
|
271
|
-
msgstr "N’a pas pu définir le proxy %{proxy_type} pour
|
|
283
|
+
msgstr "N’a pas pu définir le proxy %{proxy_type} pour %%{host}."
|
|
272
284
|
|
|
273
285
|
msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
|
|
274
286
|
msgstr "Échec de la mise à jour des environnements et classes Puppet depuis l'installation Puppet sur disque : %s"
|
|
@@ -300,6 +312,9 @@ msgstr "Foreman mettra à jour l'environnement de l'hôte d'après les facts"
|
|
|
300
312
|
msgid "General"
|
|
301
313
|
msgstr "Général"
|
|
302
314
|
|
|
315
|
+
msgid "Help"
|
|
316
|
+
msgstr "Assistance"
|
|
317
|
+
|
|
303
318
|
msgid "Host Groups"
|
|
304
319
|
msgstr "Groupe d'Hôtes"
|
|
305
320
|
|
|
@@ -325,7 +340,7 @@ msgid "ID of Puppet class"
|
|
|
325
340
|
msgstr "ID de la classe Puppet"
|
|
326
341
|
|
|
327
342
|
msgid "ID of Puppet environment"
|
|
328
|
-
msgstr ""
|
|
343
|
+
msgstr "ID environnement Puppet"
|
|
329
344
|
|
|
330
345
|
msgid "ID of Puppetclass"
|
|
331
346
|
msgstr "ID Puppetclass"
|
|
@@ -355,7 +370,7 @@ msgid "If true, will raise an error if there is no default value and no matcher
|
|
|
355
370
|
msgstr "Si coché, Foreman va générer une erreur s'il n'y a pas de valeur par défaut et aucun matcher ne fournit de valeur"
|
|
356
371
|
|
|
357
372
|
msgid "If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.<br/> This information is commonly imported from a pre-existing Puppet configuration by the use of the <a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>Puppet classes and environment importer.</a>"
|
|
358
|
-
msgstr ""
|
|
373
|
+
msgstr "Si vous envisagez d'utiliser Foreman comme classificateur de noeud externe classifier, vous devriez fournir les informations à propos d'un ou plusieurs environnements.<br/> Ces informations sont généralement importées depuis un environnement Puppet existant, par l'usage de %<a target=\"_blank\" href=${getManualURL( '4.2.2Classes' )}>d'import des classes et environnement Puppet%</a>"
|
|
359
374
|
|
|
360
375
|
msgid "Ignored classes in the environments: %s"
|
|
361
376
|
msgstr "Classes ignorées dans les environnements : %s"
|
|
@@ -585,6 +600,9 @@ msgstr "Puppet"
|
|
|
585
600
|
msgid "Puppet CA"
|
|
586
601
|
msgstr "Puppet CA"
|
|
587
602
|
|
|
603
|
+
msgid "Puppet CA Smart Proxy"
|
|
604
|
+
msgstr "Proxy Smart CA Puppet"
|
|
605
|
+
|
|
588
606
|
msgid "Puppet Class"
|
|
589
607
|
msgstr "Classe Puppet"
|
|
590
608
|
|
|
@@ -606,9 +624,18 @@ msgstr "Environnements Puppet"
|
|
|
606
624
|
msgid "Puppet Modules"
|
|
607
625
|
msgstr "Modules Puppet"
|
|
608
626
|
|
|
627
|
+
msgid "Puppet Smart Proxy"
|
|
628
|
+
msgstr "Créer un proxy Smart"
|
|
629
|
+
|
|
609
630
|
msgid "Puppet YAML"
|
|
610
631
|
msgstr "Puppet YAML"
|
|
611
632
|
|
|
633
|
+
msgid "Puppet details"
|
|
634
|
+
msgstr "Détails Puppet"
|
|
635
|
+
|
|
636
|
+
msgid "Puppet environment"
|
|
637
|
+
msgstr "Environnement Puppet"
|
|
638
|
+
|
|
612
639
|
msgid "Puppet environments"
|
|
613
640
|
msgstr "Environnements Puppet"
|
|
614
641
|
|
|
@@ -648,6 +675,9 @@ msgstr "Supprimer cette valeur de substitution"
|
|
|
648
675
|
msgid "Remove:"
|
|
649
676
|
msgstr "Suppression:"
|
|
650
677
|
|
|
678
|
+
msgid "Reports"
|
|
679
|
+
msgstr "Rapports"
|
|
680
|
+
|
|
651
681
|
msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
|
|
652
682
|
msgstr "Paramètre requis sans valeur.<br/><b>Merci d’effectuer une substitution</b><br/>."
|
|
653
683
|
|
|
@@ -693,8 +723,11 @@ msgstr "Paramètre Smart Class"
|
|
|
693
723
|
msgid "Smart Class Parameters"
|
|
694
724
|
msgstr "Paramètres smart class"
|
|
695
725
|
|
|
726
|
+
msgid "Smart class parameters"
|
|
727
|
+
msgstr "Paramètres smart class"
|
|
728
|
+
|
|
696
729
|
msgid "Some Puppet Classes are unavailable in the selected environment"
|
|
697
|
-
msgstr ""
|
|
730
|
+
msgstr "Certaines classes Puppet sont indisponibles dans l'environnement sélectionné"
|
|
698
731
|
|
|
699
732
|
msgid "Successfully overridden all parameters of Puppet class %s"
|
|
700
733
|
msgstr "Substitution de tous les paramètres de la classe Puppet %s réussie"
|
|
@@ -709,6 +742,7 @@ msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
|
|
|
709
742
|
msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
|
|
710
743
|
msgstr[0] "Le proxy %{proxy_type} n'a pas pu être défini pour l'hôte : %{host_names}."
|
|
711
744
|
msgstr[1] "Le proxy %{proxy_type} puppet ca n'a pas pu être défini pour les hôtes : %{host_names}."
|
|
745
|
+
msgstr[2] "Le proxy %{proxy_type} puppet ca n'a pas pu être défini pour les hôtes : %{host_names}."
|
|
712
746
|
|
|
713
747
|
msgid "The %{proxy_type} proxy of the selected hosts was cleared."
|
|
714
748
|
msgstr "Le proxy %{proxy_type}pour les hôtes sélectionnés a été effacé"
|
|
@@ -729,7 +763,7 @@ msgid "The order in which values are resolved"
|
|
|
729
763
|
msgstr "L'ordre dans lequel les valeurs sont interprétées"
|
|
730
764
|
|
|
731
765
|
msgid "The requested environment cannot be found."
|
|
732
|
-
msgstr ""
|
|
766
|
+
msgstr "Les environnements demandés n’ont pas pu être trouvés."
|
|
733
767
|
|
|
734
768
|
msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
|
|
735
769
|
msgstr "Il n'y a aucun environnement Puppet défini pour ce Puppet Master. Veuillez vérifier la configuration de votre Puppet Master."
|
|
@@ -737,6 +771,9 @@ msgstr "Il n'y a aucun environnement Puppet défini pour ce Puppet Master. Veuil
|
|
|
737
771
|
msgid "This Puppet class has no parameters in its signature."
|
|
738
772
|
msgstr "Cette classe Puppet n'a pas de paramètre dans sa signature."
|
|
739
773
|
|
|
774
|
+
msgid "This tab is still a work in progress"
|
|
775
|
+
msgstr "Cet onglet est toujours un travail en cours"
|
|
776
|
+
|
|
740
777
|
msgid "This will reset parameters of the class %s to their default values. Continue?"
|
|
741
778
|
msgstr "Réinitialisation de tous les paramètres de la classe Puppet %s à leur valeur par défaut. Continuer ?"
|
|
742
779
|
|
|
@@ -843,4 +880,4 @@ msgid "must be true to edit the parameter"
|
|
|
843
880
|
msgstr "Doit être vrai pour éditer le paramètre"
|
|
844
881
|
|
|
845
882
|
msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
|
|
846
|
-
msgstr "id %{object_id} n'existe pas ou n'a pas été assigné à l'organisation et/ou emplacement qui convient"
|
|
883
|
+
msgstr "avec id %{object_id} n'existe pas ou n'a pas été assigné à l'organisation et/ou emplacement qui convient"
|
|
File without changes
|
|
Binary file
|