Lines Matching refs:__
8 const __ = shim.y18n.__;
90 return __('Positionals:');
184 u = `${base$0} <${__('command')}>\n`;
187 u = `${base$0} [${__('command')}]\n`;
193 ui.div(__('Commands:'));
212 hints.push(`[${__('default')}]`);
214 hints.push(`[${__('aliases:')} ${command[3].join(', ')}]`);
218 hints.push(`[${__('deprecated: %s', command[4])}]`);
221 hints.push(`[${__('deprecated')}]`);
240 const defaultGroup = __('Options:');
310 desc = __(desc.substring(deferY18nLookupPrefix.length));
312 type = `[${__('boolean')}]`;
314 type = `[${__('count')}]`;
316 type = `[${__('string')}]`;
318 type = `[${__('string')}]`;
320 type = `[${__('array')}]`;
322 type = `[${__('number')}]`;
324 ? `[${__('deprecated: %s', deprecated)}]`
325 : `[${__('deprecated')}]`;
331 key in demandedOptions ? `[${__('required')}]` : null,
333 ? `[${__('choices:')} ${self.stringifiedValues(options.choices[key])}]`
352 ui.div(__('Examples:'));
457 : __('generated-value');
474 let string = `[${__('default:')} `;