update lang files

This commit is contained in:
Dennis Eichhorn 2022-02-12 21:18:51 +01:00
parent e7a6596d67
commit 2b257f25d3
44 changed files with 851 additions and 320 deletions

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'يدعم',
'Ticket' => 'تذكرة',
'Tickets' => 'تذاكر',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Podpěra, podpora',
'Ticket' => 'Lístek',
'Tickets' => 'Vstupenky',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Support',
'Ticket' => 'Billet',
'Tickets' => 'Billetter',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Unterstützung',
'Ticket' => 'Fahrkarte',
'Tickets' => 'Tickets',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Υποστήριξη',
'Ticket' => 'Εισιτήριο',
'Tickets' => 'Εισιτήρια',
]];

View File

@ -4,7 +4,7 @@
*
* PHP Version 8.0
*
* @package Modules\Support
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -13,7 +13,7 @@
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Support',
'Ticket' => 'Ticket',
'Tickets' => 'Tickets',
'Support' => 'Support',
'Ticket' => 'Ticket',
'Tickets' => 'Tickets',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Apoyo',
'Ticket' => 'Boleto',
'Tickets' => 'Entradas',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Tuki',
'Ticket' => 'Lippu',
'Tickets' => 'Lippuja',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Soutien',
'Ticket' => 'Billet',
'Tickets' => 'Des billets',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Támogatás',
'Ticket' => 'Jegy',
'Tickets' => 'Jegyek',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Supporto',
'Ticket' => 'Biglietto',
'Tickets' => 'Biglietti',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'サポート',
'Ticket' => 'チケット',
'Tickets' => '切符売場',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => '지원하다',
'Ticket' => '티켓',
'Tickets' => '티켓',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Brukerstøtte',
'Ticket' => 'Billett',
'Tickets' => 'Billetter',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Wsparcie',
'Ticket' => 'Bilet',
'Tickets' => 'Bilety',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Apoio, suporte',
'Ticket' => 'Bilhete',
'Tickets' => 'Ingressos',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Служба поддержки',
'Ticket' => 'Билет',
'Tickets' => 'Билеты',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Stöd',
'Ticket' => 'Biljett',
'Tickets' => 'Biljetter',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'สนับสนุน',
'Ticket' => 'ตั๋ว',
'Tickets' => 'ตั๋ว',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Destek',
'Ticket' => 'Bilet',
'Tickets' => 'Biletler',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => 'Підтримка',
'Ticket' => 'Квиток',
'Tickets' => 'Квитки',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Support' => '支持',
'Ticket' => '票',
'Tickets' => '门票',
]];

View File

@ -13,21 +13,25 @@
declare(strict_types=1);
return ['Support' => [
'Account' => 'حساب',
'Account' => 'الحساب',
'All' => 'الجميع',
'AverageAmount' => "متوسط \u{200b}\u{200b}المبلغ",
'AverageProcessTime' => 'متوسط وقت المعالجة',
'Created' => 'مخلوق',
'Assigned' => '#VALUE!',
'AverageAmount' => 'متوسط ​​المبلغ',
'AverageProcessTime' => 'avg. وقت المعالجة',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'خلقت',
'Creator' => 'المنشئ',
'Day' => 'يوم',
'Department' => 'قسم',
'Department' => 'قسم، أقسام',
'Description' => 'وصف',
'Due' => 'حق',
'Files' => 'ملفات',
'Forwarded' => 'أحالت',
'Due' => 'بسبب',
'Files' => 'الملفات',
'For' => '#VALUE!',
'Forwarded' => 'أحيلت',
'From' => 'من',
'Group' => 'مجموعة',
'InTime' => 'في الوقت',
'InTime' => 'في الوقت المناسب',
'Interval' => 'فترة',
'Media' => 'وسائط',
'Message' => 'رسالة',
@ -37,24 +41,26 @@ return ['Support' => [
'Open' => 'فتح',
'Person' => 'شخص',
'Priority' => 'أفضلية',
'Received' => 'الواردة',
'Received' => 'تم الاستلام',
'Receiver' => 'المتلقي',
'Redirected' => 'تم إعادة توجيهها',
'Redirected' => 'إعادة توجيه',
'Responsible' => 'مسؤول',
'Select' => 'يختار',
'Settings' => 'إعدادات',
'Size' => 'مقاس',
'Size' => 'بحجم',
'Statistics' => 'إحصائيات',
'Status' => 'حالة',
'Support' => 'الدعم',
'Support' => 'يدعم',
'Ticket' => 'تذكرة',
'Tickets' => 'تذاكر',
'Title' => 'لقب',
'To' => 'إلى',
'Title' => 'عنوان',
'To' => 'ل',
'Today' => 'اليوم',
'Topic' => 'عنوان',
'Type' => 'اكتب',
'Type' => 'نوع',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'تحميل',
'Week' => 'أسبوع',
'Year' => 'سنة',
'Year' => 'عام',
]];

View File

@ -15,21 +15,25 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'Účet',
'All' => 'Všechno',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Průměrná hodnota',
'AverageProcessTime' => 'Avg. proces Time',
'Created' => 'Vytvořeno',
'AverageProcessTime' => 'AVG. Procesní čas',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Vytvořený',
'Creator' => 'Tvůrce',
'Day' => 'Den',
'Department' => 'oddělení',
'Description' => 'Popis',
'Due' => 'Z důvodu',
'Files' => 'soubory',
'Forwarded' => 'Předáno',
'Due' => 'Způsoben',
'Files' => 'Soubory',
'For' => '#VALUE!',
'Forwarded' => 'Vředěný',
'From' => 'Z',
'Group' => 'Skupina',
'InTime' => 'Včas',
'Interval' => 'Interval',
'Media' => 'Media',
'Media' => 'Mediální',
'Message' => 'Zpráva',
'Month' => 'Měsíc',
'Name' => 'název',
@ -37,9 +41,9 @@ return ['Support' => [
'Open' => 'Otevřeno',
'Person' => 'Osoba',
'Priority' => 'Přednost',
'Received' => 'obdržené',
'Received' => 'Obdržený',
'Receiver' => 'Přijímač',
'Redirected' => 'Přesměrováno',
'Redirected' => 'Přesměrovaný',
'Responsible' => 'Odpovědný',
'Select' => 'Vybrat',
'Settings' => 'Nastavení',
@ -48,12 +52,14 @@ return ['Support' => [
'Status' => 'Postavení',
'Support' => 'Podpěra, podpora',
'Ticket' => 'Lístek',
'Tickets' => 'lístky',
'Tickets' => 'Vstupenky',
'Title' => 'Titul',
'To' => 'Na',
'Today' => 'Dnes',
'Topic' => 'Téma',
'Type' => 'Typ',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'nahrát',
'Week' => 'Týden',
'Year' => 'Rok',

View File

@ -15,16 +15,20 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'Konto',
'All' => 'Alle',
'AverageAmount' => 'Gennemsnitlig Beløb',
'AverageProcessTime' => 'Gennemsnitlig. proces Tid',
'Created' => 'lavet',
'Creator' => 'Skaberen',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Gennemsnitligt beløb',
'AverageProcessTime' => 'Avg. Proces tid',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Oprettet',
'Creator' => 'Skaber.',
'Day' => 'Dag',
'Department' => 'Afdeling',
'Description' => 'Beskrivelse',
'Due' => 'På grund',
'Files' => 'Filer',
'Forwarded' => 'videresendt',
'Files' => 'Filer.',
'For' => '#VALUE!',
'Forwarded' => 'Videresendt',
'From' => 'Fra',
'Group' => 'Gruppe',
'InTime' => 'I tide',
@ -42,10 +46,10 @@ return ['Support' => [
'Redirected' => 'Omdirigeret',
'Responsible' => 'Ansvarlig',
'Select' => 'Vælg',
'Settings' => 'Indstillinger',
'Settings' => 'Indstillinger.',
'Size' => 'Størrelse',
'Statistics' => 'Statistikker',
'Status' => 'status',
'Status' => 'Status.',
'Support' => 'Support',
'Ticket' => 'Billet',
'Tickets' => 'Billetter',
@ -54,6 +58,8 @@ return ['Support' => [
'Today' => 'I dag',
'Topic' => 'Emne',
'Type' => 'Type',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Upload',
'Week' => 'Uge',
'Year' => 'År',

View File

@ -13,48 +13,54 @@
declare(strict_types=1);
return ['Support' => [
'Account' => '',
'All' => '',
'AverageAmount' => '',
'AverageProcessTime' => '',
'Created' => '',
'Creator' => '',
'Day' => '',
'Department' => '',
'Description' => '',
'Due' => '',
'Files' => '',
'Forwarded' => '',
'From' => '',
'Group' => '',
'InTime' => '',
'Interval' => '',
'Media' => '',
'Message' => '',
'Month' => '',
'Name' => '',
'New' => '',
'Open' => '',
'Person' => '',
'Priority' => '',
'Received' => '',
'Receiver' => '',
'Redirected' => '',
'Responsible' => '',
'Select' => '',
'Settings' => '',
'Size' => '',
'Statistics' => '',
'Status' => '',
'Support' => '',
'Ticket' => '',
'Tickets' => '',
'Title' => '',
'To' => '',
'Today' => '',
'Topic' => '',
'Type' => '',
'Upload' => '',
'Week' => '',
'Year' => '',
'Account' => 'Konto',
'All' => 'Alle',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Durschnittliche Menge',
'AverageProcessTime' => 'Durchschn. Prozess Zeit',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Erstellt',
'Creator' => 'Schöpfer',
'Day' => 'Tag',
'Department' => 'Abteilung',
'Description' => 'Beschreibung',
'Due' => 'Fällig',
'Files' => 'Dateien',
'For' => '#VALUE!',
'Forwarded' => 'Weitergeleitet',
'From' => 'Von',
'Group' => 'Gruppe',
'InTime' => 'Rechtzeitig',
'Interval' => 'Intervall',
'Media' => 'Medien',
'Message' => 'Nachricht',
'Month' => 'Monat',
'Name' => 'Name',
'New' => 'Neu',
'Open' => 'Offen',
'Person' => 'Person',
'Priority' => 'Priorität',
'Received' => 'Erhalten',
'Receiver' => 'Empfänger',
'Redirected' => 'Umgeleitet',
'Responsible' => 'Verantwortlich',
'Select' => 'Wählen',
'Settings' => 'Einstellungen',
'Size' => 'Größe',
'Statistics' => 'Statistiken',
'Status' => 'Status',
'Support' => 'Unterstützung',
'Ticket' => 'Fahrkarte',
'Tickets' => 'Tickets',
'Title' => 'Titel',
'To' => 'Zu',
'Today' => 'Heute',
'Topic' => 'Thema',
'Type' => 'Typ',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Hochladen',
'Week' => 'Woche',
'Year' => 'Jahr',
]];

View File

@ -15,16 +15,20 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'λογαριασμός',
'All' => 'Ολα',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Μέση ποσότητα',
'AverageProcessTime' => 'Μέση. Ώρα διαδικασία',
'Created' => 'δημιουργήθηκε',
'AverageProcessTime' => 'Avg. Χρόνος επεξεργασίας',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Δημιουργήθηκε',
'Creator' => 'Δημιουργός',
'Day' => 'Ημέρα',
'Department' => 'Τμήμα',
'Description' => 'Περιγραφή',
'Due' => 'Λόγω',
'Files' => 'αρχεία',
'Forwarded' => 'διαβιβάστηκε',
'Files' => 'Αρχεία',
'For' => '#VALUE!',
'Forwarded' => 'Προωθημένος',
'From' => 'Από',
'Group' => 'Ομάδα',
'InTime' => 'Εγκαίρως',
@ -37,9 +41,9 @@ return ['Support' => [
'Open' => 'Ανοιξε',
'Person' => 'Πρόσωπο',
'Priority' => 'Προτεραιότητα',
'Received' => 'Ελήφθη',
'Received' => 'Έλαβε',
'Receiver' => 'Δέκτης',
'Redirected' => 'Ανακατευθύνθηκε',
'Redirected' => 'Ανακατευθύνων',
'Responsible' => 'Υπεύθυνος',
'Select' => 'Επιλέγω',
'Settings' => 'Ρυθμίσεις',
@ -50,11 +54,13 @@ return ['Support' => [
'Ticket' => 'Εισιτήριο',
'Tickets' => 'Εισιτήρια',
'Title' => 'Τίτλος',
'To' => 'Προς την',
'To' => 'Προς το',
'Today' => 'Σήμερα',
'Topic' => 'Θέμα',
'Type' => 'Τύπος',
'Upload' => 'Μεταφόρτωση',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Μεταφόρτω',
'Week' => 'Εβδομάδα',
'Year' => 'Ετος',
]];

View File

@ -15,8 +15,11 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'Account',
'All' => 'All',
'Assigned' => '',
'AverageAmount' => 'Average Amount',
'AverageProcessTime' => 'Avg. Process Time',
'Closed' => '',
'Completion' => '',
'Created' => 'Created',
'Creator' => 'Creator',
'Day' => 'Day',
@ -24,6 +27,7 @@ return ['Support' => [
'Description' => 'Description',
'Due' => 'Due',
'Files' => 'Files',
'For' => '',
'Forwarded' => 'Forwarded',
'From' => 'From',
'Group' => 'Group',
@ -54,6 +58,8 @@ return ['Support' => [
'Today' => 'Today',
'Topic' => 'Topic',
'Type' => 'Type',
'Unassigned' => '',
'Unsolved' => '',
'Upload' => 'Upload',
'Week' => 'Week',
'Year' => 'Year',

View File

@ -14,17 +14,21 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'Cuenta',
'All' => 'Todos',
'All' => 'Todo',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Cantidad promedio',
'AverageProcessTime' => 'Avg. Tiempo de procesamiento',
'AverageProcessTime' => 'AVG. Tiempo de procesamiento',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Creado',
'Creator' => 'Creador',
'Day' => 'Día',
'Department' => 'Departamento',
'Description' => 'Descripción',
'Due' => 'Debido',
'Files' => 'archivos',
'Forwarded' => 'reenviado',
'Due' => 'Vencer',
'Files' => 'Archivos',
'For' => '#VALUE!',
'Forwarded' => 'Reenviado',
'From' => 'Desde',
'Group' => 'Grupo',
'InTime' => 'A tiempo',
@ -39,7 +43,7 @@ return ['Support' => [
'Priority' => 'Prioridad',
'Received' => 'Recibió',
'Receiver' => 'Receptor',
'Redirected' => 'redirigidas',
'Redirected' => 'Redirigido',
'Responsible' => 'Responsable',
'Select' => 'Seleccione',
'Settings' => 'Ajustes',
@ -47,13 +51,15 @@ return ['Support' => [
'Statistics' => 'Estadísticas',
'Status' => 'Estado',
'Support' => 'Apoyo',
'Ticket' => 'Billete',
'Ticket' => 'Boleto',
'Tickets' => 'Entradas',
'Title' => 'Título',
'To' => 'A',
'Today' => 'Hoy dia',
'Topic' => 'Tema',
'Type' => 'Escribe',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Subir',
'Week' => 'Semana',
'Year' => 'Año',

View File

@ -15,46 +15,52 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'Tili',
'All' => 'Kaikki',
'AverageAmount' => 'keskimääräinen summa',
'AverageProcessTime' => 'Keskim. prosessi Time',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Keskimääräinen määrä',
'AverageProcessTime' => 'Avg. Prosessiaika',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Luotu',
'Creator' => 'Luoja',
'Day' => 'Päivä',
'Department' => 'osasto',
'Department' => 'Osasto',
'Description' => 'Kuvaus',
'Due' => 'maksettava',
'Due' => 'Takia',
'Files' => 'Tiedostot',
'Forwarded' => 'Siirretty',
'From' => 'alkaen',
'For' => '#VALUE!',
'Forwarded' => 'Lähetetty',
'From' => 'Peräkkäin',
'Group' => 'Ryhmä',
'InTime' => 'Ajallaan',
'Interval' => 'intervalli',
'Media' => 'tiedotusvälineet',
'Interval' => 'Aikaväli',
'Media' => 'Media',
'Message' => 'Viesti',
'Month' => 'Kuukausi',
'Name' => 'Nimi',
'New' => 'Uusi',
'Open' => 'Avata',
'Person' => 'Henkilö',
'Priority' => 'prioriteetti',
'Priority' => 'Etusija',
'Received' => 'Otettu vastaan',
'Receiver' => 'Vastaanotin',
'Redirected' => 'Uudelleenohjattu',
'Responsible' => 'vastuullinen',
'Select' => 'valita',
'Redirected' => 'Ohjattu',
'Responsible' => 'Vastuullinen',
'Select' => 'Valitse',
'Settings' => 'asetukset',
'Size' => 'Koko',
'Statistics' => 'tilasto',
'Statistics' => 'Tilastot',
'Status' => 'Tila',
'Support' => 'Tuki',
'Ticket' => 'lippu',
'Tickets' => 'liput',
'Title' => 'otsikko',
'To' => 'jotta',
'Ticket' => 'Lippu',
'Tickets' => 'Lippuja',
'Title' => 'Otsikko',
'To' => 'Jllek',
'Today' => 'Tänään',
'Topic' => 'Aihe',
'Type' => 'Tyyppi',
'Upload' => 'upload',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Ladata',
'Week' => 'Viikko',
'Year' => 'vuosi',
'Year' => 'Vuosi',
]];

View File

@ -15,31 +15,35 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'Compte',
'All' => 'Tout',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Quantité moyenne',
'AverageProcessTime' => 'Moy. Temps de traitement',
'Created' => 'Créé',
'AverageProcessTime' => 'Avg. Temps de traitement',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Établi',
'Creator' => 'Créateur',
'Day' => 'Jour',
'Department' => 'département',
'Description' => 'Description',
'Due' => 'Payable',
'Description' => 'La description',
'Due' => '',
'Files' => 'Des dossiers',
'Forwarded' => 'transmis',
'From' => 'De',
'For' => '#VALUE!',
'Forwarded' => 'Transmis',
'From' => 'À partir de',
'Group' => 'Grouper',
'InTime' => 'À l\'heure',
'InTime' => 'À l\\'heure',
'Interval' => 'Intervalle',
'Media' => 'Médias',
'Message' => 'Un message',
'Message' => 'Message',
'Month' => 'Mois',
'Name' => 'Nom',
'New' => 'Nouveau',
'New' => 'Nouvelle',
'Open' => 'Ouvert',
'Person' => 'La personne',
'Person' => 'Personne',
'Priority' => 'Priorité',
'Received' => 'A reçu',
'Receiver' => 'Destinataire',
'Redirected' => 'redirigée',
'Receiver' => 'Receveur',
'Redirected' => 'Redirigé',
'Responsible' => 'Responsable',
'Select' => 'Sélectionner',
'Settings' => 'Réglages',
@ -51,10 +55,12 @@ return ['Support' => [
'Tickets' => 'Des billets',
'Title' => 'Titre',
'To' => 'À',
'Today' => 'Aujourd\'hui',
'Today' => 'Aujourd\\'hui',
'Topic' => 'Sujet',
'Type' => 'Taper',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Télécharger',
'Week' => 'Semaine',
'Week' => 'La semaine',
'Year' => 'An',
]];

View File

@ -13,18 +13,22 @@
declare(strict_types=1);
return ['Support' => [
'Account' => 'számla',
'All' => 'Összes',
'Account' => 'Számla',
'All' => 'Minden',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Átlagos mennyiség',
'AverageProcessTime' => 'Átl. folyamat idő',
'Created' => 'Alkotó',
'AverageProcessTime' => 'AVG. Folyamatidő',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Létrehozott',
'Creator' => 'Teremtő',
'Day' => 'Nap',
'Department' => 'Osztály',
'Description' => 'Leírás',
'Due' => 'Esedékes',
'Files' => 'Files',
'Forwarded' => 'továbbított',
'Files' => 'Fájlok',
'For' => '#VALUE!',
'Forwarded' => 'Továbbított',
'From' => 'Tól től',
'Group' => 'Csoport',
'InTime' => 'Időben',
@ -37,11 +41,11 @@ return ['Support' => [
'Open' => 'Nyisd ki',
'Person' => 'Személy',
'Priority' => 'Kiemelten fontos',
'Received' => 'kapott',
'Receiver' => 'Receiver',
'Redirected' => 'átirányított',
'Received' => 'Kapott',
'Receiver' => 'Vevőegység',
'Redirected' => 'Átirányított',
'Responsible' => 'Felelős',
'Select' => 'választ',
'Select' => 'Kiválaszt',
'Settings' => 'Beállítások',
'Size' => 'Méret',
'Statistics' => 'Statisztika',
@ -54,6 +58,8 @@ return ['Support' => [
'Today' => 'Ma',
'Topic' => 'Téma',
'Type' => 'típus',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Feltöltés',
'Week' => 'Hét',
'Year' => 'Év',

View File

@ -13,10 +13,13 @@
declare(strict_types=1);
return ['Support' => [
'Account' => 'account',
'All' => 'Tutti',
'Account' => 'Account',
'All' => 'Tutto',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Quantità media',
'AverageProcessTime' => 'Avg. Tempo trattato',
'AverageProcessTime' => 'Avg. Tempo di processo',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Creato',
'Creator' => 'Creatore',
'Day' => 'Giorno',
@ -24,7 +27,8 @@ return ['Support' => [
'Description' => 'Descrizione',
'Due' => 'Dovuto',
'Files' => 'File',
'Forwarded' => 'inoltrato',
'For' => '#VALUE!',
'Forwarded' => 'Inoltrato',
'From' => 'A partire dal',
'Group' => 'Gruppo',
'InTime' => 'In tempo',
@ -34,27 +38,29 @@ return ['Support' => [
'Month' => 'Mese',
'Name' => 'Nome',
'New' => 'Nuovo',
'Open' => 'Aperto',
'Open' => 'Aprire',
'Person' => 'Persona',
'Priority' => 'Priorità',
'Received' => 'ricevuto',
'Received' => 'Ricevuto',
'Receiver' => 'Ricevitore',
'Redirected' => 'reindirizzate',
'Redirected' => 'Reindirizzato',
'Responsible' => 'Responsabile',
'Select' => 'Selezionare',
'Settings' => 'impostazioni',
'Size' => 'Taglia',
'Statistics' => 'statistica',
'Settings' => 'Impostazioni',
'Size' => 'Misurare',
'Statistics' => 'Statistiche',
'Status' => 'Stato',
'Support' => 'Supporto',
'Ticket' => 'Biglietto',
'Tickets' => 'Biglietti',
'Title' => 'Titolo',
'To' => 'Per',
'To' => 'a',
'Today' => 'Oggi',
'Topic' => 'Argomento',
'Type' => 'genere',
'Upload' => 'Caricare',
'Type' => 'Tipo',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Caricamento',
'Week' => 'Settimana',
'Year' => 'Anno',
]];

View File

@ -14,47 +14,53 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'アカウント',
'All' => 'すべて',
'AverageAmount' => '平均金額',
'AverageProcessTime' => '平均。プロセスの時間',
'All' => '全て',
'Assigned' => '#VALUE!',
'AverageAmount' => '平均額',
'AverageProcessTime' => '平均。プロセス時間',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => '作成した',
'Creator' => '創造主',
'Creator' => 'クリエーター',
'Day' => '日',
'Department' => '部門',
'Department' => 'デパートメント',
'Description' => '説明',
'Due' => '原因',
'Due' => '期限',
'Files' => 'ファイル',
'Forwarded' => '転送されました',
'For' => '#VALUE!',
'Forwarded' => '転送された',
'From' => 'から',
'Group' => 'グループ',
'InTime' => '時間に',
'InTime' => '時間に',
'Interval' => '間隔',
'Media' => 'メディア',
'Message' => 'メッセージ',
'Month' => '月',
'Name' => '名前',
'New' => '新',
'Open' => '開いた',
'New' => '新しい',
'Open' => '開ける',
'Person' => '人',
'Priority' => '優先度',
'Received' => '受け',
'Receiver' => '受信',
'Received' => '受け取った',
'Receiver' => '受信',
'Redirected' => 'リダイレクト',
'Responsible' => '責任者',
'Select' => '選択する',
'Settings' => '設定',
'Size' => 'サイズ',
'Statistics' => '統計',
'Statistics' => '統計',
'Status' => '状態',
'Support' => 'サポート',
'Ticket' => 'チケット',
'Tickets' => '切符売場',
'Title' => '題名',
'Title' => 'タイトル',
'To' => 'に',
'Today' => '今日',
'Topic' => 'トピック',
'Type' => 'タイプ',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'アップロード',
'Week' => '週間',
'Week' => '週',
'Year' => '年',
]];

View File

@ -15,33 +15,37 @@ declare(strict_types=1);
return ['Support' => [
'Account' => '계정',
'All' => '모두',
'Assigned' => '#VALUE!',
'AverageAmount' => '평균 금액',
'AverageProcessTime' => '부근에 있습니다. 처리 시간',
'AverageProcessTime' => '평균 프로세스 시간',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => '만들어진',
'Creator' => '창조자',
'Day' => '',
'Department' => '학과',
'Description' => '기술',
'Due' => '정당한',
'Day' => '',
'Department' => '부서',
'Description' => '설명',
'Due' => '로 인한',
'Files' => '파일',
'For' => '#VALUE!',
'Forwarded' => '전달',
'From' => '에서',
'Group' => '그룹',
'InTime' => '제 시간에',
'Interval' => '간격',
'Media' => '미디어',
'Message' => '메지',
'Month' => '',
'Message' => '메지',
'Month' => '',
'Name' => '이름',
'New' => '새로운',
'Open' => '열',
'Open' => '열려있는',
'Person' => '사람',
'Priority' => '우선 순위',
'Received' => '수신',
'Receiver' => '리시버',
'Redirected' => '리디렉션',
'Responsible' => '책임',
'Select' => '고르다',
'Priority' => '우선 사항',
'Received' => '받았다',
'Receiver' => '수화기',
'Redirected' => '리디렉션 된 것',
'Responsible' => '책임이있는',
'Select' => '선택하다',
'Settings' => '설정',
'Size' => '크기',
'Statistics' => '통계',
@ -49,12 +53,14 @@ return ['Support' => [
'Support' => '지원하다',
'Ticket' => '티켓',
'Tickets' => '티켓',
'Title' => '제',
'To' => '에',
'Title' => '',
'To' => '에',
'Today' => '오늘',
'Topic' => '이야기',
'Topic' => '주제',
'Type' => '유형',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => '업로드',
'Week' => '주',
'Year' => '년',
'Year' => '년',
]];

View File

@ -15,20 +15,24 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'Regnskap',
'All' => 'Alle',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Gjennomsnittlig beløp',
'AverageProcessTime' => 'Nr. prosessen Tid',
'Created' => 'laget',
'Creator' => 'skaperen',
'AverageProcessTime' => 'Nr. Prosess tid',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Opprettet',
'Creator' => 'Skaperen.',
'Day' => 'Dag',
'Department' => 'Avdeling',
'Description' => 'Beskrivelse',
'Due' => 'Due',
'Files' => 'filer',
'Due' => 'På grunn av det',
'Files' => 'Filer',
'For' => '#VALUE!',
'Forwarded' => 'Videresendt',
'From' => 'Fra',
'Group' => 'Gruppe',
'InTime' => 'I tide',
'Interval' => 'intervall',
'Interval' => 'Intervall',
'Media' => 'Media',
'Message' => 'Beskjed',
'Month' => 'Måned',
@ -38,22 +42,24 @@ return ['Support' => [
'Person' => 'Person',
'Priority' => 'Prioritet',
'Received' => 'Mottatt',
'Receiver' => 'mottaker',
'Receiver' => 'Mottaker',
'Redirected' => 'Omdirigert',
'Responsible' => 'Ansvarlig',
'Select' => 'Å velge',
'Settings' => 'innstillinger',
'Select' => 'Plukke ut',
'Settings' => 'Innstillinger',
'Size' => 'Størrelse',
'Statistics' => 'Statistikk',
'Status' => 'Status',
'Support' => 'Brukerstøtte',
'Ticket' => 'Billett',
'Tickets' => 'billetter',
'Tickets' => 'Billetter',
'Title' => 'Tittel',
'To' => 'Til',
'Today' => 'I dag',
'Topic' => 'Emne',
'Type' => 'Type',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Laste opp',
'Week' => 'Uke',
'Year' => 'År',

View File

@ -13,19 +13,23 @@
declare(strict_types=1);
return ['Support' => [
'Account' => 'Konto',
'All' => 'Wszystko',
'Account' => 'Rachunek',
'All' => 'Wszystkie',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Średnia ilość',
'AverageProcessTime' => 'Średnia. Czas przetwarzania',
'AverageProcessTime' => 'AVG. Czas przetwarzania',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Utworzony',
'Creator' => 'Twórca',
'Day' => 'Dzień',
'Department' => 'Departament',
'Department' => 'dział',
'Description' => 'Opis',
'Due' => 'Z powodu',
'Files' => 'Akta',
'Forwarded' => 'Przekazano',
'From' => 'Od',
'Files' => 'Pliki',
'For' => '#VALUE!',
'Forwarded' => 'Przekazany',
'From' => 'Z',
'Group' => 'Grupa',
'InTime' => 'W samą porę',
'Interval' => 'Interwał',
@ -37,11 +41,11 @@ return ['Support' => [
'Open' => 'otwarty',
'Person' => 'Osoba',
'Priority' => 'Priorytet',
'Received' => 'Odebrane',
'Received' => 'Otrzymane',
'Receiver' => 'Odbiorca',
'Redirected' => 'przekierowany',
'Redirected' => 'Przekierowany',
'Responsible' => 'Odpowiedzialny',
'Select' => 'Wybierz',
'Select' => 'Wybier',
'Settings' => 'Ustawienia',
'Size' => 'Rozmiar',
'Statistics' => 'Statystyka',
@ -51,10 +55,12 @@ return ['Support' => [
'Tickets' => 'Bilety',
'Title' => 'Tytuł',
'To' => 'Do',
'Today' => 'Dzisiaj',
'Today' => 'Dziś',
'Topic' => 'Temat',
'Type' => 'Rodzaj',
'Upload' => 'Przekazać plik',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Wgrywać',
'Week' => 'Tydzień',
'Year' => 'Rok',
]];

View File

@ -14,17 +14,21 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'Conta',
'All' => 'Todo',
'All' => 'Tudo',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Quantidade média',
'AverageProcessTime' => 'AVG. Tempo de processamento',
'AverageProcessTime' => 'Avg. Tempo de processamento',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Criado',
'Creator' => 'O Criador',
'Day' => 'Dia',
'Department' => 'Departamento',
'Description' => 'Descrição',
'Due' => 'Devido',
'Due' => 'Vencimento',
'Files' => 'arquivos',
'Forwarded' => 'encaminhado',
'For' => '#VALUE!',
'Forwarded' => 'Encaminhado',
'From' => 'A partir de',
'Group' => 'Grupo',
'InTime' => 'Em tempo',
@ -34,26 +38,28 @@ return ['Support' => [
'Month' => 'Mês',
'Name' => 'Nome',
'New' => 'Novo',
'Open' => 'Abrir',
'Open' => 'Aberto',
'Person' => 'Pessoa',
'Priority' => 'Prioridade',
'Received' => 'Recebido',
'Receiver' => 'recebedor',
'Redirected' => 'Redirected',
'Receiver' => 'Receptor',
'Redirected' => 'Redirecionado',
'Responsible' => 'Responsável',
'Select' => 'selecionar',
'Select' => 'Selecione.',
'Settings' => 'Configurações',
'Size' => 'Tamanho',
'Statistics' => 'Estatisticas',
'Status' => 'Status',
'Support' => 'Apoio, suporte',
'Ticket' => 'Bilhete',
'Tickets' => 'bilhetes',
'Tickets' => 'Ingressos',
'Title' => 'Título',
'To' => 'Para',
'Today' => 'Hoje',
'Topic' => 'Tópico',
'Type' => 'Modelo',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Envio',
'Week' => 'Semana',
'Year' => 'Ano',

View File

@ -15,45 +15,51 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'Счет',
'All' => 'Все',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Среднее количество',
'AverageProcessTime' => 'Avg. Процесс Время',
'AverageProcessTime' => 'Авг. Время процесса',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Созданный',
'Creator' => 'творец',
'Creator' => 'Создатель',
'Day' => 'День',
'Department' => 'отделение',
'Description' => 'Описание',
'Due' => 'Должный',
'Files' => 'файлы',
'Forwarded' => 'Forwarded',
'From' => 'Из',
'Due' => 'Должное',
'Files' => 'Файлы',
'For' => '#VALUE!',
'Forwarded' => 'Пересылать',
'From' => 'От',
'Group' => 'Группа',
'InTime' => 'Во время',
'Interval' => 'интервал',
'Interval' => 'Интервал',
'Media' => 'Средства массовой информации',
'Message' => 'Сообщение',
'Month' => 'Месяц',
'Name' => 'Имя',
'New' => 'Новый',
'Open' => 'Открыть',
'Open' => 'Открытым',
'Person' => 'Человек',
'Priority' => 'приоритет',
'Priority' => 'Приоритет',
'Received' => 'Получила',
'Receiver' => риемник',
'Redirected' => 'Redirected',
'Receiver' => олучатель',
'Redirected' => 'Перенаправлено',
'Responsible' => 'Ответственный',
'Select' => 'Выбирать',
'Settings' => 'Настройки',
'Size' => 'Размер',
'Statistics' => 'Статистика',
'Status' => 'Положение дел',
'Support' => 'Поддерживать',
'Ticket' => 'Проездной билет',
'Status' => 'Статус',
'Support' => 'Служба поддержки',
'Ticket' => 'Билет',
'Tickets' => 'Билеты',
'Title' => 'Заголовок',
'To' => 'К',
'Today' => 'Сегодня',
'Topic' => 'Тема',
'Type' => 'Тип',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Загрузить',
'Week' => 'Неделю',
'Year' => 'Год',

View File

@ -15,16 +15,20 @@ declare(strict_types=1);
return ['Support' => [
'Account' => 'konto',
'All' => 'Allt',
'AverageAmount' => 'Genomsnittligt belopp',
'AverageProcessTime' => 'Avg. process Tid',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Genomsnittlig mängd',
'AverageProcessTime' => 'Avg. Processtid',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Skapad',
'Creator' => 'Skapare',
'Day' => 'Dag',
'Department' => 'Avdelning',
'Description' => 'Beskrivning',
'Due' => 'Till följd av',
'Files' => 'filer',
'Forwarded' => 'vidarebefordras',
'Due' => 'På grund av',
'Files' => 'Filer',
'For' => '#VALUE!',
'Forwarded' => 'Vidarebefordras',
'From' => 'Från',
'Group' => 'Grupp',
'InTime' => 'I tid',
@ -48,12 +52,14 @@ return ['Support' => [
'Status' => 'Status',
'Support' => 'Stöd',
'Ticket' => 'Biljett',
'Tickets' => 'biljetter',
'Tickets' => 'Biljetter',
'Title' => 'Titel',
'To' => 'Till',
'Today' => 'I dag',
'Topic' => 'Ämne',
'Type' => 'Typ',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Ladda upp',
'Week' => 'Vecka',
'Year' => 'År',

View File

@ -13,32 +13,36 @@
declare(strict_types=1);
return ['Support' => [
'Account' => 'บัญชีผู้ใช้',
'Account' => 'บัญชี',
'All' => 'ทั้งหมด',
'AverageAmount' => 'จำนวนเงินเฉลี่ย',
'AverageProcessTime' => 'เฉลี่ย ระยะเวลาดำเนินการ',
'Created' => 'ที่สร้างไว้',
'Assigned' => '#VALUE!',
'AverageAmount' => 'จำนวนเฉลี่ย',
'AverageProcessTime' => 'avg เวลากระบวนการ',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'สร้าง',
'Creator' => 'ผู้สร้าง',
'Day' => 'วัน',
'Department' => 'สาขา',
'Description' => 'ลักษณะ',
'Due' => 'ครบกำหนด',
'Department' => 'แผนก',
'Description' => 'คำอธิบาย',
'Due' => 'เนื่องจาก',
'Files' => 'ไฟล์',
'Forwarded' => 'ส่งต่อ',
'For' => '#VALUE!',
'Forwarded' => 'ที่ได้ส่งต่อ',
'From' => 'จาก',
'Group' => 'กลุ่ม',
'InTime' => 'ภายในเวลาที่กำหนด',
'Interval' => 'ระยะห่าง',
'Interval' => 'ช่วงเวลา',
'Media' => 'สื่อ',
'Message' => 'ข่าวสาร',
'Message' => 'ข้อความ',
'Month' => 'เดือน',
'Name' => 'ชื่อ',
'New' => 'ใหม่',
'Open' => 'เปิด',
'Person' => 'คน',
'Person' => 'บุคคล',
'Priority' => 'ลำดับความสำคัญ',
'Received' => 'ที่ได้รับ',
'Receiver' => 'ผู้รับ',
'Received' => 'ได้รับ',
'Receiver' => 'ตัวรับ',
'Redirected' => 'เปลี่ยนเส้นทาง',
'Responsible' => 'รับผิดชอบ',
'Select' => 'เลือก',
@ -49,11 +53,13 @@ return ['Support' => [
'Support' => 'สนับสนุน',
'Ticket' => 'ตั๋ว',
'Tickets' => 'ตั๋ว',
'Title' => 'หัวข้อ',
'Title' => 'ชื่อ',
'To' => 'ถึง',
'Today' => 'ในวันนี้',
'Topic' => 'หัวข้อเรื่อง',
'Type' => 'ชนิด',
'Today' => 'วันนี้',
'Topic' => 'หัวข้อ',
'Type' => 'พิมพ์',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'ที่อัพโหลด',
'Week' => 'สัปดาห์',
'Year' => 'ปี',

View File

@ -13,48 +13,54 @@
declare(strict_types=1);
return ['Support' => [
'Account' => 'hesap',
'Account' => 'Hesap',
'All' => 'Herşey',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Ortalama miktar',
'AverageProcessTime' => 'Ort. İşlem süresi',
'Created' => 'düzenlendi',
'Creator' => 'yaratıcı',
'AverageProcessTime' => 'Avg. İşlem süresi',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Yaratılmış',
'Creator' => 'Yaratıcı',
'Day' => 'Gün',
'Department' => 'Bölüm',
'Description' => 'Açıklama',
'Due' => 'nedeniyle',
'Due' => 'Vadesi dolmuş',
'Files' => 'Dosyalar',
'Forwarded' => 'Yönlendirilen',
'From' => 'itibaren',
'Group' => 'grup',
'For' => '#VALUE!',
'Forwarded' => 'İletilen',
'From' => 'İtibaren',
'Group' => 'Grup',
'InTime' => 'Zamanında',
'Interval' => 'Aralık',
'Media' => 'medya',
'Media' => 'Medya',
'Message' => 'İleti',
'Month' => 'Ay',
'Name' => 'ad',
'Name' => 'İsim',
'New' => 'Yeni',
'Open' => 'Açık',
'Person' => 'Kişi',
'Priority' => 'öncelik',
'Priority' => 'Öncelik',
'Received' => 'Alınan',
'Receiver' => 'Alıcı',
'Redirected' => 'Yeniden yönlendirildi',
'Responsible' => 'Sorumluluk sahibi',
'Select' => 'seçmek',
'Redirected' => 'Yeniden yönlendirilmiş',
'Responsible' => 'Sorumlu',
'Select' => 'Seçme',
'Settings' => 'Ayarlar',
'Size' => 'Boyut',
'Statistics' => 'İstatistik',
'Status' => 'durum',
'Status' => 'Durum',
'Support' => 'Destek',
'Ticket' => 'Bilet',
'Tickets' => 'Biletler',
'Title' => 'Başlık',
'To' => 'için',
'To' => 'İle',
'Today' => 'Bugün',
'Topic' => 'konu',
'Type' => 'tip',
'Upload' => 'Yükleme',
'Topic' => 'Başlık',
'Type' => 'Tip',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Yüklemek',
'Week' => 'Hafta',
'Year' => 'Yıl',
]];

View File

@ -13,48 +13,54 @@
declare(strict_types=1);
return ['Support' => [
'Account' => 'рахунки',
'All' => 'всі',
'Account' => 'Обліковий запис',
'All' => 'Все',
'Assigned' => '#VALUE!',
'AverageAmount' => 'Середня сума',
'AverageProcessTime' => 'Avg. процес Час',
'Created' => 'створений',
'Creator' => 'творець',
'Day' => 'день',
'Department' => 'відділ',
'Description' => 'опис',
'Due' => 'належне',
'Files' => 'файли',
'Forwarded' => 'Forwarded',
'From' => 'від',
'Group' => 'група',
'AverageProcessTime' => 'AVG. Час процесу',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => 'Створений',
'Creator' => 'Творець',
'Day' => 'День',
'Department' => 'Кафедра',
'Description' => 'Опис',
'Due' => 'Заборгованість',
'Files' => 'Файли',
'For' => '#VALUE!',
'Forwarded' => 'Пересилати',
'From' => 'Від',
'Group' => 'Група',
'InTime' => 'Вчасно',
'Interval' => 'інтервал',
'Media' => 'засоби масової інформації',
'Interval' => 'Інтервал',
'Media' => 'Медіа',
'Message' => 'повідомлення',
'Month' => 'місяць',
'Name' => 'ім\'я',
'New' => 'новий',
'Month' => 'Місяць',
'Name' => 'Назва',
'New' => 'Новий',
'Open' => 'відчинено',
'Person' => 'людина',
'Priority' => 'пріоритет',
'Received' => 'отримано',
'Receiver' => 'приймач',
'Redirected' => 'Redirected',
'Responsible' => 'відповідальність',
'Select' => 'вибрати',
'Settings' => 'настройки',
'Size' => 'розмір',
'Statistics' => 'статистика',
'Status' => 'статус',
'Support' => 'підтримка',
'Ticket' => 'квиток',
'Tickets' => 'квитки',
'Title' => 'титульний',
'To' => 'до',
'Today' => 'сьогодні',
'Topic' => 'тема',
'Type' => 'тип',
'Upload' => 'Завантажити',
'Week' => 'тиждень',
'Year' => 'рік',
'Person' => 'Людина',
'Priority' => 'Пріоритет',
'Received' => 'Отриманий',
'Receiver' => 'Приймач',
'Redirected' => 'Перенаправлений',
'Responsible' => 'Відповідальний',
'Select' => 'Вибирати',
'Settings' => 'Налаштування',
'Size' => 'Розмір',
'Statistics' => 'Статистика',
'Status' => 'Статус',
'Support' => 'Підтримка',
'Ticket' => 'Квиток',
'Tickets' => 'Квитки',
'Title' => 'Заголовок',
'To' => 'До',
'Today' => 'Сьогодні',
'Topic' => 'Тема',
'Type' => 'Тип',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => 'Завантажувати',
'Week' => 'Тиждень',
'Year' => 'Рік',
]];

View File

@ -15,15 +15,19 @@ declare(strict_types=1);
return ['Support' => [
'Account' => '帐户',
'All' => '全部',
'Assigned' => '#VALUE!',
'AverageAmount' => '平均金额',
'AverageProcessTime' => '平均。处理时间',
'Created' => '创建',
'AverageProcessTime' => 'Avg。过程时间',
'Closed' => '#VALUE!',
'Completion' => '#VALUE!',
'Created' => '创造了',
'Creator' => '创造者',
'Day' => '天',
'Day' => '',
'Department' => '部',
'Description' => '描述',
'Due' => '到期的',
'Files' => '档',
'Files' => '文件',
'For' => '#VALUE!',
'Forwarded' => '转发',
'From' => '从',
'Group' => '团体',
@ -32,11 +36,11 @@ return ['Support' => [
'Media' => '媒体',
'Message' => '信息',
'Month' => '月',
'Name' => '名',
'Name' => '',
'New' => '新的',
'Open' => '打开',
'Person' => '人',
'Priority' => '优先',
'Priority' => '优先事项',
'Received' => '已收到',
'Receiver' => '接收者',
'Redirected' => '重定向',
@ -45,7 +49,7 @@ return ['Support' => [
'Settings' => '设置',
'Size' => '尺寸',
'Statistics' => '统计数据',
'Status' => '状态',
'Status' => '地位',
'Support' => '支持',
'Ticket' => '票',
'Tickets' => '门票',
@ -54,6 +58,8 @@ return ['Support' => [
'Today' => '今天',
'Topic' => '话题',
'Type' => '类型',
'Unassigned' => '#VALUE!',
'Unsolved' => '#VALUE!',
'Upload' => '上传',
'Week' => '星期',
'Year' => '年',