hammer_cli 0.4.0 → 0.5.1
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 +9 -0
- data/lib/hammer_cli/abstract.rb +14 -4
- data/lib/hammer_cli/context.rb +13 -0
- data/lib/hammer_cli/defaults.rb +83 -0
- data/lib/hammer_cli/defaults_commands.rb +160 -0
- data/lib/hammer_cli/options/option_definition.rb +3 -3
- data/lib/hammer_cli/output/adapter/json.rb +13 -0
- data/lib/hammer_cli/output/adapter/yaml.rb +13 -0
- data/lib/hammer_cli/settings.rb +1 -0
- data/lib/hammer_cli/version.rb +1 -1
- data/lib/hammer_cli.rb +2 -0
- data/locale/de/hammer-cli.edit.po +251 -139
- data/locale/de/hammer-cli.po +81 -7
- data/locale/en/hammer-cli.edit.po +95 -7
- data/locale/en/hammer-cli.po +79 -5
- data/locale/en_GB/hammer-cli.edit.po +248 -136
- data/locale/en_GB/hammer-cli.po +81 -7
- data/locale/es/hammer-cli.edit.po +250 -138
- data/locale/es/hammer-cli.po +81 -7
- data/locale/fr/hammer-cli.edit.po +250 -138
- data/locale/fr/hammer-cli.po +81 -7
- data/locale/hammer-cli.pot +104 -8
- data/locale/it/hammer-cli.edit.po +249 -137
- data/locale/it/hammer-cli.po +81 -7
- data/locale/ja/hammer-cli.edit.po +248 -136
- data/locale/ja/hammer-cli.po +81 -7
- data/locale/ko/hammer-cli.edit.po +248 -136
- data/locale/ko/hammer-cli.po +81 -7
- data/locale/pt_BR/hammer-cli.edit.po +250 -137
- data/locale/pt_BR/hammer-cli.po +81 -7
- data/locale/ru/hammer-cli.edit.po +249 -137
- data/locale/ru/hammer-cli.po +81 -7
- data/locale/zh_CN/hammer-cli.edit.po +248 -136
- data/locale/zh_CN/hammer-cli.po +82 -8
- data/locale/zh_TW/hammer-cli.edit.po +248 -136
- data/locale/zh_TW/hammer-cli.po +81 -7
- data/test/functional/defaults_test.rb +177 -0
- data/test/reports/TEST-Fields-ContainerField-display-.xml +1 -1
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml +5 -5
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml +5 -5
- data/test/reports/TEST-Fields-ContainerField.xml +1 -1
- data/test/reports/TEST-Fields-Field-display-.xml +1 -1
- data/test/reports/TEST-Fields-Field-display-blank-is-allowed.xml +3 -3
- data/test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml +3 -3
- data/test/reports/TEST-Fields-Field-hide-blank-.xml +3 -3
- data/test/reports/TEST-Fields-Field-parameters.xml +2 -2
- data/test/reports/TEST-Fields-Field.xml +4 -4
- data/test/reports/TEST-Fields-Label-display-.xml +7 -0
- data/test/reports/TEST-Fields-Label-display-blank-is-allowed.xml +15 -0
- data/test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml +15 -0
- data/test/reports/TEST-Fields-Label.xml +7 -0
- data/test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml +5 -5
- data/test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml +4 -4
- data/test/reports/TEST-HammerCLI-AbstractCommand-logging.xml +10 -8
- data/test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-output.xml +7 -7
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml +4 -4
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml +1 -1
- data/test/reports/TEST-HammerCLI-AbstractCommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-Command-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml +11 -0
- data/test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml +2 -2
- data/test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml +7 -7
- data/test/reports/TEST-HammerCLI-Apipie-Command.xml +2 -2
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml +4 -4
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml +5 -5
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml +8 -2
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml +9 -0
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml +5 -5
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml +1 -1
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml +13 -0
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml +7 -0
- data/test/reports/TEST-HammerCLI-Completer-command-completion.xml +12 -12
- data/test/reports/TEST-HammerCLI-Completer-option-value-completion.xml +6 -6
- data/test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml +7 -7
- data/test/reports/TEST-HammerCLI-Completer.xml +1 -1
- data/test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml +10 -10
- data/test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml +12 -12
- data/test/reports/TEST-HammerCLI-CompleterLine.xml +1 -1
- data/test/reports/TEST-HammerCLI-CompleterWord-complete-.xml +9 -9
- data/test/reports/TEST-HammerCLI-CompleterWord-quote.xml +5 -5
- data/test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml +4 -4
- data/test/reports/TEST-HammerCLI-CompleterWord.xml +1 -1
- data/test/reports/TEST-HammerCLI-Connection.xml +8 -8
- data/test/reports/TEST-HammerCLI-Defaults.xml +19 -0
- data/test/reports/TEST-HammerCLI-ExceptionHandler.xml +8 -8
- data/test/reports/TEST-HammerCLI-I18n.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml +2 -2
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context.xml +1 -1
- data/test/reports/TEST-HammerCLI-MainCommand.xml +1 -1
- data/test/reports/TEST-HammerCLI-Modules-find-by-name.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml +5 -5
- data/test/reports/TEST-HammerCLI-Modules-load-a-module.xml +1 -1
- data/test/reports/TEST-HammerCLI-Modules-load-all-modules.xml +4 -2
- data/test/reports/TEST-HammerCLI-Modules-names.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules.xml +1 -1
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml +5 -1
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +1 -5
- data/test/reports/TEST-HammerCLI-Options-Matcher.xml +17 -0
- data/test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml +2 -2
- data/test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml +13 -13
- data/test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml +6 -6
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml +8 -8
- data/test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml +26 -6
- data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-number.xml +11 -0
- data/test/reports/TEST-HammerCLI-Options-Normalizers.xml +1 -1
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml +2 -2
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml +11 -0
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml +6 -6
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml +11 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml +9 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml +27 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml +11 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json.xml +7 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml +11 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml +7 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml +9 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml +27 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml +11 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml +7 -0
- data/test/reports/TEST-HammerCLI-Output-Definition-empty-.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Definition.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Dsl-collection.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Dsl-fields.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Dsl-label.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-FieldFilter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Output-adapters.xml +6 -6
- data/test/reports/TEST-HammerCLI-Output-Output-data.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Output-formatters.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Output-messages.xml +7 -7
- data/test/reports/TEST-HammerCLI-Output-Output.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-RecordCollection.xml +4 -4
- data/test/reports/TEST-HammerCLI-Settings-load-from-paths.xml +5 -5
- data/test/reports/TEST-HammerCLI-Settings.xml +10 -10
- data/test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml +3 -3
- data/test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml +5 -5
- data/test/reports/TEST-HammerCLI-ShellHistory.xml +1 -1
- data/test/reports/TEST-HammerCLI-constant-path.xml +15 -0
- data/test/reports/{TEST-String-interactive-.xml → TEST-HammerCLI-interactive-.xml} +4 -4
- data/test/reports/TEST-HammerCLI.xml +7 -0
- data/test/reports/TEST-Logging-LogEvent-filtering.xml +9 -0
- data/test/reports/TEST-Logging-LogEvent.xml +7 -0
- data/test/reports/TEST-MiniTest-Spec.xml +1 -1
- data/test/reports/TEST-String-camelize.xml +3 -3
- data/test/reports/TEST-String-constantize.xml +15 -0
- data/test/reports/TEST-String-formatting.xml +6 -6
- data/test/reports/TEST-String-indent.xml +3 -3
- data/test/reports/TEST-String-underscore.xml +13 -0
- data/test/reports/TEST-String.xml +1 -1
- data/test/reports/TEST-commands-defaults-add.xml +21 -0
- data/test/reports/TEST-commands-defaults-delete.xml +11 -0
- data/test/reports/TEST-commands-defaults-list.xml +11 -0
- data/test/reports/TEST-commands-defaults-providers.xml +11 -0
- data/test/reports/TEST-commands.xml +7 -0
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml +1 -1
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml +1 -1
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml +2 -2
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml +1 -1
- data/test/reports/TEST-constraints.xml +1 -1
- data/test/unit/apipie/command_test.rb +1 -0
- data/test/unit/defaults_test.rb +45 -0
- data/test/unit/fixtures/defaults/defaults.yml +6 -0
- data/test/unit/output/adapter/json_test.rb +30 -0
- data/test/unit/output/adapter/yaml_test.rb +28 -0
- metadata +258 -186
@@ -3,16 +3,16 @@
|
|
3
3
|
# This file is distributed under the same license as the hammer-cli package.
|
4
4
|
#
|
5
5
|
# Translators:
|
6
|
-
# Claer <transiblu@claer.hammock.fr>, 2014
|
7
|
-
# Dominic Cleal <
|
6
|
+
# Claer <transiblu@claer.hammock.fr>, 2014-2015
|
7
|
+
# Dominic Cleal <dominic@cleal.org>, 2014
|
8
8
|
# Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014
|
9
9
|
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: 2015-
|
15
|
-
"Last-Translator:
|
13
|
+
"POT-Creation-Date: 2015-12-08 08:56+0000\n"
|
14
|
+
"PO-Revision-Date: 2015-12-11 09:09+0000\n"
|
15
|
+
"Last-Translator: Lukáš Zapletal\n"
|
16
16
|
"Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
|
17
17
|
"MIME-Version: 1.0\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -20,282 +20,394 @@ msgstr ""
|
|
20
20
|
"Language: fr\n"
|
21
21
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
22
22
|
|
23
|
-
#: lib/hammer_cli/clamp.rb:5
|
23
|
+
#: ../lib/hammer_cli/clamp.rb:5
|
24
24
|
msgid "too many arguments"
|
25
25
|
msgstr "trop d'arguments"
|
26
26
|
|
27
|
-
#: lib/hammer_cli/clamp.rb:6
|
27
|
+
#: ../lib/hammer_cli/clamp.rb:6
|
28
28
|
msgid "option '%<option>s' is required"
|
29
29
|
msgstr "l'option '%<option>s' est requise"
|
30
30
|
|
31
|
-
#: lib/hammer_cli/clamp.rb:7
|
31
|
+
#: ../lib/hammer_cli/clamp.rb:7
|
32
32
|
msgid "option '%<option>s' (or env %<env>s) is required"
|
33
33
|
msgstr "L'option '%<option>s' (ou env %<env>s) est requise"
|
34
34
|
|
35
|
-
#: lib/hammer_cli/clamp.rb:8
|
35
|
+
#: ../lib/hammer_cli/clamp.rb:8
|
36
36
|
msgid "option '%<switch>s': %<message>s"
|
37
37
|
msgstr "L'option '%<switch>s': %<message>s"
|
38
38
|
|
39
|
-
#: lib/hammer_cli/clamp.rb:9
|
39
|
+
#: ../lib/hammer_cli/clamp.rb:9
|
40
40
|
msgid "parameter '%<param>s': %<message>s"
|
41
41
|
msgstr "Paramètre '%<param>s': %<message>s"
|
42
42
|
|
43
|
-
#: lib/hammer_cli/clamp.rb:10
|
43
|
+
#: ../lib/hammer_cli/clamp.rb:10
|
44
44
|
msgid "%<env>s: %<message>s"
|
45
45
|
msgstr "%<env>s: %<message>s"
|
46
46
|
|
47
|
-
#: lib/hammer_cli/clamp.rb:11
|
47
|
+
#: ../lib/hammer_cli/clamp.rb:11
|
48
48
|
msgid "Unrecognised option '%<switch>s'"
|
49
49
|
msgstr "Option inconnue '%<switch>s'"
|
50
50
|
|
51
|
-
#: lib/hammer_cli/clamp.rb:12
|
51
|
+
#: ../lib/hammer_cli/clamp.rb:12
|
52
52
|
msgid "No such sub-command '%<name>s'"
|
53
53
|
msgstr "Sous commande inconnue '%<name>s'"
|
54
54
|
|
55
|
-
#: lib/hammer_cli/clamp.rb:13
|
55
|
+
#: ../lib/hammer_cli/clamp.rb:13
|
56
56
|
msgid "no value provided"
|
57
57
|
msgstr "Aucune valeur fournit"
|
58
58
|
|
59
|
-
#: lib/hammer_cli/
|
60
|
-
msgid "
|
61
|
-
msgstr "
|
59
|
+
#: ../lib/hammer_cli/defaults.rb:72
|
60
|
+
msgid "Couldn't create %s please create the path before defaults are enabled."
|
61
|
+
msgstr ""
|
62
62
|
|
63
|
-
#: lib/hammer_cli/
|
64
|
-
msgid "
|
65
|
-
msgstr "
|
63
|
+
#: ../lib/hammer_cli/defaults.rb:82
|
64
|
+
msgid "Defaults management"
|
65
|
+
msgstr ""
|
66
66
|
|
67
|
-
#: lib/hammer_cli/
|
68
|
-
msgid "
|
69
|
-
msgstr "
|
67
|
+
#: ../lib/hammer_cli/defaults_commands.rb:25
|
68
|
+
msgid "List all the providers"
|
69
|
+
msgstr ""
|
70
70
|
|
71
|
-
#: lib/hammer_cli/
|
72
|
-
msgid "
|
73
|
-
msgstr "
|
71
|
+
#: ../lib/hammer_cli/defaults_commands.rb:37
|
72
|
+
msgid "Provider"
|
73
|
+
msgstr ""
|
74
74
|
|
75
|
-
#: lib/hammer_cli/
|
76
|
-
msgid "
|
77
|
-
msgstr "
|
75
|
+
#: ../lib/hammer_cli/defaults_commands.rb:38
|
76
|
+
msgid "Supported defaults"
|
77
|
+
msgstr ""
|
78
78
|
|
79
|
-
#: lib/hammer_cli/
|
80
|
-
msgid "
|
81
|
-
msgstr "
|
79
|
+
#: ../lib/hammer_cli/defaults_commands.rb:39
|
80
|
+
msgid "Description"
|
81
|
+
msgstr ""
|
82
82
|
|
83
|
-
#: lib/hammer_cli/
|
84
|
-
msgid "
|
85
|
-
msgstr "
|
83
|
+
#: ../lib/hammer_cli/defaults_commands.rb:56
|
84
|
+
msgid "List all the default parameters"
|
85
|
+
msgstr ""
|
86
86
|
|
87
|
-
#: lib/hammer_cli/
|
88
|
-
msgid "
|
89
|
-
msgstr "
|
87
|
+
#: ../lib/hammer_cli/defaults_commands.rb:67
|
88
|
+
msgid "Parameter"
|
89
|
+
msgstr ""
|
90
90
|
|
91
|
-
#: lib/hammer_cli/
|
92
|
-
msgid "
|
93
|
-
msgstr "
|
91
|
+
#: ../lib/hammer_cli/defaults_commands.rb:68
|
92
|
+
msgid "Value"
|
93
|
+
msgstr ""
|
94
94
|
|
95
|
-
#: lib/hammer_cli/
|
96
|
-
msgid "
|
97
|
-
msgstr "
|
95
|
+
#: ../lib/hammer_cli/defaults_commands.rb:86
|
96
|
+
msgid "Delete a default param"
|
97
|
+
msgstr ""
|
98
98
|
|
99
|
-
#: lib/hammer_cli/
|
100
|
-
msgid "
|
101
|
-
msgstr "
|
99
|
+
#: ../lib/hammer_cli/defaults_commands.rb:87
|
100
|
+
msgid "The name of the default option"
|
101
|
+
msgstr ""
|
102
102
|
|
103
|
-
#: lib/hammer_cli/
|
104
|
-
msgid "
|
105
|
-
msgstr "
|
103
|
+
#: ../lib/hammer_cli/defaults_commands.rb:103
|
104
|
+
msgid "Add a default parameter to config"
|
105
|
+
msgstr ""
|
106
106
|
|
107
|
-
#: lib/hammer_cli/
|
108
|
-
msgid "
|
109
|
-
msgstr "
|
107
|
+
#: ../lib/hammer_cli/defaults_commands.rb:104
|
108
|
+
msgid "The name of the default option (e.g. organization_id)."
|
109
|
+
msgstr ""
|
110
110
|
|
111
|
-
#: lib/hammer_cli/
|
112
|
-
msgid "
|
113
|
-
msgstr "
|
111
|
+
#: ../lib/hammer_cli/defaults_commands.rb:105
|
112
|
+
msgid "The value for the default option"
|
113
|
+
msgstr ""
|
114
114
|
|
115
|
-
#: lib/hammer_cli/
|
116
|
-
msgid "
|
117
|
-
|
115
|
+
#: ../lib/hammer_cli/defaults_commands.rb:106
|
116
|
+
msgid ""
|
117
|
+
"The name of the provider providing the value. For list available providers "
|
118
|
+
"see `hammer defaults providers`."
|
119
|
+
msgstr ""
|
120
|
+
|
121
|
+
#: ../lib/hammer_cli/defaults_commands.rb:134
|
122
|
+
msgid ""
|
123
|
+
"Added %{key_val} default-option with value that will be generated from the "
|
124
|
+
"server."
|
125
|
+
msgstr ""
|
126
|
+
|
127
|
+
#: ../lib/hammer_cli/defaults_commands.rb:135
|
128
|
+
msgid "Added %{key_val} default-option with value %{val_val}."
|
129
|
+
msgstr ""
|
130
|
+
|
131
|
+
#: ../lib/hammer_cli/defaults_commands.rb:139
|
132
|
+
msgid ""
|
133
|
+
"\"Provider #{namespace} was not found. See `hammer defaults providers` for "
|
134
|
+
"available providers.\""
|
135
|
+
msgstr ""
|
136
|
+
|
137
|
+
#: ../lib/hammer_cli/defaults_commands.rb:143
|
138
|
+
msgid ""
|
139
|
+
"The param name is not supported by provider. See `hammer defaults providers`"
|
140
|
+
" for supported params."
|
141
|
+
msgstr ""
|
142
|
+
|
143
|
+
#: ../lib/hammer_cli/defaults_commands.rb:147
|
144
|
+
msgid "%{param} was deleted successfully."
|
145
|
+
msgstr ""
|
146
|
+
|
147
|
+
#: ../lib/hammer_cli/defaults_commands.rb:151
|
148
|
+
msgid "You must specify value or a provider name, cant specify both."
|
149
|
+
msgstr ""
|
150
|
+
|
151
|
+
#: ../lib/hammer_cli/defaults_commands.rb:155
|
152
|
+
msgid "Couldn't find the requested param in %s."
|
153
|
+
msgstr ""
|
154
|
+
|
155
|
+
#: ../lib/hammer_cli/exception_handler.rb:62
|
156
|
+
msgid "Error: %s"
|
157
|
+
msgstr "Erreur : %s"
|
158
|
+
|
159
|
+
#: ../lib/hammer_cli/exception_handler.rb:68
|
160
|
+
msgid "Error: %{message}"
|
161
|
+
msgstr "Erreur : %{message}"
|
162
|
+
|
163
|
+
#: ../lib/hammer_cli/exception_handler.rb:69
|
164
|
+
msgid "See: '%{path} --help'"
|
165
|
+
msgstr "Voir : '%{path} --help'"
|
166
|
+
|
167
|
+
#: ../lib/hammer_cli/exception_handler.rb:86
|
168
|
+
msgid "Invalid username or password"
|
169
|
+
msgstr "Utilisateur ou mot de passe incorrect"
|
170
|
+
|
171
|
+
#: ../lib/hammer_cli/exception_handler.rb:93
|
172
|
+
msgid "Could not load the API description from the server"
|
173
|
+
msgstr "Impossible de charger la description de l'API depuis le serveur"
|
174
|
+
|
175
|
+
#: ../lib/hammer_cli/exception_handler.rb:94
|
176
|
+
msgid "is the server down?"
|
177
|
+
msgstr "Le serveur est-il éteint ?"
|
118
178
|
|
119
|
-
#: lib/hammer_cli/
|
179
|
+
#: ../lib/hammer_cli/exception_handler.rb:95
|
180
|
+
msgid ""
|
181
|
+
"was '%s' run on the server when using apipie cache? (typical production "
|
182
|
+
"settings)"
|
183
|
+
msgstr "Est ce que '%s' était lancé pendant que le cache apipie était en cours d'utilisation ? (état normal pour un serveur de production)"
|
184
|
+
|
185
|
+
#: ../lib/hammer_cli/exception_handler.rb:101
|
186
|
+
msgid "Missing arguments for %s"
|
187
|
+
msgstr "Arguments manquants pour %s"
|
188
|
+
|
189
|
+
#: ../lib/hammer_cli/logger.rb:57
|
120
190
|
msgid "No permissions to create log dir %s"
|
121
191
|
msgstr "Permission refusée pour la création du répertoire de log %s "
|
122
192
|
|
123
|
-
#: lib/hammer_cli/logger.rb:
|
193
|
+
#: ../lib/hammer_cli/logger.rb:72
|
124
194
|
msgid "File %s not writeable, won't log anything to the file!"
|
125
195
|
msgstr "Fichier %s non disponible en écriture, aucun log ne sera ajouté au fichier !"
|
126
196
|
|
127
|
-
#: lib/hammer_cli/main.rb:7
|
197
|
+
#: ../lib/hammer_cli/main.rb:7
|
128
198
|
msgid "be verbose"
|
129
199
|
msgstr "être verbeux"
|
130
200
|
|
131
|
-
#: lib/hammer_cli/main.rb:8
|
201
|
+
#: ../lib/hammer_cli/main.rb:8
|
132
202
|
msgid "show debugging output "
|
133
203
|
msgstr "voir la sortie debug"
|
134
204
|
|
135
|
-
#: lib/hammer_cli/main.rb:9
|
205
|
+
#: ../lib/hammer_cli/main.rb:9
|
136
206
|
msgid "force reload of Apipie cache"
|
137
207
|
msgstr "Forcer le rechargement du cache Apipie"
|
138
208
|
|
139
|
-
#: lib/hammer_cli/main.rb:11
|
209
|
+
#: ../lib/hammer_cli/main.rb:11
|
140
210
|
msgid "path to custom config file"
|
141
211
|
msgstr "chemin du fichier de configuration spécifique"
|
142
212
|
|
143
|
-
#: lib/hammer_cli/main.rb:13
|
213
|
+
#: ../lib/hammer_cli/main.rb:13
|
144
214
|
msgid "username to access the remote system"
|
145
215
|
msgstr "nom d'utilisateur pour accéder au système distant"
|
146
216
|
|
147
|
-
#: lib/hammer_cli/main.rb:15
|
217
|
+
#: ../lib/hammer_cli/main.rb:15
|
148
218
|
msgid "password to access the remote system"
|
149
219
|
msgstr "mot de passe pour accéder au système distant"
|
150
220
|
|
151
|
-
#: lib/hammer_cli/main.rb:17
|
221
|
+
#: ../lib/hammer_cli/main.rb:17
|
152
222
|
msgid "remote system address"
|
153
223
|
msgstr "adresse du système distant"
|
154
224
|
|
155
|
-
#: lib/hammer_cli/main.rb:20
|
225
|
+
#: ../lib/hammer_cli/main.rb:20
|
156
226
|
msgid "show version"
|
157
227
|
msgstr "Voir la version"
|
158
228
|
|
159
|
-
#: lib/hammer_cli/main.rb:
|
229
|
+
#: ../lib/hammer_cli/main.rb:23
|
230
|
+
msgid "unknown version"
|
231
|
+
msgstr "version inconnue"
|
232
|
+
|
233
|
+
#: ../lib/hammer_cli/main.rb:29
|
160
234
|
msgid "Show ids of associated resources"
|
161
235
|
msgstr "Afficher les IDs liées aux ressources"
|
162
236
|
|
163
|
-
#: lib/hammer_cli/main.rb:31
|
237
|
+
#: ../lib/hammer_cli/main.rb:31
|
164
238
|
msgid "Explicitly turn interactive mode on/off"
|
165
239
|
msgstr "Désactiver explicitement le mode interactif"
|
166
240
|
|
167
|
-
#: lib/hammer_cli/main.rb:35
|
241
|
+
#: ../lib/hammer_cli/main.rb:35
|
168
242
|
msgid "Output as CSV (same as --output=csv)"
|
169
243
|
msgstr "Sortie de type CSV (idem --output=csv)"
|
170
244
|
|
171
|
-
#: lib/hammer_cli/main.rb:36
|
245
|
+
#: ../lib/hammer_cli/main.rb:36
|
172
246
|
msgid "Set output format. One of [%s]"
|
173
247
|
msgstr "Définir le format de sortie. Parmi [%s]"
|
174
248
|
|
175
|
-
#: lib/hammer_cli/main.rb:39
|
249
|
+
#: ../lib/hammer_cli/main.rb:39
|
176
250
|
msgid "Character to separate the values"
|
177
251
|
msgstr "Caractère de séparation des valeurs"
|
178
252
|
|
179
|
-
#: lib/hammer_cli/main.rb:43
|
253
|
+
#: ../lib/hammer_cli/main.rb:43
|
180
254
|
msgid "Get list of possible endings"
|
181
255
|
msgstr "Lister les fins possibles"
|
182
256
|
|
183
|
-
#: lib/hammer_cli/
|
184
|
-
msgid ""
|
185
|
-
"Warning: location hammer.modules.d is deprecated, move your module "
|
186
|
-
"configurations to cli.modules.d"
|
187
|
-
msgstr "Attention: l'emplacement hammer.modules.d est déprécié, déplacez vos configurations dans cli.modules.d"
|
188
|
-
|
189
|
-
#: lib/hammer_cli/modules.rb:12
|
257
|
+
#: ../lib/hammer_cli/modules.rb:12
|
190
258
|
msgid ""
|
191
259
|
"Legacy configuration of modules detected. Check section about configuration "
|
192
260
|
"in user manual"
|
193
261
|
msgstr "Ancienne configuration des modules détectée. Veuillez consulter la section configuration du manuel utilisateur"
|
194
262
|
|
195
|
-
#: lib/hammer_cli/modules.rb:60
|
263
|
+
#: ../lib/hammer_cli/modules.rb:60
|
196
264
|
msgid "Warning: An error occured while loading module %s"
|
197
265
|
msgstr "Attention: Une erreur est survenue lors du chargement du module %s"
|
198
266
|
|
199
|
-
#: lib/hammer_cli/modules.rb:87
|
267
|
+
#: ../lib/hammer_cli/modules.rb:87
|
200
268
|
msgid "Error: Some of the required modules are disabled in configuration: %s "
|
201
269
|
msgstr "Erreur : certains modules requis sont désactivés dans la configuration : %s "
|
202
270
|
|
203
|
-
#: lib/hammer_cli/
|
204
|
-
msgid "
|
205
|
-
msgstr "
|
271
|
+
#: ../lib/hammer_cli/options/normalizers.rb:26
|
272
|
+
msgid "Comma-separated list of key=value."
|
273
|
+
msgstr "Liste de clef=valeur séparées par des virgules."
|
206
274
|
|
207
|
-
#: lib/hammer_cli/
|
208
|
-
msgid "
|
209
|
-
msgstr "
|
275
|
+
#: ../lib/hammer_cli/options/normalizers.rb:39
|
276
|
+
msgid "value must be defined as a comma-separated list of key=value"
|
277
|
+
msgstr "la valeur doit être définie comme liste de clef=valeur séparées par des virgules"
|
210
278
|
|
211
|
-
#: lib/hammer_cli/
|
212
|
-
msgid "
|
213
|
-
msgstr "
|
279
|
+
#: ../lib/hammer_cli/options/normalizers.rb:73
|
280
|
+
msgid "Comma separated list of values."
|
281
|
+
msgstr "Liste de valeurs séparées par des virgules."
|
214
282
|
|
215
|
-
#: lib/hammer_cli/
|
216
|
-
msgid "
|
217
|
-
msgstr "
|
283
|
+
#: ../lib/hammer_cli/options/normalizers.rb:88
|
284
|
+
msgid "numeric value is required"
|
285
|
+
msgstr "une valeur numérique est requise"
|
218
286
|
|
219
|
-
#: lib/hammer_cli/
|
220
|
-
msgid "
|
221
|
-
msgstr "
|
287
|
+
#: ../lib/hammer_cli/options/normalizers.rb:102
|
288
|
+
msgid "One of true/false, yes/no, 1/0."
|
289
|
+
msgstr "Au choix parmi true/false, yes/no, 1/0."
|
222
290
|
|
223
|
-
#: lib/hammer_cli/
|
224
|
-
msgid "
|
225
|
-
msgstr "
|
291
|
+
#: ../lib/hammer_cli/options/normalizers.rb:112
|
292
|
+
msgid "value must be one of true/false, yes/no, 1/0"
|
293
|
+
msgstr "La valeur doit être un de ces choix : true/false, yes/no, 1/0"
|
226
294
|
|
227
|
-
#: lib/hammer_cli/
|
228
|
-
msgid ""
|
229
|
-
"
|
230
|
-
"settings)"
|
231
|
-
msgstr "Est ce que '%s' était lancé pendant que le cache apipie était en cours d'utilisation ? (état normal pour un serveur de production)"
|
295
|
+
#: ../lib/hammer_cli/options/normalizers.rb:151
|
296
|
+
msgid "Unable to parse JSON input"
|
297
|
+
msgstr "Impossible d'analyser l'entrée JSON"
|
232
298
|
|
233
|
-
#: lib/hammer_cli/
|
234
|
-
msgid "
|
235
|
-
msgstr "
|
299
|
+
#: ../lib/hammer_cli/options/normalizers.rb:165
|
300
|
+
msgid "Possible value(s): %s"
|
301
|
+
msgstr "Valeur(s) possible(s) : %s"
|
236
302
|
|
237
|
-
#: lib/hammer_cli/
|
238
|
-
msgid "
|
239
|
-
msgstr "
|
303
|
+
#: ../lib/hammer_cli/options/normalizers.rb:173
|
304
|
+
msgid "value must be %s"
|
305
|
+
msgstr "la valeur doit être %s"
|
240
306
|
|
241
|
-
#: lib/hammer_cli/
|
242
|
-
msgid "
|
243
|
-
msgstr "
|
307
|
+
#: ../lib/hammer_cli/options/normalizers.rb:175
|
308
|
+
msgid "value must be one of %s"
|
309
|
+
msgstr "la valeur doit être une des valeurs suivantes %s"
|
244
310
|
|
245
|
-
#: lib/hammer_cli/
|
246
|
-
msgid "
|
247
|
-
msgstr "
|
311
|
+
#: ../lib/hammer_cli/options/normalizers.rb:196
|
312
|
+
msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
|
313
|
+
msgstr "Date et heure suivant YYYY-MM-DD HH:MM:SS ou format ISO 8601"
|
248
314
|
|
249
|
-
#: lib/hammer_cli/
|
250
|
-
msgid "
|
251
|
-
msgstr "
|
315
|
+
#: ../lib/hammer_cli/options/normalizers.rb:203
|
316
|
+
msgid "'%s' is not a valid date"
|
317
|
+
msgstr "'%s' n'est pas une date valide"
|
252
318
|
|
253
|
-
#: lib/hammer_cli/
|
254
|
-
msgid "
|
255
|
-
msgstr "
|
319
|
+
#: ../lib/hammer_cli/options/normalizers.rb:214
|
320
|
+
msgid "Any combination (comma separated list) of '%s'"
|
321
|
+
msgstr "Toute combinaison (liste séparée par des virgules) de '%s'"
|
322
|
+
|
323
|
+
#: ../lib/hammer_cli/options/normalizers.rb:234
|
324
|
+
msgid "value must be a combination of '%s'"
|
325
|
+
msgstr "la valeur doit être une combinaison de '%s'"
|
326
|
+
|
327
|
+
#: ../lib/hammer_cli/options/option_definition.rb:56
|
328
|
+
msgid "Warning: Option %{option} is deprecated. %{message}"
|
329
|
+
msgstr ""
|
330
|
+
|
331
|
+
#: ../lib/hammer_cli/options/option_definition.rb:80
|
332
|
+
msgid "Can be specified multiple times. "
|
333
|
+
msgstr "Peut être spécifié plusieurs fois."
|
334
|
+
|
335
|
+
#: ../lib/hammer_cli/options/option_definition.rb:81
|
336
|
+
msgid "Default: "
|
337
|
+
msgstr "Défaut : "
|
256
338
|
|
257
|
-
#: lib/hammer_cli/
|
339
|
+
#: ../lib/hammer_cli/options/option_definition.rb:81
|
340
|
+
msgid ", or "
|
341
|
+
msgstr ", ou "
|
342
|
+
|
343
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:174
|
258
344
|
msgid "Message"
|
259
345
|
msgstr "Message"
|
260
346
|
|
261
|
-
#: lib/hammer_cli/output/adapter/csv.rb:178
|
347
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:178
|
262
348
|
msgid "Id"
|
263
349
|
msgstr "Id"
|
264
350
|
|
265
|
-
#: lib/hammer_cli/output/adapter/csv.rb:183
|
351
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:183
|
266
352
|
msgid "Name"
|
267
353
|
msgstr "Nom"
|
268
354
|
|
269
|
-
#: lib/hammer_cli/output/formatters.rb:154
|
355
|
+
#: ../lib/hammer_cli/output/formatters.rb:154
|
356
|
+
msgid "yes"
|
357
|
+
msgstr "oui"
|
358
|
+
|
359
|
+
#: ../lib/hammer_cli/output/formatters.rb:154
|
270
360
|
msgid "no"
|
271
361
|
msgstr "non"
|
272
362
|
|
273
|
-
#: lib/hammer_cli/
|
274
|
-
msgid "
|
275
|
-
|
363
|
+
#: ../lib/hammer_cli/settings.rb:27
|
364
|
+
msgid ""
|
365
|
+
"Warning: location hammer.modules.d is deprecated, move your module "
|
366
|
+
"configurations to cli.modules.d"
|
367
|
+
msgstr "Attention: l'emplacement hammer.modules.d est déprécié, déplacez vos configurations dans cli.modules.d"
|
276
368
|
|
277
|
-
#: lib/hammer_cli/shell.rb:10
|
369
|
+
#: ../lib/hammer_cli/shell.rb:10
|
278
370
|
msgid "Print help for commands"
|
279
371
|
msgstr "Afficher l'aide des commandes"
|
280
372
|
|
281
|
-
#: lib/hammer_cli/shell.rb:22
|
373
|
+
#: ../lib/hammer_cli/shell.rb:22
|
282
374
|
msgid "Exit interactive shell"
|
283
375
|
msgstr "Quitter le shell interactif"
|
284
376
|
|
285
|
-
#: lib/hammer_cli/shell.rb:116
|
377
|
+
#: ../lib/hammer_cli/shell.rb:116
|
286
378
|
msgid "Welcome to the hammer interactive shell"
|
287
379
|
msgstr "Bienvenue sur le shell interactif d'Hammer"
|
288
380
|
|
289
|
-
#: lib/hammer_cli/shell.rb:117
|
381
|
+
#: ../lib/hammer_cli/shell.rb:117
|
290
382
|
msgid "Type 'help' for usage information"
|
291
383
|
msgstr "Saisir 'help' pour des informations d'utilisation "
|
292
384
|
|
293
|
-
#: lib/hammer_cli/shell.rb:133
|
385
|
+
#: ../lib/hammer_cli/shell.rb:133
|
294
386
|
msgid "Interactive shell"
|
295
387
|
msgstr "Shell interactif"
|
296
388
|
|
297
|
-
#: lib/hammer_cli/subcommand.rb:56
|
389
|
+
#: ../lib/hammer_cli/subcommand.rb:56
|
298
390
|
msgid ""
|
299
391
|
"can't replace subcommand %<name>s (%<existing_class>s) with %<name>s "
|
300
392
|
"(%<new_class>s)"
|
301
393
|
msgstr "impossible de remplacer la sous-commande %<name>s (%<existing_class>s) par %<name>s (%<new_class>s)"
|
394
|
+
|
395
|
+
#: ../lib/hammer_cli/validator.rb:41
|
396
|
+
msgid "Unknown option name '%s'"
|
397
|
+
msgstr "Option nommée '%s' inconnue"
|
398
|
+
|
399
|
+
#: ../lib/hammer_cli/validator.rb:62
|
400
|
+
msgid "You can't set all options %s at one time"
|
401
|
+
msgstr "Vous ne pouvez pas définir toutes les options %s en même temps"
|
402
|
+
|
403
|
+
#: ../lib/hammer_cli/validator.rb:63
|
404
|
+
msgid "Options %s are required"
|
405
|
+
msgstr "Options %s requises"
|
406
|
+
|
407
|
+
#: ../lib/hammer_cli/validator.rb:79
|
408
|
+
msgid "You can't set any of options %s"
|
409
|
+
msgstr "Vous ne pouvez définir les options de %s"
|
410
|
+
|
411
|
+
#: ../lib/hammer_cli/validator.rb:80
|
412
|
+
msgid "At least one of options %s is required"
|
413
|
+
msgstr "Au moins une options de %s est requise"
|
data/locale/fr/hammer-cli.po
CHANGED
@@ -49,6 +49,80 @@ 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 please create the path before defaults are enabled."
|
53
|
+
msgstr ""
|
54
|
+
|
55
|
+
msgid "Defaults management"
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
msgid "List all the providers"
|
59
|
+
msgstr ""
|
60
|
+
|
61
|
+
msgid "Provider"
|
62
|
+
msgstr ""
|
63
|
+
|
64
|
+
msgid "Supported defaults"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
msgid "Description"
|
68
|
+
msgstr ""
|
69
|
+
|
70
|
+
msgid "List all the default parameters"
|
71
|
+
msgstr ""
|
72
|
+
|
73
|
+
msgid "Parameter"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
msgid "Value"
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
msgid "Delete a default param"
|
80
|
+
msgstr ""
|
81
|
+
|
82
|
+
msgid "The name of the default option"
|
83
|
+
msgstr ""
|
84
|
+
|
85
|
+
msgid "Add a default parameter to config"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
msgid "The name of the default option (e.g. organization_id)."
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
msgid "The value for the default option"
|
92
|
+
msgstr ""
|
93
|
+
|
94
|
+
msgid ""
|
95
|
+
"The name of the provider providing the value. For list available providers see"
|
96
|
+
" `hammer defaults providers`."
|
97
|
+
msgstr ""
|
98
|
+
|
99
|
+
msgid ""
|
100
|
+
"Added %{key_val} default-option with value that will be generated from the ser"
|
101
|
+
"ver."
|
102
|
+
msgstr ""
|
103
|
+
|
104
|
+
msgid "Added %{key_val} default-option with value %{val_val}."
|
105
|
+
msgstr ""
|
106
|
+
|
107
|
+
msgid ""
|
108
|
+
"\"Provider #{namespace} was not found. See `hammer defaults providers` for avai"
|
109
|
+
"lable providers.\""
|
110
|
+
msgstr ""
|
111
|
+
|
112
|
+
msgid ""
|
113
|
+
"The param name is not supported by provider. See `hammer defaults providers` f"
|
114
|
+
"or supported params."
|
115
|
+
msgstr ""
|
116
|
+
|
117
|
+
msgid "%{param} was deleted successfully."
|
118
|
+
msgstr ""
|
119
|
+
|
120
|
+
msgid "You must specify value or a provider name, cant specify both."
|
121
|
+
msgstr ""
|
122
|
+
|
123
|
+
msgid "Couldn't find the requested param in %s."
|
124
|
+
msgstr ""
|
125
|
+
|
52
126
|
msgid "Error: %s"
|
53
127
|
msgstr "Erreur : %s"
|
54
128
|
|
@@ -187,18 +261,18 @@ msgstr "Toute combinaison (liste séparée par des virgules) de '%s'"
|
|
187
261
|
msgid "value must be a combination of '%s'"
|
188
262
|
msgstr "la valeur doit être une combinaison de '%s'"
|
189
263
|
|
190
|
-
msgid "
|
264
|
+
msgid "Warning: Option %{option} is deprecated. %{message}"
|
191
265
|
msgstr ""
|
192
266
|
|
193
267
|
msgid "Can be specified multiple times. "
|
194
268
|
msgstr "Peut être spécifié plusieurs fois."
|
195
269
|
|
196
|
-
msgid ", or "
|
197
|
-
msgstr ", ou "
|
198
|
-
|
199
270
|
msgid "Default: "
|
200
271
|
msgstr "Défaut : "
|
201
272
|
|
273
|
+
msgid ", or "
|
274
|
+
msgstr ", ou "
|
275
|
+
|
202
276
|
msgid "Message"
|
203
277
|
msgstr "Message"
|
204
278
|
|
@@ -208,12 +282,12 @@ msgstr "Id"
|
|
208
282
|
msgid "Name"
|
209
283
|
msgstr "Nom"
|
210
284
|
|
211
|
-
msgid "no"
|
212
|
-
msgstr "non"
|
213
|
-
|
214
285
|
msgid "yes"
|
215
286
|
msgstr "oui"
|
216
287
|
|
288
|
+
msgid "no"
|
289
|
+
msgstr "non"
|
290
|
+
|
217
291
|
msgid ""
|
218
292
|
"Warning: location hammer.modules.d is deprecated, move your module configurati"
|
219
293
|
"ons to cli.modules.d"
|