|
2 | 2 | <div>
|
3 | 3 | <div class="team">
|
4 | 4 | <h2 id="active-core-team-members">
|
5 |
| - Active Core Team Members |
| 5 | + Membros Ativos da Equipe Principal |
6 | 6 | <GetPositionButton
|
7 | 7 | v-if="!userPosition"
|
8 | 8 | @positionRetrieved="setUserPosition"
|
|
11 | 11 | </h2>
|
12 | 12 |
|
13 | 13 | <div v-if="errorGettingLocation" class="danger custom-block">
|
14 |
| - <p>Failed to get your location.</p> |
| 14 | + <p>Falha ao obter sua localização.</p> |
15 | 15 | </div>
|
16 | 16 |
|
17 | 17 | <p>
|
18 |
| - The development of Vue and its ecosystem is guided by an international team, some of whom have chosen to be featured below. |
| 18 | + A equipe principal de desenvolvimento do Vue e seu ecossistema é guiada por um time internacional, alguns dos quais escolheram estar destacados a seguir. |
19 | 19 | </p>
|
20 | 20 |
|
21 | 21 | <div v-if="userPosition" class="tip custom-block">
|
22 |
| - <p>The core team have been sorted by their distance from you.</p> |
| 22 | + <p>A equipe principal foi ordenada de acordo com a distância deles até você.</p> |
23 | 23 | </div>
|
24 | 24 |
|
25 | 25 | <VuerProfile v-for="profile in members" :key="profile.name" :profile="profile" :use-miles="useMiles"/>
|
26 | 26 | </div>
|
27 | 27 |
|
28 | 28 | <div class="team">
|
29 | 29 | <h2 id="core-team-emeriti">
|
30 |
| - Core Team Emeriti |
| 30 | + Eméritos da Equipe Principal |
31 | 31 | </h2>
|
32 | 32 |
|
33 | 33 | <p>
|
34 |
| - Here we honor some no-longer-active core team members who have made valuable contributions in the past. |
| 34 | + Aqui nós honramos alguns membros da equipe principal que não estão mais ativos, os quais realizaram valiosas contribuições no passado. |
35 | 35 | </p>
|
36 | 36 |
|
37 | 37 | <VuerProfile v-for="profile in emeriti" :key="profile.name" :profile="profile" :use-miles="useMiles"/>
|
38 | 38 | </div>
|
39 | 39 |
|
40 | 40 | <div class="team">
|
41 | 41 | <h2 id="community-partners">
|
42 |
| - Community Partners |
| 42 | + Parceiros da Comunidade |
43 | 43 | <GetPositionButton
|
44 | 44 | v-if="!userPosition"
|
45 | 45 | @positionRetrieved="setUserPosition"
|
|
48 | 48 | </h2>
|
49 | 49 |
|
50 | 50 | <div v-if="errorGettingLocation" class="danger custom-block">
|
51 |
| - <p>Failed to get your location.</p> |
| 51 | + <p>Falha ao obter sua localização.</p> |
52 | 52 | </div>
|
53 | 53 |
|
54 | 54 | <p>
|
55 |
| - 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. |
| 55 | + Alguns membros da comunidade Vue ajudaram tanto a enriquecê-la que merecem menção especial. Nós desenvolvemos uma relação mais intimista com estes parceiros, por vezes coordenando com eles sobre funcionalidades futuras e novidades em geral. |
56 | 56 | </p>
|
57 | 57 |
|
58 | 58 | <div v-if="userPosition" class="tip custom-block">
|
59 |
| - <p>The community partners have been sorted by their distance from you.</p> |
| 59 | + <p>Os parceiros da comunidade foram ordenados de acordo com a distância deles até você.</p> |
60 | 60 | </div>
|
61 | 61 |
|
62 | 62 | <VuerProfile v-for="profile in partners" :key="profile.name" :profile="profile" :use-miles="useMiles"/>
|
|
0 commit comments