hammer_cli 0.9.0 → 0.10.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/bin/hammer +22 -1
- data/config/cli_config.template.yml +20 -0
- data/doc/release_notes.md +7 -0
- data/lib/hammer_cli/abstract.rb +12 -15
- data/lib/hammer_cli/apipie/api_connection.rb +3 -1
- data/lib/hammer_cli/ca_cert_fetcher.rb +67 -0
- data/lib/hammer_cli/defaults.rb +18 -10
- data/lib/hammer_cli/exception_handler.rb +44 -5
- data/lib/hammer_cli/main.rb +8 -0
- data/lib/hammer_cli/options/option_collector.rb +22 -0
- data/lib/hammer_cli/options/sources/command_line.rb +18 -0
- data/lib/hammer_cli/options/sources/saved_defaults.rb +31 -0
- data/lib/hammer_cli/output/adapter/table.rb +66 -87
- data/lib/hammer_cli/output/fields.rb +1 -1
- data/lib/hammer_cli/ssloptions.rb +65 -0
- data/lib/hammer_cli/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/de/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/en/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/en_GB/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/es/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/fr/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/it/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ja/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ko/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ru/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/zh_CN/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/zh_TW/LC_MESSAGES/hammer-cli.mo +0 -0
- data/man/hammer.1.gz +0 -0
- data/test/unit/abstract_test.rb +34 -0
- data/test/unit/apipie/api_connection_test.rb +3 -2
- data/test/unit/defaults_test.rb +15 -5
- data/test/unit/fixtures/defaults/defaults.yml +2 -0
- data/test/unit/options/option_collector_test.rb +29 -0
- data/test/unit/options/sources/command_line_test.rb +36 -0
- data/test/unit/options/sources/saved_defaults_test.rb +59 -0
- data/test/unit/output/adapter/table_test.rb +0 -27
- data/test/unit/{options → output}/field_filter_test.rb +0 -0
- data/test/unit/output/fields_test.rb +9 -6
- data/test/unit/validator_test.rb +0 -6
- metadata +60 -382
- data/lib/hammer_cli/table_print/column.rb +0 -19
- data/lib/hammer_cli/table_print/formatter.rb +0 -18
- data/locale/Makefile +0 -57
- data/locale/README.md +0 -18
- data/locale/ca/hammer-cli.edit.po +0 -445
- data/locale/ca/hammer-cli.po +0 -361
- data/locale/ca/hammer-cli.po.time_stamp +0 -0
- data/locale/de/hammer-cli.edit.po +0 -451
- data/locale/de/hammer-cli.po +0 -379
- data/locale/de/hammer-cli.po.time_stamp +0 -0
- data/locale/en/hammer-cli.edit.po +0 -443
- data/locale/en/hammer-cli.po +0 -355
- data/locale/en/hammer-cli.po.time_stamp +0 -0
- data/locale/en_GB/hammer-cli.edit.po +0 -445
- data/locale/en_GB/hammer-cli.po +0 -371
- data/locale/en_GB/hammer-cli.po.time_stamp +0 -0
- data/locale/es/hammer-cli.edit.po +0 -448
- data/locale/es/hammer-cli.po +0 -377
- data/locale/es/hammer-cli.po.time_stamp +0 -0
- data/locale/fr/hammer-cli.edit.po +0 -447
- data/locale/fr/hammer-cli.po +0 -374
- data/locale/fr/hammer-cli.po.time_stamp +0 -0
- data/locale/hammer-cli.pot +0 -461
- data/locale/it/hammer-cli.edit.po +0 -446
- data/locale/it/hammer-cli.po +0 -377
- data/locale/it/hammer-cli.po.time_stamp +0 -0
- data/locale/ja/hammer-cli.edit.po +0 -445
- data/locale/ja/hammer-cli.po +0 -363
- data/locale/ja/hammer-cli.po.time_stamp +0 -0
- data/locale/ko/hammer-cli.edit.po +0 -445
- data/locale/ko/hammer-cli.po +0 -364
- data/locale/ko/hammer-cli.po.time_stamp +0 -0
- data/locale/pt_BR/hammer-cli.edit.po +0 -449
- data/locale/pt_BR/hammer-cli.po +0 -374
- data/locale/pt_BR/hammer-cli.po.time_stamp +0 -0
- data/locale/ru/hammer-cli.edit.po +0 -448
- data/locale/ru/hammer-cli.po +0 -374
- data/locale/ru/hammer-cli.po.time_stamp +0 -0
- data/locale/zanata.xml +0 -28
- data/locale/zh_CN/hammer-cli.edit.po +0 -445
- data/locale/zh_CN/hammer-cli.po +0 -367
- data/locale/zh_CN/hammer-cli.po.time_stamp +0 -0
- data/locale/zh_TW/hammer-cli.edit.po +0 -445
- data/locale/zh_TW/hammer-cli.po +0 -364
- data/locale/zh_TW/hammer-cli.po.time_stamp +0 -0
- data/test/reports/TEST-Fields-ContainerField-display-.xml +0 -7
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml +0 -15
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml +0 -15
- data/test/reports/TEST-Fields-ContainerField.xml +0 -7
- data/test/reports/TEST-Fields-Field-display-.xml +0 -7
- data/test/reports/TEST-Fields-Field-display-blank-is-allowed.xml +0 -11
- data/test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml +0 -11
- data/test/reports/TEST-Fields-Field-hide-blank-.xml +0 -11
- data/test/reports/TEST-Fields-Field-parameters.xml +0 -9
- data/test/reports/TEST-Fields-Field.xml +0 -13
- data/test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml +0 -15
- data/test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml +0 -13
- data/test/reports/TEST-HammerCLI-AbstractCommand-logging.xml +0 -21
- data/test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml +0 -11
- data/test/reports/TEST-HammerCLI-AbstractCommand-options.xml +0 -11
- data/test/reports/TEST-HammerCLI-AbstractCommand-output.xml +0 -19
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml +0 -11
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml +0 -13
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml +0 -11
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml +0 -7
- data/test/reports/TEST-HammerCLI-AbstractCommand.xml +0 -11
- data/test/reports/TEST-HammerCLI-Apipie-Command-options.xml +0 -11
- data/test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml +0 -9
- data/test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml +0 -19
- data/test/reports/TEST-HammerCLI-Apipie-Command.xml +0 -9
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml +0 -13
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml +0 -15
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml +0 -11
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml +0 -9
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml +0 -11
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml +0 -15
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml +0 -7
- data/test/reports/TEST-HammerCLI-Completer-command-completion.xml +0 -29
- data/test/reports/TEST-HammerCLI-Completer-option-value-completion.xml +0 -17
- data/test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml +0 -19
- data/test/reports/TEST-HammerCLI-Completer.xml +0 -7
- data/test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml +0 -25
- data/test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml +0 -29
- data/test/reports/TEST-HammerCLI-CompleterLine.xml +0 -7
- data/test/reports/TEST-HammerCLI-CompleterWord-complete-.xml +0 -23
- data/test/reports/TEST-HammerCLI-CompleterWord-quote.xml +0 -15
- data/test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml +0 -13
- data/test/reports/TEST-HammerCLI-CompleterWord.xml +0 -7
- data/test/reports/TEST-HammerCLI-Connection.xml +0 -21
- data/test/reports/TEST-HammerCLI-ExceptionHandler.xml +0 -21
- data/test/reports/TEST-HammerCLI-I18n.xml +0 -11
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml +0 -11
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml +0 -11
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml +0 -9
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context.xml +0 -7
- data/test/reports/TEST-HammerCLI-MainCommand.xml +0 -7
- data/test/reports/TEST-HammerCLI-Modules-find-by-name.xml +0 -13
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml +0 -13
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml +0 -13
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml +0 -15
- data/test/reports/TEST-HammerCLI-Modules-load-a-module.xml +0 -7
- data/test/reports/TEST-HammerCLI-Modules-load-all-modules.xml +0 -9
- data/test/reports/TEST-HammerCLI-Modules-names.xml +0 -13
- data/test/reports/TEST-HammerCLI-Modules.xml +0 -7
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml +0 -7
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +0 -11
- data/test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml +0 -9
- data/test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml +0 -31
- data/test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml +0 -17
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml +0 -15
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml +0 -21
- data/test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml +0 -15
- data/test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml +0 -17
- data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +0 -15
- data/test/reports/TEST-HammerCLI-Options-Normalizers.xml +0 -7
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml +0 -9
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml +0 -11
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition.xml +0 -7
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml +0 -15
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml +0 -15
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml +0 -17
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml +0 -27
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base.xml +0 -7
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml +0 -7
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml +0 -15
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table.xml +0 -7
- data/test/reports/TEST-HammerCLI-Output-Definition-empty-.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Definition.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Dsl-collection.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Dsl-fields.xml +0 -15
- data/test/reports/TEST-HammerCLI-Output-Dsl-label.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Dsl.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-FieldFilter.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml +0 -11
- data/test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml +0 -13
- data/test/reports/TEST-HammerCLI-Output-Output-adapters.xml +0 -17
- data/test/reports/TEST-HammerCLI-Output-Output-data.xml +0 -15
- data/test/reports/TEST-HammerCLI-Output-Output-formatters.xml +0 -9
- data/test/reports/TEST-HammerCLI-Output-Output-messages.xml +0 -19
- data/test/reports/TEST-HammerCLI-Output-Output.xml +0 -7
- data/test/reports/TEST-HammerCLI-Output-RecordCollection.xml +0 -13
- data/test/reports/TEST-HammerCLI-Settings-load-from-paths.xml +0 -15
- data/test/reports/TEST-HammerCLI-Settings.xml +0 -25
- data/test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml +0 -11
- data/test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml +0 -15
- data/test/reports/TEST-HammerCLI-ShellHistory.xml +0 -7
- data/test/reports/TEST-MiniTest-Spec.xml +0 -7
- data/test/reports/TEST-String-camelize.xml +0 -11
- data/test/reports/TEST-String-formatting.xml +0 -17
- data/test/reports/TEST-String-indent.xml +0 -11
- data/test/reports/TEST-String-interactive-.xml +0 -13
- data/test/reports/TEST-String.xml +0 -7
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml +0 -13
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml +0 -7
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml +0 -13
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml +0 -7
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml +0 -9
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml +0 -13
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml +0 -13
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml +0 -7
- data/test/reports/TEST-constraints.xml +0 -7
data/locale/es/hammer-cli.po
DELETED
|
@@ -1,377 +0,0 @@
|
|
|
1
|
-
# SOME DESCRIPTIVE TITLE.
|
|
2
|
-
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
|
-
# This file is distributed under the same license as the hammer-cli package.
|
|
4
|
-
#
|
|
5
|
-
# Translators:
|
|
6
|
-
# Dominic Cleal <dcleal@redhat.com>, 2014
|
|
7
|
-
# Sergio Ocón <sergio.ocon@redhat.com>, 2014
|
|
8
|
-
# gguerrer <gguerrer@redhat.com>, 2015. #zanata
|
|
9
|
-
msgid ""
|
|
10
|
-
msgstr ""
|
|
11
|
-
"Project-Id-Version: hammer-cli 0.9.0\n"
|
|
12
|
-
"Report-Msgid-Bugs-To: \n"
|
|
13
|
-
"PO-Revision-Date: 2015-04-27 06:26+0000\n"
|
|
14
|
-
"Last-Translator: gguerrer <gguerrer@redhat.com>\n"
|
|
15
|
-
"Language-Team: Spanish (http://www.transifex.com/projects/p/foreman/language/e"
|
|
16
|
-
"s/)\n"
|
|
17
|
-
"Language: es\n"
|
|
18
|
-
"MIME-Version: 1.0\n"
|
|
19
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
|
20
|
-
"Content-Transfer-Encoding: 8bit\n"
|
|
21
|
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
22
|
-
"X-Generator: Zanata 3.6.0\n"
|
|
23
|
-
|
|
24
|
-
msgid "too many arguments"
|
|
25
|
-
msgstr "demasiados argumentos"
|
|
26
|
-
|
|
27
|
-
msgid "option '%<option>s' is required"
|
|
28
|
-
msgstr "la opción '%<option>s' es obligatoria"
|
|
29
|
-
|
|
30
|
-
msgid "option '%<option>s' (or env %<env>s) is required"
|
|
31
|
-
msgstr "la opción '%<option>s' (o entorno %<env>s) es obligatoria"
|
|
32
|
-
|
|
33
|
-
msgid "option '%<switch>s': %<message>s"
|
|
34
|
-
msgstr "opción '%<switch>s': %<message>s"
|
|
35
|
-
|
|
36
|
-
msgid "parameter '%<param>s': %<message>s"
|
|
37
|
-
msgstr "parámetro '%<param>s': %<message>s"
|
|
38
|
-
|
|
39
|
-
msgid "%<env>s: %<message>s"
|
|
40
|
-
msgstr "%<env>s: %<message>s"
|
|
41
|
-
|
|
42
|
-
msgid "Unrecognised option '%<switch>s'"
|
|
43
|
-
msgstr "Opción desconocida '%<switch>s'"
|
|
44
|
-
|
|
45
|
-
msgid "No such sub-command '%<name>s'"
|
|
46
|
-
msgstr "Subcomando no existe '%<name>s'"
|
|
47
|
-
|
|
48
|
-
msgid "no value provided"
|
|
49
|
-
msgstr "no se proporcionó un valor"
|
|
50
|
-
|
|
51
|
-
msgid "Couldn't create %s. Please create the directory before setting defaults."
|
|
52
|
-
msgstr ""
|
|
53
|
-
|
|
54
|
-
msgid "Defaults management"
|
|
55
|
-
msgstr ""
|
|
56
|
-
|
|
57
|
-
msgid "List all the providers"
|
|
58
|
-
msgstr ""
|
|
59
|
-
|
|
60
|
-
msgid "Provider"
|
|
61
|
-
msgstr ""
|
|
62
|
-
|
|
63
|
-
msgid "Supported defaults"
|
|
64
|
-
msgstr ""
|
|
65
|
-
|
|
66
|
-
msgid "Description"
|
|
67
|
-
msgstr ""
|
|
68
|
-
|
|
69
|
-
msgid "List all the default parameters"
|
|
70
|
-
msgstr ""
|
|
71
|
-
|
|
72
|
-
msgid "Parameter"
|
|
73
|
-
msgstr ""
|
|
74
|
-
|
|
75
|
-
msgid "Value"
|
|
76
|
-
msgstr ""
|
|
77
|
-
|
|
78
|
-
msgid "Delete a default param"
|
|
79
|
-
msgstr ""
|
|
80
|
-
|
|
81
|
-
msgid "The name of the default option"
|
|
82
|
-
msgstr ""
|
|
83
|
-
|
|
84
|
-
msgid "Add a default parameter to config"
|
|
85
|
-
msgstr ""
|
|
86
|
-
|
|
87
|
-
msgid "The name of the default option (e.g. organization_id)."
|
|
88
|
-
msgstr ""
|
|
89
|
-
|
|
90
|
-
msgid "The value for the default option"
|
|
91
|
-
msgstr ""
|
|
92
|
-
|
|
93
|
-
msgid ""
|
|
94
|
-
"The name of the provider providing the value. For list available providers see"
|
|
95
|
-
" `hammer defaults providers`."
|
|
96
|
-
msgstr ""
|
|
97
|
-
|
|
98
|
-
msgid ""
|
|
99
|
-
"Added %{key_val} default-option with value that will be generated from the ser"
|
|
100
|
-
"ver."
|
|
101
|
-
msgstr ""
|
|
102
|
-
|
|
103
|
-
msgid "Added %{key_val} default-option with value %{val_val}."
|
|
104
|
-
msgstr ""
|
|
105
|
-
|
|
106
|
-
msgid ""
|
|
107
|
-
"Provider %{name} was not found. See `hammer defaults providers` for available "
|
|
108
|
-
"providers."
|
|
109
|
-
msgstr ""
|
|
110
|
-
|
|
111
|
-
msgid ""
|
|
112
|
-
"The param name is not supported by provider. See `hammer defaults providers` f"
|
|
113
|
-
"or supported params."
|
|
114
|
-
msgstr ""
|
|
115
|
-
|
|
116
|
-
msgid "%{param} was deleted successfully."
|
|
117
|
-
msgstr ""
|
|
118
|
-
|
|
119
|
-
msgid "You must specify value or a provider name, can't specify both."
|
|
120
|
-
msgstr ""
|
|
121
|
-
|
|
122
|
-
msgid "Couldn't find the requested param in %s."
|
|
123
|
-
msgstr ""
|
|
124
|
-
|
|
125
|
-
msgid "Error: %s"
|
|
126
|
-
msgstr "Error: %s"
|
|
127
|
-
|
|
128
|
-
msgid "Error: %{message}"
|
|
129
|
-
msgstr "Error: %{message}"
|
|
130
|
-
|
|
131
|
-
msgid "See: '%{path} --help'"
|
|
132
|
-
msgstr "Ver: '%{path} --help'"
|
|
133
|
-
|
|
134
|
-
msgid "Could not load the API description from the server"
|
|
135
|
-
msgstr "No se pudo cargar la descripción de la API desde el servidor"
|
|
136
|
-
|
|
137
|
-
msgid "is the server down?"
|
|
138
|
-
msgstr "¿Está caído el servidor?"
|
|
139
|
-
|
|
140
|
-
msgid ""
|
|
141
|
-
"was '%s' run on the server when using apipie cache? (typical production settin"
|
|
142
|
-
"gs)"
|
|
143
|
-
msgstr ""
|
|
144
|
-
"¿Se ejecutó '%s' en el servidor al usar la caché apipe? (parámetros típicos d"
|
|
145
|
-
"e producción)"
|
|
146
|
-
|
|
147
|
-
msgid "Missing arguments for %s"
|
|
148
|
-
msgstr "Faltan argumentos para %s"
|
|
149
|
-
|
|
150
|
-
msgid "No permissions to create log dir %s"
|
|
151
|
-
msgstr "No tiene permiso para crear el directorio de registro %s"
|
|
152
|
-
|
|
153
|
-
msgid "File %s not writeable, won't log anything to the file!"
|
|
154
|
-
msgstr ""
|
|
155
|
-
"El archivo %s no tiene acceso de escritura, no se registrará ningún contenidoe"
|
|
156
|
-
"n él!"
|
|
157
|
-
|
|
158
|
-
msgid "be verbose"
|
|
159
|
-
msgstr "ser más detallado"
|
|
160
|
-
|
|
161
|
-
msgid "show debugging output "
|
|
162
|
-
msgstr "mostrar salida de depuración"
|
|
163
|
-
|
|
164
|
-
msgid "force reload of Apipie cache"
|
|
165
|
-
msgstr "forzar recarga de la caché Apipe"
|
|
166
|
-
|
|
167
|
-
msgid "path to custom config file"
|
|
168
|
-
msgstr "ruta al archivo de configuración personalizado"
|
|
169
|
-
|
|
170
|
-
msgid "username to access the remote system"
|
|
171
|
-
msgstr "nombre de usuario para acceder al sistema remoto"
|
|
172
|
-
|
|
173
|
-
msgid "password to access the remote system"
|
|
174
|
-
msgstr "palabra clave para acceder al sistema remoto"
|
|
175
|
-
|
|
176
|
-
msgid "remote system address"
|
|
177
|
-
msgstr "dirección del sistema remoto"
|
|
178
|
-
|
|
179
|
-
msgid "show version"
|
|
180
|
-
msgstr "mostrar versión"
|
|
181
|
-
|
|
182
|
-
msgid "unknown version"
|
|
183
|
-
msgstr "Versión desconocida"
|
|
184
|
-
|
|
185
|
-
msgid "Show ids of associated resources"
|
|
186
|
-
msgstr "Mostrar ID de recursos asociados"
|
|
187
|
-
|
|
188
|
-
msgid "Explicitly turn interactive mode on/off"
|
|
189
|
-
msgstr "Activar/desactivar explícitamente el modo interactivo"
|
|
190
|
-
|
|
191
|
-
msgid "Output as CSV (same as --output=csv)"
|
|
192
|
-
msgstr "Exportar como CSV (equivale a --output=csv)"
|
|
193
|
-
|
|
194
|
-
msgid "Set output format. One of [%s]"
|
|
195
|
-
msgstr "Establecer formato de salida. Uno de [%s]"
|
|
196
|
-
|
|
197
|
-
msgid "Character to separate the values"
|
|
198
|
-
msgstr "Caracter de separación de valores"
|
|
199
|
-
|
|
200
|
-
msgid "Get list of possible endings"
|
|
201
|
-
msgstr "Obtener lista finales posibles"
|
|
202
|
-
|
|
203
|
-
msgid ""
|
|
204
|
-
"Legacy configuration of modules detected. Check section about configuration in"
|
|
205
|
-
" user manual"
|
|
206
|
-
msgstr ""
|
|
207
|
-
"Se ha detectado una configuración de módulos de legado. Revise la sección sobr"
|
|
208
|
-
"e configuración en el manual de usuario "
|
|
209
|
-
|
|
210
|
-
msgid "Warning: An error occured while loading module %s"
|
|
211
|
-
msgstr "Advertencia: Ha ocurrido un error al cargar el módulo %s"
|
|
212
|
-
|
|
213
|
-
msgid "Error: Some of the required modules are disabled in configuration: %s "
|
|
214
|
-
msgstr ""
|
|
215
|
-
"Error: Algunos de los módulos requeridos se desactivan en esta configuración: "
|
|
216
|
-
"%s "
|
|
217
|
-
|
|
218
|
-
msgid "Comma-separated list of key=value."
|
|
219
|
-
msgstr "Lista de pares llave=valor separados por comas."
|
|
220
|
-
|
|
221
|
-
msgid "value must be defined as a comma-separated list of key=value or valid JSON"
|
|
222
|
-
msgstr ""
|
|
223
|
-
|
|
224
|
-
msgid "Missing or stray quote."
|
|
225
|
-
msgstr ""
|
|
226
|
-
|
|
227
|
-
msgid ""
|
|
228
|
-
"Unquoted fields do not allow
|
|
229
|
or \n"
|
|
230
|
-
"."
|
|
231
|
-
msgstr ""
|
|
232
|
-
|
|
233
|
-
msgid "Illegal quoting."
|
|
234
|
-
msgstr ""
|
|
235
|
-
|
|
236
|
-
msgid "Unclosed quoted field."
|
|
237
|
-
msgstr ""
|
|
238
|
-
|
|
239
|
-
msgid "Field size exceeded."
|
|
240
|
-
msgstr ""
|
|
241
|
-
|
|
242
|
-
msgid ""
|
|
243
|
-
"Comma separated list of values. Values containing comma should be double quote"
|
|
244
|
-
"d"
|
|
245
|
-
msgstr ""
|
|
246
|
-
|
|
247
|
-
msgid "numeric value is required"
|
|
248
|
-
msgstr ""
|
|
249
|
-
|
|
250
|
-
msgid "One of true/false, yes/no, 1/0."
|
|
251
|
-
msgstr "Uno de verdadero/falso, si/no, 1/0."
|
|
252
|
-
|
|
253
|
-
msgid "value must be one of true/false, yes/no, 1/0"
|
|
254
|
-
msgstr "el valor debe ser uno de verdadero/falso, sí/no, 1/0"
|
|
255
|
-
|
|
256
|
-
msgid "Unable to parse JSON input"
|
|
257
|
-
msgstr "Imposible analizar la entrada JSON"
|
|
258
|
-
|
|
259
|
-
msgid "Possible value(s): %s"
|
|
260
|
-
msgstr ""
|
|
261
|
-
|
|
262
|
-
#, fuzzy
|
|
263
|
-
msgid "value must be %s"
|
|
264
|
-
msgstr "valor debe ser uno de '%s'"
|
|
265
|
-
|
|
266
|
-
#, fuzzy
|
|
267
|
-
msgid "value must be one of %s"
|
|
268
|
-
msgstr "valor debe ser uno de '%s'"
|
|
269
|
-
|
|
270
|
-
msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
|
|
271
|
-
msgstr "Fecha y hora en AAAA-MM-DD HH:MM:SS o formato ISO 8601"
|
|
272
|
-
|
|
273
|
-
msgid "'%s' is not a valid date"
|
|
274
|
-
msgstr "'%s' no es una fecha válida"
|
|
275
|
-
|
|
276
|
-
msgid "Any combination (comma separated list) of '%s'"
|
|
277
|
-
msgstr "Cualquier combinación (lista separada por comas) de '%s'"
|
|
278
|
-
|
|
279
|
-
msgid "value must be a combination of '%s'"
|
|
280
|
-
msgstr "el valor debe ser una combinación de '%s'"
|
|
281
|
-
|
|
282
|
-
msgid "Warning: Option %{option} is deprecated. %{message}"
|
|
283
|
-
msgstr ""
|
|
284
|
-
|
|
285
|
-
msgid "Deprecated: %{deprecated_msg}"
|
|
286
|
-
msgstr ""
|
|
287
|
-
|
|
288
|
-
msgid "%{flag} is deprecated: %{deprecated_msg}"
|
|
289
|
-
msgstr ""
|
|
290
|
-
|
|
291
|
-
msgid "Can be specified multiple times. "
|
|
292
|
-
msgstr "Puede especificarse varias veces."
|
|
293
|
-
|
|
294
|
-
msgid "Default: "
|
|
295
|
-
msgstr "Predeterminado: "
|
|
296
|
-
|
|
297
|
-
msgid ", or "
|
|
298
|
-
msgstr ", o "
|
|
299
|
-
|
|
300
|
-
msgid "Message"
|
|
301
|
-
msgstr "Mensaje"
|
|
302
|
-
|
|
303
|
-
msgid "Id"
|
|
304
|
-
msgstr "ID"
|
|
305
|
-
|
|
306
|
-
msgid "Name"
|
|
307
|
-
msgstr "Nombre"
|
|
308
|
-
|
|
309
|
-
msgid "Page %{page} of %{total} (use --page and --per-page for navigation)"
|
|
310
|
-
msgstr ""
|
|
311
|
-
|
|
312
|
-
msgid "no"
|
|
313
|
-
msgstr "no"
|
|
314
|
-
|
|
315
|
-
msgid "yes"
|
|
316
|
-
msgstr "sí"
|
|
317
|
-
|
|
318
|
-
msgid ""
|
|
319
|
-
"Warning: location hammer.modules.d is deprecated, move your module configurati"
|
|
320
|
-
"ons to cli.modules.d"
|
|
321
|
-
msgstr ""
|
|
322
|
-
"Advertencia: la localización hammer.modules.d está obsoleta, desplace los mód"
|
|
323
|
-
"ulos de configuración a cli.modules.d"
|
|
324
|
-
|
|
325
|
-
msgid "Warning: Couldn't load configuration file %{path}: %{message}"
|
|
326
|
-
msgstr ""
|
|
327
|
-
|
|
328
|
-
msgid "Print help for commands"
|
|
329
|
-
msgstr "Imprimir ayuda para comandos"
|
|
330
|
-
|
|
331
|
-
msgid "Exit interactive shell"
|
|
332
|
-
msgstr "Salir del shell interactivo"
|
|
333
|
-
|
|
334
|
-
msgid "Welcome to the hammer interactive shell"
|
|
335
|
-
msgstr "Bienvenido al shell interactivo de hammer"
|
|
336
|
-
|
|
337
|
-
msgid "Type 'help' for usage information"
|
|
338
|
-
msgstr "Escribir 'help' para obtener información de uso"
|
|
339
|
-
|
|
340
|
-
msgid "Interactive shell"
|
|
341
|
-
msgstr "Shell interactivo"
|
|
342
|
-
|
|
343
|
-
msgid ""
|
|
344
|
-
"can't replace subcommand %<name>s (%<existing_class>s) with %<name>s (%<new_cl"
|
|
345
|
-
"ass>s)"
|
|
346
|
-
msgstr ""
|
|
347
|
-
"no es posible remplazar el subcomando %<name>s (%<existing_class>s) por %<name"
|
|
348
|
-
">s (%<new_class>s)"
|
|
349
|
-
|
|
350
|
-
msgid "Unknown option name '%s'"
|
|
351
|
-
msgstr "Nombre de opción desconocida '%s'"
|
|
352
|
-
|
|
353
|
-
msgid "You can't set all options %s at one time"
|
|
354
|
-
msgstr "No se pueden establecer todas las opciones %s al mismo tiempo"
|
|
355
|
-
|
|
356
|
-
msgid "Options %s are required"
|
|
357
|
-
msgstr "Se necesitan las opciones %s"
|
|
358
|
-
|
|
359
|
-
#, fuzzy
|
|
360
|
-
msgid "You can't set option %s"
|
|
361
|
-
msgstr "No se puede establecer ninguna de las opciones %s"
|
|
362
|
-
|
|
363
|
-
#, fuzzy
|
|
364
|
-
msgid "Option %s is required"
|
|
365
|
-
msgstr "Se necesitan las opciones %s"
|
|
366
|
-
|
|
367
|
-
msgid "You can't set any of options %s"
|
|
368
|
-
msgstr "No se puede establecer ninguna de las opciones %s"
|
|
369
|
-
|
|
370
|
-
msgid "At least one of options %s is required"
|
|
371
|
-
msgstr "Se necesita al menos una de las opciones %s"
|
|
372
|
-
|
|
373
|
-
#, fuzzy
|
|
374
|
-
msgid "One of options %s is required"
|
|
375
|
-
msgstr "Se necesita al menos una de las opciones %s"
|
|
376
|
-
|
|
377
|
-
msgid "Only one of options %s can be set"
|
|
378
|
-
msgstr ""
|
|
File without changes
|