Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

宁成龙 / dataIntegration

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Find file
Normal viewHistoryPermalink
Switch branch/tag
  • dataIntegration
  • resources
  • lang
  • zh_CN
  • validation-attributes.php
validation-attributes.php 1.31 KB
Edit
宁成龙's avatar
Initial commit
7166432c
 
宁成龙 committed 3 years ago
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
<?php

return [
    'attributes' => [
        'address'               => '地址',
        'age'                   => '年龄',
        'available'             => '可用的',
        'city'                  => '城市',
        'content'               => '内容',
        'country'               => '国家',
        'date'                  => '日期',
        'day'                   => '天',
        'description'           => '描述',
        'email'                 => '邮箱',
        'excerpt'               => '摘要',
        'first_name'            => '名',
        'gender'                => '性别',
        'hour'                  => '时',
        'last_name'             => '姓',
        'minute'                => '分',
        'mobile'                => '手机',
        'month'                 => '月',
        'name'                  => '名称',
        'password'              => '密码',
        'password_confirmation' => '确认密码',
        'phone'                 => '电话',
        'second'                => '秒',
        'sex'                   => '性别',
        'size'                  => '大小',
        'time'                  => '时间',
        'title'                 => '标题',
        'username'              => '用户名',
        'year'                  => '年',
    ],
];