oms-Tasks/Theme/Backend/Lang/ja.lang.php
Dennis Eichhorn ef17151b02 todos fixed
2023-10-12 22:49:21 +00:00

88 lines
3.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' => '平均。プロセス時間',
'BCC' => 'BCC.',
'By' => '沿って',
'CC' => 'CC',
'Completion' => '',
'Created' => '作成した',
'Creator' => 'クリエーター',
'Day' => '日',
'Default' => 'ディフォルト',
'Due' => '期限',
'Due/Priority' => '期限切れ',
'For' => '',
'Forward' => '前方',
'Forwarded' => '転送された',
'From' => 'から',
'Group' => 'グループ',
'History' => '歴史',
'InTime' => '時間的に',
'Interval' => '間隔',
'Media' => 'メディア',
'Message' => 'メッセージ',
'Month' => '月',
'Name' => '名前',
'New' => '新しい',
'Open' => '開ける',
'OpenGiven' => '',
'Overview' => '',
'P0' => 'なし',
'P1' => 'とても低い',
'P2' => '低い',
'P3' => '中くらい',
'P4' => '高い',
'P5' => 'とても高い',
'Person' => '人',
'Priority' => '優先度',
'Received' => '受け取った',
'Redirected' => 'リダイレクト',
'ReminderedBy' => '',
'S1' => '開ける',
'S2' => '進行中',
'S3' => '一時停止',
'S4' => 'キャンセル',
'S5' => '終わり',
'S6' => '閉まっている',
'Select' => '選択する',
'Settings' => '設定',
'SharedVisibility' => '可視性はすべて共有されています',
'Size' => 'サイズ',
'Statistics' => '統計学',
'Status' => '状態',
'Tag' => '',
'Task' => '仕事',
'Tasks' => 'タスク',
'Template' => 'レンプレート',
'Time' => '時間',
'Title' => 'タイトル',
'To' => 'に',
'Today' => '今日',
'Type' => 'タイプ',
'Unread' => '',
'UnreadChanges' => '',
'Upload' => 'アップロード',
'Week' => '週',
'Year' => '年',
'YourOpen' => '',
'forwarded_to' => '転送された',
'priority_change' => 'sはSから優先順位を設定します',
'status_change' => 'sS~のステータスを設定します',
]];