refactor(l10n): remove untranslated components in home page

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
Miguel Nogueira 2023-06-29 22:51:46 +01:00
parent 5a4fec8929
commit a99689006b
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370

View File

@ -61,8 +61,8 @@
<div class="row mt-5">
<div class="col text-center">
<h3>Confira os cargos disponíveis</h3>
<p>Quer colaborar com a equipe da {{ config('app.name') }} Estamos recrutando! Confira um dos nossos cargos abertos. Uma boa equipe é um pilar de uma comunidade bem-sucedida.</p>
<h3>{{ __('Check out our available roles') }}</h3>
{!! __("<p>Are you looking to work with the :appName team? We're actively recruiting! Check out one of our open roles. A good team is an important aaspect of a successful community.</p>", ['appName' => config('app.name')]) !!}
</div>
</div>
@ -138,7 +138,7 @@
<div class="card-header">
<div class="card-title"><h4>{{__('Applications Closed')}}</h4></div>
<div class="card-title"><h4>{{__('There are no open roles')}}</h4></div>
</div>
@ -148,9 +148,8 @@
<p><b>{{__('Hello There!')}}</b></p>
<p>
{{__('We are currently not hiring any new staff members at the moment. If you\'d like to apply, check out our Discord\'s
announcement channel for news when a new position opens.
Our application cycle usually lasts two weeks, so if you\'re seeing this, it\'s because it finished, and new one will begin soon.')}}
{{__('We are currently not recruiting any new staff members at the moment. If you\'d like to apply, check out our community\'s
announcement channel for news when a new role opens.')}}
</p>
</div>
@ -169,9 +168,8 @@
<div class="col text-center">
<h3>{{ __('A gestão da :appName responde a todas candidaturas dentro de 48 horas.', ['appName' => config('app.name')]) }}</h3>
<p>{!! __('Se você tiver algum dúvida sobre a sua conta de recrutamento, candidatura, ou qualquer outra questão, visite o nosso <a href=":supportURL" target="_blank">site de atendimento</a>, ou <a href="mailto::supportEmail">envie-nos um email</a>.', ['supportURL' => config('app.support_url'), 'supportEmail' => config('app.support_email')]) !!}</p>
{!! __("<h3>The :appName management team usually responds to applications within :timeTakenAppl hours.</hr>", ['appName' => config('app.name'), 'timeTakenAppl' => '48']) !!}
<p>{!! __('If you have any questions about your web portal account, application or literally anything else, please visit our <a href=":supportURL" target="_blank">support site</a>, or <a href="mailto::supportEmail">send us an email</a>.', ['supportURL' => config('app.support_url'), 'supportEmail' => config('app.support_email')]) !!}</p>
</div>
</div>