hammer_cli 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/hammer +1 -1
- data/doc/release_notes.md +12 -0
- data/lib/hammer_cli/defaults.rb +1 -1
- data/lib/hammer_cli/defaults_commands.rb +2 -2
- data/lib/hammer_cli/i18n.rb +48 -59
- data/lib/hammer_cli/options/option_definition.rb +25 -0
- data/lib/hammer_cli/output/adapter/table.rb +1 -1
- data/lib/hammer_cli/settings.rb +8 -4
- data/lib/hammer_cli/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ca/hammer-cli.edit.po +54 -31
- data/locale/ca/hammer-cli.po +15 -8
- data/locale/de/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/de/hammer-cli.edit.po +72 -49
- data/locale/de/hammer-cli.po +15 -8
- data/locale/en/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/en/hammer-cli.edit.po +20 -8
- data/locale/en/hammer-cli.po +15 -8
- data/locale/en_GB/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/en_GB/hammer-cli.edit.po +53 -30
- data/locale/en_GB/hammer-cli.po +15 -8
- data/locale/es/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/es/hammer-cli.edit.po +83 -60
- data/locale/es/hammer-cli.po +15 -8
- data/locale/fr/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/fr/hammer-cli.edit.po +53 -30
- data/locale/fr/hammer-cli.po +15 -8
- data/locale/hammer-cli.pot +23 -13
- data/locale/it/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/it/hammer-cli.edit.po +53 -30
- data/locale/it/hammer-cli.po +15 -8
- data/locale/ja/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ja/hammer-cli.edit.po +74 -51
- data/locale/ja/hammer-cli.po +15 -8
- data/locale/ko/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ko/hammer-cli.edit.po +77 -54
- data/locale/ko/hammer-cli.po +15 -8
- data/locale/pt_BR/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/pt_BR/hammer-cli.edit.po +73 -50
- data/locale/pt_BR/hammer-cli.po +15 -8
- data/locale/ru/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ru/hammer-cli.edit.po +54 -31
- data/locale/ru/hammer-cli.po +15 -8
- data/locale/zh_CN/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/zh_CN/hammer-cli.edit.po +76 -53
- data/locale/zh_CN/hammer-cli.po +15 -8
- data/locale/zh_TW/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/zh_TW/hammer-cli.edit.po +75 -52
- data/locale/zh_TW/hammer-cli.po +15 -8
- data/man/hammer.1.gz +0 -0
- data/test/functional/defaults_test.rb +1 -1
- data/test/unit/apipie/option_builder_test.rb +0 -4
- data/test/unit/exception_handler_test.rb +1 -1
- data/test/unit/i18n_test.rb +58 -12
- data/test/unit/options/option_definition_test.rb +18 -0
- metadata +3 -2
@@ -10,8 +10,8 @@ msgid ""
|
|
10
10
|
msgstr ""
|
11
11
|
"Project-Id-Version: Foreman\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"POT-Creation-Date:
|
14
|
-
"PO-Revision-Date: 2016-
|
13
|
+
"POT-Creation-Date: 2016-06-14 23:26+0200\n"
|
14
|
+
"PO-Revision-Date: 2016-06-20 13:05+0000\n"
|
15
15
|
"Last-Translator: Claer <transiblu@claer.hammock.fr>\n"
|
16
16
|
"Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
|
17
17
|
"MIME-Version: 1.0\n"
|
@@ -56,11 +56,11 @@ msgstr "Sous commande inconnue '%<name>s'"
|
|
56
56
|
msgid "no value provided"
|
57
57
|
msgstr "Aucune valeur fournit"
|
58
58
|
|
59
|
-
#: ../lib/hammer_cli/defaults.rb:
|
59
|
+
#: ../lib/hammer_cli/defaults.rb:77
|
60
60
|
msgid "Couldn't create %s please create the path before defaults are enabled."
|
61
61
|
msgstr "Impossible de créer %s, merci de créer le répertoire avant d'activer les options par défaut."
|
62
62
|
|
63
|
-
#: ../lib/hammer_cli/defaults.rb:
|
63
|
+
#: ../lib/hammer_cli/defaults.rb:101
|
64
64
|
msgid "Defaults management"
|
65
65
|
msgstr "Gestion par défaut"
|
66
66
|
|
@@ -268,59 +268,60 @@ msgstr "Attention: Une erreur est survenue lors du chargement du module %s"
|
|
268
268
|
msgid "Error: Some of the required modules are disabled in configuration: %s "
|
269
269
|
msgstr "Erreur : certains modules requis sont désactivés dans la configuration : %s "
|
270
270
|
|
271
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
271
|
+
#: ../lib/hammer_cli/options/normalizers.rb:29
|
272
272
|
msgid "Comma-separated list of key=value."
|
273
273
|
msgstr "Liste de clef=valeur séparées par des virgules."
|
274
274
|
|
275
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
276
|
-
msgid "
|
277
|
-
|
275
|
+
#: ../lib/hammer_cli/options/normalizers.rb:43
|
276
|
+
msgid ""
|
277
|
+
"value must be defined as a comma-separated list of key=value or valid JSON"
|
278
|
+
msgstr "la valeur doit être définie comme liste de clef=valeur séparées par des virgules ou en JSON valide"
|
278
279
|
|
279
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
280
|
+
#: ../lib/hammer_cli/options/normalizers.rb:85
|
280
281
|
msgid "Comma separated list of values."
|
281
282
|
msgstr "Liste de valeurs séparées par des virgules."
|
282
283
|
|
283
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
284
|
+
#: ../lib/hammer_cli/options/normalizers.rb:100
|
284
285
|
msgid "numeric value is required"
|
285
286
|
msgstr "une valeur numérique est requise"
|
286
287
|
|
287
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
288
|
+
#: ../lib/hammer_cli/options/normalizers.rb:114
|
288
289
|
msgid "One of true/false, yes/no, 1/0."
|
289
290
|
msgstr "Au choix parmi true/false, yes/no, 1/0."
|
290
291
|
|
291
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
292
|
+
#: ../lib/hammer_cli/options/normalizers.rb:124
|
292
293
|
msgid "value must be one of true/false, yes/no, 1/0"
|
293
294
|
msgstr "La valeur doit être un de ces choix : true/false, yes/no, 1/0"
|
294
295
|
|
295
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
296
|
+
#: ../lib/hammer_cli/options/normalizers.rb:163
|
296
297
|
msgid "Unable to parse JSON input"
|
297
298
|
msgstr "Impossible d'analyser l'entrée JSON"
|
298
299
|
|
299
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
300
|
+
#: ../lib/hammer_cli/options/normalizers.rb:177
|
300
301
|
msgid "Possible value(s): %s"
|
301
302
|
msgstr "Valeur(s) possible(s) : %s"
|
302
303
|
|
303
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
304
|
+
#: ../lib/hammer_cli/options/normalizers.rb:185
|
304
305
|
msgid "value must be %s"
|
305
306
|
msgstr "la valeur doit être %s"
|
306
307
|
|
307
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
308
|
+
#: ../lib/hammer_cli/options/normalizers.rb:187
|
308
309
|
msgid "value must be one of %s"
|
309
310
|
msgstr "la valeur doit être une des valeurs suivantes %s"
|
310
311
|
|
311
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
312
|
+
#: ../lib/hammer_cli/options/normalizers.rb:208
|
312
313
|
msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
|
313
314
|
msgstr "Date et heure suivant YYYY-MM-DD HH:MM:SS ou format ISO 8601"
|
314
315
|
|
315
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
316
|
+
#: ../lib/hammer_cli/options/normalizers.rb:215
|
316
317
|
msgid "'%s' is not a valid date"
|
317
318
|
msgstr "'%s' n'est pas une date valide"
|
318
319
|
|
319
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
320
|
+
#: ../lib/hammer_cli/options/normalizers.rb:226
|
320
321
|
msgid "Any combination (comma separated list) of '%s'"
|
321
322
|
msgstr "Toute combinaison (liste séparée par des virgules) de '%s'"
|
322
323
|
|
323
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
324
|
+
#: ../lib/hammer_cli/options/normalizers.rb:246
|
324
325
|
msgid "value must be a combination of '%s'"
|
325
326
|
msgstr "la valeur doit être une combinaison de '%s'"
|
326
327
|
|
@@ -340,26 +341,32 @@ msgstr "Défaut : "
|
|
340
341
|
msgid ", or "
|
341
342
|
msgstr ", ou "
|
342
343
|
|
343
|
-
#: ../lib/hammer_cli/output/adapter/csv.rb:
|
344
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:179
|
344
345
|
msgid "Message"
|
345
346
|
msgstr "Message"
|
346
347
|
|
347
|
-
#: ../lib/hammer_cli/output/adapter/csv.rb:
|
348
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:183
|
348
349
|
msgid "Id"
|
349
350
|
msgstr "Id"
|
350
351
|
|
351
|
-
#: ../lib/hammer_cli/output/adapter/csv.rb:
|
352
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:188
|
352
353
|
msgid "Name"
|
353
354
|
msgstr "Nom"
|
354
355
|
|
355
|
-
#: ../lib/hammer_cli/output/
|
356
|
-
msgid "
|
357
|
-
|
356
|
+
#: ../lib/hammer_cli/output/adapter/table.rb:63
|
357
|
+
msgid ""
|
358
|
+
"\"Page #{collection.meta.page} of #{pages} (use --page and --per-page for "
|
359
|
+
"navigation)\""
|
360
|
+
msgstr "\"Page #{collection.meta.page} sur #{pages} (utiliser --page et --per-page pour la navigation)\""
|
358
361
|
|
359
|
-
#: ../lib/hammer_cli/output/formatters.rb:
|
362
|
+
#: ../lib/hammer_cli/output/formatters.rb:160
|
360
363
|
msgid "no"
|
361
364
|
msgstr "non"
|
362
365
|
|
366
|
+
#: ../lib/hammer_cli/output/formatters.rb:160
|
367
|
+
msgid "yes"
|
368
|
+
msgstr "oui"
|
369
|
+
|
363
370
|
#: ../lib/hammer_cli/settings.rb:27
|
364
371
|
msgid ""
|
365
372
|
"Warning: location hammer.modules.d is deprecated, move your module "
|
@@ -404,10 +411,26 @@ msgstr "Vous ne pouvez pas définir toutes les options %s en même temps"
|
|
404
411
|
msgid "Options %s are required"
|
405
412
|
msgstr "Options %s requises"
|
406
413
|
|
407
|
-
#: ../lib/hammer_cli/validator.rb:
|
414
|
+
#: ../lib/hammer_cli/validator.rb:77
|
415
|
+
msgid "You can't set option %s"
|
416
|
+
msgstr "Vous ne pouvez pas définir l'option %s"
|
417
|
+
|
418
|
+
#: ../lib/hammer_cli/validator.rb:78
|
419
|
+
msgid "Option %s is required"
|
420
|
+
msgstr "Option %s requise"
|
421
|
+
|
422
|
+
#: ../lib/hammer_cli/validator.rb:90
|
408
423
|
msgid "You can't set any of options %s"
|
409
424
|
msgstr "Vous ne pouvez définir les options de %s"
|
410
425
|
|
411
|
-
#: ../lib/hammer_cli/validator.rb:
|
426
|
+
#: ../lib/hammer_cli/validator.rb:91
|
412
427
|
msgid "At least one of options %s is required"
|
413
|
-
msgstr "Au moins une
|
428
|
+
msgstr "Au moins une option de %s est requise"
|
429
|
+
|
430
|
+
#: ../lib/hammer_cli/validator.rb:116
|
431
|
+
msgid "One of options %s is required"
|
432
|
+
msgstr "Au moins une option de %s est requise"
|
433
|
+
|
434
|
+
#: ../lib/hammer_cli/validator.rb:120
|
435
|
+
msgid "Only one of options %s can be set"
|
436
|
+
msgstr "Une seule option parmi %s peut être définie"
|
data/locale/fr/hammer-cli.po
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
# jcarbone <jcarbone@redhat.com>, 2015. #zanata
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: hammer-cli 0.
|
12
|
+
"Project-Id-Version: hammer-cli 0.8.0\n"
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
14
14
|
"PO-Revision-Date: 2015-04-28 08:20+0000\n"
|
15
15
|
"Last-Translator: jcarbone <jcarbone@redhat.com>\n"
|
@@ -49,7 +49,7 @@ msgstr "Sous commande inconnue '%<name>s'"
|
|
49
49
|
msgid "no value provided"
|
50
50
|
msgstr "Aucune valeur fournit"
|
51
51
|
|
52
|
-
msgid "Couldn't create %s
|
52
|
+
msgid "Couldn't create %s. Please create the directory before setting defaults."
|
53
53
|
msgstr ""
|
54
54
|
|
55
55
|
msgid "Defaults management"
|
@@ -105,8 +105,8 @@ msgid "Added %{key_val} default-option with value %{val_val}."
|
|
105
105
|
msgstr ""
|
106
106
|
|
107
107
|
msgid ""
|
108
|
-
"
|
109
|
-
"
|
108
|
+
"Provider %{name} was not found. See `hammer defaults providers` for available "
|
109
|
+
"providers."
|
110
110
|
msgstr ""
|
111
111
|
|
112
112
|
msgid ""
|
@@ -117,7 +117,7 @@ msgstr ""
|
|
117
117
|
msgid "%{param} was deleted successfully."
|
118
118
|
msgstr ""
|
119
119
|
|
120
|
-
msgid "You must specify value or a provider name,
|
120
|
+
msgid "You must specify value or a provider name, can't specify both."
|
121
121
|
msgstr ""
|
122
122
|
|
123
123
|
msgid "Couldn't find the requested param in %s."
|
@@ -262,6 +262,12 @@ msgstr "la valeur doit être une combinaison de '%s'"
|
|
262
262
|
msgid "Warning: Option %{option} is deprecated. %{message}"
|
263
263
|
msgstr ""
|
264
264
|
|
265
|
+
msgid "Deprecated: %{deprecated_msg}"
|
266
|
+
msgstr ""
|
267
|
+
|
268
|
+
msgid "%{flag} is deprecated: %{deprecated_msg}"
|
269
|
+
msgstr ""
|
270
|
+
|
265
271
|
msgid "Can be specified multiple times. "
|
266
272
|
msgstr "Peut être spécifié plusieurs fois."
|
267
273
|
|
@@ -280,9 +286,7 @@ msgstr "Id"
|
|
280
286
|
msgid "Name"
|
281
287
|
msgstr "Nom"
|
282
288
|
|
283
|
-
msgid ""
|
284
|
-
"\"Page #{collection.meta.page} of #{pages} (use --page and --per-page for navig"
|
285
|
-
"ation)\""
|
289
|
+
msgid "Page %{page} of %{total} (use --page and --per-page for navigation)"
|
286
290
|
msgstr ""
|
287
291
|
|
288
292
|
msgid "no"
|
@@ -298,6 +302,9 @@ msgstr ""
|
|
298
302
|
"Attention: l'emplacement hammer.modules.d est déprécié, déplacez vos configura"
|
299
303
|
"tions dans cli.modules.d"
|
300
304
|
|
305
|
+
msgid "Warning: Couldn't load configuration file %{path}: %{message}"
|
306
|
+
msgstr ""
|
307
|
+
|
301
308
|
msgid "Print help for commands"
|
302
309
|
msgstr "Afficher l'aide des commandes"
|
303
310
|
|
data/locale/hammer-cli.pot
CHANGED
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: hammer-cli 0.
|
9
|
+
"Project-Id-Version: hammer-cli 0.8.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2016-
|
12
|
-
"PO-Revision-Date: 2016-
|
11
|
+
"POT-Creation-Date: 2016-09-01 12:28+0200\n"
|
12
|
+
"PO-Revision-Date: 2016-09-01 12:28+0200\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -55,7 +55,7 @@ msgid "no value provided"
|
|
55
55
|
msgstr ""
|
56
56
|
|
57
57
|
#: ../lib/hammer_cli/defaults.rb:77
|
58
|
-
msgid "Couldn't create %s
|
58
|
+
msgid "Couldn't create %s. Please create the directory before setting defaults."
|
59
59
|
msgstr ""
|
60
60
|
|
61
61
|
#: ../lib/hammer_cli/defaults.rb:101
|
@@ -128,8 +128,8 @@ msgstr ""
|
|
128
128
|
|
129
129
|
#: ../lib/hammer_cli/defaults_commands.rb:139
|
130
130
|
msgid ""
|
131
|
-
"
|
132
|
-
"
|
131
|
+
"Provider %{name} was not found. See `hammer defaults providers` for available "
|
132
|
+
"providers."
|
133
133
|
msgstr ""
|
134
134
|
|
135
135
|
#: ../lib/hammer_cli/defaults_commands.rb:143
|
@@ -143,7 +143,7 @@ msgid "%{param} was deleted successfully."
|
|
143
143
|
msgstr ""
|
144
144
|
|
145
145
|
#: ../lib/hammer_cli/defaults_commands.rb:151
|
146
|
-
msgid "You must specify value or a provider name,
|
146
|
+
msgid "You must specify value or a provider name, can't specify both."
|
147
147
|
msgstr ""
|
148
148
|
|
149
149
|
#: ../lib/hammer_cli/defaults_commands.rb:155
|
@@ -326,15 +326,23 @@ msgstr ""
|
|
326
326
|
msgid "Warning: Option %{option} is deprecated. %{message}"
|
327
327
|
msgstr ""
|
328
328
|
|
329
|
-
#: ../lib/hammer_cli/options/option_definition.rb:
|
329
|
+
#: ../lib/hammer_cli/options/option_definition.rb:75
|
330
|
+
msgid "Deprecated: %{deprecated_msg}"
|
331
|
+
msgstr ""
|
332
|
+
|
333
|
+
#: ../lib/hammer_cli/options/option_definition.rb:78
|
334
|
+
msgid "%{flag} is deprecated: %{deprecated_msg}"
|
335
|
+
msgstr ""
|
336
|
+
|
337
|
+
#: ../lib/hammer_cli/options/option_definition.rb:101
|
330
338
|
msgid "Can be specified multiple times. "
|
331
339
|
msgstr ""
|
332
340
|
|
333
|
-
#: ../lib/hammer_cli/options/option_definition.rb:
|
341
|
+
#: ../lib/hammer_cli/options/option_definition.rb:102
|
334
342
|
msgid "Default: "
|
335
343
|
msgstr ""
|
336
344
|
|
337
|
-
#: ../lib/hammer_cli/options/option_definition.rb:
|
345
|
+
#: ../lib/hammer_cli/options/option_definition.rb:102
|
338
346
|
msgid ", or "
|
339
347
|
msgstr ""
|
340
348
|
|
@@ -351,9 +359,7 @@ msgid "Name"
|
|
351
359
|
msgstr ""
|
352
360
|
|
353
361
|
#: ../lib/hammer_cli/output/adapter/table.rb:63
|
354
|
-
msgid ""
|
355
|
-
"\"Page #{collection.meta.page} of #{pages} (use --page and --per-page for navig"
|
356
|
-
"ation)\""
|
362
|
+
msgid "Page %{page} of %{total} (use --page and --per-page for navigation)"
|
357
363
|
msgstr ""
|
358
364
|
|
359
365
|
#: ../lib/hammer_cli/output/formatters.rb:160
|
@@ -370,6 +376,10 @@ msgid ""
|
|
370
376
|
"ons to cli.modules.d"
|
371
377
|
msgstr ""
|
372
378
|
|
379
|
+
#: ../lib/hammer_cli/settings.rb:44
|
380
|
+
msgid "Warning: Couldn't load configuration file %{path}: %{message}"
|
381
|
+
msgstr ""
|
382
|
+
|
373
383
|
#: ../lib/hammer_cli/shell.rb:10
|
374
384
|
msgid "Print help for commands"
|
375
385
|
msgstr ""
|
Binary file
|
@@ -9,9 +9,9 @@ msgid ""
|
|
9
9
|
msgstr ""
|
10
10
|
"Project-Id-Version: Foreman\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
|
-
"POT-Creation-Date:
|
13
|
-
"PO-Revision-Date: 2016-
|
14
|
-
"Last-Translator:
|
12
|
+
"POT-Creation-Date: 2016-06-14 23:26+0200\n"
|
13
|
+
"PO-Revision-Date: 2016-07-29 14:35+0000\n"
|
14
|
+
"Last-Translator: Lukáš Zapletal\n"
|
15
15
|
"Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -55,11 +55,11 @@ msgstr "Comando '%<name>s' non trovato"
|
|
55
55
|
msgid "no value provided"
|
56
56
|
msgstr "nessun valore fornito"
|
57
57
|
|
58
|
-
#: ../lib/hammer_cli/defaults.rb:
|
58
|
+
#: ../lib/hammer_cli/defaults.rb:77
|
59
59
|
msgid "Couldn't create %s please create the path before defaults are enabled."
|
60
60
|
msgstr ""
|
61
61
|
|
62
|
-
#: ../lib/hammer_cli/defaults.rb:
|
62
|
+
#: ../lib/hammer_cli/defaults.rb:101
|
63
63
|
msgid "Defaults management"
|
64
64
|
msgstr ""
|
65
65
|
|
@@ -267,59 +267,60 @@ msgstr "Attenzione: Si è verificato un errore durante il caricamento del modulo
|
|
267
267
|
msgid "Error: Some of the required modules are disabled in configuration: %s "
|
268
268
|
msgstr "Errore: Alcuni dei moduli necessari sono disabilitati nella configurazione: %s "
|
269
269
|
|
270
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
270
|
+
#: ../lib/hammer_cli/options/normalizers.rb:29
|
271
271
|
msgid "Comma-separated list of key=value."
|
272
272
|
msgstr "Elenco separato da virgole di key=value."
|
273
273
|
|
274
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
275
|
-
msgid "
|
276
|
-
|
274
|
+
#: ../lib/hammer_cli/options/normalizers.rb:43
|
275
|
+
msgid ""
|
276
|
+
"value must be defined as a comma-separated list of key=value or valid JSON"
|
277
|
+
msgstr ""
|
277
278
|
|
278
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
279
|
+
#: ../lib/hammer_cli/options/normalizers.rb:85
|
279
280
|
msgid "Comma separated list of values."
|
280
281
|
msgstr "Elenco di valori separati da virgole"
|
281
282
|
|
282
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
283
|
+
#: ../lib/hammer_cli/options/normalizers.rb:100
|
283
284
|
msgid "numeric value is required"
|
284
285
|
msgstr ""
|
285
286
|
|
286
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
287
|
+
#: ../lib/hammer_cli/options/normalizers.rb:114
|
287
288
|
msgid "One of true/false, yes/no, 1/0."
|
288
289
|
msgstr "Uno di vero/falso, si/no, 1/0."
|
289
290
|
|
290
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
291
|
+
#: ../lib/hammer_cli/options/normalizers.rb:124
|
291
292
|
msgid "value must be one of true/false, yes/no, 1/0"
|
292
293
|
msgstr "il valore deve essere uno tra vero/falso, si/no, 1/0"
|
293
294
|
|
294
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
295
|
+
#: ../lib/hammer_cli/options/normalizers.rb:163
|
295
296
|
msgid "Unable to parse JSON input"
|
296
297
|
msgstr "Impossibile analizzare l'input JSON"
|
297
298
|
|
298
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
299
|
+
#: ../lib/hammer_cli/options/normalizers.rb:177
|
299
300
|
msgid "Possible value(s): %s"
|
300
301
|
msgstr ""
|
301
302
|
|
302
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
303
|
+
#: ../lib/hammer_cli/options/normalizers.rb:185
|
303
304
|
msgid "value must be %s"
|
304
305
|
msgstr "il valore deve essere uno di '%s'"
|
305
306
|
|
306
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
307
|
+
#: ../lib/hammer_cli/options/normalizers.rb:187
|
307
308
|
msgid "value must be one of %s"
|
308
309
|
msgstr "il valore deve essere uno di '%s'"
|
309
310
|
|
310
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
311
|
+
#: ../lib/hammer_cli/options/normalizers.rb:208
|
311
312
|
msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
|
312
313
|
msgstr "Data e ora con un formato ANNO-MESE-GIORNO ORA:MINUTI:SECONDI o ISO 8601"
|
313
314
|
|
314
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
315
|
+
#: ../lib/hammer_cli/options/normalizers.rb:215
|
315
316
|
msgid "'%s' is not a valid date"
|
316
317
|
msgstr "'%s' non è una data valida"
|
317
318
|
|
318
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
319
|
+
#: ../lib/hammer_cli/options/normalizers.rb:226
|
319
320
|
msgid "Any combination (comma separated list) of '%s'"
|
320
321
|
msgstr "Qualsiasi combinazione (elenco separato da virgole) di '%s'"
|
321
322
|
|
322
|
-
#: ../lib/hammer_cli/options/normalizers.rb:
|
323
|
+
#: ../lib/hammer_cli/options/normalizers.rb:246
|
323
324
|
msgid "value must be a combination of '%s'"
|
324
325
|
msgstr "il valore deve essere una combinazione di '%s'"
|
325
326
|
|
@@ -339,26 +340,32 @@ msgstr "Predefinito: "
|
|
339
340
|
msgid ", or "
|
340
341
|
msgstr ", oppure "
|
341
342
|
|
342
|
-
#: ../lib/hammer_cli/output/adapter/csv.rb:
|
343
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:179
|
343
344
|
msgid "Message"
|
344
345
|
msgstr "Messaggio"
|
345
346
|
|
346
|
-
#: ../lib/hammer_cli/output/adapter/csv.rb:
|
347
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:183
|
347
348
|
msgid "Id"
|
348
349
|
msgstr "Id"
|
349
350
|
|
350
|
-
#: ../lib/hammer_cli/output/adapter/csv.rb:
|
351
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:188
|
351
352
|
msgid "Name"
|
352
353
|
msgstr "Nome"
|
353
354
|
|
354
|
-
#: ../lib/hammer_cli/output/
|
355
|
-
msgid "
|
356
|
-
|
355
|
+
#: ../lib/hammer_cli/output/adapter/table.rb:63
|
356
|
+
msgid ""
|
357
|
+
"\"Page #{collection.meta.page} of #{pages} (use --page and --per-page for "
|
358
|
+
"navigation)\""
|
359
|
+
msgstr ""
|
357
360
|
|
358
|
-
#: ../lib/hammer_cli/output/formatters.rb:
|
361
|
+
#: ../lib/hammer_cli/output/formatters.rb:160
|
359
362
|
msgid "no"
|
360
363
|
msgstr "no"
|
361
364
|
|
365
|
+
#: ../lib/hammer_cli/output/formatters.rb:160
|
366
|
+
msgid "yes"
|
367
|
+
msgstr "si"
|
368
|
+
|
362
369
|
#: ../lib/hammer_cli/settings.rb:27
|
363
370
|
msgid ""
|
364
371
|
"Warning: location hammer.modules.d is deprecated, move your module "
|
@@ -403,10 +410,26 @@ msgstr "Impossibile impostare contemporaneamente tutte le opzioni %s"
|
|
403
410
|
msgid "Options %s are required"
|
404
411
|
msgstr "Le opzioni %s sono obbligatorie"
|
405
412
|
|
406
|
-
#: ../lib/hammer_cli/validator.rb:
|
413
|
+
#: ../lib/hammer_cli/validator.rb:77
|
414
|
+
msgid "You can't set option %s"
|
415
|
+
msgstr ""
|
416
|
+
|
417
|
+
#: ../lib/hammer_cli/validator.rb:78
|
418
|
+
msgid "Option %s is required"
|
419
|
+
msgstr ""
|
420
|
+
|
421
|
+
#: ../lib/hammer_cli/validator.rb:90
|
407
422
|
msgid "You can't set any of options %s"
|
408
423
|
msgstr "Impossibile impostare le opzioni %s"
|
409
424
|
|
410
|
-
#: ../lib/hammer_cli/validator.rb:
|
425
|
+
#: ../lib/hammer_cli/validator.rb:91
|
411
426
|
msgid "At least one of options %s is required"
|
412
427
|
msgstr "È necessario usare almeno una delle opzioni %s"
|
428
|
+
|
429
|
+
#: ../lib/hammer_cli/validator.rb:116
|
430
|
+
msgid "One of options %s is required"
|
431
|
+
msgstr ""
|
432
|
+
|
433
|
+
#: ../lib/hammer_cli/validator.rb:120
|
434
|
+
msgid "Only one of options %s can be set"
|
435
|
+
msgstr ""
|
data/locale/it/hammer-cli.po
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
# fvalen <fvalen@redhat.com>, 2015. #zanata
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: hammer-cli 0.
|
11
|
+
"Project-Id-Version: hammer-cli 0.8.0\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2015-04-28 01:00+0000\n"
|
14
14
|
"Last-Translator: fvalen <fvalen@redhat.com>\n"
|
@@ -48,7 +48,7 @@ msgstr "Comando '%<name>s' non trovato"
|
|
48
48
|
msgid "no value provided"
|
49
49
|
msgstr "nessun valore fornito"
|
50
50
|
|
51
|
-
msgid "Couldn't create %s
|
51
|
+
msgid "Couldn't create %s. Please create the directory before setting defaults."
|
52
52
|
msgstr ""
|
53
53
|
|
54
54
|
msgid "Defaults management"
|
@@ -104,8 +104,8 @@ msgid "Added %{key_val} default-option with value %{val_val}."
|
|
104
104
|
msgstr ""
|
105
105
|
|
106
106
|
msgid ""
|
107
|
-
"
|
108
|
-
"
|
107
|
+
"Provider %{name} was not found. See `hammer defaults providers` for available "
|
108
|
+
"providers."
|
109
109
|
msgstr ""
|
110
110
|
|
111
111
|
msgid ""
|
@@ -116,7 +116,7 @@ msgstr ""
|
|
116
116
|
msgid "%{param} was deleted successfully."
|
117
117
|
msgstr ""
|
118
118
|
|
119
|
-
msgid "You must specify value or a provider name,
|
119
|
+
msgid "You must specify value or a provider name, can't specify both."
|
120
120
|
msgstr ""
|
121
121
|
|
122
122
|
msgid "Couldn't find the requested param in %s."
|
@@ -265,6 +265,12 @@ msgstr "il valore deve essere una combinazione di '%s'"
|
|
265
265
|
msgid "Warning: Option %{option} is deprecated. %{message}"
|
266
266
|
msgstr ""
|
267
267
|
|
268
|
+
msgid "Deprecated: %{deprecated_msg}"
|
269
|
+
msgstr ""
|
270
|
+
|
271
|
+
msgid "%{flag} is deprecated: %{deprecated_msg}"
|
272
|
+
msgstr ""
|
273
|
+
|
268
274
|
msgid "Can be specified multiple times. "
|
269
275
|
msgstr "Può essere specificato molteplici volte."
|
270
276
|
|
@@ -283,9 +289,7 @@ msgstr "Id"
|
|
283
289
|
msgid "Name"
|
284
290
|
msgstr "Nome"
|
285
291
|
|
286
|
-
msgid ""
|
287
|
-
"\"Page #{collection.meta.page} of #{pages} (use --page and --per-page for navig"
|
288
|
-
"ation)\""
|
292
|
+
msgid "Page %{page} of %{total} (use --page and --per-page for navigation)"
|
289
293
|
msgstr ""
|
290
294
|
|
291
295
|
msgid "no"
|
@@ -301,6 +305,9 @@ msgstr ""
|
|
301
305
|
"Attenzione: la posizione hammer.modules.d è stata deprecata, spostare le confi"
|
302
306
|
"gurazioni del modulo su cli.modules.d"
|
303
307
|
|
308
|
+
msgid "Warning: Couldn't load configuration file %{path}: %{message}"
|
309
|
+
msgstr ""
|
310
|
+
|
304
311
|
msgid "Print help for commands"
|
305
312
|
msgstr "Visualizza aiuto per i comandi"
|
306
313
|
|
Binary file
|