hammer_cli 0.4.0 → 0.5.1
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 +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
|
@@ -8,9 +8,9 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: Foreman\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date:
|
|
12
|
-
"PO-Revision-Date: 2015-
|
|
13
|
-
"Last-Translator:
|
|
11
|
+
"POT-Creation-Date: 2015-12-08 08:56+0000\n"
|
|
12
|
+
"PO-Revision-Date: 2015-12-11 09:09+0000\n"
|
|
13
|
+
"Last-Translator: Lukáš Zapletal\n"
|
|
14
14
|
"Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
|
|
15
15
|
"MIME-Version: 1.0\n"
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -18,282 +18,394 @@ msgstr ""
|
|
|
18
18
|
"Language: ko\n"
|
|
19
19
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
20
20
|
|
|
21
|
-
#: lib/hammer_cli/clamp.rb:5
|
|
21
|
+
#: ../lib/hammer_cli/clamp.rb:5
|
|
22
22
|
msgid "too many arguments"
|
|
23
23
|
msgstr "인수가 너무 많습니다 "
|
|
24
24
|
|
|
25
|
-
#: lib/hammer_cli/clamp.rb:6
|
|
25
|
+
#: ../lib/hammer_cli/clamp.rb:6
|
|
26
26
|
msgid "option '%<option>s' is required"
|
|
27
27
|
msgstr " '%<option>s' 옵션이 필요합니다 "
|
|
28
28
|
|
|
29
|
-
#: lib/hammer_cli/clamp.rb:7
|
|
29
|
+
#: ../lib/hammer_cli/clamp.rb:7
|
|
30
30
|
msgid "option '%<option>s' (or env %<env>s) is required"
|
|
31
31
|
msgstr "'%<option>s' 옵션 (또는 env %<env>s) 이 필요합니다 "
|
|
32
32
|
|
|
33
|
-
#: lib/hammer_cli/clamp.rb:8
|
|
33
|
+
#: ../lib/hammer_cli/clamp.rb:8
|
|
34
34
|
msgid "option '%<switch>s': %<message>s"
|
|
35
35
|
msgstr "옵션 '%<switch>s': %<message>s"
|
|
36
36
|
|
|
37
|
-
#: lib/hammer_cli/clamp.rb:9
|
|
37
|
+
#: ../lib/hammer_cli/clamp.rb:9
|
|
38
38
|
msgid "parameter '%<param>s': %<message>s"
|
|
39
39
|
msgstr "매개변수 '%<param>s': %<message>s"
|
|
40
40
|
|
|
41
|
-
#: lib/hammer_cli/clamp.rb:10
|
|
41
|
+
#: ../lib/hammer_cli/clamp.rb:10
|
|
42
42
|
msgid "%<env>s: %<message>s"
|
|
43
43
|
msgstr "%<env>s: %<message>s"
|
|
44
44
|
|
|
45
|
-
#: lib/hammer_cli/clamp.rb:11
|
|
45
|
+
#: ../lib/hammer_cli/clamp.rb:11
|
|
46
46
|
msgid "Unrecognised option '%<switch>s'"
|
|
47
47
|
msgstr "인식할 수 없는 옵션 '%<switch>s'"
|
|
48
48
|
|
|
49
|
-
#: lib/hammer_cli/clamp.rb:12
|
|
49
|
+
#: ../lib/hammer_cli/clamp.rb:12
|
|
50
50
|
msgid "No such sub-command '%<name>s'"
|
|
51
51
|
msgstr "다음과 같은 서브 명령 '%<name>s'이(가) 없습니다"
|
|
52
52
|
|
|
53
|
-
#: lib/hammer_cli/clamp.rb:13
|
|
53
|
+
#: ../lib/hammer_cli/clamp.rb:13
|
|
54
54
|
msgid "no value provided"
|
|
55
55
|
msgstr "값이 지정되어 있지 않습니다 "
|
|
56
56
|
|
|
57
|
-
#: lib/hammer_cli/
|
|
58
|
-
msgid "
|
|
59
|
-
msgstr "
|
|
57
|
+
#: ../lib/hammer_cli/defaults.rb:72
|
|
58
|
+
msgid "Couldn't create %s please create the path before defaults are enabled."
|
|
59
|
+
msgstr ""
|
|
60
60
|
|
|
61
|
-
#: lib/hammer_cli/
|
|
62
|
-
msgid "
|
|
63
|
-
msgstr "
|
|
61
|
+
#: ../lib/hammer_cli/defaults.rb:82
|
|
62
|
+
msgid "Defaults management"
|
|
63
|
+
msgstr ""
|
|
64
64
|
|
|
65
|
-
#: lib/hammer_cli/
|
|
66
|
-
msgid "
|
|
67
|
-
msgstr "
|
|
65
|
+
#: ../lib/hammer_cli/defaults_commands.rb:25
|
|
66
|
+
msgid "List all the providers"
|
|
67
|
+
msgstr ""
|
|
68
68
|
|
|
69
|
-
#: lib/hammer_cli/
|
|
70
|
-
msgid "
|
|
71
|
-
msgstr "
|
|
69
|
+
#: ../lib/hammer_cli/defaults_commands.rb:37
|
|
70
|
+
msgid "Provider"
|
|
71
|
+
msgstr ""
|
|
72
72
|
|
|
73
|
-
#: lib/hammer_cli/
|
|
74
|
-
msgid "
|
|
75
|
-
msgstr "
|
|
73
|
+
#: ../lib/hammer_cli/defaults_commands.rb:38
|
|
74
|
+
msgid "Supported defaults"
|
|
75
|
+
msgstr ""
|
|
76
76
|
|
|
77
|
-
#: lib/hammer_cli/
|
|
78
|
-
msgid "
|
|
79
|
-
msgstr "
|
|
77
|
+
#: ../lib/hammer_cli/defaults_commands.rb:39
|
|
78
|
+
msgid "Description"
|
|
79
|
+
msgstr ""
|
|
80
80
|
|
|
81
|
-
#: lib/hammer_cli/
|
|
82
|
-
msgid "
|
|
83
|
-
msgstr "
|
|
81
|
+
#: ../lib/hammer_cli/defaults_commands.rb:56
|
|
82
|
+
msgid "List all the default parameters"
|
|
83
|
+
msgstr ""
|
|
84
84
|
|
|
85
|
-
#: lib/hammer_cli/
|
|
86
|
-
msgid "
|
|
87
|
-
msgstr "
|
|
85
|
+
#: ../lib/hammer_cli/defaults_commands.rb:67
|
|
86
|
+
msgid "Parameter"
|
|
87
|
+
msgstr ""
|
|
88
88
|
|
|
89
|
-
#: lib/hammer_cli/
|
|
90
|
-
msgid "
|
|
91
|
-
msgstr "
|
|
89
|
+
#: ../lib/hammer_cli/defaults_commands.rb:68
|
|
90
|
+
msgid "Value"
|
|
91
|
+
msgstr ""
|
|
92
92
|
|
|
93
|
-
#: lib/hammer_cli/
|
|
94
|
-
msgid "
|
|
95
|
-
msgstr "
|
|
93
|
+
#: ../lib/hammer_cli/defaults_commands.rb:86
|
|
94
|
+
msgid "Delete a default param"
|
|
95
|
+
msgstr ""
|
|
96
96
|
|
|
97
|
-
#: lib/hammer_cli/
|
|
98
|
-
msgid "
|
|
99
|
-
msgstr "
|
|
97
|
+
#: ../lib/hammer_cli/defaults_commands.rb:87
|
|
98
|
+
msgid "The name of the default option"
|
|
99
|
+
msgstr ""
|
|
100
100
|
|
|
101
|
-
#: lib/hammer_cli/
|
|
102
|
-
msgid "
|
|
103
|
-
msgstr "
|
|
101
|
+
#: ../lib/hammer_cli/defaults_commands.rb:103
|
|
102
|
+
msgid "Add a default parameter to config"
|
|
103
|
+
msgstr ""
|
|
104
104
|
|
|
105
|
-
#: lib/hammer_cli/
|
|
106
|
-
msgid "
|
|
107
|
-
msgstr "
|
|
105
|
+
#: ../lib/hammer_cli/defaults_commands.rb:104
|
|
106
|
+
msgid "The name of the default option (e.g. organization_id)."
|
|
107
|
+
msgstr ""
|
|
108
108
|
|
|
109
|
-
#: lib/hammer_cli/
|
|
110
|
-
msgid "
|
|
111
|
-
msgstr "
|
|
109
|
+
#: ../lib/hammer_cli/defaults_commands.rb:105
|
|
110
|
+
msgid "The value for the default option"
|
|
111
|
+
msgstr ""
|
|
112
112
|
|
|
113
|
-
#: lib/hammer_cli/
|
|
114
|
-
msgid "
|
|
115
|
-
|
|
113
|
+
#: ../lib/hammer_cli/defaults_commands.rb:106
|
|
114
|
+
msgid ""
|
|
115
|
+
"The name of the provider providing the value. For list available providers "
|
|
116
|
+
"see `hammer defaults providers`."
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
119
|
+
#: ../lib/hammer_cli/defaults_commands.rb:134
|
|
120
|
+
msgid ""
|
|
121
|
+
"Added %{key_val} default-option with value that will be generated from the "
|
|
122
|
+
"server."
|
|
123
|
+
msgstr ""
|
|
116
124
|
|
|
117
|
-
#: lib/hammer_cli/
|
|
125
|
+
#: ../lib/hammer_cli/defaults_commands.rb:135
|
|
126
|
+
msgid "Added %{key_val} default-option with value %{val_val}."
|
|
127
|
+
msgstr ""
|
|
128
|
+
|
|
129
|
+
#: ../lib/hammer_cli/defaults_commands.rb:139
|
|
130
|
+
msgid ""
|
|
131
|
+
"\"Provider #{namespace} was not found. See `hammer defaults providers` for "
|
|
132
|
+
"available providers.\""
|
|
133
|
+
msgstr ""
|
|
134
|
+
|
|
135
|
+
#: ../lib/hammer_cli/defaults_commands.rb:143
|
|
136
|
+
msgid ""
|
|
137
|
+
"The param name is not supported by provider. See `hammer defaults providers`"
|
|
138
|
+
" for supported params."
|
|
139
|
+
msgstr ""
|
|
140
|
+
|
|
141
|
+
#: ../lib/hammer_cli/defaults_commands.rb:147
|
|
142
|
+
msgid "%{param} was deleted successfully."
|
|
143
|
+
msgstr ""
|
|
144
|
+
|
|
145
|
+
#: ../lib/hammer_cli/defaults_commands.rb:151
|
|
146
|
+
msgid "You must specify value or a provider name, cant specify both."
|
|
147
|
+
msgstr ""
|
|
148
|
+
|
|
149
|
+
#: ../lib/hammer_cli/defaults_commands.rb:155
|
|
150
|
+
msgid "Couldn't find the requested param in %s."
|
|
151
|
+
msgstr ""
|
|
152
|
+
|
|
153
|
+
#: ../lib/hammer_cli/exception_handler.rb:62
|
|
154
|
+
msgid "Error: %s"
|
|
155
|
+
msgstr "오류: %s"
|
|
156
|
+
|
|
157
|
+
#: ../lib/hammer_cli/exception_handler.rb:68
|
|
158
|
+
msgid "Error: %{message}"
|
|
159
|
+
msgstr "오류: %{message}"
|
|
160
|
+
|
|
161
|
+
#: ../lib/hammer_cli/exception_handler.rb:69
|
|
162
|
+
msgid "See: '%{path} --help'"
|
|
163
|
+
msgstr "참조: '%{path} --help'"
|
|
164
|
+
|
|
165
|
+
#: ../lib/hammer_cli/exception_handler.rb:86
|
|
166
|
+
msgid "Invalid username or password"
|
|
167
|
+
msgstr "잘못된 사용자 이름 또는 암호 "
|
|
168
|
+
|
|
169
|
+
#: ../lib/hammer_cli/exception_handler.rb:93
|
|
170
|
+
msgid "Could not load the API description from the server"
|
|
171
|
+
msgstr "서버에서 API 설명을 불러올 수 없습니다 "
|
|
172
|
+
|
|
173
|
+
#: ../lib/hammer_cli/exception_handler.rb:94
|
|
174
|
+
msgid "is the server down?"
|
|
175
|
+
msgstr "서버가 중지되어 있습니까?"
|
|
176
|
+
|
|
177
|
+
#: ../lib/hammer_cli/exception_handler.rb:95
|
|
178
|
+
msgid ""
|
|
179
|
+
"was '%s' run on the server when using apipie cache? (typical production "
|
|
180
|
+
"settings)"
|
|
181
|
+
msgstr "apipie 캐시를 사용할 때 서버에서 '%s'가 실행되었습니까? (일반 제품 설정)"
|
|
182
|
+
|
|
183
|
+
#: ../lib/hammer_cli/exception_handler.rb:101
|
|
184
|
+
msgid "Missing arguments for %s"
|
|
185
|
+
msgstr "%s에 대한 인수가 누락되어 있습니다 "
|
|
186
|
+
|
|
187
|
+
#: ../lib/hammer_cli/logger.rb:57
|
|
118
188
|
msgid "No permissions to create log dir %s"
|
|
119
189
|
msgstr "로그 디렉토리 %s을(를) 생성할 권한이 없습니다 "
|
|
120
190
|
|
|
121
|
-
#: lib/hammer_cli/logger.rb:
|
|
191
|
+
#: ../lib/hammer_cli/logger.rb:72
|
|
122
192
|
msgid "File %s not writeable, won't log anything to the file!"
|
|
123
193
|
msgstr "파일 %s은(는) 쓸 수 없기 때문에 파일에 아무것도 기록할 수 없습니다!"
|
|
124
194
|
|
|
125
|
-
#: lib/hammer_cli/main.rb:7
|
|
195
|
+
#: ../lib/hammer_cli/main.rb:7
|
|
126
196
|
msgid "be verbose"
|
|
127
197
|
msgstr "상세 설명 "
|
|
128
198
|
|
|
129
|
-
#: lib/hammer_cli/main.rb:8
|
|
199
|
+
#: ../lib/hammer_cli/main.rb:8
|
|
130
200
|
msgid "show debugging output "
|
|
131
201
|
msgstr "디버깅 출력 표시 "
|
|
132
202
|
|
|
133
|
-
#: lib/hammer_cli/main.rb:9
|
|
203
|
+
#: ../lib/hammer_cli/main.rb:9
|
|
134
204
|
msgid "force reload of Apipie cache"
|
|
135
205
|
msgstr "Apipie 캐시 다시 불러오기를 강제 "
|
|
136
206
|
|
|
137
|
-
#: lib/hammer_cli/main.rb:11
|
|
207
|
+
#: ../lib/hammer_cli/main.rb:11
|
|
138
208
|
msgid "path to custom config file"
|
|
139
209
|
msgstr "사용자 지정 설정 파일로의 경로 "
|
|
140
210
|
|
|
141
|
-
#: lib/hammer_cli/main.rb:13
|
|
211
|
+
#: ../lib/hammer_cli/main.rb:13
|
|
142
212
|
msgid "username to access the remote system"
|
|
143
213
|
msgstr "원격 시스템에 액세스하기 위한 사용자 이름 "
|
|
144
214
|
|
|
145
|
-
#: lib/hammer_cli/main.rb:15
|
|
215
|
+
#: ../lib/hammer_cli/main.rb:15
|
|
146
216
|
msgid "password to access the remote system"
|
|
147
217
|
msgstr "원격 시스템에 액세스하기 위한 암호 "
|
|
148
218
|
|
|
149
|
-
#: lib/hammer_cli/main.rb:17
|
|
219
|
+
#: ../lib/hammer_cli/main.rb:17
|
|
150
220
|
msgid "remote system address"
|
|
151
221
|
msgstr "원격 시스템 주소 "
|
|
152
222
|
|
|
153
|
-
#: lib/hammer_cli/main.rb:20
|
|
223
|
+
#: ../lib/hammer_cli/main.rb:20
|
|
154
224
|
msgid "show version"
|
|
155
225
|
msgstr "버전 표시 "
|
|
156
226
|
|
|
157
|
-
#: lib/hammer_cli/main.rb:
|
|
227
|
+
#: ../lib/hammer_cli/main.rb:23
|
|
228
|
+
msgid "unknown version"
|
|
229
|
+
msgstr ""
|
|
230
|
+
|
|
231
|
+
#: ../lib/hammer_cli/main.rb:29
|
|
158
232
|
msgid "Show ids of associated resources"
|
|
159
233
|
msgstr "관련 리소스의 ID 표시 "
|
|
160
234
|
|
|
161
|
-
#: lib/hammer_cli/main.rb:31
|
|
235
|
+
#: ../lib/hammer_cli/main.rb:31
|
|
162
236
|
msgid "Explicitly turn interactive mode on/off"
|
|
163
237
|
msgstr "대화식 모드를 명시적으로 켜기/끄기"
|
|
164
238
|
|
|
165
|
-
#: lib/hammer_cli/main.rb:35
|
|
239
|
+
#: ../lib/hammer_cli/main.rb:35
|
|
166
240
|
msgid "Output as CSV (same as --output=csv)"
|
|
167
241
|
msgstr "CSV로 출력 (--output=csv와 동일)"
|
|
168
242
|
|
|
169
|
-
#: lib/hammer_cli/main.rb:36
|
|
243
|
+
#: ../lib/hammer_cli/main.rb:36
|
|
170
244
|
msgid "Set output format. One of [%s]"
|
|
171
245
|
msgstr "출력 형식을 설정합니다. [%s] 중 하나입니다 "
|
|
172
246
|
|
|
173
|
-
#: lib/hammer_cli/main.rb:39
|
|
247
|
+
#: ../lib/hammer_cli/main.rb:39
|
|
174
248
|
msgid "Character to separate the values"
|
|
175
249
|
msgstr "값을 구분하기 위한 문자 "
|
|
176
250
|
|
|
177
|
-
#: lib/hammer_cli/main.rb:43
|
|
251
|
+
#: ../lib/hammer_cli/main.rb:43
|
|
178
252
|
msgid "Get list of possible endings"
|
|
179
253
|
msgstr "가능한 종료 목록 검색 "
|
|
180
254
|
|
|
181
|
-
#: lib/hammer_cli/
|
|
182
|
-
msgid ""
|
|
183
|
-
"Warning: location hammer.modules.d is deprecated, move your module "
|
|
184
|
-
"configurations to cli.modules.d"
|
|
185
|
-
msgstr "경고: hammer.modules.d 위치는 사용 중지되었습니다. 모듈 설정을 cli.modules.d로 옮기십시오 "
|
|
186
|
-
|
|
187
|
-
#: lib/hammer_cli/modules.rb:12
|
|
255
|
+
#: ../lib/hammer_cli/modules.rb:12
|
|
188
256
|
msgid ""
|
|
189
257
|
"Legacy configuration of modules detected. Check section about configuration "
|
|
190
258
|
"in user manual"
|
|
191
259
|
msgstr "모듈의 레거시 설정이 감지되었습니다. 사용자 설명서에서 설정에 대한 섹션을 확인하십시오"
|
|
192
260
|
|
|
193
|
-
#: lib/hammer_cli/modules.rb:60
|
|
261
|
+
#: ../lib/hammer_cli/modules.rb:60
|
|
194
262
|
msgid "Warning: An error occured while loading module %s"
|
|
195
263
|
msgstr "경고: 모듈 %s을(를) 불러오는 도중 오류가 발생했습니다 "
|
|
196
264
|
|
|
197
|
-
#: lib/hammer_cli/modules.rb:87
|
|
265
|
+
#: ../lib/hammer_cli/modules.rb:87
|
|
198
266
|
msgid "Error: Some of the required modules are disabled in configuration: %s "
|
|
199
267
|
msgstr "오류: 필요한 모듈 중 일부가 설정에서 비활성화되어 있습니다: %s "
|
|
200
268
|
|
|
201
|
-
#: lib/hammer_cli/
|
|
202
|
-
msgid "
|
|
203
|
-
msgstr "
|
|
269
|
+
#: ../lib/hammer_cli/options/normalizers.rb:26
|
|
270
|
+
msgid "Comma-separated list of key=value."
|
|
271
|
+
msgstr "콤마로 구분된 key=value 목록입니다. "
|
|
204
272
|
|
|
205
|
-
#: lib/hammer_cli/
|
|
206
|
-
msgid "
|
|
207
|
-
msgstr "
|
|
273
|
+
#: ../lib/hammer_cli/options/normalizers.rb:39
|
|
274
|
+
msgid "value must be defined as a comma-separated list of key=value"
|
|
275
|
+
msgstr "콤마로 구분된 key=value 목록으로 값을 지정해야 합니다 "
|
|
208
276
|
|
|
209
|
-
#: lib/hammer_cli/
|
|
210
|
-
msgid "
|
|
211
|
-
msgstr "
|
|
277
|
+
#: ../lib/hammer_cli/options/normalizers.rb:73
|
|
278
|
+
msgid "Comma separated list of values."
|
|
279
|
+
msgstr "콤마로 구분된 값 목록입니다."
|
|
212
280
|
|
|
213
|
-
#: lib/hammer_cli/
|
|
214
|
-
msgid "
|
|
215
|
-
msgstr "
|
|
281
|
+
#: ../lib/hammer_cli/options/normalizers.rb:88
|
|
282
|
+
msgid "numeric value is required"
|
|
283
|
+
msgstr ""
|
|
216
284
|
|
|
217
|
-
#: lib/hammer_cli/
|
|
218
|
-
msgid "
|
|
219
|
-
msgstr "
|
|
285
|
+
#: ../lib/hammer_cli/options/normalizers.rb:102
|
|
286
|
+
msgid "One of true/false, yes/no, 1/0."
|
|
287
|
+
msgstr "true/false, yes/no, 1/0 중 하나입니다."
|
|
220
288
|
|
|
221
|
-
#: lib/hammer_cli/
|
|
222
|
-
msgid "
|
|
223
|
-
msgstr "
|
|
289
|
+
#: ../lib/hammer_cli/options/normalizers.rb:112
|
|
290
|
+
msgid "value must be one of true/false, yes/no, 1/0"
|
|
291
|
+
msgstr "값을 true/false, yes/no, 1/0 중 하나로 해야 합니다 "
|
|
224
292
|
|
|
225
|
-
#: lib/hammer_cli/
|
|
226
|
-
msgid ""
|
|
227
|
-
"
|
|
228
|
-
"settings)"
|
|
229
|
-
msgstr "apipie 캐시를 사용할 때 서버에서 '%s'가 실행되었습니까? (일반 제품 설정)"
|
|
293
|
+
#: ../lib/hammer_cli/options/normalizers.rb:151
|
|
294
|
+
msgid "Unable to parse JSON input"
|
|
295
|
+
msgstr "JSON 입력을 구문 분석할 수 없습니다 "
|
|
230
296
|
|
|
231
|
-
#: lib/hammer_cli/
|
|
232
|
-
msgid "
|
|
233
|
-
msgstr "
|
|
297
|
+
#: ../lib/hammer_cli/options/normalizers.rb:165
|
|
298
|
+
msgid "Possible value(s): %s"
|
|
299
|
+
msgstr ""
|
|
234
300
|
|
|
235
|
-
#: lib/hammer_cli/
|
|
236
|
-
msgid "
|
|
237
|
-
msgstr "
|
|
301
|
+
#: ../lib/hammer_cli/options/normalizers.rb:173
|
|
302
|
+
msgid "value must be %s"
|
|
303
|
+
msgstr ""
|
|
238
304
|
|
|
239
|
-
#: lib/hammer_cli/
|
|
240
|
-
msgid "
|
|
241
|
-
msgstr "
|
|
305
|
+
#: ../lib/hammer_cli/options/normalizers.rb:175
|
|
306
|
+
msgid "value must be one of %s"
|
|
307
|
+
msgstr ""
|
|
242
308
|
|
|
243
|
-
#: lib/hammer_cli/
|
|
244
|
-
msgid "
|
|
245
|
-
msgstr "
|
|
309
|
+
#: ../lib/hammer_cli/options/normalizers.rb:196
|
|
310
|
+
msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
|
|
311
|
+
msgstr "날짜 및 시간 (YYYY-MM-DD HH:MM:SS 또는 ISO 8601 형식으로)"
|
|
246
312
|
|
|
247
|
-
#: lib/hammer_cli/
|
|
248
|
-
msgid "
|
|
249
|
-
msgstr "
|
|
313
|
+
#: ../lib/hammer_cli/options/normalizers.rb:203
|
|
314
|
+
msgid "'%s' is not a valid date"
|
|
315
|
+
msgstr "'%s'은(는) 유효한 날짜가 아닙니다 "
|
|
250
316
|
|
|
251
|
-
#: lib/hammer_cli/
|
|
252
|
-
msgid "
|
|
253
|
-
msgstr "
|
|
317
|
+
#: ../lib/hammer_cli/options/normalizers.rb:214
|
|
318
|
+
msgid "Any combination (comma separated list) of '%s'"
|
|
319
|
+
msgstr "'%s'의 모든 조합 (콤마로 구분된 목록)"
|
|
320
|
+
|
|
321
|
+
#: ../lib/hammer_cli/options/normalizers.rb:234
|
|
322
|
+
msgid "value must be a combination of '%s'"
|
|
323
|
+
msgstr "값은 '%s'의 조합이어야 합니다 "
|
|
324
|
+
|
|
325
|
+
#: ../lib/hammer_cli/options/option_definition.rb:56
|
|
326
|
+
msgid "Warning: Option %{option} is deprecated. %{message}"
|
|
327
|
+
msgstr ""
|
|
254
328
|
|
|
255
|
-
#: lib/hammer_cli/
|
|
329
|
+
#: ../lib/hammer_cli/options/option_definition.rb:80
|
|
330
|
+
msgid "Can be specified multiple times. "
|
|
331
|
+
msgstr "여러 번 지정할 수 있습니다 "
|
|
332
|
+
|
|
333
|
+
#: ../lib/hammer_cli/options/option_definition.rb:81
|
|
334
|
+
msgid "Default: "
|
|
335
|
+
msgstr "기본값:"
|
|
336
|
+
|
|
337
|
+
#: ../lib/hammer_cli/options/option_definition.rb:81
|
|
338
|
+
msgid ", or "
|
|
339
|
+
msgstr " 또는 "
|
|
340
|
+
|
|
341
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:174
|
|
256
342
|
msgid "Message"
|
|
257
343
|
msgstr "메세지 "
|
|
258
344
|
|
|
259
|
-
#: lib/hammer_cli/output/adapter/csv.rb:178
|
|
345
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:178
|
|
260
346
|
msgid "Id"
|
|
261
347
|
msgstr "ID "
|
|
262
348
|
|
|
263
|
-
#: lib/hammer_cli/output/adapter/csv.rb:183
|
|
349
|
+
#: ../lib/hammer_cli/output/adapter/csv.rb:183
|
|
264
350
|
msgid "Name"
|
|
265
351
|
msgstr "이름 "
|
|
266
352
|
|
|
267
|
-
#: lib/hammer_cli/output/formatters.rb:154
|
|
353
|
+
#: ../lib/hammer_cli/output/formatters.rb:154
|
|
354
|
+
msgid "yes"
|
|
355
|
+
msgstr "yes"
|
|
356
|
+
|
|
357
|
+
#: ../lib/hammer_cli/output/formatters.rb:154
|
|
268
358
|
msgid "no"
|
|
269
359
|
msgstr "no"
|
|
270
360
|
|
|
271
|
-
#: lib/hammer_cli/
|
|
272
|
-
msgid "
|
|
273
|
-
|
|
361
|
+
#: ../lib/hammer_cli/settings.rb:27
|
|
362
|
+
msgid ""
|
|
363
|
+
"Warning: location hammer.modules.d is deprecated, move your module "
|
|
364
|
+
"configurations to cli.modules.d"
|
|
365
|
+
msgstr "경고: hammer.modules.d 위치는 사용 중지되었습니다. 모듈 설정을 cli.modules.d로 옮기십시오 "
|
|
274
366
|
|
|
275
|
-
#: lib/hammer_cli/shell.rb:10
|
|
367
|
+
#: ../lib/hammer_cli/shell.rb:10
|
|
276
368
|
msgid "Print help for commands"
|
|
277
369
|
msgstr "명령의 help를 출력 "
|
|
278
370
|
|
|
279
|
-
#: lib/hammer_cli/shell.rb:22
|
|
371
|
+
#: ../lib/hammer_cli/shell.rb:22
|
|
280
372
|
msgid "Exit interactive shell"
|
|
281
373
|
msgstr "대화식 쉘 종료 "
|
|
282
374
|
|
|
283
|
-
#: lib/hammer_cli/shell.rb:116
|
|
375
|
+
#: ../lib/hammer_cli/shell.rb:116
|
|
284
376
|
msgid "Welcome to the hammer interactive shell"
|
|
285
377
|
msgstr "hammer 대화식 쉘에 오신 것을 환영합니다 "
|
|
286
378
|
|
|
287
|
-
#: lib/hammer_cli/shell.rb:117
|
|
379
|
+
#: ../lib/hammer_cli/shell.rb:117
|
|
288
380
|
msgid "Type 'help' for usage information"
|
|
289
381
|
msgstr "사용법을 확인하려면 'help'를 입력하십시오 "
|
|
290
382
|
|
|
291
|
-
#: lib/hammer_cli/shell.rb:133
|
|
383
|
+
#: ../lib/hammer_cli/shell.rb:133
|
|
292
384
|
msgid "Interactive shell"
|
|
293
385
|
msgstr "대화식 쉘 "
|
|
294
386
|
|
|
295
|
-
#: lib/hammer_cli/subcommand.rb:56
|
|
387
|
+
#: ../lib/hammer_cli/subcommand.rb:56
|
|
296
388
|
msgid ""
|
|
297
389
|
"can't replace subcommand %<name>s (%<existing_class>s) with %<name>s "
|
|
298
390
|
"(%<new_class>s)"
|
|
299
391
|
msgstr "하위 명령 %<name>s (%<existing_class>s)을(를) %<name>s (%<new_class>s)로 대체할 수 없습니다 "
|
|
392
|
+
|
|
393
|
+
#: ../lib/hammer_cli/validator.rb:41
|
|
394
|
+
msgid "Unknown option name '%s'"
|
|
395
|
+
msgstr "알 수 없는 옵션 이름 '%s'"
|
|
396
|
+
|
|
397
|
+
#: ../lib/hammer_cli/validator.rb:62
|
|
398
|
+
msgid "You can't set all options %s at one time"
|
|
399
|
+
msgstr "한 번에 모든 옵션 %s을(를) 설정할 수 없습니다 "
|
|
400
|
+
|
|
401
|
+
#: ../lib/hammer_cli/validator.rb:63
|
|
402
|
+
msgid "Options %s are required"
|
|
403
|
+
msgstr "옵션 %s이(가) 필요합니다 "
|
|
404
|
+
|
|
405
|
+
#: ../lib/hammer_cli/validator.rb:79
|
|
406
|
+
msgid "You can't set any of options %s"
|
|
407
|
+
msgstr "옵션 %s을(를) 설정할 수 없습니다 "
|
|
408
|
+
|
|
409
|
+
#: ../lib/hammer_cli/validator.rb:80
|
|
410
|
+
msgid "At least one of options %s is required"
|
|
411
|
+
msgstr "최소 하나의 옵션 %s이(가) 필요합니다 "
|
data/locale/ko/hammer-cli.po
CHANGED
|
@@ -47,6 +47,80 @@ msgstr "다음과 같은 서브 명령 '%<name>s'이(가) 없습니다"
|
|
|
47
47
|
msgid "no value provided"
|
|
48
48
|
msgstr "값이 지정되어 있지 않습니다 "
|
|
49
49
|
|
|
50
|
+
msgid "Couldn't create %s please create the path before defaults are enabled."
|
|
51
|
+
msgstr ""
|
|
52
|
+
|
|
53
|
+
msgid "Defaults management"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
msgid "List all the providers"
|
|
57
|
+
msgstr ""
|
|
58
|
+
|
|
59
|
+
msgid "Provider"
|
|
60
|
+
msgstr ""
|
|
61
|
+
|
|
62
|
+
msgid "Supported defaults"
|
|
63
|
+
msgstr ""
|
|
64
|
+
|
|
65
|
+
msgid "Description"
|
|
66
|
+
msgstr ""
|
|
67
|
+
|
|
68
|
+
msgid "List all the default parameters"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
71
|
+
msgid "Parameter"
|
|
72
|
+
msgstr ""
|
|
73
|
+
|
|
74
|
+
msgid "Value"
|
|
75
|
+
msgstr ""
|
|
76
|
+
|
|
77
|
+
msgid "Delete a default param"
|
|
78
|
+
msgstr ""
|
|
79
|
+
|
|
80
|
+
msgid "The name of the default option"
|
|
81
|
+
msgstr ""
|
|
82
|
+
|
|
83
|
+
msgid "Add a default parameter to config"
|
|
84
|
+
msgstr ""
|
|
85
|
+
|
|
86
|
+
msgid "The name of the default option (e.g. organization_id)."
|
|
87
|
+
msgstr ""
|
|
88
|
+
|
|
89
|
+
msgid "The value for the default option"
|
|
90
|
+
msgstr ""
|
|
91
|
+
|
|
92
|
+
msgid ""
|
|
93
|
+
"The name of the provider providing the value. For list available providers see"
|
|
94
|
+
" `hammer defaults providers`."
|
|
95
|
+
msgstr ""
|
|
96
|
+
|
|
97
|
+
msgid ""
|
|
98
|
+
"Added %{key_val} default-option with value that will be generated from the ser"
|
|
99
|
+
"ver."
|
|
100
|
+
msgstr ""
|
|
101
|
+
|
|
102
|
+
msgid "Added %{key_val} default-option with value %{val_val}."
|
|
103
|
+
msgstr ""
|
|
104
|
+
|
|
105
|
+
msgid ""
|
|
106
|
+
"\"Provider #{namespace} was not found. See `hammer defaults providers` for avai"
|
|
107
|
+
"lable providers.\""
|
|
108
|
+
msgstr ""
|
|
109
|
+
|
|
110
|
+
msgid ""
|
|
111
|
+
"The param name is not supported by provider. See `hammer defaults providers` f"
|
|
112
|
+
"or supported params."
|
|
113
|
+
msgstr ""
|
|
114
|
+
|
|
115
|
+
msgid "%{param} was deleted successfully."
|
|
116
|
+
msgstr ""
|
|
117
|
+
|
|
118
|
+
msgid "You must specify value or a provider name, cant specify both."
|
|
119
|
+
msgstr ""
|
|
120
|
+
|
|
121
|
+
msgid "Couldn't find the requested param in %s."
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
50
124
|
msgid "Error: %s"
|
|
51
125
|
msgstr "오류: %s"
|
|
52
126
|
|
|
@@ -179,18 +253,18 @@ msgstr "'%s'의 모든 조합 (콤마로 구분된 목록)"
|
|
|
179
253
|
msgid "value must be a combination of '%s'"
|
|
180
254
|
msgstr "값은 '%s'의 조합이어야 합니다 "
|
|
181
255
|
|
|
182
|
-
msgid "
|
|
256
|
+
msgid "Warning: Option %{option} is deprecated. %{message}"
|
|
183
257
|
msgstr ""
|
|
184
258
|
|
|
185
259
|
msgid "Can be specified multiple times. "
|
|
186
260
|
msgstr "여러 번 지정할 수 있습니다 "
|
|
187
261
|
|
|
188
|
-
msgid ", or "
|
|
189
|
-
msgstr " 또는 "
|
|
190
|
-
|
|
191
262
|
msgid "Default: "
|
|
192
263
|
msgstr "기본값:"
|
|
193
264
|
|
|
265
|
+
msgid ", or "
|
|
266
|
+
msgstr " 또는 "
|
|
267
|
+
|
|
194
268
|
msgid "Message"
|
|
195
269
|
msgstr "메세지 "
|
|
196
270
|
|
|
@@ -200,12 +274,12 @@ msgstr "ID "
|
|
|
200
274
|
msgid "Name"
|
|
201
275
|
msgstr "이름 "
|
|
202
276
|
|
|
203
|
-
msgid "no"
|
|
204
|
-
msgstr "no"
|
|
205
|
-
|
|
206
277
|
msgid "yes"
|
|
207
278
|
msgstr "yes"
|
|
208
279
|
|
|
280
|
+
msgid "no"
|
|
281
|
+
msgstr "no"
|
|
282
|
+
|
|
209
283
|
msgid ""
|
|
210
284
|
"Warning: location hammer.modules.d is deprecated, move your module configurati"
|
|
211
285
|
"ons to cli.modules.d"
|