Skip to content

Commit

Permalink
🔀 Merge branch 'FEATURE/web-search' of github.com:Lissy93/dashy into …
Browse files Browse the repository at this point in the history
…FEATURE/web-search
  • Loading branch information
Lissy93 committed Aug 29, 2021
2 parents 171c2e5 + d3ff3c4 commit f043d66
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/assets/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"search": {
"search-label": "Recherche",
"search-placeholder": "Commencez Ă  taper pour filtrer",
"clear-search-tooltip": "Effacer la recherche"
"clear-search-tooltip": "Effacer la recherche",
"enter-to-search-web": "Appuyez sur entrée pour rechercher sur le Web"
},
"login": {
"title": "Dashy",
Expand Down Expand Up @@ -60,6 +61,11 @@
"css-note-l2": "Les modifications ne sont stockés que localement, il est donc recommandé de faire une copie de votre CSS.",
"css-note-l3": "Pour supprimer tous les styles personnalisés, supprimez le contenu et appuyez sur Enregistrer."
},
"alternate-views": {
"default": "DĂ©faut",
"workspace": "Plein Ă©cran",
"minimal": "Minimale"
},
"settings": {
"theme-label": "Thème",
"layout-label": "Disposition",
Expand Down Expand Up @@ -162,4 +168,4 @@
"modal": "Ouvrir en mode fenêtré",
"workspace": "Ouvrir en plein Ă©cran"
}
}
}

0 comments on commit f043d66

Please sign in to comment.