|
2 | 2 |
|
3 | 3 | return array( |
4 | 4 | // 'Telegram' => '', |
5 | | - // 'Telegram bot username' => '', |
6 | | - // 'Telegram bot API key' => '', |
7 | | - // 'Chat id of private chat with bot' => '', |
8 | | - // 'Chat id of group chat with bot' => '', |
9 | | - // 'Help on how to generate a bot' => '', |
10 | | - // 'Sent attachments along with notification' => '', |
11 | | - // 'Telegram bot is not configured in Kanboard settings.' => '', |
12 | | - // 'Go to ' => '', |
13 | | - // 'Settings > Integrations > Telegram' => '', |
14 | | - // ' and fill the form:' => '', |
15 | | - // 'Telegram bot username: Username of your Telegram Bot' => '', |
16 | | - // 'Telegram bot API key: HTTP API token generated by BotFather after bot creation' => '', |
17 | | - // 'Save Chat ID' => '', |
18 | | - // 'Message %s not found!' => '', |
19 | | - // 'Please send message %s ' => '', |
20 | | - // 'Save chat id="%s" from "%s"?' => '', |
21 | | - // 'To get your Telegram chat id,' => '', |
22 | | - // '1. Send the message %s to' => '', |
23 | | - // '2. Press' => '', |
24 | | - // 'Get chat id' => '', |
| 5 | + 'Telegram bot username' => 'Nome de usuário do bot', |
| 6 | + 'Telegram bot API key' => 'Chave de acesso do bot', |
| 7 | + 'Chat id of private chat with bot' => 'Id da conversa privada com o bot', |
| 8 | + 'Chat id of group chat with bot' => 'Id da conversa em grupo com o bot', |
| 9 | + 'Help on how to generate a bot' => 'Ajuda sobre como gerar um bot', |
| 10 | + 'Sent attachments along with notification' => 'Anexos enviados junto com a notificação', |
| 11 | + 'Telegram bot is not configured in Kanboard settings.' => 'O bot do Telegram não está configurado nas configurações do Kanboard.', |
| 12 | + 'Go to ' => 'Ir para ', |
| 13 | + 'Settings > Integrations > Telegram' => 'Configurações > Integrações > Telegram', |
| 14 | + ' and fill the form:' => ' e preencha o formulário:', |
| 15 | + 'Telegram bot username: Username of your Telegram Bot' => 'Nome de usuário do bot do Telegram: nome de usuário do seu bot do Telegram', |
| 16 | + 'Telegram bot API key: HTTP API token generated by BotFather after bot creation' => 'Chave da API do bot do Telegram: token da API HTTP gerado pelo BotFather após a criação do bot', |
| 17 | + 'Save Chat ID' => 'Salvar Id da conversa', |
| 18 | + 'Message %s not found!' => 'Mesagem %s não encontrada!', |
| 19 | + 'Please send message %s ' => 'Por favor, envie uma mensagem %s', |
| 20 | + 'Save chat id="%s" from "%s"?' => 'Salvar conversa id="%s" de "$s"?', |
| 21 | + 'To get your Telegram chat id,' => 'Para obter o seu id de conversa do Telegram,', |
| 22 | + '1. Send the message %s to' => '1. Envie uma mensagem %s para', |
| 23 | + '2. Press' => '2. Pressione', |
| 24 | + 'Get chat id' => 'Obter Id da conversa', |
25 | 25 | ); |
26 | 26 |
|
0 commit comments