-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from swara-mohammed/patch-2
- Loading branch information
Showing
1 changed file
with
240 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,240 @@ | ||
<?php | ||
|
||
return [ | ||
'Permission' => [ | ||
'plural' => 'ڕێگەپێدانەکان', | ||
'singular' => 'ڕێگەپێدان' | ||
], | ||
'Role' => [ | ||
'plural' => 'ڕۆڵەکان', | ||
'singular' => 'ڕۆڵ' | ||
], | ||
'User' => [ | ||
'plural' => 'بەکارهێنەران', | ||
'singular' => 'بەکارهێنەر' | ||
], | ||
'Team' => [ | ||
'plural' => 'تیمەکان', | ||
'singular' => 'تیم' | ||
], | ||
'AuditLog' => [ | ||
'plural' => 'تۆمارەکانی وردبینی', | ||
'singular' => 'تۆماری وردبینی' | ||
], | ||
'Faq' => [ | ||
'plural' => 'پرسیارە دووبارەکان', | ||
'singular' => 'پرسیاری دووبارە' | ||
], | ||
'Question' => [ | ||
'plural' => 'پرسیارەکان', | ||
'singular' => 'پرسیار' | ||
], | ||
'Status' => [ | ||
'plural' => 'دۆخەکان', | ||
'singular' => 'دۆخ' | ||
], | ||
'Tag' => [ | ||
'plural' => 'تاگەکان', | ||
'singular' => 'تاگ' | ||
], | ||
'Task' => [ | ||
'plural' => 'ئەرکەکان', | ||
'singular' => 'ئەرک' | ||
], | ||
'Calendar' => [ | ||
'plural' => 'ڕۆژژمێرەکان', | ||
'singular' => 'ڕۆژژمێر' | ||
], | ||
'Category' => [ | ||
'plural' => 'هاوپۆلەکان', | ||
'singular' => 'هاوپۆل' | ||
], | ||
'Page' => [ | ||
'plural' => 'لاپەڕەکان', | ||
'singular' => 'لاپەڕە' | ||
], | ||
'Setting' => [ | ||
'plural' => 'ڕێکخستنەکان', | ||
'singular' => 'ڕێکخستن' | ||
], | ||
'Vat' => [ | ||
'plural' => 'ڕێژەکانی باج', | ||
'singular' => 'ڕێژەی باج' | ||
], | ||
'Visitor' => [ | ||
'plural' => 'سەردانکەران', | ||
'singular' => 'سەردانکەر' | ||
], | ||
'Guest' => [ | ||
'plural' => 'میوانان', | ||
'singular' => 'میوان' | ||
], | ||
'Organizer' => [ | ||
'plural' => 'ڕێکخەرەکان', | ||
'singular' => 'ڕێکخەر' | ||
], | ||
'Location' => [ | ||
'plural' => 'شوێنەکان', | ||
'singular' => 'شوێن' | ||
], | ||
'LocationPlan' => [ | ||
'plural' => 'پلانەکانی شوێن', | ||
'singular' => 'پلانی شوێن' | ||
], | ||
'Map' => [ | ||
'plural' => 'نەخشەکان', | ||
'singular' => 'نەخشە' | ||
], | ||
'Market' => [ | ||
'plural' => 'بازاڕەکان', | ||
'singular' => 'بازاڕ' | ||
], | ||
'Fair' => [ | ||
'plural' => 'پێشەنگاکان', | ||
'singular' => 'پێشەنگا' | ||
], | ||
'Festival' => [ | ||
'plural' => 'ڤیستیڤاڵەکان', | ||
'singular' => 'ڤیستیڤاڵ' | ||
], | ||
'Event' => [ | ||
'plural' => 'ڕووداوەکان', | ||
'singular' => 'ڕووداو' | ||
], | ||
'Customer' => [ | ||
'plural' => 'کڕیارەکان', | ||
'singular' => 'کڕیار' | ||
], | ||
'Client' => [ | ||
'plural' => 'خزمەتخوازەکان', | ||
'singular' => 'خزمەتخواز' | ||
], | ||
'Exhibitor' => [ | ||
'plural' => 'پێشاندەرەکان', | ||
'singular' => 'پێشاندەر', | ||
], | ||
'Date' => [ | ||
'plural' => 'بەروارەکان', | ||
'singular' => 'بەروار' | ||
], | ||
'Price' => [ | ||
'plural' => 'نرخەکان', | ||
'singular' => 'نرخ' | ||
], | ||
'Article' => [ | ||
'plural' => 'وتارەکان', | ||
'singular' => 'وتار' | ||
], | ||
'Service' => [ | ||
'plural' => 'خزمەتگوزارییەکان', | ||
'singular' => 'خزمەتگوزاریی' | ||
], | ||
'Rental' => [ | ||
'plural' => 'کرێکان', | ||
'singular' => 'کرێ' | ||
], | ||
'Product' => [ | ||
'plural' => 'بەرهەمەکان', | ||
'singular' => 'بەرهەم' | ||
], | ||
'Term' => [ | ||
'plural' => 'زاراوەکان و مەرجەکان', | ||
'singular' => 'زاراوە' | ||
], | ||
'Tab' => [ | ||
'plural' => 'بازدەرەکان', | ||
'singular' => 'بازدەر' | ||
], | ||
'Booking' => [ | ||
'plural' => 'شوێنگرتنەکان', | ||
'singular' => 'شوێنگرتن' | ||
], | ||
'Transaction' => [ | ||
'plural' => 'مامەڵەکان', | ||
'singular' => 'مامەڵە' | ||
], | ||
'Invoice' => [ | ||
'plural' => 'پسوڵەکان', | ||
'singular' => 'پسوڵە' | ||
], | ||
'Credit' => [ | ||
'plural' => 'قەرزەکان', | ||
'singular' => 'قەرز' | ||
], | ||
'Payment' => [ | ||
'plural' => 'پارەدانەکان', | ||
'singular' => 'پارەدان' | ||
], | ||
'Refund' => [ | ||
'plural' => 'پارەدانەوەکان', | ||
'singular' => 'پارەدانەوە' | ||
], | ||
'OrderRow' => [ | ||
'plural' => 'ڕیزکردنی هێڵەکان', | ||
'singular' => 'ڕیزکردنی هێڵ' | ||
], | ||
'Verification' => [ | ||
'plural' => 'سەلماندنەکان', | ||
'singular' => 'سەلماندن' | ||
], | ||
'VerificationRow' => [ | ||
'plural' => 'ڕیزی راستکردنەوەکان', | ||
'singular' => 'ڕیزی راستکردنەوە' | ||
], | ||
'Attachement' => [ | ||
'plural' => 'هاوپێچەکان', | ||
'singular' => 'هاوپێچ' | ||
], | ||
'Document' => [ | ||
'plural' => 'بەڵگەنامەکان', | ||
'singular' => 'بەڵگەنامە' | ||
], | ||
'Note' => [ | ||
'plural' => 'تێبینیەکان', | ||
'singular' => 'تێبینی' | ||
], | ||
'Account' => [ | ||
'plural' => 'هەژمارەکان', | ||
'singular' => 'هەژمار' | ||
], | ||
'Help' => [ | ||
'plural' => 'یارمەتی', | ||
'singular' => 'یارمەتی' | ||
], | ||
'Message' => [ | ||
'plural' => 'نامەکان', | ||
'singular' => 'نامە' | ||
], | ||
'Mail' => [ | ||
'plural' => 'پۆست', | ||
'singular' => 'پۆست', | ||
], | ||
'Email' => [ | ||
'plural' => 'ئیمەیڵ', | ||
'singular' => 'ئیمەیڵ', | ||
], | ||
'Groupmail' => [ | ||
'plural' => 'گروپی پۆستەکان', | ||
'singular' => 'گروپی پۆستە' | ||
], | ||
'VipInvitation' => [ | ||
'plural' => 'بانگهێشتنامە تایبەتەکان', | ||
'singular' => 'بانگهێشتنامەی تایبەت' | ||
], | ||
'Image' => [ | ||
'plural' => 'وێنەکان', | ||
'singular' => 'وێنە' | ||
], | ||
'Media' => [ | ||
'plural' => 'رەنگاڵە', | ||
'singular' => 'رەنگاڵە' | ||
], | ||
'Notification' => [ | ||
'plural' => 'ئاگادارینامەکان', | ||
'singular' => 'ئاگادارینامە' | ||
], | ||
'Subscription' => [ | ||
'plural' => 'بەشداریکردنەکان', | ||
'singular' => 'بەشداریکردن' | ||
], | ||
]; |