huge Laravel 10 upgrade

This commit is contained in:
HolgerHatGarKeineNode
2023-02-19 20:13:20 +01:00
parent 5c74f77beb
commit 12847f95f6
440 changed files with 46336 additions and 682 deletions

View File

@@ -0,0 +1,23 @@
<?php
return [
'write_comment' => 'Deixe um comentário',
'write_reply' => 'Deixe uma resposta',
'cancel' => 'Cancelar',
'edit' => 'Editar',
'edit_comment' => 'Guardar',
'no_comments_yet' => 'Ainda não tem comentários',
'delete' => 'Excluir',
'copy_link' => 'Copiar Link',
'delete_confirmation_title' => 'Excluir comentário',
'delete_confirmation_text' => 'Tem certeza? Esta ação é irreversível.',
'create_reply' => 'Responder',
'create_comment' => 'Comentar',
'just_now' => 'Agora mesmo',
'send_notifications' => 'Notifique-me quando alguém responder',
'reject_comment' => 'Rejeitar',
'approve_comment' => 'Aprovar',
'awaits_approval' => 'Aguardando aprovação',
'guest' => 'convidado',
'copied' => 'Link copiado'
];