game_category.php 1.4 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. 'game category list' => '游戏分类列表',
  4. 'add game category' => '添加游戏分类',
  5. 'edit game category' => '编辑游戏分类',
  6. 'add failure' => '添加失败',
  7. 'add success' => '添加成功',
  8. 'edit failure' => '编辑失败',
  9. 'edit success' => '编辑成功',
  10. 'delete success' => '删除成功',
  11. 'delete failure' => '删除失败',
  12. 'category name cannot be empty' => '分类名称不能为空',
  13. 'please delete subcategories' => '请先删除子分类',
  14. 'serial number' => '序号',
  15. 'type the name' => '类型名称',
  16. 'game type img' => '游戏类型图片',
  17. 'add subclass' => '添加子分类',
  18. 'the superior type name' => '上级类型名称',
  19. 'as the level of classification' => '作为一级分类',
  20. 'the name of the game type' => '游戏类型名称',
  21. 'image upload' => '图片上传',
  22. 'sign type name' => '标签类型',
  23. 'label' => '标签',
  24. 'features' => '特性',
  25. 'font color' => '字体颜色',
  26. 'background color' => '背景颜色',
  27. ];