mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
translated all fr_FR except in levels
This commit is contained in:
parent
62317b8d4c
commit
27ccab4dec
7 changed files with 256 additions and 82 deletions
|
@ -30,6 +30,17 @@ exports.dialog = {
|
|||
'你用 *{numCommands}* 条命令搞定了这一关;我们的答案要用 {best}。'
|
||||
]
|
||||
}
|
||||
}],
|
||||
'fr_FR': [{
|
||||
type: 'ModalAlert',
|
||||
options: {
|
||||
markdowns: [
|
||||
'## Beau Travail!!',
|
||||
'',
|
||||
'Vous avez résolu le niveau en *{numCommands}* commande(s); ',
|
||||
'notre solution le fait en {best}.'
|
||||
]
|
||||
}
|
||||
}]
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue