Skip to content

Commit

Permalink
Translation for the farsi / fa language
Browse files Browse the repository at this point in the history
  • Loading branch information
SadeghPM committed Jun 16, 2019
1 parent b68eee7 commit 2f7b723
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/lang/fa/navigation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'sidebar-label' => 'نقش‌ها و مجوزها',
];
9 changes: 9 additions & 0 deletions resources/lang/fa/permissions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

return [
'name' => 'نام',
'display_name' => 'نام نمایشی',
'guard_name' => 'نام محافظ',
'created_at' => 'ایجاد شده در',
'updated_at' => 'به روز شده در',
];
8 changes: 8 additions & 0 deletions resources/lang/fa/resources.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'Roles' => 'نقش ها',
'Role' => 'نقش',
'Permissions' => 'مجوزها',
'Permission' => 'مجوز',
];
8 changes: 8 additions & 0 deletions resources/lang/fa/roles.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'name' => 'نام',
'guard_name' => 'نام محافظ',
'created_at' => 'ایجاد شده در',
'updated_at' => 'به روز شده در',
];

0 comments on commit 2f7b723

Please sign in to comment.