|
12 | 12 | const COPY = { |
13 | 13 | pt: { |
14 | 14 | about: 'Sobre', nextMeetups: 'Próximos encontros', seeEvents: 'Ver eventos no Meetup ↗', seeMoreEvents: 'Ver mais no Meetup ↗', |
15 | | - community: 'Comunidade', partners: 'Conheça também', members: 'Membros', events: 'Eventos', projects: 'Projetos', |
| 15 | + community: 'Comunidade', partners: 'Conheça também', members: 'Voluntários', events: 'Eventos', projects: 'Projetos', |
16 | 16 | conduct: 'Código de conduta', fullConduct: 'Ver Código de Conduta completo ↗', blog: 'Blog', upcoming: 'Próximos', past: 'Eventos anteriores', |
17 | | - eventsIntro: 'Nos encontramos para trocar conhecimento. A agenda é mantida em data/events.json.', |
18 | | - noEvents: 'Nenhum evento cadastrado no momento.', noMembers: 'Nenhum membro cadastrado ainda.', noPosts: 'Nenhum post publicado ainda.' |
| 17 | + eventsIntro: 'Nos encontramos para trocar conhecimento. A agenda é mantida em data/events.json.', volunteersIntro: 'Pessoas que contribuem ou já contribuíram com a comunidade.', |
| 18 | + noEvents: 'Nenhum evento cadastrado no momento.', noMembers: 'Nenhum voluntário cadastrado ainda.', noPosts: 'Nenhum post publicado ainda.' |
19 | 19 | }, |
20 | 20 | en: { |
21 | 21 | about: 'About', nextMeetups: 'Next meetups', seeEvents: 'View events on Meetup ↗', seeMoreEvents: 'View more on Meetup ↗', |
22 | | - community: 'Community', partners: 'Discover also', members: 'Members', events: 'Events', projects: 'Projects', |
| 22 | + community: 'Community', partners: 'Discover also', members: 'Volunteers', events: 'Events', projects: 'Projects', |
23 | 23 | conduct: 'Code of conduct', fullConduct: 'View the full Code of Conduct ↗', blog: 'Blog', upcoming: 'Upcoming', past: 'Past events', |
24 | | - eventsIntro: 'We get together to share knowledge. The schedule lives in data/events.json.', |
25 | | - noEvents: 'No events have been added yet.', noMembers: 'No members have been added yet.', noPosts: 'No posts have been published yet.' |
| 24 | + eventsIntro: 'We get together to share knowledge. The schedule lives in data/events.json.', volunteersIntro: 'People who contribute or have contributed to the community.', |
| 25 | + noEvents: 'No events have been added yet.', noMembers: 'No volunteers have been added yet.', noPosts: 'No posts have been published yet.' |
26 | 26 | } |
27 | 27 | }; |
28 | 28 | const SECTIONS = ['comunidade', 'eventos', 'conduta', 'membros', 'projetos', 'blog', 'conheca-tambem']; |
|
0 commit comments