labels.php
5.95 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<?php
return [
/*
|--------------------------------------------------------------------------
| Labels Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used in labels throughout the system.
| Regardless where it is placed, a label can be listed here so it is easily
| found in a intuitive way.
|
*/
'general' => [
'all' => '全部',
'yes' => '是',
'no' => '否',
'custom' => '自定义',
'actions' => '操作',
'active' => '激活',
'buttons' => [
'save' => '保存',
'update' => '更新',
],
'hide' => '隐藏',
'inactive' => '禁用',
'none' => '空',
'show' => '显示',
'toggle_navigation' => '切换导航',
'change_logo' => '更换图片',
'change_avatar' => '更换头像',
],
'backend' => [
'access' => [
'roles' => [
'create' => '新建角色',
'edit' => '编辑角色',
'management' => '角色管理',
'table' => [
'number_of_users' => '用户数',
'permissions' => '权限',
'role' => '角色',
'sort' => '排序',
'total' => '角色总计',
],
],
'users' => [
'active' => '激活用户',
'all_permissions' => '所有权限',
'change_password' => '更改密码',
'change_password_for' => '为 :user 更改密码',
'create' => '新建用户',
'deactivated' => '已停用的用户',
'deleted' => '已删除的用户',
'edit' => '编辑用户',
'management' => '用户管理',
'no_permissions' => '没有权限',
'no_roles' => '没有角色可设置',
'permissions' => '权限',
'table' => [
'confirmed' => '确认',
'created' => '创建',
'email' => '电子邮件',
'username' => '用户名',
'id' => 'ID',
'last_updated' => '最后更新',
'name' => '名称',
'no_deactivated' => '没有停用的用户',
'no_deleted' => '没有删除的用户',
'roles' => '角色',
'social' => 'Social',
'total' => '用户总计',
'first_name' => '名字',
'last_name' => '姓氏',
],
'tabs' => [
'titles' => [
'overview' => '概述',
'history' => '历史',
],
'content' => [
'overview' => [
'avatar' => '头像',
'confirmed' => '已确认',
'created_at' => '创建于',
'deleted_at' => '删除于',
'email' => '电子邮件',
'last_updated' => '最后更新',
'name' => '名称',
'status' => '状态',
],
],
],
'view' => '查看用户',
],
],
],
'frontend' => [
'auth' => [
'login_box_title' => '登录',
'login_button' => '登录',
'login_with' => '使用 :social_media 登录',
'register_box_title' => '注册',
'register_button' => '注册',
'remember_me' => '记住我',
],
'contact' => [
'box_title' => 'Contact Us',
'button' => 'Send Information',
],
'passwords' => [
'forgot_password' => '忘记密码了?',
'reset_password_box_title' => '重置密码',
'reset_password_button' => '重置密码',
'send_password_reset_link_button' => '发送密码重置链接',
],
'macros' => [
'country' => [
'alpha' => 'Country Alpha Codes',
'alpha2' => 'Country Alpha 2 Codes',
'alpha3' => 'Country Alpha 3 Codes',
'numeric' => 'Country Numeric Codes',
],
'macro_examples' => 'Macro Examples',
'state' => [
'mexico' => 'Mexico State List',
'us' => [
'us' => 'US States',
'outlying' => 'US Outlying Territories',
'armed' => 'US Armed Forces',
],
],
'territories' => [
'canada' => 'Canada Province & Territories List',
],
'timezone' => 'Timezone',
],
'user' => [
'passwords' => [
'change' => '更改密码',
],
'profile' => [
'avatar' => '头像',
'created_at' => '创建于',
'edit_information' => '编辑信息',
'email' => '电子邮件',
'last_updated' => '最后更新',
'name' => '名称',
'update_information' => '更新信息',
],
],
],
];