Skip to content

Commit

Permalink
fix(i18n): improve fr translation (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
lefuturiste authored Jul 19, 2020
1 parent d0bb2c3 commit d964357
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/i18n/fr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default {
Heading: {
buttons: {
heading: {
tooltip: args => args.level + ' niveau de titre'
tooltip: args => 'Titre de niveau ' + args.level
}
}
},
Expand All @@ -104,9 +104,9 @@ export default {
}
},
window: {
title: 'Contrôle de lien',
title: "Ajout ou mise à jour d'un lien",
form: {
hrefLabel: 'Href'
hrefLabel: 'URL'
},
buttons: {
close: 'Fermer',
Expand Down Expand Up @@ -138,7 +138,7 @@ export default {
TodoList: {
buttons: {
todoList: {
tooltip: 'To Do Liste'
tooltip: 'Liste de choses à faire'
}
}
}
Expand Down

0 comments on commit d964357

Please sign in to comment.