mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-19 13:08:40 +00:00
35 lines
784 B
PHP
Executable File
35 lines
784 B
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 ['Editor' => [
|
|
'Add' => '添加',
|
|
'Created' => '创造了',
|
|
'Creator' => '创造者',
|
|
'Documents' => '文件',
|
|
'Editor' => '编辑',
|
|
'GroupUser' => '小组/用户',
|
|
'Insert' => '插入',
|
|
'Layout' => '布局',
|
|
'Name' => '名称',
|
|
'Note' => '',
|
|
'Notes' => '',
|
|
'Permission' => '允许',
|
|
'Preview' => '预览',
|
|
'Save' => '保存',
|
|
'Start' => '开始',
|
|
'Text' => '文本',
|
|
'Title' => '标题',
|
|
'Type' => '',
|
|
]];
|