Skip to content

Commit

Permalink
Add Chinese Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Chien authored and Leo Chien committed Mar 24, 2019
1 parent c811bc2 commit 9f7a094
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/lang/zh-CN/navigation.php
@@ -0,0 +1,5 @@
<?php

return [
'sidebar-label' => '角色及权限',
];
9 changes: 9 additions & 0 deletions resources/lang/zh-CN/permissions.php
@@ -0,0 +1,9 @@
<?php

return [
'name' => '名称',
'display_name' => '显示名称',
'guard_name' => '看守器名称',
'created_at' => '创建时间',
'updated_at' => '更新时间',
];
8 changes: 8 additions & 0 deletions resources/lang/zh-CN/resources.php
@@ -0,0 +1,8 @@
<?php

return [
'Roles' => '角色',
'Role' => '角色',
'Permissions' => '权限',
'Permission' => '权限',
];
8 changes: 8 additions & 0 deletions resources/lang/zh-CN/roles.php
@@ -0,0 +1,8 @@
<?php

return [
'name' => '名称',
'guard_name' => '看守器名称',
'created_at' => '创建时间',
'updated_at' => '更新时间',
];

0 comments on commit 9f7a094

Please sign in to comment.