Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
100.00% |
22 / 22 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| 1 | <?php |
| 2 | /* |
| 3 | * This file is part of Aplus Framework CLI Library. |
| 4 | * |
| 5 | * (c) Natan Felles <natanfelles@gmail.com> |
| 6 | * |
| 7 | * For the full copyright and license information, please view the LICENSE |
| 8 | * file that was distributed with this source code. |
| 9 | */ |
| 10 | return [ |
| 11 | 'about.description' => 'Mostra informações sobre essa interface de linha de comandos.', |
| 12 | 'about.line1' => 'Sobre', |
| 13 | 'about.line2' => 'Essa interface é construída sobre Aplus Framework CLI Library.', |
| 14 | 'about.line3' => 'Aplus Framework CLI Library é Software de Código Aberto (OSS).', |
| 15 | 'about.line4' => 'Visite nosso website para saber mais: https://aplus-framework.com', |
| 16 | 'about.line5' => 'Obrigado por usar o Aplus Framework!', |
| 17 | 'command' => 'Comando', |
| 18 | 'commandNotFound' => 'Comando não encontrado: "{0}"', |
| 19 | 'commands' => 'Comandos', |
| 20 | 'description' => 'Descrição', |
| 21 | 'friend' => 'amigo', |
| 22 | 'greet.afternoon' => 'Boa tarde, {0}!', |
| 23 | 'greet.evening' => 'Boa noite, {0}!', |
| 24 | 'greet.morning' => 'Bom dia, {0}!', |
| 25 | 'help.description' => 'Mostra a ajuda de uso do comando.', |
| 26 | 'index.description' => 'Mostra a lista de comandos.', |
| 27 | 'index.option.greet' => 'Mostra saudação.', |
| 28 | 'noDescription' => 'Este comando não fornece uma descrição.', |
| 29 | 'options' => 'Opções', |
| 30 | 'usage' => 'Uso', |
| 31 | ]; |