mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
Added locale german, lots of translations
This commit is contained in:
parent
4c350da546
commit
f7a6acd494
6 changed files with 195 additions and 7 deletions
|
@ -9,6 +9,16 @@ exports.dialog = {
|
|||
]
|
||||
}
|
||||
}],
|
||||
'de_DE': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Bist du sicher, dass du die Auflösung sehen willst?',
|
||||
'',
|
||||
'Ich glaube an dich! Du schaffst das!'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'zh_CN': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue