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