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/ca/hammer-cli.po
DELETED
|
@@ -1,361 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
msgid ""
|
|
3
|
-
msgstr ""
|
|
4
|
-
"Project-Id-Version: hammer-cli 0.9.0\n"
|
|
5
|
-
"Report-Msgid-Bugs-To: \n"
|
|
6
|
-
"MIME-Version: 1.0\n"
|
|
7
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
|
8
|
-
"Content-Transfer-Encoding: 8bit\n"
|
|
9
|
-
"PO-Revision-Date: \n"
|
|
10
|
-
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
|
|
11
|
-
"Language-Team: Catalan\n"
|
|
12
|
-
"Language: ca\n"
|
|
13
|
-
"X-Generator: Poedit 1.8.6\n"
|
|
14
|
-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
15
|
-
|
|
16
|
-
msgid "too many arguments"
|
|
17
|
-
msgstr "massa arguments"
|
|
18
|
-
|
|
19
|
-
msgid "option '%<option>s' is required"
|
|
20
|
-
msgstr "es requereix l'opció '%<option>s'"
|
|
21
|
-
|
|
22
|
-
msgid "option '%<option>s' (or env %<env>s) is required"
|
|
23
|
-
msgstr "es requereix l'opció '%<option>s' (o env %<env>s)"
|
|
24
|
-
|
|
25
|
-
msgid "option '%<switch>s': %<message>s"
|
|
26
|
-
msgstr "opció '%<switch>s': %<message>s"
|
|
27
|
-
|
|
28
|
-
msgid "parameter '%<param>s': %<message>s"
|
|
29
|
-
msgstr "paràmetre '%<param>s': %<message>s"
|
|
30
|
-
|
|
31
|
-
msgid "%<env>s: %<message>s"
|
|
32
|
-
msgstr "%<env>s: %<message>s"
|
|
33
|
-
|
|
34
|
-
msgid "Unrecognised option '%<switch>s'"
|
|
35
|
-
msgstr "Opció no reconeguda '%<switch>s'"
|
|
36
|
-
|
|
37
|
-
msgid "No such sub-command '%<name>s'"
|
|
38
|
-
msgstr "No hi ha la suborde '%<name>s'"
|
|
39
|
-
|
|
40
|
-
msgid "no value provided"
|
|
41
|
-
msgstr "no s'ha proporcionat cap valor"
|
|
42
|
-
|
|
43
|
-
msgid "Couldn't create %s. Please create the directory before setting defaults."
|
|
44
|
-
msgstr ""
|
|
45
|
-
|
|
46
|
-
msgid "Defaults management"
|
|
47
|
-
msgstr ""
|
|
48
|
-
|
|
49
|
-
msgid "List all the providers"
|
|
50
|
-
msgstr ""
|
|
51
|
-
|
|
52
|
-
msgid "Provider"
|
|
53
|
-
msgstr ""
|
|
54
|
-
|
|
55
|
-
msgid "Supported defaults"
|
|
56
|
-
msgstr ""
|
|
57
|
-
|
|
58
|
-
msgid "Description"
|
|
59
|
-
msgstr ""
|
|
60
|
-
|
|
61
|
-
msgid "List all the default parameters"
|
|
62
|
-
msgstr ""
|
|
63
|
-
|
|
64
|
-
msgid "Parameter"
|
|
65
|
-
msgstr ""
|
|
66
|
-
|
|
67
|
-
msgid "Value"
|
|
68
|
-
msgstr ""
|
|
69
|
-
|
|
70
|
-
msgid "Delete a default param"
|
|
71
|
-
msgstr ""
|
|
72
|
-
|
|
73
|
-
msgid "The name of the default option"
|
|
74
|
-
msgstr ""
|
|
75
|
-
|
|
76
|
-
msgid "Add a default parameter to config"
|
|
77
|
-
msgstr ""
|
|
78
|
-
|
|
79
|
-
msgid "The name of the default option (e.g. organization_id)."
|
|
80
|
-
msgstr ""
|
|
81
|
-
|
|
82
|
-
msgid "The value for the default option"
|
|
83
|
-
msgstr ""
|
|
84
|
-
|
|
85
|
-
msgid ""
|
|
86
|
-
"The name of the provider providing the value. For list available providers see"
|
|
87
|
-
" `hammer defaults providers`."
|
|
88
|
-
msgstr ""
|
|
89
|
-
|
|
90
|
-
msgid ""
|
|
91
|
-
"Added %{key_val} default-option with value that will be generated from the ser"
|
|
92
|
-
"ver."
|
|
93
|
-
msgstr ""
|
|
94
|
-
|
|
95
|
-
msgid "Added %{key_val} default-option with value %{val_val}."
|
|
96
|
-
msgstr ""
|
|
97
|
-
|
|
98
|
-
msgid ""
|
|
99
|
-
"Provider %{name} was not found. See `hammer defaults providers` for available "
|
|
100
|
-
"providers."
|
|
101
|
-
msgstr ""
|
|
102
|
-
|
|
103
|
-
msgid ""
|
|
104
|
-
"The param name is not supported by provider. See `hammer defaults providers` f"
|
|
105
|
-
"or supported params."
|
|
106
|
-
msgstr ""
|
|
107
|
-
|
|
108
|
-
msgid "%{param} was deleted successfully."
|
|
109
|
-
msgstr ""
|
|
110
|
-
|
|
111
|
-
msgid "You must specify value or a provider name, can't specify both."
|
|
112
|
-
msgstr ""
|
|
113
|
-
|
|
114
|
-
msgid "Couldn't find the requested param in %s."
|
|
115
|
-
msgstr ""
|
|
116
|
-
|
|
117
|
-
msgid "Error: %s"
|
|
118
|
-
msgstr "Error: %s"
|
|
119
|
-
|
|
120
|
-
#, fuzzy
|
|
121
|
-
msgid "Error: %{message}"
|
|
122
|
-
msgstr "Error: %s"
|
|
123
|
-
|
|
124
|
-
msgid "See: '%{path} --help'"
|
|
125
|
-
msgstr ""
|
|
126
|
-
|
|
127
|
-
msgid "Could not load the API description from the server"
|
|
128
|
-
msgstr ""
|
|
129
|
-
|
|
130
|
-
msgid "is the server down?"
|
|
131
|
-
msgstr ""
|
|
132
|
-
|
|
133
|
-
msgid ""
|
|
134
|
-
"was '%s' run on the server when using apipie cache? (typical production settin"
|
|
135
|
-
"gs)"
|
|
136
|
-
msgstr ""
|
|
137
|
-
|
|
138
|
-
msgid "Missing arguments for %s"
|
|
139
|
-
msgstr ""
|
|
140
|
-
|
|
141
|
-
msgid "No permissions to create log dir %s"
|
|
142
|
-
msgstr "Sense els permisos per crear el directori del registre %s"
|
|
143
|
-
|
|
144
|
-
msgid "File %s not writeable, won't log anything to the file!"
|
|
145
|
-
msgstr "No es pot escriure al fitxer %s, no s'enregistrarà res al fitxer!"
|
|
146
|
-
|
|
147
|
-
msgid "be verbose"
|
|
148
|
-
msgstr "mostra informació detallada"
|
|
149
|
-
|
|
150
|
-
msgid "show debugging output "
|
|
151
|
-
msgstr "mostra la sortida de depuració"
|
|
152
|
-
|
|
153
|
-
msgid "force reload of Apipie cache"
|
|
154
|
-
msgstr ""
|
|
155
|
-
|
|
156
|
-
msgid "path to custom config file"
|
|
157
|
-
msgstr "camí al fitxer de configuració personalitzat"
|
|
158
|
-
|
|
159
|
-
msgid "username to access the remote system"
|
|
160
|
-
msgstr "nom d'usuari per accedir al sistema remot"
|
|
161
|
-
|
|
162
|
-
msgid "password to access the remote system"
|
|
163
|
-
msgstr "contrasenya per accedir al sistema remot"
|
|
164
|
-
|
|
165
|
-
msgid "remote system address"
|
|
166
|
-
msgstr "adreça del sistema remot"
|
|
167
|
-
|
|
168
|
-
msgid "show version"
|
|
169
|
-
msgstr "mostra la versió"
|
|
170
|
-
|
|
171
|
-
#, fuzzy
|
|
172
|
-
msgid "unknown version"
|
|
173
|
-
msgstr "mostra la versió"
|
|
174
|
-
|
|
175
|
-
msgid "Show ids of associated resources"
|
|
176
|
-
msgstr "Mostra els id. dels recursos associats"
|
|
177
|
-
|
|
178
|
-
msgid "Explicitly turn interactive mode on/off"
|
|
179
|
-
msgstr "Explícitament encén o apaga el mode interactiu"
|
|
180
|
-
|
|
181
|
-
msgid "Output as CSV (same as --output=csv)"
|
|
182
|
-
msgstr "Sortida com a CSV (el mateix que --output=csv)"
|
|
183
|
-
|
|
184
|
-
msgid "Set output format. One of [%s]"
|
|
185
|
-
msgstr "Estableix el format de sortida. Un de [%s]"
|
|
186
|
-
|
|
187
|
-
msgid "Character to separate the values"
|
|
188
|
-
msgstr "Caràcter per separar els valors"
|
|
189
|
-
|
|
190
|
-
msgid "Get list of possible endings"
|
|
191
|
-
msgstr "Obté la llista dels finals possibles"
|
|
192
|
-
|
|
193
|
-
msgid ""
|
|
194
|
-
"Legacy configuration of modules detected. Check section about configuration in"
|
|
195
|
-
" user manual"
|
|
196
|
-
msgstr ""
|
|
197
|
-
"S'ha detectat la configuració del llegat dels mòduls. Consulteu la secció quan"
|
|
198
|
-
"t a la configuració al manual d'usuari"
|
|
199
|
-
|
|
200
|
-
msgid "Warning: An error occured while loading module %s"
|
|
201
|
-
msgstr "Advertència: S'ha produït un error mentre es carregava el mòdul %s"
|
|
202
|
-
|
|
203
|
-
msgid "Error: Some of the required modules are disabled in configuration: %s "
|
|
204
|
-
msgstr ""
|
|
205
|
-
|
|
206
|
-
msgid "Comma-separated list of key=value."
|
|
207
|
-
msgstr "Llista separada per comes de clau=valor."
|
|
208
|
-
|
|
209
|
-
msgid "value must be defined as a comma-separated list of key=value or valid JSON"
|
|
210
|
-
msgstr ""
|
|
211
|
-
|
|
212
|
-
msgid "Missing or stray quote."
|
|
213
|
-
msgstr ""
|
|
214
|
-
|
|
215
|
-
msgid ""
|
|
216
|
-
"Unquoted fields do not allow
|
|
217
|
or \n"
|
|
218
|
-
"."
|
|
219
|
-
msgstr ""
|
|
220
|
-
|
|
221
|
-
msgid "Illegal quoting."
|
|
222
|
-
msgstr ""
|
|
223
|
-
|
|
224
|
-
msgid "Unclosed quoted field."
|
|
225
|
-
msgstr ""
|
|
226
|
-
|
|
227
|
-
msgid "Field size exceeded."
|
|
228
|
-
msgstr ""
|
|
229
|
-
|
|
230
|
-
msgid ""
|
|
231
|
-
"Comma separated list of values. Values containing comma should be double quote"
|
|
232
|
-
"d"
|
|
233
|
-
msgstr ""
|
|
234
|
-
|
|
235
|
-
msgid "numeric value is required"
|
|
236
|
-
msgstr ""
|
|
237
|
-
|
|
238
|
-
msgid "One of true/false, yes/no, 1/0."
|
|
239
|
-
msgstr "Un de true/false, yes/no, 1/0."
|
|
240
|
-
|
|
241
|
-
msgid "value must be one of true/false, yes/no, 1/0"
|
|
242
|
-
msgstr "el valor ha de ser un de true/false, yes/no, 1/0"
|
|
243
|
-
|
|
244
|
-
msgid "Unable to parse JSON input"
|
|
245
|
-
msgstr "No es pot analitzar sintàcticament l'entrada de JSON"
|
|
246
|
-
|
|
247
|
-
msgid "Possible value(s): %s"
|
|
248
|
-
msgstr ""
|
|
249
|
-
|
|
250
|
-
msgid "value must be %s"
|
|
251
|
-
msgstr ""
|
|
252
|
-
|
|
253
|
-
msgid "value must be one of %s"
|
|
254
|
-
msgstr ""
|
|
255
|
-
|
|
256
|
-
msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
|
|
257
|
-
msgstr "Data i hora en format YYYY-MM-DD HH:MM:SS o ISO 8601"
|
|
258
|
-
|
|
259
|
-
msgid "'%s' is not a valid date"
|
|
260
|
-
msgstr "'%s' no és una data vàlida"
|
|
261
|
-
|
|
262
|
-
msgid "Any combination (comma separated list) of '%s'"
|
|
263
|
-
msgstr "Qualsevol combinació (llista separada per comes) de '%s'"
|
|
264
|
-
|
|
265
|
-
msgid "value must be a combination of '%s'"
|
|
266
|
-
msgstr "el valor ha de ser una combinació de '%s'"
|
|
267
|
-
|
|
268
|
-
msgid "Warning: Option %{option} is deprecated. %{message}"
|
|
269
|
-
msgstr ""
|
|
270
|
-
|
|
271
|
-
msgid "Deprecated: %{deprecated_msg}"
|
|
272
|
-
msgstr ""
|
|
273
|
-
|
|
274
|
-
msgid "%{flag} is deprecated: %{deprecated_msg}"
|
|
275
|
-
msgstr ""
|
|
276
|
-
|
|
277
|
-
msgid "Can be specified multiple times. "
|
|
278
|
-
msgstr "Es pot especificar múltiples vegades."
|
|
279
|
-
|
|
280
|
-
msgid "Default: "
|
|
281
|
-
msgstr "Per defecte:"
|
|
282
|
-
|
|
283
|
-
msgid ", or "
|
|
284
|
-
msgstr ""
|
|
285
|
-
|
|
286
|
-
msgid "Message"
|
|
287
|
-
msgstr "Missatge"
|
|
288
|
-
|
|
289
|
-
msgid "Id"
|
|
290
|
-
msgstr "ID"
|
|
291
|
-
|
|
292
|
-
msgid "Name"
|
|
293
|
-
msgstr "Nom"
|
|
294
|
-
|
|
295
|
-
msgid "Page %{page} of %{total} (use --page and --per-page for navigation)"
|
|
296
|
-
msgstr ""
|
|
297
|
-
|
|
298
|
-
msgid "no"
|
|
299
|
-
msgstr "no"
|
|
300
|
-
|
|
301
|
-
msgid "yes"
|
|
302
|
-
msgstr "si"
|
|
303
|
-
|
|
304
|
-
msgid ""
|
|
305
|
-
"Warning: location hammer.modules.d is deprecated, move your module configurati"
|
|
306
|
-
"ons to cli.modules.d"
|
|
307
|
-
msgstr ""
|
|
308
|
-
"Advertència: la ubicació hammer.modules.d està en desús, moveu les configuraci"
|
|
309
|
-
"ons dels vostres mòduls a cli.modules.d"
|
|
310
|
-
|
|
311
|
-
msgid "Warning: Couldn't load configuration file %{path}: %{message}"
|
|
312
|
-
msgstr ""
|
|
313
|
-
|
|
314
|
-
msgid "Print help for commands"
|
|
315
|
-
msgstr "Imprimeix l'ajuda per a les ordres"
|
|
316
|
-
|
|
317
|
-
msgid "Exit interactive shell"
|
|
318
|
-
msgstr "Surt del shell interactiu"
|
|
319
|
-
|
|
320
|
-
msgid "Welcome to the hammer interactive shell"
|
|
321
|
-
msgstr "Benvingut al shell interactiu de hammer"
|
|
322
|
-
|
|
323
|
-
msgid "Type 'help' for usage information"
|
|
324
|
-
msgstr "Teclegeu 'help' per a la informació de l'ús"
|
|
325
|
-
|
|
326
|
-
msgid "Interactive shell"
|
|
327
|
-
msgstr "Shell interactiu"
|
|
328
|
-
|
|
329
|
-
msgid ""
|
|
330
|
-
"can't replace subcommand %<name>s (%<existing_class>s) with %<name>s (%<new_cl"
|
|
331
|
-
"ass>s)"
|
|
332
|
-
msgstr ""
|
|
333
|
-
|
|
334
|
-
msgid "Unknown option name '%s'"
|
|
335
|
-
msgstr "Nom desconegut d'opció '%s'"
|
|
336
|
-
|
|
337
|
-
msgid "You can't set all options %s at one time"
|
|
338
|
-
msgstr "No podeu establir totes les opcions %s alhora"
|
|
339
|
-
|
|
340
|
-
msgid "Options %s are required"
|
|
341
|
-
msgstr "Es requereixen %s opcions"
|
|
342
|
-
|
|
343
|
-
#, fuzzy
|
|
344
|
-
msgid "You can't set option %s"
|
|
345
|
-
msgstr "No podeu establir cap de les opcions %s"
|
|
346
|
-
|
|
347
|
-
#, fuzzy
|
|
348
|
-
msgid "Option %s is required"
|
|
349
|
-
msgstr "Es requereixen %s opcions"
|
|
350
|
-
|
|
351
|
-
msgid "You can't set any of options %s"
|
|
352
|
-
msgstr "No podeu establir cap de les opcions %s"
|
|
353
|
-
|
|
354
|
-
msgid "At least one of options %s is required"
|
|
355
|
-
msgstr "Com a mínim es requereix una de les opcions %s"
|
|
356
|
-
|
|
357
|
-
#, fuzzy
|
|
358
|
-
msgid "One of options %s is required"
|
|
359
|
-
msgstr "Com a mínim es requereix una de les opcions %s"
|
|
360
|
-
|
|
361
|
-
msgid "Only one of options %s can be set"
|
|
362
|
-
msgstr ""
|
|
File without changes
|