mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +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' => 'アカウント',
|
|
'All' => '全て',
|
|
'Assigned' => '',
|
|
'AverageAmount' => '平均額',
|
|
'AverageProcessTime' => '平均。プロセス時間',
|
|
'Closed' => '',
|
|
'Completion' => '',
|
|
'Created' => '作成した',
|
|
'Creator' => 'クリエーター',
|
|
'Day' => '日',
|
|
'Department' => 'デパートメント',
|
|
'Description' => '説明',
|
|
'Due' => '期限',
|
|
'Files' => 'ファイル',
|
|
'For' => '',
|
|
'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' => 'タイプ',
|
|
'Unassigned' => '',
|
|
'Unsolved' => '',
|
|
'Upload' => 'アップロード',
|
|
'Week' => '週',
|
|
'Year' => '年',
|
|
]];
|