Skip to content

Commit

Permalink
Merge pull request #52 from mohammadapr/patch-1
Browse files Browse the repository at this point in the history
Create activities.php
  • Loading branch information
pxlrbt authored Oct 21, 2024
2 parents 1d4bd4b + 10aab4a commit f1d3156
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions resources/lang/fa/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
return [
'breadcrumb' => 'تاریخچه',

'title' => 'تاریخچه :record',

'default_datetime_format' => 'Y-m-d، H:i:s',

'table' => [
'field' => 'فیلد',
'old' => 'قدیمی',
'new' => 'جدید',
'restore' => 'بازیابی',
],

'events' => [
'updated' => 'به‌روزرسانی شد',
'created' => 'ایجاد شد',
'deleted' => 'حذف شد',
'restored' => 'بازیابی شد',
'restore_successful' => 'با موفقیت بازیابی شد',
'restore_failed' => 'بازیابی ناموفق بود',
],
];

0 comments on commit f1d3156

Please sign in to comment.