This commit is contained in:
Dennis Eichhorn 2023-10-09 22:06:39 +00:00
parent 93ceb8ab19
commit 2bca206a2d
22 changed files with 131 additions and 131 deletions

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'الحساب', 'Account' => 'الحساب',
'All' => 'الجميع', 'All' => 'الجميع',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => "متوسط \u{200b}\u{200b}المبلغ", 'AverageAmount' => "متوسط \u{200b}\u{200b}المبلغ",
'AverageProcessTime' => 'avg. وقت المعالجة', 'AverageProcessTime' => 'avg. وقت المعالجة',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'خلقت', 'Created' => 'خلقت',
'Creator' => 'المنشئ', 'Creator' => 'المنشئ',
'Day' => 'يوم', 'Day' => 'يوم',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'وصف', 'Description' => 'وصف',
'Due' => 'بسبب', 'Due' => 'بسبب',
'Files' => 'الملفات', 'Files' => 'الملفات',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'أحيلت', 'Forwarded' => 'أحيلت',
'From' => 'من', 'From' => 'من',
'Group' => 'مجموعة', 'Group' => 'مجموعة',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'اليوم', 'Today' => 'اليوم',
'Topic' => 'عنوان', 'Topic' => 'عنوان',
'Type' => 'نوع', 'Type' => 'نوع',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'تحميل', 'Upload' => 'تحميل',
'Week' => 'أسبوع', 'Week' => 'أسبوع',
'Year' => 'عام', 'Year' => 'عام',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Účet', 'Account' => 'Účet',
'All' => 'Všechno', 'All' => 'Všechno',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Průměrná hodnota', 'AverageAmount' => 'Průměrná hodnota',
'AverageProcessTime' => 'AVG. Procesní čas', 'AverageProcessTime' => 'AVG. Procesní čas',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Vytvořený', 'Created' => 'Vytvořený',
'Creator' => 'Tvůrce', 'Creator' => 'Tvůrce',
'Day' => 'Den', 'Day' => 'Den',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Popis', 'Description' => 'Popis',
'Due' => 'Způsoben', 'Due' => 'Způsoben',
'Files' => 'Soubory', 'Files' => 'Soubory',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Vředěný', 'Forwarded' => 'Vředěný',
'From' => 'Z', 'From' => 'Z',
'Group' => 'Skupina', 'Group' => 'Skupina',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Dnes', 'Today' => 'Dnes',
'Topic' => 'Téma', 'Topic' => 'Téma',
'Type' => 'Typ', 'Type' => 'Typ',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'nahrát', 'Upload' => 'nahrát',
'Week' => 'Týden', 'Week' => 'Týden',
'Year' => 'Rok', 'Year' => 'Rok',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Konto', 'Account' => 'Konto',
'All' => 'Alle', 'All' => 'Alle',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Gennemsnitligt beløb', 'AverageAmount' => 'Gennemsnitligt beløb',
'AverageProcessTime' => 'Avg. Proces tid', 'AverageProcessTime' => 'Avg. Proces tid',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Oprettet', 'Created' => 'Oprettet',
'Creator' => 'Skaber.', 'Creator' => 'Skaber.',
'Day' => 'Dag', 'Day' => 'Dag',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Beskrivelse', 'Description' => 'Beskrivelse',
'Due' => 'På grund', 'Due' => 'På grund',
'Files' => 'Filer.', 'Files' => 'Filer.',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Videresendt', 'Forwarded' => 'Videresendt',
'From' => 'Fra', 'From' => 'Fra',
'Group' => 'Gruppe', 'Group' => 'Gruppe',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'I dag', 'Today' => 'I dag',
'Topic' => 'Emne', 'Topic' => 'Emne',
'Type' => 'Type', 'Type' => 'Type',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Upload', 'Upload' => 'Upload',
'Week' => 'Uge', 'Week' => 'Uge',
'Year' => 'År', 'Year' => 'År',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Konto', 'Account' => 'Konto',
'All' => 'Alle', 'All' => 'Alle',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Durschnittliche Menge', 'AverageAmount' => 'Durschnittliche Menge',
'AverageProcessTime' => 'Durchschn. Prozess Zeit', 'AverageProcessTime' => 'Durchschn. Prozess Zeit',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Erstellt', 'Created' => 'Erstellt',
'Creator' => 'Schöpfer', 'Creator' => 'Schöpfer',
'Day' => 'Tag', 'Day' => 'Tag',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Beschreibung', 'Description' => 'Beschreibung',
'Due' => 'Fällig', 'Due' => 'Fällig',
'Files' => 'Dateien', 'Files' => 'Dateien',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Weitergeleitet', 'Forwarded' => 'Weitergeleitet',
'From' => 'Von', 'From' => 'Von',
'Group' => 'Gruppe', 'Group' => 'Gruppe',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Heute', 'Today' => 'Heute',
'Topic' => 'Thema', 'Topic' => 'Thema',
'Type' => 'Typ', 'Type' => 'Typ',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Hochladen', 'Upload' => 'Hochladen',
'Week' => 'Woche', 'Week' => 'Woche',
'Year' => 'Jahr', 'Year' => 'Jahr',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'λογαριασμός', 'Account' => 'λογαριασμός',
'All' => 'Ολα', 'All' => 'Ολα',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Μέση ποσότητα', 'AverageAmount' => 'Μέση ποσότητα',
'AverageProcessTime' => 'Avg. Χρόνος επεξεργασίας', 'AverageProcessTime' => 'Avg. Χρόνος επεξεργασίας',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Δημιουργήθηκε', 'Created' => 'Δημιουργήθηκε',
'Creator' => 'Δημιουργός', 'Creator' => 'Δημιουργός',
'Day' => 'Ημέρα', 'Day' => 'Ημέρα',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Περιγραφή', 'Description' => 'Περιγραφή',
'Due' => 'Λόγω', 'Due' => 'Λόγω',
'Files' => 'Αρχεία', 'Files' => 'Αρχεία',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Προωθημένος', 'Forwarded' => 'Προωθημένος',
'From' => 'Από', 'From' => 'Από',
'Group' => 'Ομάδα', 'Group' => 'Ομάδα',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Σήμερα', 'Today' => 'Σήμερα',
'Topic' => 'Θέμα', 'Topic' => 'Θέμα',
'Type' => 'Τύπος', 'Type' => 'Τύπος',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Μεταφόρτω', 'Upload' => 'Μεταφόρτω',
'Week' => 'Εβδομάδα', 'Week' => 'Εβδομάδα',
'Year' => 'Ετος', 'Year' => 'Ετος',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Cuenta', 'Account' => 'Cuenta',
'All' => 'Todo', 'All' => 'Todo',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Cantidad promedio', 'AverageAmount' => 'Cantidad promedio',
'AverageProcessTime' => 'AVG. Tiempo de procesamiento', 'AverageProcessTime' => 'AVG. Tiempo de procesamiento',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Creado', 'Created' => 'Creado',
'Creator' => 'Creador', 'Creator' => 'Creador',
'Day' => 'Día', 'Day' => 'Día',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Descripción', 'Description' => 'Descripción',
'Due' => 'Vencer', 'Due' => 'Vencer',
'Files' => 'Archivos', 'Files' => 'Archivos',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Reenviado', 'Forwarded' => 'Reenviado',
'From' => 'Desde', 'From' => 'Desde',
'Group' => 'Grupo', 'Group' => 'Grupo',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Hoy dia', 'Today' => 'Hoy dia',
'Topic' => 'Tema', 'Topic' => 'Tema',
'Type' => 'Escribe', 'Type' => 'Escribe',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Subir', 'Upload' => 'Subir',
'Week' => 'Semana', 'Week' => 'Semana',
'Year' => 'Año', 'Year' => 'Año',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Tili', 'Account' => 'Tili',
'All' => 'Kaikki', 'All' => 'Kaikki',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Keskimääräinen määrä', 'AverageAmount' => 'Keskimääräinen määrä',
'AverageProcessTime' => 'Avg. Prosessiaika', 'AverageProcessTime' => 'Avg. Prosessiaika',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Luotu', 'Created' => 'Luotu',
'Creator' => 'Luoja', 'Creator' => 'Luoja',
'Day' => 'Päivä', 'Day' => 'Päivä',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Kuvaus', 'Description' => 'Kuvaus',
'Due' => 'Takia', 'Due' => 'Takia',
'Files' => 'Tiedostot', 'Files' => 'Tiedostot',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Lähetetty', 'Forwarded' => 'Lähetetty',
'From' => 'Peräkkäin', 'From' => 'Peräkkäin',
'Group' => 'Ryhmä', 'Group' => 'Ryhmä',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Tänään', 'Today' => 'Tänään',
'Topic' => 'Aihe', 'Topic' => 'Aihe',
'Type' => 'Tyyppi', 'Type' => 'Tyyppi',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Ladata', 'Upload' => 'Ladata',
'Week' => 'Viikko', 'Week' => 'Viikko',
'Year' => 'Vuosi', 'Year' => 'Vuosi',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Compte', 'Account' => 'Compte',
'All' => 'Tout', 'All' => 'Tout',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Quantité moyenne', 'AverageAmount' => 'Quantité moyenne',
'AverageProcessTime' => 'Avg. Temps de traitement', 'AverageProcessTime' => 'Avg. Temps de traitement',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Établi', 'Created' => 'Établi',
'Creator' => 'Créateur', 'Creator' => 'Créateur',
'Day' => 'Jour', 'Day' => 'Jour',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'La description', 'Description' => 'La description',
'Due' => 'Dû', 'Due' => 'Dû',
'Files' => 'Des dossiers', 'Files' => 'Des dossiers',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Transmis', 'Forwarded' => 'Transmis',
'From' => 'À partir de', 'From' => 'À partir de',
'Group' => 'Grouper', 'Group' => 'Grouper',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Aujourd\'hui', 'Today' => 'Aujourd\'hui',
'Topic' => 'Sujet', 'Topic' => 'Sujet',
'Type' => 'Taper', 'Type' => 'Taper',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Télécharger', 'Upload' => 'Télécharger',
'Week' => 'La semaine', 'Week' => 'La semaine',
'Year' => 'An', 'Year' => 'An',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Számla', 'Account' => 'Számla',
'All' => 'Minden', 'All' => 'Minden',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Átlagos mennyiség', 'AverageAmount' => 'Átlagos mennyiség',
'AverageProcessTime' => 'AVG. Folyamatidő', 'AverageProcessTime' => 'AVG. Folyamatidő',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Létrehozott', 'Created' => 'Létrehozott',
'Creator' => 'Teremtő', 'Creator' => 'Teremtő',
'Day' => 'Nap', 'Day' => 'Nap',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Leírás', 'Description' => 'Leírás',
'Due' => 'Esedékes', 'Due' => 'Esedékes',
'Files' => 'Fájlok', 'Files' => 'Fájlok',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Továbbított', 'Forwarded' => 'Továbbított',
'From' => 'Tól től', 'From' => 'Tól től',
'Group' => 'Csoport', 'Group' => 'Csoport',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Ma', 'Today' => 'Ma',
'Topic' => 'Téma', 'Topic' => 'Téma',
'Type' => 'típus', 'Type' => 'típus',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Feltöltés', 'Upload' => 'Feltöltés',
'Week' => 'Hét', 'Week' => 'Hét',
'Year' => 'Év', 'Year' => 'Év',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Account', 'Account' => 'Account',
'All' => 'Tutto', 'All' => 'Tutto',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Quantità media', 'AverageAmount' => 'Quantità media',
'AverageProcessTime' => 'Avg. Tempo di processo', 'AverageProcessTime' => 'Avg. Tempo di processo',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Creato', 'Created' => 'Creato',
'Creator' => 'Creatore', 'Creator' => 'Creatore',
'Day' => 'Giorno', 'Day' => 'Giorno',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Descrizione', 'Description' => 'Descrizione',
'Due' => 'Dovuto', 'Due' => 'Dovuto',
'Files' => 'File', 'Files' => 'File',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Inoltrato', 'Forwarded' => 'Inoltrato',
'From' => 'A partire dal', 'From' => 'A partire dal',
'Group' => 'Gruppo', 'Group' => 'Gruppo',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Oggi', 'Today' => 'Oggi',
'Topic' => 'Argomento', 'Topic' => 'Argomento',
'Type' => 'Tipo', 'Type' => 'Tipo',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Caricamento', 'Upload' => 'Caricamento',
'Week' => 'Settimana', 'Week' => 'Settimana',
'Year' => 'Anno', 'Year' => 'Anno',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'アカウント', 'Account' => 'アカウント',
'All' => '全て', 'All' => '全て',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => '平均額', 'AverageAmount' => '平均額',
'AverageProcessTime' => '平均。プロセス時間', 'AverageProcessTime' => '平均。プロセス時間',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => '作成した', 'Created' => '作成した',
'Creator' => 'クリエーター', 'Creator' => 'クリエーター',
'Day' => '日', 'Day' => '日',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => '説明', 'Description' => '説明',
'Due' => '期限', 'Due' => '期限',
'Files' => 'ファイル', 'Files' => 'ファイル',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => '転送された', 'Forwarded' => '転送された',
'From' => 'から', 'From' => 'から',
'Group' => 'グループ', 'Group' => 'グループ',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => '今日', 'Today' => '今日',
'Topic' => 'トピック', 'Topic' => 'トピック',
'Type' => 'タイプ', 'Type' => 'タイプ',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'アップロード', 'Upload' => 'アップロード',
'Week' => '週', 'Week' => '週',
'Year' => '年', 'Year' => '年',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => '계정', 'Account' => '계정',
'All' => '모두', 'All' => '모두',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => '평균 금액', 'AverageAmount' => '평균 금액',
'AverageProcessTime' => '평균 프로세스 시간', 'AverageProcessTime' => '평균 프로세스 시간',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => '만들어진', 'Created' => '만들어진',
'Creator' => '창조자', 'Creator' => '창조자',
'Day' => '낮', 'Day' => '낮',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => '설명', 'Description' => '설명',
'Due' => '로 인한', 'Due' => '로 인한',
'Files' => '파일', 'Files' => '파일',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => '전달', 'Forwarded' => '전달',
'From' => '에서', 'From' => '에서',
'Group' => '그룹', 'Group' => '그룹',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => '오늘', 'Today' => '오늘',
'Topic' => '주제', 'Topic' => '주제',
'Type' => '유형', 'Type' => '유형',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => '업로드', 'Upload' => '업로드',
'Week' => '주', 'Week' => '주',
'Year' => '년도', 'Year' => '년도',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Regnskap', 'Account' => 'Regnskap',
'All' => 'Alle', 'All' => 'Alle',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Gjennomsnittlig beløp', 'AverageAmount' => 'Gjennomsnittlig beløp',
'AverageProcessTime' => 'Nr. Prosess tid', 'AverageProcessTime' => 'Nr. Prosess tid',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Opprettet', 'Created' => 'Opprettet',
'Creator' => 'Skaperen.', 'Creator' => 'Skaperen.',
'Day' => 'Dag', 'Day' => 'Dag',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Beskrivelse', 'Description' => 'Beskrivelse',
'Due' => 'På grunn av det', 'Due' => 'På grunn av det',
'Files' => 'Filer', 'Files' => 'Filer',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Videresendt', 'Forwarded' => 'Videresendt',
'From' => 'Fra', 'From' => 'Fra',
'Group' => 'Gruppe', 'Group' => 'Gruppe',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'I dag', 'Today' => 'I dag',
'Topic' => 'Emne', 'Topic' => 'Emne',
'Type' => 'Type', 'Type' => 'Type',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Laste opp', 'Upload' => 'Laste opp',
'Week' => 'Uke', 'Week' => 'Uke',
'Year' => 'År', 'Year' => 'År',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Rachunek', 'Account' => 'Rachunek',
'All' => 'Wszystkie', 'All' => 'Wszystkie',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Średnia ilość', 'AverageAmount' => 'Średnia ilość',
'AverageProcessTime' => 'AVG. Czas przetwarzania', 'AverageProcessTime' => 'AVG. Czas przetwarzania',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Utworzony', 'Created' => 'Utworzony',
'Creator' => 'Twórca', 'Creator' => 'Twórca',
'Day' => 'Dzień', 'Day' => 'Dzień',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Opis', 'Description' => 'Opis',
'Due' => 'Z powodu', 'Due' => 'Z powodu',
'Files' => 'Pliki', 'Files' => 'Pliki',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Przekazany', 'Forwarded' => 'Przekazany',
'From' => 'Z', 'From' => 'Z',
'Group' => 'Grupa', 'Group' => 'Grupa',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Dziś', 'Today' => 'Dziś',
'Topic' => 'Temat', 'Topic' => 'Temat',
'Type' => 'Rodzaj', 'Type' => 'Rodzaj',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Wgrywać', 'Upload' => 'Wgrywać',
'Week' => 'Tydzień', 'Week' => 'Tydzień',
'Year' => 'Rok', 'Year' => 'Rok',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Conta', 'Account' => 'Conta',
'All' => 'Tudo', 'All' => 'Tudo',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Quantidade média', 'AverageAmount' => 'Quantidade média',
'AverageProcessTime' => 'Avg. Tempo de processamento', 'AverageProcessTime' => 'Avg. Tempo de processamento',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Criado', 'Created' => 'Criado',
'Creator' => 'O Criador', 'Creator' => 'O Criador',
'Day' => 'Dia', 'Day' => 'Dia',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Descrição', 'Description' => 'Descrição',
'Due' => 'Vencimento', 'Due' => 'Vencimento',
'Files' => 'arquivos', 'Files' => 'arquivos',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Encaminhado', 'Forwarded' => 'Encaminhado',
'From' => 'A partir de', 'From' => 'A partir de',
'Group' => 'Grupo', 'Group' => 'Grupo',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Hoje', 'Today' => 'Hoje',
'Topic' => 'Tópico', 'Topic' => 'Tópico',
'Type' => 'Modelo', 'Type' => 'Modelo',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Envio', 'Upload' => 'Envio',
'Week' => 'Semana', 'Week' => 'Semana',
'Year' => 'Ano', 'Year' => 'Ano',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Счет', 'Account' => 'Счет',
'All' => 'Все', 'All' => 'Все',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Среднее количество', 'AverageAmount' => 'Среднее количество',
'AverageProcessTime' => 'Авг. Время процесса', 'AverageProcessTime' => 'Авг. Время процесса',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Созданный', 'Created' => 'Созданный',
'Creator' => 'Создатель', 'Creator' => 'Создатель',
'Day' => 'День', 'Day' => 'День',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Описание', 'Description' => 'Описание',
'Due' => 'Должное', 'Due' => 'Должное',
'Files' => 'Файлы', 'Files' => 'Файлы',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Пересылать', 'Forwarded' => 'Пересылать',
'From' => 'От', 'From' => 'От',
'Group' => 'Группа', 'Group' => 'Группа',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Сегодня', 'Today' => 'Сегодня',
'Topic' => 'Тема', 'Topic' => 'Тема',
'Type' => 'Тип', 'Type' => 'Тип',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Загрузить', 'Upload' => 'Загрузить',
'Week' => 'Неделю', 'Week' => 'Неделю',
'Year' => 'Год', 'Year' => 'Год',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'konto', 'Account' => 'konto',
'All' => 'Allt', 'All' => 'Allt',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Genomsnittlig mängd', 'AverageAmount' => 'Genomsnittlig mängd',
'AverageProcessTime' => 'Avg. Processtid', 'AverageProcessTime' => 'Avg. Processtid',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Skapad', 'Created' => 'Skapad',
'Creator' => 'Skapare', 'Creator' => 'Skapare',
'Day' => 'Dag', 'Day' => 'Dag',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Beskrivning', 'Description' => 'Beskrivning',
'Due' => 'På grund av', 'Due' => 'På grund av',
'Files' => 'Filer', 'Files' => 'Filer',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Vidarebefordras', 'Forwarded' => 'Vidarebefordras',
'From' => 'Från', 'From' => 'Från',
'Group' => 'Grupp', 'Group' => 'Grupp',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'I dag', 'Today' => 'I dag',
'Topic' => 'Ämne', 'Topic' => 'Ämne',
'Type' => 'Typ', 'Type' => 'Typ',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Ladda upp', 'Upload' => 'Ladda upp',
'Week' => 'Vecka', 'Week' => 'Vecka',
'Year' => 'År', 'Year' => 'År',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'บัญชี', 'Account' => 'บัญชี',
'All' => 'ทั้งหมด', 'All' => 'ทั้งหมด',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'จำนวนเฉลี่ย', 'AverageAmount' => 'จำนวนเฉลี่ย',
'AverageProcessTime' => 'avg เวลากระบวนการ', 'AverageProcessTime' => 'avg เวลากระบวนการ',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'สร้าง', 'Created' => 'สร้าง',
'Creator' => 'ผู้สร้าง', 'Creator' => 'ผู้สร้าง',
'Day' => 'วัน', 'Day' => 'วัน',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'คำอธิบาย', 'Description' => 'คำอธิบาย',
'Due' => 'เนื่องจาก', 'Due' => 'เนื่องจาก',
'Files' => 'ไฟล์', 'Files' => 'ไฟล์',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'ที่ได้ส่งต่อ', 'Forwarded' => 'ที่ได้ส่งต่อ',
'From' => 'จาก', 'From' => 'จาก',
'Group' => 'กลุ่ม', 'Group' => 'กลุ่ม',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'วันนี้', 'Today' => 'วันนี้',
'Topic' => 'หัวข้อ', 'Topic' => 'หัวข้อ',
'Type' => 'พิมพ์', 'Type' => 'พิมพ์',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'ที่อัพโหลด', 'Upload' => 'ที่อัพโหลด',
'Week' => 'สัปดาห์', 'Week' => 'สัปดาห์',
'Year' => 'ปี', 'Year' => 'ปี',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Hesap', 'Account' => 'Hesap',
'All' => 'Herşey', 'All' => 'Herşey',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Ortalama miktar', 'AverageAmount' => 'Ortalama miktar',
'AverageProcessTime' => 'Avg. İşlem süresi', 'AverageProcessTime' => 'Avg. İşlem süresi',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Yaratılmış', 'Created' => 'Yaratılmış',
'Creator' => 'Yaratıcı', 'Creator' => 'Yaratıcı',
'Day' => 'Gün', 'Day' => 'Gün',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Açıklama', 'Description' => 'Açıklama',
'Due' => 'Vadesi dolmuş', 'Due' => 'Vadesi dolmuş',
'Files' => 'Dosyalar', 'Files' => 'Dosyalar',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'İletilen', 'Forwarded' => 'İletilen',
'From' => 'İtibaren', 'From' => 'İtibaren',
'Group' => 'Grup', 'Group' => 'Grup',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Bugün', 'Today' => 'Bugün',
'Topic' => 'Başlık', 'Topic' => 'Başlık',
'Type' => 'Tip', 'Type' => 'Tip',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Yüklemek', 'Upload' => 'Yüklemek',
'Week' => 'Hafta', 'Week' => 'Hafta',
'Year' => 'Yıl', 'Year' => 'Yıl',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => 'Обліковий запис', 'Account' => 'Обліковий запис',
'All' => 'Все', 'All' => 'Все',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => 'Середня сума', 'AverageAmount' => 'Середня сума',
'AverageProcessTime' => 'AVG. Час процесу', 'AverageProcessTime' => 'AVG. Час процесу',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => 'Створений', 'Created' => 'Створений',
'Creator' => 'Творець', 'Creator' => 'Творець',
'Day' => 'День', 'Day' => 'День',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => 'Опис', 'Description' => 'Опис',
'Due' => 'Заборгованість', 'Due' => 'Заборгованість',
'Files' => 'Файли', 'Files' => 'Файли',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => 'Пересилати', 'Forwarded' => 'Пересилати',
'From' => 'Від', 'From' => 'Від',
'Group' => 'Група', 'Group' => 'Група',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => 'Сьогодні', 'Today' => 'Сьогодні',
'Topic' => 'Тема', 'Topic' => 'Тема',
'Type' => 'Тип', 'Type' => 'Тип',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => 'Завантажувати', 'Upload' => 'Завантажувати',
'Week' => 'Тиждень', 'Week' => 'Тиждень',
'Year' => 'Рік', 'Year' => 'Рік',

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
return ['Support' => [ return ['Support' => [
'Account' => '帐户', 'Account' => '帐户',
'All' => '全部', 'All' => '全部',
'Assigned' => '#VALUE!', 'Assigned' => '',
'AverageAmount' => '平均金额', 'AverageAmount' => '平均金额',
'AverageProcessTime' => 'Avg。过程时间', 'AverageProcessTime' => 'Avg。过程时间',
'Closed' => '#VALUE!', 'Closed' => '',
'Completion' => '#VALUE!', 'Completion' => '',
'Created' => '创造了', 'Created' => '创造了',
'Creator' => '创造者', 'Creator' => '创造者',
'Day' => '日', 'Day' => '日',
@ -27,7 +27,7 @@ return ['Support' => [
'Description' => '描述', 'Description' => '描述',
'Due' => '到期的', 'Due' => '到期的',
'Files' => '文件', 'Files' => '文件',
'For' => '#VALUE!', 'For' => '',
'Forwarded' => '转发', 'Forwarded' => '转发',
'From' => '从', 'From' => '从',
'Group' => '团体', 'Group' => '团体',
@ -58,8 +58,8 @@ return ['Support' => [
'Today' => '今天', 'Today' => '今天',
'Topic' => '话题', 'Topic' => '话题',
'Type' => '类型', 'Type' => '类型',
'Unassigned' => '#VALUE!', 'Unassigned' => '',
'Unsolved' => '#VALUE!', 'Unsolved' => '',
'Upload' => '上传', 'Upload' => '上传',
'Week' => '星期', 'Week' => '星期',
'Year' => '年', 'Year' => '年',

View File

@ -35,7 +35,7 @@ trait ApiControllerTicketTrait
$request->setData('name', 'TestSupportApp'); $request->setData('name', 'TestSupportApp');
$this->module->apiSupportAppCreate($request, $response); $this->module->apiSupportAppCreate($request, $response);
self::assertGreaterThan(0, $response->get('')['response']->id); self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
} }
/** /**
@ -70,7 +70,7 @@ trait ApiControllerTicketTrait
$request->setData('for', '1'); $request->setData('for', '1');
$this->module->apiTicketCreate($request, $response); $this->module->apiTicketCreate($request, $response);
self::assertGreaterThan(0, $response->get('')['response']->id); self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
} }
/** /**
@ -86,7 +86,7 @@ trait ApiControllerTicketTrait
$request->setData('id', '1'); $request->setData('id', '1');
$this->module->apiTicketGet($request, $response); $this->module->apiTicketGet($request, $response);
self::assertGreaterThan(0, $response->get('')['response']->id); self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
} }
/** /**
@ -121,7 +121,7 @@ trait ApiControllerTicketTrait
$request->setData('due', (new \DateTime('now'))->format('Y-m-d H:i:s')); $request->setData('due', (new \DateTime('now'))->format('Y-m-d H:i:s'));
$this->module->apiTicketElementCreate($request, $response); $this->module->apiTicketElementCreate($request, $response);
self::assertGreaterThan(0, $response->get('')['response']->id); self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
} }
/** /**
@ -137,7 +137,7 @@ trait ApiControllerTicketTrait
$request->setData('id', '1'); $request->setData('id', '1');
$this->module->apiTicketElementGet($request, $response); $this->module->apiTicketElementGet($request, $response);
self::assertGreaterThan(0, $response->get('')['response']->id); self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
} }
/** /**