hammer_cli 0.1.4 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -6
- data/doc/developer_docs.md +3 -0
- data/doc/release_notes.md +14 -0
- data/lib/hammer_cli/abstract.rb +4 -2
- data/lib/hammer_cli/i18n.rb +3 -8
- data/lib/hammer_cli/main.rb +1 -1
- data/lib/hammer_cli/options/normalizers.rb +18 -2
- data/lib/hammer_cli/output/dsl.rb +1 -2
- data/lib/hammer_cli/output/fields.rb +9 -0
- data/lib/hammer_cli/version.rb +1 -1
- data/locale/Makefile +9 -17
- data/locale/de/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/de/hammer-cli.edit.po +303 -0
- data/locale/de/hammer-cli.po +114 -171
- data/locale/de/hammer-cli.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/en/hammer-cli.edit.po +290 -0
- data/locale/en/hammer-cli.po +98 -96
- data/locale/en/hammer-cli.po.time_stamp +0 -0
- data/locale/en_GB/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/en_GB/hammer-cli.edit.po +298 -0
- data/locale/en_GB/hammer-cli.po +77 -138
- data/locale/en_GB/hammer-cli.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/es/hammer-cli.edit.po +301 -0
- data/locale/es/hammer-cli.po +122 -173
- data/locale/es/hammer-cli.po.time_stamp +0 -0
- data/locale/fr/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/fr/hammer-cli.edit.po +301 -0
- data/locale/fr/hammer-cli.po +122 -173
- data/locale/fr/hammer-cli.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/it/hammer-cli.edit.po +300 -0
- data/locale/it/hammer-cli.po +117 -172
- data/locale/it/hammer-cli.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ja/hammer-cli.edit.po +299 -0
- data/locale/ja/hammer-cli.po +110 -171
- data/locale/ja/hammer-cli.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ko/hammer-cli.edit.po +299 -0
- data/locale/ko/hammer-cli.po +110 -171
- data/locale/ko/hammer-cli.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/pt_BR/hammer-cli.edit.po +301 -0
- data/locale/pt_BR/hammer-cli.po +114 -171
- data/locale/pt_BR/hammer-cli.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/ru/hammer-cli.edit.po +300 -0
- data/locale/ru/hammer-cli.po +116 -172
- data/locale/ru/hammer-cli.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/zh_CN/hammer-cli.edit.po +299 -0
- data/locale/zh_CN/hammer-cli.po +110 -171
- data/locale/zh_CN/hammer-cli.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/hammer-cli.mo +0 -0
- data/locale/zh_TW/hammer-cli.edit.po +299 -0
- data/locale/zh_TW/hammer-cli.po +110 -171
- data/locale/zh_TW/hammer-cli.po.time_stamp +0 -0
- data/test/unit/options/normalizers_test.rb +28 -0
- data/test/unit/output/fields_test.rb +60 -0
- metadata +38 -14
@@ -0,0 +1,298 @@
|
|
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
|
+
msgid ""
|
7
|
+
msgstr ""
|
8
|
+
"Project-Id-Version: Foreman\n"
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
10
|
+
"POT-Creation-Date: 2014-12-10 13:50+0100\n"
|
11
|
+
"PO-Revision-Date: 2015-03-09 14:42+0000\n"
|
12
|
+
"Last-Translator: Lukáš Zapletal\n"
|
13
|
+
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/foreman/language/en_GB/)\n"
|
14
|
+
"MIME-Version: 1.0\n"
|
15
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
17
|
+
"Language: en_GB\n"
|
18
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19
|
+
|
20
|
+
#: lib/hammer_cli/clamp.rb:5
|
21
|
+
msgid "too many arguments"
|
22
|
+
msgstr ""
|
23
|
+
|
24
|
+
#: lib/hammer_cli/clamp.rb:6
|
25
|
+
msgid "option '%<option>s' is required"
|
26
|
+
msgstr ""
|
27
|
+
|
28
|
+
#: lib/hammer_cli/clamp.rb:7
|
29
|
+
msgid "option '%<option>s' (or env %<env>s) is required"
|
30
|
+
msgstr ""
|
31
|
+
|
32
|
+
#: lib/hammer_cli/clamp.rb:8
|
33
|
+
msgid "option '%<switch>s': %<message>s"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
#: lib/hammer_cli/clamp.rb:9
|
37
|
+
msgid "parameter '%<param>s': %<message>s"
|
38
|
+
msgstr ""
|
39
|
+
|
40
|
+
#: lib/hammer_cli/clamp.rb:10
|
41
|
+
msgid "%<env>s: %<message>s"
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
#: lib/hammer_cli/clamp.rb:11
|
45
|
+
msgid "Unrecognised option '%<switch>s'"
|
46
|
+
msgstr ""
|
47
|
+
|
48
|
+
#: lib/hammer_cli/clamp.rb:12
|
49
|
+
msgid "No such sub-command '%<name>s'"
|
50
|
+
msgstr ""
|
51
|
+
|
52
|
+
#: lib/hammer_cli/clamp.rb:13
|
53
|
+
msgid "no value provided"
|
54
|
+
msgstr ""
|
55
|
+
|
56
|
+
#: lib/hammer_cli/options/option_definition.rb:68
|
57
|
+
msgid "Can be specified multiple times. "
|
58
|
+
msgstr ""
|
59
|
+
|
60
|
+
#: lib/hammer_cli/options/option_definition.rb:69
|
61
|
+
msgid "Default: "
|
62
|
+
msgstr ""
|
63
|
+
|
64
|
+
#: lib/hammer_cli/options/option_definition.rb:69
|
65
|
+
msgid ", or "
|
66
|
+
msgstr ""
|
67
|
+
|
68
|
+
#: lib/hammer_cli/options/normalizers.rb:26
|
69
|
+
msgid "Comma-separated list of key=value."
|
70
|
+
msgstr ""
|
71
|
+
|
72
|
+
#: lib/hammer_cli/options/normalizers.rb:39
|
73
|
+
msgid "value must be defined as a comma-separated list of key=value"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
#: lib/hammer_cli/options/normalizers.rb:57
|
77
|
+
msgid "Comma separated list of values."
|
78
|
+
msgstr ""
|
79
|
+
|
80
|
+
#: lib/hammer_cli/options/normalizers.rb:69
|
81
|
+
msgid "One of true/false, yes/no, 1/0."
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
#: lib/hammer_cli/options/normalizers.rb:79
|
85
|
+
msgid "value must be one of true/false, yes/no, 1/0"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
#: lib/hammer_cli/options/normalizers.rb:118
|
89
|
+
msgid "Unable to parse JSON input"
|
90
|
+
msgstr ""
|
91
|
+
|
92
|
+
#: lib/hammer_cli/options/normalizers.rb:131
|
93
|
+
msgid "One of %s"
|
94
|
+
msgstr ""
|
95
|
+
|
96
|
+
#: lib/hammer_cli/options/normalizers.rb:138
|
97
|
+
msgid "value must be one of '%s'"
|
98
|
+
msgstr ""
|
99
|
+
|
100
|
+
#: lib/hammer_cli/options/normalizers.rb:157
|
101
|
+
msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
|
102
|
+
msgstr ""
|
103
|
+
|
104
|
+
#: lib/hammer_cli/options/normalizers.rb:164
|
105
|
+
msgid "'%s' is not a valid date"
|
106
|
+
msgstr ""
|
107
|
+
|
108
|
+
#: lib/hammer_cli/options/normalizers.rb:175
|
109
|
+
msgid "Any combination (comma separated list) of '%s'"
|
110
|
+
msgstr ""
|
111
|
+
|
112
|
+
#: lib/hammer_cli/options/normalizers.rb:195
|
113
|
+
msgid "value must be a combination of '%s'"
|
114
|
+
msgstr ""
|
115
|
+
|
116
|
+
#: lib/hammer_cli/logger.rb:28
|
117
|
+
msgid "No permissions to create log dir %s"
|
118
|
+
msgstr ""
|
119
|
+
|
120
|
+
#: lib/hammer_cli/logger.rb:43
|
121
|
+
msgid "File %s not writeable, won't log anything to the file!"
|
122
|
+
msgstr ""
|
123
|
+
|
124
|
+
#: lib/hammer_cli/main.rb:7
|
125
|
+
msgid "be verbose"
|
126
|
+
msgstr ""
|
127
|
+
|
128
|
+
#: lib/hammer_cli/main.rb:8
|
129
|
+
msgid "show debugging output "
|
130
|
+
msgstr ""
|
131
|
+
|
132
|
+
#: lib/hammer_cli/main.rb:9
|
133
|
+
msgid "force reload of Apipie cache"
|
134
|
+
msgstr ""
|
135
|
+
|
136
|
+
#: lib/hammer_cli/main.rb:11
|
137
|
+
msgid "path to custom config file"
|
138
|
+
msgstr ""
|
139
|
+
|
140
|
+
#: lib/hammer_cli/main.rb:13
|
141
|
+
msgid "username to access the remote system"
|
142
|
+
msgstr ""
|
143
|
+
|
144
|
+
#: lib/hammer_cli/main.rb:15
|
145
|
+
msgid "password to access the remote system"
|
146
|
+
msgstr ""
|
147
|
+
|
148
|
+
#: lib/hammer_cli/main.rb:17
|
149
|
+
msgid "remote system address"
|
150
|
+
msgstr ""
|
151
|
+
|
152
|
+
#: lib/hammer_cli/main.rb:20
|
153
|
+
msgid "show version"
|
154
|
+
msgstr ""
|
155
|
+
|
156
|
+
#: lib/hammer_cli/main.rb:29
|
157
|
+
msgid "Show ids of associated resources"
|
158
|
+
msgstr ""
|
159
|
+
|
160
|
+
#: lib/hammer_cli/main.rb:31
|
161
|
+
msgid "Explicitly turn interactive mode on/off"
|
162
|
+
msgstr ""
|
163
|
+
|
164
|
+
#: lib/hammer_cli/main.rb:35
|
165
|
+
msgid "Output as CSV (same as --output=csv)"
|
166
|
+
msgstr ""
|
167
|
+
|
168
|
+
#: lib/hammer_cli/main.rb:36
|
169
|
+
msgid "Set output format. One of [%s]"
|
170
|
+
msgstr ""
|
171
|
+
|
172
|
+
#: lib/hammer_cli/main.rb:39
|
173
|
+
msgid "Character to separate the values"
|
174
|
+
msgstr ""
|
175
|
+
|
176
|
+
#: lib/hammer_cli/main.rb:43
|
177
|
+
msgid "Get list of possible endings"
|
178
|
+
msgstr ""
|
179
|
+
|
180
|
+
#: lib/hammer_cli/settings.rb:28
|
181
|
+
msgid ""
|
182
|
+
"Warning: location hammer.modules.d is deprecated, move your module "
|
183
|
+
"configurations to cli.modules.d"
|
184
|
+
msgstr ""
|
185
|
+
|
186
|
+
#: lib/hammer_cli/modules.rb:12
|
187
|
+
msgid ""
|
188
|
+
"Legacy configuration of modules detected. Check section about configuration "
|
189
|
+
"in user manual"
|
190
|
+
msgstr ""
|
191
|
+
|
192
|
+
#: lib/hammer_cli/modules.rb:60
|
193
|
+
msgid "Warning: An error occured while loading module %s"
|
194
|
+
msgstr ""
|
195
|
+
|
196
|
+
#: lib/hammer_cli/modules.rb:87
|
197
|
+
msgid "Error: Some of the required modules are disabled in configuration: %s "
|
198
|
+
msgstr ""
|
199
|
+
|
200
|
+
#: lib/hammer_cli/exception_handler.rb:62
|
201
|
+
msgid "Error: %s"
|
202
|
+
msgstr ""
|
203
|
+
|
204
|
+
#: lib/hammer_cli/exception_handler.rb:68
|
205
|
+
msgid "Error: %{message}"
|
206
|
+
msgstr ""
|
207
|
+
|
208
|
+
#: lib/hammer_cli/exception_handler.rb:69
|
209
|
+
msgid "See: '%{path} --help'"
|
210
|
+
msgstr ""
|
211
|
+
|
212
|
+
#: lib/hammer_cli/exception_handler.rb:86
|
213
|
+
msgid "Invalid username or password"
|
214
|
+
msgstr ""
|
215
|
+
|
216
|
+
#: lib/hammer_cli/exception_handler.rb:93
|
217
|
+
msgid "Could not load the API description from the server"
|
218
|
+
msgstr ""
|
219
|
+
|
220
|
+
#: lib/hammer_cli/exception_handler.rb:94
|
221
|
+
msgid "is the server down?"
|
222
|
+
msgstr ""
|
223
|
+
|
224
|
+
#: lib/hammer_cli/exception_handler.rb:95
|
225
|
+
msgid ""
|
226
|
+
"was '%s' run on the server when using apipie cache? (typical production "
|
227
|
+
"settings)"
|
228
|
+
msgstr ""
|
229
|
+
|
230
|
+
#: lib/hammer_cli/exception_handler.rb:101
|
231
|
+
msgid "Missing arguments for %s"
|
232
|
+
msgstr ""
|
233
|
+
|
234
|
+
#: lib/hammer_cli/validator.rb:41
|
235
|
+
msgid "Unknown option name '%s'"
|
236
|
+
msgstr ""
|
237
|
+
|
238
|
+
#: lib/hammer_cli/validator.rb:62
|
239
|
+
msgid "You can't set all options %s at one time"
|
240
|
+
msgstr ""
|
241
|
+
|
242
|
+
#: lib/hammer_cli/validator.rb:63
|
243
|
+
msgid "Options %s are required"
|
244
|
+
msgstr ""
|
245
|
+
|
246
|
+
#: lib/hammer_cli/validator.rb:79
|
247
|
+
msgid "You can't set any of options %s"
|
248
|
+
msgstr ""
|
249
|
+
|
250
|
+
#: lib/hammer_cli/validator.rb:80
|
251
|
+
msgid "At least one of options %s is required"
|
252
|
+
msgstr ""
|
253
|
+
|
254
|
+
#: lib/hammer_cli/output/adapter/csv.rb:174
|
255
|
+
msgid "Message"
|
256
|
+
msgstr ""
|
257
|
+
|
258
|
+
#: lib/hammer_cli/output/adapter/csv.rb:178
|
259
|
+
msgid "Id"
|
260
|
+
msgstr ""
|
261
|
+
|
262
|
+
#: lib/hammer_cli/output/adapter/csv.rb:183
|
263
|
+
msgid "Name"
|
264
|
+
msgstr "Name"
|
265
|
+
|
266
|
+
#: lib/hammer_cli/output/formatters.rb:154
|
267
|
+
msgid "no"
|
268
|
+
msgstr ""
|
269
|
+
|
270
|
+
#: lib/hammer_cli/output/formatters.rb:154
|
271
|
+
msgid "yes"
|
272
|
+
msgstr ""
|
273
|
+
|
274
|
+
#: lib/hammer_cli/shell.rb:10
|
275
|
+
msgid "Print help for commands"
|
276
|
+
msgstr ""
|
277
|
+
|
278
|
+
#: lib/hammer_cli/shell.rb:22
|
279
|
+
msgid "Exit interactive shell"
|
280
|
+
msgstr ""
|
281
|
+
|
282
|
+
#: lib/hammer_cli/shell.rb:116
|
283
|
+
msgid "Welcome to the hammer interactive shell"
|
284
|
+
msgstr ""
|
285
|
+
|
286
|
+
#: lib/hammer_cli/shell.rb:117
|
287
|
+
msgid "Type 'help' for usage information"
|
288
|
+
msgstr ""
|
289
|
+
|
290
|
+
#: lib/hammer_cli/shell.rb:133
|
291
|
+
msgid "Interactive shell"
|
292
|
+
msgstr ""
|
293
|
+
|
294
|
+
#: lib/hammer_cli/subcommand.rb:56
|
295
|
+
msgid ""
|
296
|
+
"can't replace subcommand %<name>s (%<existing_class>s) with %<name>s "
|
297
|
+
"(%<new_class>s)"
|
298
|
+
msgstr ""
|
data/locale/en_GB/hammer-cli.po
CHANGED
@@ -1,291 +1,230 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the hammer-cli package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: hammer-cli 0.
|
8
|
+
"Project-Id-Version: hammer-cli 0.2.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date: 2014-09-15 12:50+0100\n"
|
11
10
|
"PO-Revision-Date: 2014-08-14 09:42+0000\n"
|
12
11
|
"Last-Translator: Lukáš Zapletal\n"
|
13
|
-
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/
|
12
|
+
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/f"
|
13
|
+
"oreman/language/en_GB/)\n"
|
14
14
|
"MIME-Version: 1.0\n"
|
15
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
17
17
|
"Language: en_GB\n"
|
18
18
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19
19
|
|
20
|
-
|
21
|
-
msgid ""
|
22
|
-
"can't replace subcommand %<name>s (%<existing_class>s) with %<name>s "
|
23
|
-
"(%<new_class>s)"
|
24
|
-
msgstr ""
|
25
|
-
|
26
|
-
#: lib/hammer_cli/logger.rb:28
|
27
|
-
msgid "No permissions to create log dir %s"
|
28
|
-
msgstr ""
|
29
|
-
|
30
|
-
#: lib/hammer_cli/logger.rb:43
|
31
|
-
msgid "File %s not writeable, won't log anything to the file!"
|
32
|
-
msgstr ""
|
33
|
-
|
34
|
-
#: lib/hammer_cli/main.rb:7
|
35
|
-
msgid "be verbose"
|
20
|
+
msgid "too many arguments"
|
36
21
|
msgstr ""
|
37
22
|
|
38
|
-
|
39
|
-
msgid "show debugging output "
|
23
|
+
msgid "option '%<option>s' is required"
|
40
24
|
msgstr ""
|
41
25
|
|
42
|
-
|
43
|
-
msgid "path to custom config file"
|
26
|
+
msgid "option '%<option>s' (or env %<env>s) is required"
|
44
27
|
msgstr ""
|
45
28
|
|
46
|
-
|
47
|
-
msgid "username to access the remote system"
|
29
|
+
msgid "option '%<switch>s': %<message>s"
|
48
30
|
msgstr ""
|
49
31
|
|
50
|
-
|
51
|
-
msgid "password to access the remote system"
|
32
|
+
msgid "parameter '%<param>s': %<message>s"
|
52
33
|
msgstr ""
|
53
34
|
|
54
|
-
|
55
|
-
msgid "remote system address"
|
35
|
+
msgid "%<env>s: %<message>s"
|
56
36
|
msgstr ""
|
57
37
|
|
58
|
-
|
59
|
-
msgid "show version"
|
38
|
+
msgid "Unrecognised option '%<switch>s'"
|
60
39
|
msgstr ""
|
61
40
|
|
62
|
-
|
63
|
-
msgid "Show ids of associated resources"
|
41
|
+
msgid "No such sub-command '%<name>s'"
|
64
42
|
msgstr ""
|
65
43
|
|
66
|
-
|
67
|
-
msgid "Explicitly turn interactive mode on/off"
|
44
|
+
msgid "no value provided"
|
68
45
|
msgstr ""
|
69
46
|
|
70
|
-
|
71
|
-
msgid "Output as CSV (same as --output=csv)"
|
47
|
+
msgid "Error: %s"
|
72
48
|
msgstr ""
|
73
49
|
|
74
|
-
|
75
|
-
msgid "Set output format. One of [%s]"
|
50
|
+
msgid "Error: %{message}"
|
76
51
|
msgstr ""
|
77
52
|
|
78
|
-
|
79
|
-
msgid "Character to separate the values"
|
53
|
+
msgid "See: '%{path} --help'"
|
80
54
|
msgstr ""
|
81
55
|
|
82
|
-
|
83
|
-
msgid "Get list of possible endings"
|
56
|
+
msgid "Invalid username or password"
|
84
57
|
msgstr ""
|
85
58
|
|
86
|
-
|
87
|
-
msgid "Unknown option name '%s'"
|
59
|
+
msgid "Could not load the API description from the server"
|
88
60
|
msgstr ""
|
89
61
|
|
90
|
-
|
91
|
-
msgid "You can't set all options %s at one time"
|
62
|
+
msgid "is the server down?"
|
92
63
|
msgstr ""
|
93
64
|
|
94
|
-
|
95
|
-
|
65
|
+
msgid ""
|
66
|
+
"was '%s' run on the server when using apipie cache? (typical production settin"
|
67
|
+
"gs)"
|
96
68
|
msgstr ""
|
97
69
|
|
98
|
-
|
99
|
-
msgid "You can't set any of options %s"
|
70
|
+
msgid "Missing arguments for %s"
|
100
71
|
msgstr ""
|
101
72
|
|
102
|
-
|
103
|
-
msgid "At least one of options %s is required"
|
73
|
+
msgid "No permissions to create log dir %s"
|
104
74
|
msgstr ""
|
105
75
|
|
106
|
-
|
107
|
-
msgid "Print help for commands"
|
76
|
+
msgid "File %s not writeable, won't log anything to the file!"
|
108
77
|
msgstr ""
|
109
78
|
|
110
|
-
|
111
|
-
msgid "Exit interactive shell"
|
79
|
+
msgid "be verbose"
|
112
80
|
msgstr ""
|
113
81
|
|
114
|
-
|
115
|
-
msgid "Welcome to the hammer interactive shell"
|
82
|
+
msgid "show debugging output "
|
116
83
|
msgstr ""
|
117
84
|
|
118
|
-
|
119
|
-
msgid "Type 'help' for usage information"
|
85
|
+
msgid "force reload of Apipie cache"
|
120
86
|
msgstr ""
|
121
87
|
|
122
|
-
|
123
|
-
msgid ""
|
124
|
-
"Command completion is disabled on ruby < 1.9 due to compatibility problems."
|
88
|
+
msgid "path to custom config file"
|
125
89
|
msgstr ""
|
126
90
|
|
127
|
-
|
128
|
-
msgid "Interactive shell"
|
91
|
+
msgid "username to access the remote system"
|
129
92
|
msgstr ""
|
130
93
|
|
131
|
-
|
132
|
-
msgid "too many arguments"
|
94
|
+
msgid "password to access the remote system"
|
133
95
|
msgstr ""
|
134
96
|
|
135
|
-
|
136
|
-
msgid "option '%<option>s' is required"
|
97
|
+
msgid "remote system address"
|
137
98
|
msgstr ""
|
138
99
|
|
139
|
-
|
140
|
-
msgid "option '%<option>s' (or env %<env>s) is required"
|
100
|
+
msgid "show version"
|
141
101
|
msgstr ""
|
142
102
|
|
143
|
-
|
144
|
-
msgid "option '%<switch>s': %<message>s"
|
103
|
+
msgid "Show ids of associated resources"
|
145
104
|
msgstr ""
|
146
105
|
|
147
|
-
|
148
|
-
msgid "parameter '%<param>s': %<message>s"
|
106
|
+
msgid "Explicitly turn interactive mode on/off"
|
149
107
|
msgstr ""
|
150
108
|
|
151
|
-
|
152
|
-
msgid "%<env>s: %<message>s"
|
109
|
+
msgid "Output as CSV (same as --output=csv)"
|
153
110
|
msgstr ""
|
154
111
|
|
155
|
-
|
156
|
-
msgid "Unrecognised option '%<switch>s'"
|
112
|
+
msgid "Set output format. One of [%s]"
|
157
113
|
msgstr ""
|
158
114
|
|
159
|
-
|
160
|
-
msgid "No such sub-command '%<name>s'"
|
115
|
+
msgid "Character to separate the values"
|
161
116
|
msgstr ""
|
162
117
|
|
163
|
-
|
164
|
-
msgid "no value provided"
|
118
|
+
msgid "Get list of possible endings"
|
165
119
|
msgstr ""
|
166
120
|
|
167
|
-
|
168
|
-
|
121
|
+
msgid ""
|
122
|
+
"Legacy configuration of modules detected. Check section about configuration in"
|
123
|
+
" user manual"
|
169
124
|
msgstr ""
|
170
125
|
|
171
|
-
|
172
|
-
msgid "Default: "
|
126
|
+
msgid "Warning: An error occured while loading module %s"
|
173
127
|
msgstr ""
|
174
128
|
|
175
|
-
|
176
|
-
msgid ", or "
|
129
|
+
msgid "Error: Some of the required modules are disabled in configuration: %s "
|
177
130
|
msgstr ""
|
178
131
|
|
179
|
-
#: lib/hammer_cli/options/normalizers.rb:26
|
180
132
|
msgid "Comma-separated list of key=value."
|
181
133
|
msgstr ""
|
182
134
|
|
183
|
-
#: lib/hammer_cli/options/normalizers.rb:39
|
184
135
|
msgid "value must be defined as a comma-separated list of key=value"
|
185
136
|
msgstr ""
|
186
137
|
|
187
|
-
#: lib/hammer_cli/options/normalizers.rb:57
|
188
138
|
msgid "Comma separated list of values."
|
189
139
|
msgstr ""
|
190
140
|
|
191
|
-
#: lib/hammer_cli/options/normalizers.rb:69
|
192
141
|
msgid "One of true/false, yes/no, 1/0."
|
193
142
|
msgstr ""
|
194
143
|
|
195
|
-
#: lib/hammer_cli/options/normalizers.rb:79
|
196
144
|
msgid "value must be one of true/false, yes/no, 1/0"
|
197
145
|
msgstr ""
|
198
146
|
|
199
|
-
#: lib/hammer_cli/options/normalizers.rb:118
|
200
147
|
msgid "Unable to parse JSON input"
|
201
148
|
msgstr ""
|
202
149
|
|
203
|
-
#: lib/hammer_cli/options/normalizers.rb:131
|
204
150
|
msgid "One of %s"
|
205
151
|
msgstr ""
|
206
152
|
|
207
|
-
#: lib/hammer_cli/options/normalizers.rb:138
|
208
153
|
msgid "value must be one of '%s'"
|
209
154
|
msgstr ""
|
210
155
|
|
211
|
-
#: lib/hammer_cli/options/normalizers.rb:157
|
212
156
|
msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
|
213
157
|
msgstr ""
|
214
158
|
|
215
|
-
#: lib/hammer_cli/options/normalizers.rb:164
|
216
159
|
msgid "'%s' is not a valid date"
|
217
160
|
msgstr ""
|
218
161
|
|
219
|
-
#: lib/hammer_cli/options/normalizers.rb:175
|
220
162
|
msgid "Any combination (comma separated list) of '%s'"
|
221
163
|
msgstr ""
|
222
164
|
|
223
|
-
#: lib/hammer_cli/options/normalizers.rb:195
|
224
165
|
msgid "value must be a combination of '%s'"
|
225
166
|
msgstr ""
|
226
167
|
|
227
|
-
|
228
|
-
msgid ""
|
229
|
-
"Warning: location hammer.modules.d is deprecated, move your module "
|
230
|
-
"configurations to cli.modules.d"
|
168
|
+
msgid "Can be specified multiple times. "
|
231
169
|
msgstr ""
|
232
170
|
|
233
|
-
|
234
|
-
msgid "Error: %s"
|
171
|
+
msgid ", or "
|
235
172
|
msgstr ""
|
236
173
|
|
237
|
-
|
238
|
-
msgid "Error: %{message}"
|
174
|
+
msgid "Default: "
|
239
175
|
msgstr ""
|
240
176
|
|
241
|
-
|
242
|
-
msgid "See: '%{path} --help'"
|
177
|
+
msgid "Message"
|
243
178
|
msgstr ""
|
244
179
|
|
245
|
-
|
246
|
-
msgid "Invalid username or password"
|
180
|
+
msgid "Id"
|
247
181
|
msgstr ""
|
248
182
|
|
249
|
-
|
250
|
-
|
183
|
+
msgid "Name"
|
184
|
+
msgstr "Name"
|
185
|
+
|
186
|
+
msgid "no"
|
251
187
|
msgstr ""
|
252
188
|
|
253
|
-
|
254
|
-
msgid "is the server down?"
|
189
|
+
msgid "yes"
|
255
190
|
msgstr ""
|
256
191
|
|
257
|
-
#: lib/hammer_cli/exception_handler.rb:93
|
258
192
|
msgid ""
|
259
|
-
"
|
260
|
-
"
|
193
|
+
"Warning: location hammer.modules.d is deprecated, move your module configurati"
|
194
|
+
"ons to cli.modules.d"
|
261
195
|
msgstr ""
|
262
196
|
|
263
|
-
|
264
|
-
msgid "no"
|
197
|
+
msgid "Print help for commands"
|
265
198
|
msgstr ""
|
266
199
|
|
267
|
-
|
268
|
-
msgid "yes"
|
200
|
+
msgid "Exit interactive shell"
|
269
201
|
msgstr ""
|
270
202
|
|
271
|
-
|
272
|
-
msgid "Message"
|
203
|
+
msgid "Welcome to the hammer interactive shell"
|
273
204
|
msgstr ""
|
274
205
|
|
275
|
-
|
276
|
-
msgid "Id"
|
206
|
+
msgid "Type 'help' for usage information"
|
277
207
|
msgstr ""
|
278
208
|
|
279
|
-
|
280
|
-
|
281
|
-
msgstr "Name"
|
209
|
+
msgid "Interactive shell"
|
210
|
+
msgstr ""
|
282
211
|
|
283
|
-
#: lib/hammer_cli/modules.rb:10
|
284
212
|
msgid ""
|
285
|
-
"
|
286
|
-
"
|
213
|
+
"can't replace subcommand %<name>s (%<existing_class>s) with %<name>s (%<new_cl"
|
214
|
+
"ass>s)"
|
287
215
|
msgstr ""
|
288
216
|
|
289
|
-
|
290
|
-
|
217
|
+
msgid "Unknown option name '%s'"
|
218
|
+
msgstr ""
|
219
|
+
|
220
|
+
msgid "You can't set all options %s at one time"
|
221
|
+
msgstr ""
|
222
|
+
|
223
|
+
msgid "Options %s are required"
|
224
|
+
msgstr ""
|
225
|
+
|
226
|
+
msgid "You can't set any of options %s"
|
227
|
+
msgstr ""
|
228
|
+
|
229
|
+
msgid "At least one of options %s is required"
|
291
230
|
msgstr ""
|
File without changes
|
Binary file
|