oms-Tasks/Theme/Backend/Lang/ja.lang.php
2024-01-12 00:30:21 +00:00

64 lines
2.2 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
/**
* 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 ['Tasks' => [
'Account' => 'アカウント',
'All' => '全て',
'AverageAmount' => '平均額',
'AverageProcessTime' => '平均。プロセス時間',
'CC' => 'CC',
'Completion' => '',
'Created' => '作成した',
'Creator' => 'クリエーター',
'Due' => '期限',
'Due/Priority' => '期限切れ',
'For' => '',
'Forwarded' => '転送された',
'From' => 'から',
'History' => '歴史',
'InTime' => '時間的に',
'Media' => 'メディア',
'Message' => 'メッセージ',
'OpenGiven' => '',
'Overview' => '',
'P0' => 'なし',
'P1' => 'とても低い',
'P2' => '低い',
'P3' => '中くらい',
'P4' => '高い',
'P5' => 'とても高い',
'Priority' => '優先度',
'Received' => '受け取った',
'ReminderedBy' => '',
'S1' => '開ける',
'S2' => '進行中',
'S3' => '一時停止',
'S4' => 'キャンセル',
'S5' => '終わり',
'Select' => '選択する',
'Statistics' => '統計学',
'Status' => '状態',
'Tag' => '',
'Task' => '仕事',
'Title' => 'タイトル',
'To' => 'に',
'Unread' => '',
'UnreadChanges' => '',
'Upload' => 'アップロード',
'YourOpen' => '',
'forwarded_to' => '転送された',
'priority_change' => 'sはSから優先順位を設定します',
'status_change' => 'sS~のステータスを設定します',
]];