You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The development of Vue and its ecosystem is guided by an international team, some of whom have chosen to be featured below.
135
+
Le développement de Vue et son écosystème est assuré par une équipe internationale. Certains d'entre eux ont choisi d'apparaître ci-dessous.
136
136
</p>
137
137
138
138
<p v-if="userPosition" class="success">
139
-
The core team has been sorted by their distance from you.
139
+
L'équipe principale a été triée en fonction de la distance qui vous sépare.
140
140
</p>
141
141
142
142
<vuer-profile
@@ -148,7 +148,7 @@ order: 31
148
148
149
149
<divclass="team">
150
150
<h2 id="community-partners">
151
-
Community Partners
151
+
Partenaires de la communauté
152
152
<button
153
153
v-if="geolocationSupported && !userPosition"
154
154
@click="getUserPosition"
@@ -161,21 +161,21 @@ order: 31
161
161
></i>
162
162
<template v-else>
163
163
<i class="fa fa-map-marker"></i>
164
-
<span>find near me</span>
164
+
<span>qui est près de moi</span>
165
165
</template>
166
166
</button>
167
167
</h2>
168
168
169
169
<p v-if="errorGettingLocation" class="tip">
170
-
Failed to get your location.
170
+
N'a pas trouver de lieu.
171
171
</p>
172
172
173
173
<p>
174
-
Some members of the Vue community have so enriched it, that they deserve special mention. We've developed a more intimate relationship with these key partners, often coordinating with them on upcoming features and news.
174
+
Certains membres de la communauté Vue l'ont tellement enrichie, qu'ils méritent une mention spéciale. Nous avons développé une relation plus intime avec ces partenaires clés, en nous coordonnant souvent sur les nouvelles fonctionnalités et les nouveautés.
175
175
</p>
176
176
177
177
<p v-if="userPosition" class="success">
178
-
The community partners have been sorted by their distance from you.
178
+
Les partenaires de la communauté ont été triés en fonction de la distance qui vous sépare.
179
179
</p>
180
180
181
181
<vuer-profile
@@ -678,7 +678,7 @@ order: 31
678
678
'class="user-match" '+
679
679
'title="'+
680
680
vm.profile.name+
681
-
'can give technical talks in your preferred language.'+
681
+
'peut discuter techniquement avec vous dans votre langue préférée.'+
0 commit comments