Merge branch 'main' into ee-to-ce
commit
6da358c685
|
@ -30,6 +30,7 @@
|
|||
<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://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>
|
||||
|
||||
<!-- ABOUT THE PROJECT -->
|
||||
|
|
|
@ -303,7 +303,7 @@ const EventTypesPage = () => {
|
|||
</a>
|
||||
</>
|
||||
}
|
||||
className="my-4"
|
||||
className="mb-4"
|
||||
/>
|
||||
)}
|
||||
{data.eventTypeGroups &&
|
||||
|
|
|
@ -254,7 +254,10 @@
|
|||
"dark": "Escuro",
|
||||
"automatically_adjust_theme": "Ajustar tema automaticamente com base nas preferências do convidado",
|
||||
"email": "Email",
|
||||
"email_placeholder": "nome@exemplo.com",
|
||||
"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",
|
||||
"booking_cancelled": "Reserva Cancelada",
|
||||
"booking_rescheduled": "Reserva Reagendada",
|
||||
|
@ -525,5 +528,7 @@
|
|||
"connect_an_additional_calendar": "Ligue um calendário adicional",
|
||||
"conferencing": "Conferência",
|
||||
"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."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue