-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 Version 1.1.0
Version 1.1.0
- Loading branch information
Showing
35 changed files
with
607 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"hello": "Hello,", | ||
"thanks": "Thanks,", | ||
"ops": "Ops! ", | ||
"didNotUnderstand": "Sorry, I didn't understand. (Expected responses: ", | ||
|
||
"firstUse": { | ||
"message1": "My name is {{botName}} and from now on I will help you with some tasks using the Slack.", | ||
"message2": "Before I need you to do some settings. How was you who started me I will define you as my system administrator. So you can access the settings in the future.", | ||
"message3": "Initially I do not know perform tasks. But there are gears that when coupled to me add me skills.", | ||
"message4": "At this time all the gears are active. You can deactivate them using the command ", | ||
"message5": "Some gears have settings. To let them use the command ", | ||
"message6": "Below is a list of gears available:" | ||
}, | ||
|
||
"gears": { | ||
"description": "gear {{gearDescription}}", | ||
"deactivate": "deactivate gear-name", | ||
"configure": "configure gear-name" | ||
}, | ||
|
||
"feature": { | ||
"disabled": "Sorry, this feature is disabled.", | ||
"onlyChannel": "Sorry, this feature can only be performed on a channel.", | ||
"onlyPrivate": "Sorry, this feature can only be performed directly with me in private." | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"hello": "Olá,", | ||
"thanks": "Obrigado,", | ||
"ops": "Ops! ", | ||
"didNotUnderstand": "Desculpe, eu não entendi. (Respostas esperadas: ", | ||
|
||
"firstUse": { | ||
"message1": "Meu nome é {{botName}} e a partir de agora eu vou lhe ajudar com algumas tarefas utilizando o Slack.", | ||
"message2": "Antes eu preciso que você faça algumas configurações. Como foi você que me iniciou vou defini-lo como meu administrador. Então você pode acessar as configurações no futuro.", | ||
"message3": "Inicialmente eu não sei fazer muitas coisas. Mas existem engrenagens que quando acopladas à mim me adicionam habilidades.", | ||
"message4": "Neste momento todas as engrenagens estão ativas. Você pode desativá-las utilizando o comando ", | ||
"message5": "Algumas engrenagens possuem configurações. Para fazê-las use o comando ", | ||
"message6": "Abaixo segue uma lista com as engrenagens disponíveis:" | ||
}, | ||
|
||
"gears": { | ||
"description": "gear {{gearDescription}}", | ||
"deactivate": "desativar nome-da-engrenagem", | ||
"configure": "configurar nome-da-engrenagem" | ||
}, | ||
|
||
"feature": { | ||
"disabled": "Desculpe, essa funcionalidade está desabilitada.", | ||
"onlyChannel": "Desculpe, esta funcionalidade só pode ser utilizada em um canal.", | ||
"onlyPrivate": "Desculpe. esta funcionalidade só pode ser utilizada diretamente comigo no privado." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-- Up | ||
ALTER TABLE config ADD language TEXT; | ||
UPDATE config SET language = 'en-US'; | ||
|
||
-- Down | ||
ALTER TABLE config DROP language TEXT; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.