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

38 lines
954 B
PHP
Executable File

<?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 ['Calendar' => [
'Blocks' => 'ブロック',
'Calendar' => 'カレンダー',
'Close' => '閉じる',
'Day' => '日',
'Event' => 'イベント',
'Friday' => '金曜日',
'Interval' => '間隔',
'Layout' => 'レイアウト',
'List' => 'リスト',
'Monday' => '月曜',
'Month' => '月',
'NewEvent' => '新しいイベント',
'Saturday' => '土曜日',
'Settings' => '設定',
'Sunday' => '日曜日',
'Thursday' => '木曜日',
'Timeline' => 'タイムライン',
'Tuesday' => '火曜日',
'Wednesday' => '水曜日',
'Week' => '週間',
'Year' => '年',
]];