Skip to content

Commit adbff32

Browse files
authored
[About > Team] page translation (#75)
1 parent d27fb5b commit adbff32

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

src/about/team/TeamMember.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function arrayify(value: string | string[]): string[] {
3838
:href="`https://github.com/sponsors/${member.socials.github}`"
3939
no-icon
4040
>
41-
<VTIconHeart class="sponsor-icon" /> Sponsor
41+
<VTIconHeart class="sponsor-icon" /> Sponsoruj
4242
</VTLink>
4343

4444
<figure class="avatar">
@@ -72,7 +72,7 @@ function arrayify(value: string | string[]): string[] {
7272
<div class="profiles">
7373
<section v-if="member.projects" class="desc">
7474
<div class="desc-title">
75-
<h2 class="sr-only">Projects</h2>
75+
<h2 class="sr-only">Projekty</h2>
7676
<VTIconCode class="desc-icon code" />
7777
</div>
7878
<ul class="desc-list">
@@ -94,7 +94,7 @@ function arrayify(value: string | string[]): string[] {
9494

9595
<section class="desc">
9696
<div class="desc-title">
97-
<h2 class="sr-only">Location</h2>
97+
<h2 class="sr-only">Lokalizacja</h2>
9898
<VTIconMapPin class="desc-icon" />
9999
</div>
100100
<ul class="desc-list">
@@ -110,7 +110,7 @@ function arrayify(value: string | string[]): string[] {
110110

111111
<section class="desc">
112112
<div class="desc-title">
113-
<h2 class="sr-only">Languages</h2>
113+
<h2 class="sr-only">Języki</h2>
114114
<VTIconGlobe class="desc-icon" />
115115
</div>
116116
<ul class="desc-list">
@@ -126,7 +126,7 @@ function arrayify(value: string | string[]): string[] {
126126

127127
<section v-if="member.website" class="desc">
128128
<div class="desc-title">
129-
<h2 class="sr-only">Website</h2>
129+
<h2 class="sr-only">Strony</h2>
130130
<VTIconLink class="desc-icon" />
131131
</div>
132132
<p class="desc-text">

src/about/team/TeamPage.vue

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,47 @@ shuffleMembers(membersPartnerData as Member[])
3636
<template>
3737
<div class="TeamPage">
3838
<TeamHero>
39-
<template #title>Meet the Team</template>
39+
<template #title>Poznaj zespół</template>
4040
<template #lead>
41-
The development of Vue and its ecosystem is guided by an
42-
international team, some of whom have chosen to be
43-
<span class="nowrap">featured below.</span>
41+
Rozwój Vue i jego ekosystemu jest prowadzony przez
42+
międzynarodowy zespół, z którego część zdecydowała się
43+
<span class="nowrap">przedstawić poniżej.</span>
4444
</template>
4545

4646
<template #action>
4747
<VTLink
4848
href="https://github.com/vuejs/governance/blob/master/Team-Charter.md"
4949
>
50-
Learn more about teams
50+
Dowiedz się więcej o zespołach
5151
</VTLink>
5252
</template>
5353
</TeamHero>
5454

5555
<TeamList :members="(membersCoreData as Member[])">
56-
<template #title>Core Team Members</template>
56+
<template #title>Członkowie zespołu głównego</template>
5757
<template #lead>
58-
Core team members are those who are actively involved in the
59-
maintenance of one or more core projects. They have made
60-
significant contributions to the Vue ecosystem, with a long term
61-
commitment to the success of the project and its users.
58+
Członkowie zespołu głównego to osoby aktywnie zaangażowane w
59+
utrzymanie jednego lub więcej projektów kluczowych. Wnieśli oni
60+
znaczący wkład w ekosystem Vue, z długoterminowym
61+
zaangażowaniem w sukces projektu i jego użytkowników.
6262
</template>
6363
</TeamList>
6464

6565
<TeamList :members="(membersEmeritiData as Member[])">
66-
<template #title>Core Team Emeriti</template>
66+
<template #title>Emerytowany zespół główny</template>
6767
<template #lead>
68-
Here we honor some no-longer-active core team members who have made
69-
valuable contributions in the past.
68+
W tym miejscu oddajemy cześć nieaktywnym już członkom zespołu głównego, którzy wnieśli
69+
cenny wkład w przeszłości.
7070
</template>
7171
</TeamList>
7272

7373
<TeamList :members="(membersPartnerData as Member[])">
74-
<template #title>Community Partners</template>
74+
<template #title>Partnerzy społeczni</template>
7575
<template #lead>
76-
Some members of the Vue community have so enriched it, that they
77-
deserve special mention. We've developed a more intimate
78-
relationship with these key partners, often coordinating with them
79-
on upcoming features and news.
76+
Niektórzy członkowie społeczności Vue tak ją wzbogacili, że
77+
zasługują na specjalne wyróżnienie. Rozwinęliśmy bardziej zażyłe
78+
relacje z tymi kluczowymi partnerami, często koordynując z nimi
79+
nadchodzące funkcjonalności i nowości.
8080
</template>
8181
</TeamList>
8282
</div>

0 commit comments

Comments
 (0)