• 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
  • verse.php
  • 李帅's avatar
    init · 89a42a40
    89a42a40
    李帅 authored 2022-01-12 16:31:31 +0800
verse.php 341 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?php 
return [
    'labels' => [
        'Verse' => 'Verse',
        'verse' => 'Verse',
    ],
    'fields' => [
        'poetry_id' => '诗词id',
        'stanza' => '诗节',
        'annotate' => '注解',
        'spelling' => '拼音',
        'en' => '英文解释',
        'state' => '状态',
    ],
    'options' => [
    ],
];