mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-11 07:08:43 +00:00
38 lines
860 B
PHP
Executable File
38 lines
860 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' => '年',
|
|
]];
|