mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-27 15:48:40 +00:00
45 lines
1.2 KiB
PHP
Executable File
45 lines
1.2 KiB
PHP
Executable File
<?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 ['News' => [
|
|
'Accounts/Groups' => '账户/团体',
|
|
'Additional' => '额外的',
|
|
'AllowComments' => '允许评论',
|
|
'Archive' => '档案',
|
|
'Author' => '作者',
|
|
'Categories' => '类别',
|
|
'Date' => '日期',
|
|
'Draft' => '草稿',
|
|
'Edit' => '编辑',
|
|
'Featured' => '特色',
|
|
'Groups' => '团体',
|
|
'Headline' => '标题',
|
|
'Headlines' => '头条新闻',
|
|
'Language' => '语',
|
|
'Link' => '关联',
|
|
'News' => '消息',
|
|
'Plain' => '清楚的',
|
|
'Preview' => '预览',
|
|
'Publish' => '发布',
|
|
'Settings' => '设置',
|
|
'Status' => '地位',
|
|
'TYPE0' => '文章',
|
|
'TYPE1' => '关联',
|
|
'TYPE2' => '标题',
|
|
'TYPE3' => '',
|
|
'Title' => '标题',
|
|
'Type' => '类型',
|
|
'Visible' => '可见的',
|
|
]];
|