Merge branch 'main' into ee-to-ce

ee-to-ce
Peer Richelsen 2021-11-14 10:01:29 +00:00 committed by GitHub
commit 6da358c685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -30,6 +30,7 @@
<img src="https://img.shields.io/github/package-json/v/calendso/calendso"> <img src="https://img.shields.io/github/package-json/v/calendso/calendso">
<a href="https://github.com/calendso/calendso/pulse"><img src="https://img.shields.io/github/commit-activity/m/calendso/calendso" alt="Commits-per-month"></a> <a href="https://github.com/calendso/calendso/pulse"><img src="https://img.shields.io/github/commit-activity/m/calendso/calendso" alt="Commits-per-month"></a>
<a href="https://cal.com/pricing"><img src="https://img.shields.io/badge/Pricing-%2412%2Fmonth-brightgreen" alt="Pricing"></a> <a href="https://cal.com/pricing"><img src="https://img.shields.io/badge/Pricing-%2412%2Fmonth-brightgreen" alt="Pricing"></a>
<a href="https://cal.crowdin.com/Cal"><img src="https://badges.crowdin.net/e/5a55420475b48696779e30e0208a1899/localized.svg" alt="Translate Slack"></a>
</p> </p>
<!-- ABOUT THE PROJECT --> <!-- ABOUT THE PROJECT -->

View File

@ -303,7 +303,7 @@ const EventTypesPage = () => {
</a> </a>
</> </>
} }
className="my-4" className="mb-4"
/> />
)} )}
{data.eventTypeGroups && {data.eventTypeGroups &&

View File

@ -254,7 +254,10 @@
"dark": "Escuro", "dark": "Escuro",
"automatically_adjust_theme": "Ajustar tema automaticamente com base nas preferências do convidado", "automatically_adjust_theme": "Ajustar tema automaticamente com base nas preferências do convidado",
"email": "Email", "email": "Email",
"email_placeholder": "nome@exemplo.com",
"full_name": "Nome Completo", "full_name": "Nome Completo",
"browse_api_documentation": "Consulte a nossa documentação da API",
"leverage_our_api": "Tire partido da nossa API para controlo e personalização total.",
"create_webhook": "Criar Webhook", "create_webhook": "Criar Webhook",
"booking_cancelled": "Reserva Cancelada", "booking_cancelled": "Reserva Cancelada",
"booking_rescheduled": "Reserva Reagendada", "booking_rescheduled": "Reserva Reagendada",
@ -525,5 +528,7 @@
"connect_an_additional_calendar": "Ligue um calendário adicional", "connect_an_additional_calendar": "Ligue um calendário adicional",
"conferencing": "Conferência", "conferencing": "Conferência",
"calendar": "Calendário", "calendar": "Calendário",
"not_installed": "Não instalado" "not_installed": "Não instalado",
"error_password_mismatch": "As senhas não são iguais.",
"error_required_field": "Este campo é obrigatório."
} }