|
| 1 | +<?php |
| 2 | +/** |
| 3 | + * Message translations for \mdmsoft\yii2-admin. |
| 4 | + * |
| 5 | + * It contains the localizable messages extracted from source code. |
| 6 | + * You may modify this file by translating the extracted messages. |
| 7 | + * |
| 8 | + * Each array element represents the translation (value) of a message (key). |
| 9 | + * If the value is empty, the message is considered as not translated. |
| 10 | + * Messages that no longer need translation will have their translations |
| 11 | + * enclosed between a pair of '@@' marks. |
| 12 | + * |
| 13 | + * Message string can be used with plural forms format. Check i18n section |
| 14 | + * of the guide for details. |
| 15 | + * |
| 16 | + * NOTE: this file must be saved in UTF-8 encoding. |
| 17 | + */ |
| 18 | +return [ |
| 19 | + 'Assignments' => '分配', |
| 20 | + 'Users' => '用户列表', |
| 21 | + 'User' => '用户', |
| 22 | + 'Avaliable' => '可用', |
| 23 | + 'Assigned' => '分配', |
| 24 | + 'Create' => '新增', |
| 25 | + 'Update' => '更新', |
| 26 | + 'Roles' => '角色列表', |
| 27 | + 'Create Role' => '创建角色', |
| 28 | + 'Name' => '名称', |
| 29 | + 'Type' => '类型', |
| 30 | + 'Description' => '描述', |
| 31 | + 'Rule Name' => '规则名称', |
| 32 | + 'Data' => '数据', |
| 33 | + 'Update Role' => '更新角色', |
| 34 | + 'Delete' => '删除', |
| 35 | + 'Are you sure to delete this item?' => '确认要删除吗?', |
| 36 | + 'ID' => 'ID', |
| 37 | + 'Parent' => '父级', |
| 38 | + 'Parent Name' => '父级名称', |
| 39 | + 'Route' => '路由', |
| 40 | + 'Username' => '用户名', |
| 41 | + 'Update Permission' => '更新权限', |
| 42 | + 'Permissions' => '权限列表', |
| 43 | + 'Permission' => '权限', |
| 44 | + 'Create Permission' => '新增权限', |
| 45 | + 'Create Permissions' => '新增权限列表', |
| 46 | + 'Routes' => '路由列表', |
| 47 | + 'Create route' => '新增路由', |
| 48 | + 'New' => '新增', |
| 49 | + 'Generate Routes' => '生成路由', |
| 50 | + 'Append' => '追加', |
| 51 | + 'Create Rule' => '新增规则', |
| 52 | + 'Rules' => '规则列表', |
| 53 | + 'Update Rule' => '更新规则', |
| 54 | + 'Create Menu' => '新增菜单', |
| 55 | + 'Menus' => '菜单列表', |
| 56 | + 'Search' => '查询', |
| 57 | + 'Reset' => '重置', |
| 58 | + 'Update Menu' => '更新菜单', |
| 59 | + 'Menus' => '菜单列表', |
| 60 | + 'Order' => '映射', |
| 61 | + 'Class Name' => '类名', |
| 62 | + 'Assignment' => '分配', |
| 63 | + 'Role' => '角色', |
| 64 | + 'Rule' => '规则', |
| 65 | + 'Menu' => '菜单', |
| 66 | + 'Help' => '帮助', |
| 67 | + 'Application' => '应用', |
| 68 | +]; |
0 commit comments