mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 00:58:41 +00:00
67 lines
2.2 KiB
PHP
Executable File
67 lines
2.2 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Support' => [
|
|
'Account' => 'Rachunek',
|
|
'All' => 'Wszystkie',
|
|
'Assigned' => '',
|
|
'AverageAmount' => 'Średnia ilość',
|
|
'AverageProcessTime' => 'AVG. Czas przetwarzania',
|
|
'Closed' => '',
|
|
'Completion' => '',
|
|
'Created' => 'Utworzony',
|
|
'Creator' => 'Twórca',
|
|
'Day' => 'Dzień',
|
|
'Department' => 'dział',
|
|
'Description' => 'Opis',
|
|
'Due' => 'Z powodu',
|
|
'Files' => 'Pliki',
|
|
'For' => '',
|
|
'Forwarded' => 'Przekazany',
|
|
'From' => 'Z',
|
|
'Group' => 'Grupa',
|
|
'InTime' => 'W samą porę',
|
|
'Interval' => 'Interwał',
|
|
'Media' => 'Głoska bezdźwięczna',
|
|
'Message' => 'Wiadomość',
|
|
'Month' => 'Miesiąc',
|
|
'Name' => 'Nazwa',
|
|
'New' => 'Nowy',
|
|
'Open' => 'otwarty',
|
|
'Person' => 'Osoba',
|
|
'Priority' => 'Priorytet',
|
|
'Received' => 'Otrzymane',
|
|
'Receiver' => 'Odbiorca',
|
|
'Redirected' => 'Przekierowany',
|
|
'Responsible' => 'Odpowiedzialny',
|
|
'Select' => 'Wybierać',
|
|
'Settings' => 'Ustawienia',
|
|
'Size' => 'Rozmiar',
|
|
'Statistics' => 'Statystyka',
|
|
'Status' => 'Status',
|
|
'Support' => 'Wsparcie',
|
|
'Ticket' => 'Bilet',
|
|
'Tickets' => 'Bilety',
|
|
'Title' => 'Tytuł',
|
|
'To' => 'Do',
|
|
'Today' => 'Dziś',
|
|
'Topic' => 'Temat',
|
|
'Type' => 'Rodzaj',
|
|
'Unassigned' => '',
|
|
'Unsolved' => '',
|
|
'Upload' => 'Wgrywać',
|
|
'Week' => 'Tydzień',
|
|
'Year' => 'Rok',
|
|
]];
|