1
1
export default {
2
- backToDocs : 'Back to Docs ' ,
3
- cart : 'Cart ' ,
4
- docs : 'Docs ' ,
2
+ backToDocs : 'Revenir à la documentation ' ,
3
+ cart : 'Panier ' ,
4
+ docs : 'Doc ' ,
5
5
documentation : 'Documentation' ,
6
- ecosystem : 'Ecosystem ' ,
6
+ ecosystem : 'Écosystème ' ,
7
7
ecosystems : [
8
8
{
9
9
href : 'https://community.vuetifyjs.com/' ,
10
- text : 'Community ' ,
10
+ text : 'Communauté ' ,
11
11
icon : 'mdi-account-multiple'
12
12
} ,
13
13
{
@@ -17,7 +17,7 @@ export default {
17
17
} ,
18
18
{
19
19
href : 'https://medium.com/vuetify' ,
20
- text : 'Medium Publication ' ,
20
+ text : 'Publications Medium ' ,
21
21
icon : 'mdi-medium'
22
22
} ,
23
23
{
@@ -27,22 +27,22 @@ export default {
27
27
} ,
28
28
{
29
29
href : 'https://issues.vuetifyjs.com' ,
30
- text : 'Create an Issue ' ,
30
+ text : 'Ouvrir un ticket ' ,
31
31
icon : 'mdi-alert-octagon'
32
32
} ,
33
33
{
34
34
href : 'https://template.vuetifyjs.com' ,
35
- text : 'Codepen Template ' ,
35
+ text : 'Modèle Codepen ' ,
36
36
icon : 'mdi-codepen'
37
37
} ,
38
38
{
39
39
href : 'https://github.com/vuetifyjs/vuetify/releases' ,
40
- text : 'Latest Releases ' ,
40
+ text : 'Dernières versions ' ,
41
41
icon : 'mdi-format-list-checks'
42
42
} ,
43
43
{
44
44
href : 'https://github.com/vuetifyjs/vuetify/issues' ,
45
- text : 'Github Issue board ' ,
45
+ text : 'Voir les tickets GitHub ' ,
46
46
icon : 'mdi-github-face'
47
47
} ,
48
48
{
@@ -51,12 +51,12 @@ export default {
51
51
icon : 'mdi-stack-overflow'
52
52
}
53
53
] ,
54
- quickLinks : 'Quick Links ' ,
55
- social : 'Social ' ,
54
+ quickLinks : 'Liens rapides ' ,
55
+ social : 'Réseaux sociaux ' ,
56
56
socials : [
57
57
{
58
58
href : 'https://github.com/vuetifyjs/vuetify' ,
59
- text : 'Github ' ,
59
+ text : 'GitHub ' ,
60
60
icon : 'mdi-github-box'
61
61
} ,
62
62
{
@@ -70,5 +70,5 @@ export default {
70
70
icon : 'mdi-facebook-box'
71
71
}
72
72
] ,
73
- store : 'Store '
73
+ store : 'Boutique '
74
74
}
0 commit comments