mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-09 21:19:22 -06:00
29 lines
1.1 KiB
PHP
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' => 'Pranešimas apie klaidą',
|
|
'bug-report-description' => 'Pranešti apie svetainės klaidą',
|
|
'enter-description' => 'Apibūdinkite problemą kuo geriau',
|
|
'enter-email' => 'Įveskite savo el. Paštą',
|
|
'enter-title' => 'Pasirinkite tinkamą pavadinimą',
|
|
'enter-username' => 'Įveskite savo naudotojo vardą',
|
|
'high' => 'Aukšta',
|
|
'low' => 'Žemas',
|
|
'priority' => 'Prioritetas',
|
|
'priority-description' => 'Pasirinkite tik labai aukštą, jei klaida iš tikrųjų yra problema naudojant svetainę.',
|
|
'very-high' => 'Labai aukštai',
|
|
];
|