mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
Preliminary translation into Brazilian Portuguese
This commit is contained in:
parent
0aba56ef15
commit
f3a8f6c5e6
41 changed files with 2396 additions and 0 deletions
|
@ -49,6 +49,16 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'pt_BR': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Tem certeza que quer ver a solução?',
|
||||
'',
|
||||
'Vamos lá, acredito que você consegue!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'fr_FR': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue