oms-Tasks/Theme/Backend/Lang/ja.lang.php

79 lines
2.9 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 ['Tasks' => [
'Account' => 'アカウント',
'All' => 'すべて',
'AverageAmount' => '平均金額',
'AverageProcessTime' => '平均。プロセスの時間',
'BCC' => 'BCC',
'By' => '沿って',
'CC' => 'CC',
'Created' => '作成した',
'Creator' => '創造主',
'Day' => '日',
'Default' => 'デフォルト',
'Due' => '原因',
'Due/Priority' => '原因/優先順位',
'Forward' => '前方に',
'Forwarded' => '転送されました',
'From' => 'から',
'Group' => 'グループ',
'History' => '歴史',
'InTime' => '時間内に',
'Interval' => '間隔',
'Media' => 'メディア',
'Message' => 'メッセージ',
'Month' => '月',
'Name' => '名前',
'New' => '新着',
'Open' => '開いた',
'P0' => 'なし',
'P1' => 'とても低い',
'P2' => '低いです',
'P3' => '中',
'P4' => '高い',
'P5' => '非常に高い',
'Person' => '人',
'Priority' => '優先度',
'Received' => '受け',
'Redirected' => 'リダイレクト',
'S1' => '開いた',
'S2' => '進行中',
'S3' => '一時停止',
'S4' => 'キャンセル',
'S5' => '完了',
'S6' => '閉まっている',
'Select' => '選択する',
'Settings' => '設定',
'SharedVisibility' => '可視性は、すべての間で共有されます',
'Size' => 'サイズ',
'Statistics' => '統計',
'Status' => '状態',
'Task' => '仕事',
'Tasks' => 'タスク',
'Template' => 'テンプレート',
'Time' => '時間',
'Title' => '題名',
'To' => 'に',
'Today' => '今日',
'Type' => 'タイプ',
'Upload' => 'アップロード',
'Week' => '週間',
'Year' => '年',
'forwarded_to' => 'に転送',
'priority_change' => 'sでのsのセット優先',
'status_change' => 'sの上のsのセット状態を',
]];