Files
UNIT3D/lang/it/bug.php
2024-05-23 13:58:29 +00:00

29 lines
1.1 KiB
PHP

<?php
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'bug-report' => 'Riportare un errore',
'bug-report-description' => 'Segnala un bug del sito',
'enter-description' => 'Descrivi il problema nel miglior modo possibile',
'enter-email' => 'Per favore inserisci la tua e-mail',
'enter-title' => 'Si prega di scegliere un titolo appropriato',
'enter-username' => 'Per favore inserisci il tuo cognome',
'high' => 'alto',
'low' => 'Basso',
'priority' => 'Priorità',
'priority-description' => 'Scegli solo molto alto se il bug è davvero un problema per l utilizzo del sito.',
'very-high' => 'Molto alto',
];