hammer_cli 0.2.0 → 0.3.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 (41) hide show
  1. checksums.yaml +4 -4
  2. data/bin/hammer +16 -9
  3. data/doc/creating_commands.md +20 -0
  4. data/doc/release_notes.md +7 -0
  5. data/lib/hammer_cli/apipie/option_builder.rb +4 -0
  6. data/lib/hammer_cli/options/normalizers.rb +25 -2
  7. data/lib/hammer_cli/options/option_definition.rb +12 -0
  8. data/lib/hammer_cli/version.rb +1 -1
  9. data/locale/de/LC_MESSAGES/hammer-cli.mo +0 -0
  10. data/locale/de/hammer-cli.edit.po +8 -7
  11. data/locale/de/hammer-cli.po +19 -4
  12. data/locale/en/LC_MESSAGES/hammer-cli.mo +0 -0
  13. data/locale/en/hammer-cli.edit.po +87 -72
  14. data/locale/en/hammer-cli.po +15 -3
  15. data/locale/en_GB/LC_MESSAGES/hammer-cli.mo +0 -0
  16. data/locale/en_GB/hammer-cli.po +15 -3
  17. data/locale/es/LC_MESSAGES/hammer-cli.mo +0 -0
  18. data/locale/es/hammer-cli.po +19 -4
  19. data/locale/fr/LC_MESSAGES/hammer-cli.mo +0 -0
  20. data/locale/fr/hammer-cli.po +19 -4
  21. data/locale/hammer-cli.pot +140 -124
  22. data/locale/it/LC_MESSAGES/hammer-cli.mo +0 -0
  23. data/locale/it/hammer-cli.po +19 -4
  24. data/locale/ja/LC_MESSAGES/hammer-cli.mo +0 -0
  25. data/locale/ja/hammer-cli.po +19 -4
  26. data/locale/ko/LC_MESSAGES/hammer-cli.mo +0 -0
  27. data/locale/ko/hammer-cli.po +19 -4
  28. data/locale/pt_BR/LC_MESSAGES/hammer-cli.mo +0 -0
  29. data/locale/pt_BR/hammer-cli.po +19 -4
  30. data/locale/ru/LC_MESSAGES/hammer-cli.mo +0 -0
  31. data/locale/ru/hammer-cli.edit.po +12 -11
  32. data/locale/ru/hammer-cli.po +19 -4
  33. data/locale/zh_CN/LC_MESSAGES/hammer-cli.mo +0 -0
  34. data/locale/zh_CN/hammer-cli.po +19 -4
  35. data/locale/zh_TW/LC_MESSAGES/hammer-cli.mo +0 -0
  36. data/locale/zh_TW/hammer-cli.po +19 -4
  37. data/test/unit/apipie/option_builder_test.rb +10 -1
  38. data/test/unit/fixtures/apipie/documented.json +18 -0
  39. data/test/unit/options/normalizers_test.rb +13 -2
  40. data/test/unit/options/option_definition_test.rb +30 -0
  41. metadata +4 -4
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer-cli 0.1.4\n"
9
+ "Project-Id-Version: hammer-cli 0.3.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2014-12-10 13:50+0100\n"
12
- "PO-Revision-Date: 2014-03-04 16:38+0000\n"
11
+ "POT-Creation-Date: 2015-07-29 17:01+0200\n"
12
+ "PO-Revision-Date: 2015-07-29 17:01+0200\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,282 +18,298 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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 ""
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/options/option_definition.rb:68
58
- msgid "Can be specified multiple times. "
59
- msgstr ""
60
-
61
- #: lib/hammer_cli/options/option_definition.rb:69
62
- msgid "Default: "
63
- msgstr ""
64
-
65
- #: lib/hammer_cli/options/option_definition.rb:69
66
- msgid ", or "
67
- msgstr ""
68
-
69
- #: lib/hammer_cli/options/normalizers.rb:26
70
- msgid "Comma-separated list of key=value."
71
- msgstr ""
72
-
73
- #: lib/hammer_cli/options/normalizers.rb:39
74
- msgid "value must be defined as a comma-separated list of key=value"
75
- msgstr ""
76
-
77
- #: lib/hammer_cli/options/normalizers.rb:57
78
- msgid "Comma separated list of values."
79
- msgstr ""
80
-
81
- #: lib/hammer_cli/options/normalizers.rb:69
82
- msgid "One of true/false, yes/no, 1/0."
83
- msgstr ""
84
-
85
- #: lib/hammer_cli/options/normalizers.rb:79
86
- msgid "value must be one of true/false, yes/no, 1/0"
57
+ #: ../lib/hammer_cli/exception_handler.rb:62
58
+ msgid "Error: %s"
87
59
  msgstr ""
88
60
 
89
- #: lib/hammer_cli/options/normalizers.rb:118
90
- msgid "Unable to parse JSON input"
61
+ #: ../lib/hammer_cli/exception_handler.rb:68
62
+ msgid "Error: %{message}"
91
63
  msgstr ""
92
64
 
93
- #: lib/hammer_cli/options/normalizers.rb:131
94
- msgid "One of %s"
65
+ #: ../lib/hammer_cli/exception_handler.rb:69
66
+ msgid "See: '%{path} --help'"
95
67
  msgstr ""
96
68
 
97
- #: lib/hammer_cli/options/normalizers.rb:138
98
- msgid "value must be one of '%s'"
69
+ #: ../lib/hammer_cli/exception_handler.rb:86
70
+ msgid "Invalid username or password"
99
71
  msgstr ""
100
72
 
101
- #: lib/hammer_cli/options/normalizers.rb:157
102
- msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
73
+ #: ../lib/hammer_cli/exception_handler.rb:93
74
+ msgid "Could not load the API description from the server"
103
75
  msgstr ""
104
76
 
105
- #: lib/hammer_cli/options/normalizers.rb:164
106
- msgid "'%s' is not a valid date"
77
+ #: ../lib/hammer_cli/exception_handler.rb:94
78
+ msgid "is the server down?"
107
79
  msgstr ""
108
80
 
109
- #: lib/hammer_cli/options/normalizers.rb:175
110
- msgid "Any combination (comma separated list) of '%s'"
81
+ #: ../lib/hammer_cli/exception_handler.rb:95
82
+ msgid ""
83
+ "was '%s' run on the server when using apipie cache? (typical production settin"
84
+ "gs)"
111
85
  msgstr ""
112
86
 
113
- #: lib/hammer_cli/options/normalizers.rb:195
114
- msgid "value must be a combination of '%s'"
87
+ #: ../lib/hammer_cli/exception_handler.rb:101
88
+ msgid "Missing arguments for %s"
115
89
  msgstr ""
116
90
 
117
- #: lib/hammer_cli/logger.rb:28
91
+ #: ../lib/hammer_cli/logger.rb:28
118
92
  msgid "No permissions to create log dir %s"
119
93
  msgstr ""
120
94
 
121
- #: lib/hammer_cli/logger.rb:43
95
+ #: ../lib/hammer_cli/logger.rb:43
122
96
  msgid "File %s not writeable, won't log anything to the file!"
123
97
  msgstr ""
124
98
 
125
- #: lib/hammer_cli/main.rb:7
99
+ #: ../lib/hammer_cli/main.rb:7
126
100
  msgid "be verbose"
127
101
  msgstr ""
128
102
 
129
- #: lib/hammer_cli/main.rb:8
103
+ #: ../lib/hammer_cli/main.rb:8
130
104
  msgid "show debugging output "
131
105
  msgstr ""
132
106
 
133
- #: lib/hammer_cli/main.rb:9
107
+ #: ../lib/hammer_cli/main.rb:9
134
108
  msgid "force reload of Apipie cache"
135
109
  msgstr ""
136
110
 
137
- #: lib/hammer_cli/main.rb:11
111
+ #: ../lib/hammer_cli/main.rb:11
138
112
  msgid "path to custom config file"
139
113
  msgstr ""
140
114
 
141
- #: lib/hammer_cli/main.rb:13
115
+ #: ../lib/hammer_cli/main.rb:13
142
116
  msgid "username to access the remote system"
143
117
  msgstr ""
144
118
 
145
- #: lib/hammer_cli/main.rb:15
119
+ #: ../lib/hammer_cli/main.rb:15
146
120
  msgid "password to access the remote system"
147
121
  msgstr ""
148
122
 
149
- #: lib/hammer_cli/main.rb:17
123
+ #: ../lib/hammer_cli/main.rb:17
150
124
  msgid "remote system address"
151
125
  msgstr ""
152
126
 
153
- #: lib/hammer_cli/main.rb:20
127
+ #: ../lib/hammer_cli/main.rb:20
154
128
  msgid "show version"
155
129
  msgstr ""
156
130
 
157
- #: lib/hammer_cli/main.rb:29
131
+ #: ../lib/hammer_cli/main.rb:23
132
+ msgid "unknown version"
133
+ msgstr ""
134
+
135
+ #: ../lib/hammer_cli/main.rb:29
158
136
  msgid "Show ids of associated resources"
159
137
  msgstr ""
160
138
 
161
- #: lib/hammer_cli/main.rb:31
139
+ #: ../lib/hammer_cli/main.rb:31
162
140
  msgid "Explicitly turn interactive mode on/off"
163
141
  msgstr ""
164
142
 
165
- #: lib/hammer_cli/main.rb:35
143
+ #: ../lib/hammer_cli/main.rb:35
166
144
  msgid "Output as CSV (same as --output=csv)"
167
145
  msgstr ""
168
146
 
169
- #: lib/hammer_cli/main.rb:36
147
+ #: ../lib/hammer_cli/main.rb:36
170
148
  msgid "Set output format. One of [%s]"
171
149
  msgstr ""
172
150
 
173
- #: lib/hammer_cli/main.rb:39
151
+ #: ../lib/hammer_cli/main.rb:39
174
152
  msgid "Character to separate the values"
175
153
  msgstr ""
176
154
 
177
- #: lib/hammer_cli/main.rb:43
155
+ #: ../lib/hammer_cli/main.rb:43
178
156
  msgid "Get list of possible endings"
179
157
  msgstr ""
180
158
 
181
- #: lib/hammer_cli/settings.rb:28
182
- msgid ""
183
- "Warning: location hammer.modules.d is deprecated, move your module "
184
- "configurations to cli.modules.d"
185
- msgstr ""
186
-
187
- #: lib/hammer_cli/modules.rb:12
159
+ #: ../lib/hammer_cli/modules.rb:12
188
160
  msgid ""
189
- "Legacy configuration of modules detected. Check section about configuration "
190
- "in user manual"
161
+ "Legacy configuration of modules detected. Check section about configuration in"
162
+ " user manual"
191
163
  msgstr ""
192
164
 
193
- #: lib/hammer_cli/modules.rb:60
165
+ #: ../lib/hammer_cli/modules.rb:60
194
166
  msgid "Warning: An error occured while loading module %s"
195
167
  msgstr ""
196
168
 
197
- #: lib/hammer_cli/modules.rb:87
169
+ #: ../lib/hammer_cli/modules.rb:87
198
170
  msgid "Error: Some of the required modules are disabled in configuration: %s "
199
171
  msgstr ""
200
172
 
201
- #: lib/hammer_cli/exception_handler.rb:62
202
- msgid "Error: %s"
173
+ #: ../lib/hammer_cli/options/normalizers.rb:26
174
+ msgid "Comma-separated list of key=value."
203
175
  msgstr ""
204
176
 
205
- #: lib/hammer_cli/exception_handler.rb:68
206
- msgid "Error: %{message}"
177
+ #: ../lib/hammer_cli/options/normalizers.rb:39
178
+ msgid "value must be defined as a comma-separated list of key=value"
207
179
  msgstr ""
208
180
 
209
- #: lib/hammer_cli/exception_handler.rb:69
210
- msgid "See: '%{path} --help'"
181
+ #: ../lib/hammer_cli/options/normalizers.rb:73
182
+ msgid "Comma separated list of values."
211
183
  msgstr ""
212
184
 
213
- #: lib/hammer_cli/exception_handler.rb:86
214
- msgid "Invalid username or password"
185
+ #: ../lib/hammer_cli/options/normalizers.rb:88
186
+ msgid "numeric value is required"
215
187
  msgstr ""
216
188
 
217
- #: lib/hammer_cli/exception_handler.rb:93
218
- msgid "Could not load the API description from the server"
189
+ #: ../lib/hammer_cli/options/normalizers.rb:102
190
+ msgid "One of true/false, yes/no, 1/0."
219
191
  msgstr ""
220
192
 
221
- #: lib/hammer_cli/exception_handler.rb:94
222
- msgid "is the server down?"
193
+ #: ../lib/hammer_cli/options/normalizers.rb:112
194
+ msgid "value must be one of true/false, yes/no, 1/0"
223
195
  msgstr ""
224
196
 
225
- #: lib/hammer_cli/exception_handler.rb:95
226
- msgid ""
227
- "was '%s' run on the server when using apipie cache? (typical production "
228
- "settings)"
197
+ #: ../lib/hammer_cli/options/normalizers.rb:151
198
+ msgid "Unable to parse JSON input"
229
199
  msgstr ""
230
200
 
231
- #: lib/hammer_cli/exception_handler.rb:101
232
- msgid "Missing arguments for %s"
201
+ #: ../lib/hammer_cli/options/normalizers.rb:165
202
+ msgid "Possible value(s): %s"
233
203
  msgstr ""
234
204
 
235
- #: lib/hammer_cli/validator.rb:41
236
- msgid "Unknown option name '%s'"
205
+ #: ../lib/hammer_cli/options/normalizers.rb:173
206
+ msgid "value must be %s"
237
207
  msgstr ""
238
208
 
239
- #: lib/hammer_cli/validator.rb:62
240
- msgid "You can't set all options %s at one time"
209
+ #: ../lib/hammer_cli/options/normalizers.rb:175
210
+ msgid "value must be one of %s"
241
211
  msgstr ""
242
212
 
243
- #: lib/hammer_cli/validator.rb:63
244
- msgid "Options %s are required"
213
+ #: ../lib/hammer_cli/options/normalizers.rb:196
214
+ msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
245
215
  msgstr ""
246
216
 
247
- #: lib/hammer_cli/validator.rb:79
248
- msgid "You can't set any of options %s"
217
+ #: ../lib/hammer_cli/options/normalizers.rb:203
218
+ msgid "'%s' is not a valid date"
249
219
  msgstr ""
250
220
 
251
- #: lib/hammer_cli/validator.rb:80
252
- msgid "At least one of options %s is required"
221
+ #: ../lib/hammer_cli/options/normalizers.rb:214
222
+ msgid "Any combination (comma separated list) of '%s'"
223
+ msgstr ""
224
+
225
+ #: ../lib/hammer_cli/options/normalizers.rb:234
226
+ msgid "value must be a combination of '%s'"
253
227
  msgstr ""
254
228
 
255
- #: lib/hammer_cli/output/adapter/csv.rb:174
229
+ #: ../lib/hammer_cli/options/option_definition.rb:56
230
+ msgid "\"Warning: Option #{switch} is deprecated. %s\""
231
+ msgstr ""
232
+
233
+ #: ../lib/hammer_cli/options/option_definition.rb:80
234
+ msgid "Can be specified multiple times. "
235
+ msgstr ""
236
+
237
+ #: ../lib/hammer_cli/options/option_definition.rb:81
238
+ msgid ", or "
239
+ msgstr ""
240
+
241
+ #: ../lib/hammer_cli/options/option_definition.rb:81
242
+ msgid "Default: "
243
+ msgstr ""
244
+
245
+ #: ../lib/hammer_cli/output/adapter/csv.rb:174
256
246
  msgid "Message"
257
247
  msgstr ""
258
248
 
259
- #: lib/hammer_cli/output/adapter/csv.rb:178
249
+ #: ../lib/hammer_cli/output/adapter/csv.rb:178
260
250
  msgid "Id"
261
251
  msgstr ""
262
252
 
263
- #: lib/hammer_cli/output/adapter/csv.rb:183
253
+ #: ../lib/hammer_cli/output/adapter/csv.rb:183
264
254
  msgid "Name"
265
255
  msgstr ""
266
256
 
267
- #: lib/hammer_cli/output/formatters.rb:154
257
+ #: ../lib/hammer_cli/output/formatters.rb:154
268
258
  msgid "no"
269
259
  msgstr ""
270
260
 
271
- #: lib/hammer_cli/output/formatters.rb:154
261
+ #: ../lib/hammer_cli/output/formatters.rb:154
272
262
  msgid "yes"
273
263
  msgstr ""
274
264
 
275
- #: lib/hammer_cli/shell.rb:10
265
+ #: ../lib/hammer_cli/settings.rb:28
266
+ msgid ""
267
+ "Warning: location hammer.modules.d is deprecated, move your module configurati"
268
+ "ons to cli.modules.d"
269
+ msgstr ""
270
+
271
+ #: ../lib/hammer_cli/shell.rb:10
276
272
  msgid "Print help for commands"
277
273
  msgstr ""
278
274
 
279
- #: lib/hammer_cli/shell.rb:22
275
+ #: ../lib/hammer_cli/shell.rb:22
280
276
  msgid "Exit interactive shell"
281
277
  msgstr ""
282
278
 
283
- #: lib/hammer_cli/shell.rb:116
279
+ #: ../lib/hammer_cli/shell.rb:116
284
280
  msgid "Welcome to the hammer interactive shell"
285
281
  msgstr ""
286
282
 
287
- #: lib/hammer_cli/shell.rb:117
283
+ #: ../lib/hammer_cli/shell.rb:117
288
284
  msgid "Type 'help' for usage information"
289
285
  msgstr ""
290
286
 
291
- #: lib/hammer_cli/shell.rb:133
287
+ #: ../lib/hammer_cli/shell.rb:133
292
288
  msgid "Interactive shell"
293
289
  msgstr ""
294
290
 
295
- #: lib/hammer_cli/subcommand.rb:56
291
+ #: ../lib/hammer_cli/subcommand.rb:56
296
292
  msgid ""
297
- "can't replace subcommand %<name>s (%<existing_class>s) with %<name>s "
298
- "(%<new_class>s)"
293
+ "can't replace subcommand %<name>s (%<existing_class>s) with %<name>s (%<new_cl"
294
+ "ass>s)"
295
+ msgstr ""
296
+
297
+ #: ../lib/hammer_cli/validator.rb:41
298
+ msgid "Unknown option name '%s'"
299
+ msgstr ""
300
+
301
+ #: ../lib/hammer_cli/validator.rb:62
302
+ msgid "You can't set all options %s at one time"
303
+ msgstr ""
304
+
305
+ #: ../lib/hammer_cli/validator.rb:63
306
+ msgid "Options %s are required"
307
+ msgstr ""
308
+
309
+ #: ../lib/hammer_cli/validator.rb:79
310
+ msgid "You can't set any of options %s"
311
+ msgstr ""
312
+
313
+ #: ../lib/hammer_cli/validator.rb:80
314
+ msgid "At least one of options %s is required"
299
315
  msgstr ""
Binary file
@@ -7,7 +7,7 @@
7
7
  # Dominic Cleal <dcleal@redhat.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: hammer-cli 0.2.0\n"
10
+ "Project-Id-Version: hammer-cli 0.3.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2014-09-16 09:51+0000\n"
13
13
  "Last-Translator: Dominic Cleal <dcleal@redhat.com>\n"
@@ -104,6 +104,10 @@ msgstr "indirizzo sistema remoto"
104
104
  msgid "show version"
105
105
  msgstr "mostra versione"
106
106
 
107
+ #, fuzzy
108
+ msgid "unknown version"
109
+ msgstr "mostra versione"
110
+
107
111
  msgid "Show ids of associated resources"
108
112
  msgstr "Mostra gli id delle risorse associate"
109
113
 
@@ -144,6 +148,9 @@ msgstr "definire un valore usando un formato key=value separato da virgole"
144
148
  msgid "Comma separated list of values."
145
149
  msgstr "Elenco di valori separati da virgole"
146
150
 
151
+ msgid "numeric value is required"
152
+ msgstr ""
153
+
147
154
  msgid "One of true/false, yes/no, 1/0."
148
155
  msgstr "Uno di vero/falso, si/no, 1/0."
149
156
 
@@ -153,10 +160,15 @@ msgstr "il valore deve essere uno tra vero/falso, si/no, 1/0"
153
160
  msgid "Unable to parse JSON input"
154
161
  msgstr "Impossibile analizzare l'input JSON"
155
162
 
156
- msgid "One of %s"
157
- msgstr "Uno di %s"
163
+ msgid "Possible value(s): %s"
164
+ msgstr ""
158
165
 
159
- msgid "value must be one of '%s'"
166
+ #, fuzzy
167
+ msgid "value must be %s"
168
+ msgstr "il valore deve essere uno di '%s'"
169
+
170
+ #, fuzzy
171
+ msgid "value must be one of %s"
160
172
  msgstr "il valore deve essere uno di '%s'"
161
173
 
162
174
  msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
@@ -171,6 +183,9 @@ msgstr "Qualsiasi combinazione (elenco separato da virgole) di '%s'"
171
183
  msgid "value must be a combination of '%s'"
172
184
  msgstr "il valore deve essere una combinazione di '%s'"
173
185
 
186
+ msgid "\"Warning: Option #{switch} is deprecated. %s\""
187
+ msgstr ""
188
+
174
189
  msgid "Can be specified multiple times. "
175
190
  msgstr "Può essere specificato molteplici volte."
176
191
 
Binary file
@@ -5,7 +5,7 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer-cli 0.2.0\n"
8
+ "Project-Id-Version: hammer-cli 0.3.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2014-09-15 16:22+0000\n"
11
11
  "Last-Translator: Dominic Cleal <dcleal@redhat.com>\n"
@@ -100,6 +100,10 @@ msgstr "リモートシステムのアドレス"
100
100
  msgid "show version"
101
101
  msgstr "バージョンの表示"
102
102
 
103
+ #, fuzzy
104
+ msgid "unknown version"
105
+ msgstr "バージョンの表示"
106
+
103
107
  msgid "Show ids of associated resources"
104
108
  msgstr "関連リソースの ID を表示"
105
109
 
@@ -138,6 +142,9 @@ msgstr "値は key=value のコンマ区切りの一覧として定義する必
138
142
  msgid "Comma separated list of values."
139
143
  msgstr "コンマ区切りの値の一覧です。"
140
144
 
145
+ msgid "numeric value is required"
146
+ msgstr ""
147
+
141
148
  msgid "One of true/false, yes/no, 1/0."
142
149
  msgstr "true/false、yes/no、1/0 のいずれかです。"
143
150
 
@@ -147,10 +154,15 @@ msgstr "値を true/false、yes/no、1/0 のいずれかにする必要があり
147
154
  msgid "Unable to parse JSON input"
148
155
  msgstr "JSON 入力を解析できません"
149
156
 
150
- msgid "One of %s"
151
- msgstr "%s のいずれか"
157
+ msgid "Possible value(s): %s"
158
+ msgstr ""
152
159
 
153
- msgid "value must be one of '%s'"
160
+ #, fuzzy
161
+ msgid "value must be %s"
162
+ msgstr "値を '%s' のいずれかにする必要があります"
163
+
164
+ #, fuzzy
165
+ msgid "value must be one of %s"
154
166
  msgstr "値を '%s' のいずれかにする必要があります"
155
167
 
156
168
  msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
@@ -165,6 +177,9 @@ msgstr "'%s' の任意の組み合わせ (コンマ区切りの一覧)"
165
177
  msgid "value must be a combination of '%s'"
166
178
  msgstr "値を '%s' の組み合わせにする必要があります"
167
179
 
180
+ msgid "\"Warning: Option #{switch} is deprecated. %s\""
181
+ msgstr ""
182
+
168
183
  msgid "Can be specified multiple times. "
169
184
  msgstr "複数回指定することはできません。"
170
185
 
Binary file
@@ -6,7 +6,7 @@
6
6
  # Automatically generated, 2014
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer-cli 0.2.0\n"
9
+ "Project-Id-Version: hammer-cli 0.3.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2014-09-16 10:01+0000\n"
12
12
  "Last-Translator: Dominic Cleal <dcleal@redhat.com>\n"
@@ -101,6 +101,10 @@ msgstr "원격 시스템 주소 "
101
101
  msgid "show version"
102
102
  msgstr "버전 표시 "
103
103
 
104
+ #, fuzzy
105
+ msgid "unknown version"
106
+ msgstr "버전 표시 "
107
+
104
108
  msgid "Show ids of associated resources"
105
109
  msgstr "관련 리소스의 ID 표시 "
106
110
 
@@ -139,6 +143,9 @@ msgstr "콤마로 구분된 key=value 목록으로 값을 지정해야 합니다
139
143
  msgid "Comma separated list of values."
140
144
  msgstr "콤마로 구분된 값 목록입니다."
141
145
 
146
+ msgid "numeric value is required"
147
+ msgstr ""
148
+
142
149
  msgid "One of true/false, yes/no, 1/0."
143
150
  msgstr "true/false, yes/no, 1/0 중 하나입니다."
144
151
 
@@ -148,10 +155,15 @@ msgstr "값을 true/false, yes/no, 1/0 중 하나로 해야 합니다 "
148
155
  msgid "Unable to parse JSON input"
149
156
  msgstr "JSON 입력을 구문 분석할 수 없습니다 "
150
157
 
151
- msgid "One of %s"
152
- msgstr "%s 중 하나 "
158
+ msgid "Possible value(s): %s"
159
+ msgstr ""
153
160
 
154
- msgid "value must be one of '%s'"
161
+ #, fuzzy
162
+ msgid "value must be %s"
163
+ msgstr "값은 '%s' 중 하나로 해야 합니다 "
164
+
165
+ #, fuzzy
166
+ msgid "value must be one of %s"
155
167
  msgstr "값은 '%s' 중 하나로 해야 합니다 "
156
168
 
157
169
  msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
@@ -166,6 +178,9 @@ msgstr "'%s'의 모든 조합 (콤마로 구분된 목록)"
166
178
  msgid "value must be a combination of '%s'"
167
179
  msgstr "값은 '%s'의 조합이어야 합니다 "
168
180
 
181
+ msgid "\"Warning: Option #{switch} is deprecated. %s\""
182
+ msgstr ""
183
+
169
184
  msgid "Can be specified multiple times. "
170
185
  msgstr "여러 번 지정할 수 있습니다 "
171
186
 
Binary file
@@ -8,7 +8,7 @@
8
8
  # luizvasconcelos <luizvasconceloss@yahoo.com.br>, 2014
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: hammer-cli 0.2.0\n"
11
+ "Project-Id-Version: hammer-cli 0.3.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2014-09-16 09:42+0000\n"
14
14
  "Last-Translator: Dominic Cleal <dcleal@redhat.com>\n"
@@ -103,6 +103,10 @@ msgstr "endereço de sistema remoto"
103
103
  msgid "show version"
104
104
  msgstr "exibir versão"
105
105
 
106
+ #, fuzzy
107
+ msgid "unknown version"
108
+ msgstr "exibir versão"
109
+
106
110
  msgid "Show ids of associated resources"
107
111
  msgstr "Exibir ids de recursos associados"
108
112
 
@@ -143,6 +147,9 @@ msgstr "valor deve ser definido como uma lista separada por vírgulas de chave=v
143
147
  msgid "Comma separated list of values."
144
148
  msgstr "Lista de valores separada por vírgulas."
145
149
 
150
+ msgid "numeric value is required"
151
+ msgstr ""
152
+
146
153
  msgid "One of true/false, yes/no, 1/0."
147
154
  msgstr "Um entre verdadeiro/falso, sim/não, 1/0."
148
155
 
@@ -152,10 +159,15 @@ msgstr "valor deve ser um entre verdadeiro/falso, sim/não, 1/0"
152
159
  msgid "Unable to parse JSON input"
153
160
  msgstr "Incapaz de analizar entrada JSON"
154
161
 
155
- msgid "One of %s"
156
- msgstr "Um entre %s"
162
+ msgid "Possible value(s): %s"
163
+ msgstr ""
157
164
 
158
- msgid "value must be one of '%s'"
165
+ #, fuzzy
166
+ msgid "value must be %s"
167
+ msgstr "valor deve ser um de '%s'"
168
+
169
+ #, fuzzy
170
+ msgid "value must be one of %s"
159
171
  msgstr "valor deve ser um de '%s'"
160
172
 
161
173
  msgid "Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format"
@@ -170,6 +182,9 @@ msgstr "Qualquer combinação (lista separada por vírgula) de '%s'"
170
182
  msgid "value must be a combination of '%s'"
171
183
  msgstr "valor deve ser uma combinação de '%s'"
172
184
 
185
+ msgid "\"Warning: Option #{switch} is deprecated. %s\""
186
+ msgstr ""
187
+
173
188
  msgid "Can be specified multiple times. "
174
189
  msgstr "Pode ser especificado diversas vezes."
175
190