Files
UNIT3D-Community-Edition/lang/da/ticket.php
2024-05-23 13:58:29 +00:00

43 lines
1.5 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 [
'assign' => 'Tildel',
'assigned-staff' => 'Tildelt',
'attachments' => 'Vedhæftninger',
'attachments-save' => 'Gem vedhæftninger',
'body' => 'Beskrivelse',
'body-enter' => 'Skriv beskrivelsen her...',
'category' => 'Kategori',
'close' => 'Luk',
'closed' => 'Lukket',
'create-ticket' => 'Opret Sag',
'created' => 'Oprettet',
'delete' => 'Slet',
'description' => 'Beskrivelse',
'download' => 'Download',
'fix-errors' => 'Afhjælp følgende fejl og prøv igen:',
'helpdesk' => 'Helpdesk',
'no-attach' => 'Ingen vedhæftninger fundet',
'priority' => 'Prioritet',
'opened-by' => 'Åbnet af:',
'reset' => 'Nulstil',
'subject' => 'Emne',
'subject-enter' => 'Skriv emne her...',
'submit-ticket' => 'Indsend Sag',
'ticket' => 'Sag',
'unassign' => 'Fjern tildeling',
];