mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-11 07:08:43 +00:00
38 lines
926 B
PHP
Executable File
38 lines
926 B
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
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' => '年',
|
|
]];
|