2021-09-08 13:49:33 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return [
|
2024-03-08 06:01:34 -08:00
|
|
|
'actions' => 'Ficilada',
|
|
|
|
'add' => 'Kudar Cusub',
|
|
|
|
'cancel' => 'Jooji',
|
|
|
|
'checkin_and_delete' => 'Geli Dhammaan / Tirtir Isticmaalaha',
|
|
|
|
'delete' => 'Tirtir',
|
|
|
|
'edit' => 'Wax ka beddel',
|
2024-07-23 10:14:19 -07:00
|
|
|
'clone' => 'Clone',
|
2024-03-08 06:01:34 -08:00
|
|
|
'restore' => 'Soo celi',
|
|
|
|
'remove' => 'Ka saar',
|
|
|
|
'request' => 'Codsi',
|
|
|
|
'submit' => 'Gudbi',
|
|
|
|
'upload' => 'Soo rar',
|
|
|
|
'select_file' => 'Dooro File...',
|
|
|
|
'select_files' => 'Dooro faylal...',
|
|
|
|
'generate_labels' => '{1} Samee Summada|[2,*] Samee Calaamadaha',
|
|
|
|
'send_password_link' => 'Soo dir Linkiga Dib-u-dejinta Furaha',
|
|
|
|
'go' => 'Tag',
|
|
|
|
'bulk_actions' => 'Ficilada waaweyn',
|
|
|
|
'add_maintenance' => 'Ku dar Dayactirka',
|
|
|
|
'append' => 'Ku lifaaq',
|
|
|
|
'new' => 'Cusub',
|
2024-07-23 10:14:19 -07:00
|
|
|
'var' => [
|
|
|
|
'clone' => 'Clone :item_type',
|
|
|
|
'edit' => 'Edit :item_type',
|
|
|
|
'delete' => 'Delete :item_type',
|
|
|
|
'restore' => 'Delete :item_type',
|
|
|
|
'create' => 'Create New :item_type',
|
|
|
|
'checkout' => 'Checkout :item_type',
|
|
|
|
'checkin' => 'Checkin :item_type',
|
|
|
|
]
|
2022-01-13 21:27:29 -08:00
|
|
|
];
|