22 lines
No EOL
532 B
PHP
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',
|
|
],
|
|
]; |