• This project
    • Loading...
  • Sign in

OnePoem / OnePoem-Server

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • OnePoem-Server
  • resources
  • lang
  • zh_CN
  • extension.php
  • 李帅's avatar
    init · 1995b6d3
    1995b6d3
    李帅 authored 2022-01-04 18:32:03 +0800
extension.php 529 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?php

return [
    'labels' => [
        'Extensions' => '扩展',
    ],
    'fields' => [
        'alias'       => '别名',
        'description' => '描述',
        'authors'     => '开发者',
        'homepage'    => '主页',
        'require'     => '依赖',
        'require_dev' => '开发环境依赖',
        'name'        => '包名',
        'version'     => '版本',
        'enable'      => '启用',
        'config'      => '配置',
        'imported'    => '导入',
    ],
    'options' => [
    ],
];