L10n of intro levels for fr_FR.

This commit is contained in:
scientific-coder 2013-03-03 19:57:08 +01:00
parent d17d131d24
commit 0bf2e34839
6 changed files with 342 additions and 5 deletions

View file

@ -24,11 +24,13 @@ exports.sequenceInfo = {
intro: {
displayName: {
'en_US': 'Introduction Sequence',
'fr_FR': 'Sequence d\'introduction',
'zh_CN': '简介序列',
'ko': '기본 명령어'
},
about: {
'en_US': 'A nicely paced introduction to the majority of git commands',
'f_FR': 'Une introduction en douceur à la majoité des commandes git',
'zh_CN': '一个节奏感良好的主流 Git 命令介绍',
'ko': '브랜치 관련 주요 git 명령어를 깔끔하게 알려드립니다'
}
@ -36,20 +38,24 @@ exports.sequenceInfo = {
rebase: {
displayName: {
'en_US': 'Master the Rebase Luke!',
'fr_FR': 'Maîtrise Rebase, Luke!',
'ko': '리베이스 완전정복!'
},
about: {
'en_US': 'What is this whole rebase hotness everyone is talking about? Find out!',
'fr_FR': 'Que\'est-ce que c\'est que ce rebase dont tout le monde parle ? Découvrez-le !',
'ko': '그 좋다고들 말하는 rebase에 대해 알아봅시다!'
}
},
mixed: {
displayName: {
'en_US': 'A Mixed Bag',
'fr_FR': 'Un assortiment',
'ko': '종합선물세트'
},
about: {
'en_US': 'A mixed bag of Git techniques, tricks, and tips',
'fr_FR': 'Un assortiment de techniques et astuces pour utiliser Git',
'ko': 'Git을 다루는 다양한 팁과 테크닉을 다양하게 알아봅니다'
}
}