rverse2/resources/lang/it/errors.php
2022-06-22 08:57:56 +02:00

22 lines
No EOL
532 B
PHP

<?php
/*
* Translation file for errors
*/
return [
'403' => [
'title' => 'Errore',
'desc' => 'C\'è stato un errore nel caricamento della pagina.',
],
'404' => [
'title' => 'Errore',
'desc' => 'C\'è stato un errore nel caricamento della pagina.',
],
'banned' => [
'title' => 'Account disabilitato',
'desc' => 'L\'accesso a :name è stato disabilitato. Contatta i :name Moderatori su Discord per discutere del tuo ban.',
'button' => 'Close',
],
];