Files
UNIT3D/lang/de/bug.php
2025-02-14 13:45:57 +01: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' => 'Bug Report',
'bug-report-description' => 'Einen Bug melden',
'enter-description' => 'Beschreibe das Problem so gut wie möglich',
'enter-email' => 'Bitte gebe deine E-Mail-Adresse ein',
'enter-title' => 'Bitte wähle einen passenden Titel',
'enter-username' => 'Bitte gebe deinen Nutzernamen ein',
'high' => 'Hoch',
'low' => 'Niedrig',
'priority' => 'Priorität',
'priority-description' => 'Wähle nur "Sehr Hoch", wenn der Fehler wirklich ein Problem für die Benutzung der Webseite ist.',
'very-high' => 'Sehr Hoch',
];