Skip to content

Commit d0eb6f3

Browse files
authored
Merge pull request #5 from Kocal/vuetify/AppToolbar.js
vuetify/AppToolbar.js
2 parents abe5f1c + 423346a commit d0eb6f3

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

lang/en/vuetify/AppToolbar.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
export default {
2-
backToDocs: 'Back to Docs',
3-
cart: 'Cart',
4-
docs: 'Docs',
2+
backToDocs: 'Revenir à la documentation',
3+
cart: 'Panier',
4+
docs: 'Doc',
55
documentation: 'Documentation',
6-
ecosystem: 'Ecosystem',
6+
ecosystem: 'Écosystème',
77
ecosystems: [
88
{
99
href: 'https://community.vuetifyjs.com/',
10-
text: 'Community',
10+
text: 'Communauté',
1111
icon: 'mdi-account-multiple'
1212
},
1313
{
@@ -17,7 +17,7 @@ export default {
1717
},
1818
{
1919
href: 'https://medium.com/vuetify',
20-
text: 'Medium Publication',
20+
text: 'Publications Medium',
2121
icon: 'mdi-medium'
2222
},
2323
{
@@ -27,22 +27,22 @@ export default {
2727
},
2828
{
2929
href: 'https://issues.vuetifyjs.com',
30-
text: 'Create an Issue',
30+
text: 'Ouvrir un ticket',
3131
icon: 'mdi-alert-octagon'
3232
},
3333
{
3434
href: 'https://template.vuetifyjs.com',
35-
text: 'Codepen Template',
35+
text: 'Modèle Codepen',
3636
icon: 'mdi-codepen'
3737
},
3838
{
3939
href: 'https://github.com/vuetifyjs/vuetify/releases',
40-
text: 'Latest Releases',
40+
text: 'Dernières versions',
4141
icon: 'mdi-format-list-checks'
4242
},
4343
{
4444
href: 'https://github.com/vuetifyjs/vuetify/issues',
45-
text: 'Github Issue board',
45+
text: 'Voir les tickets GitHub',
4646
icon: 'mdi-github-face'
4747
},
4848
{
@@ -51,12 +51,12 @@ export default {
5151
icon: 'mdi-stack-overflow'
5252
}
5353
],
54-
quickLinks: 'Quick Links',
55-
social: 'Social',
54+
quickLinks: 'Liens rapides',
55+
social: 'Réseaux sociaux',
5656
socials: [
5757
{
5858
href: 'https://github.com/vuetifyjs/vuetify',
59-
text: 'Github',
59+
text: 'GitHub',
6060
icon: 'mdi-github-box'
6161
},
6262
{
@@ -70,5 +70,5 @@ export default {
7070
icon: 'mdi-facebook-box'
7171
}
7272
],
73-
store: 'Store'
73+
store: 'Boutique'
7474
}

0 commit comments

Comments
 (0)