-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
return [ | ||
'add-account' => 'New account created', | ||
'add-account-message' => 'New account created by your information in our platform !', | ||
'update-account' => 'Update account', | ||
'update-account-message' => 'Your account data updated!', | ||
'delete-account' => 'Delete account', | ||
'delete-accounts-message' => 'Your account deleted !', | ||
'update-password' => 'Update account password', | ||
'update-password-message' => 'Your account password updated by admin !', | ||
'update-roles' => 'Update account roles', | ||
'update-roles-message' => 'Your account roles updated by admin !', | ||
'update-status' => 'Update account status', | ||
'update-status-message' => 'Your account status updated by admin !', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
return [ | ||
'add-account' => 'ایجاد حساب کاربری جدید', | ||
'add-account-message' => 'یک حساب کاربری جدید با اطلاعات شما در پلتفرم ما ایجاد شد!', | ||
'update-account' => 'بروزرسانی حساب کاربری', | ||
'update-account-message' => 'اطلاعات حساب کاربری شما بروزرسانی شد!', | ||
'delete-account' => 'حذف حساب کاربری', | ||
'delete-accounts-message' => 'حساب کاربری شما حذف شد!', | ||
'update-password' => 'بروزرسانی رمز عبور حساب کاربری', | ||
'update-password-message' => 'رمز عبور حساب کاربری شما توسط مدیر بروزرسانی شد!', | ||
'update-roles' => 'بروزرسانی نقشهای حساب کاربری', | ||
'update-roles-message' => 'نقشهای حساب کاربری شما توسط مدیر بروزرسانی شد!', | ||
'update-status' => 'بروزرسانی وضعیت حساب کاربری', | ||
'update-status-message' => 'وضعیت حساب کاربری شما توسط مدیر بروزرسانی شد!', | ||
]; |