matab-panel/lang/fa/prescriptions.php

33 lines
1.3 KiB
PHP

<?php
return [
'sections' => [
'info' => 'اطلاعات نسخه',
'medications' => 'انتخاب دارو',
'lab_tests' => 'درخواست آزمایش',
'content' => 'متن نسخه',
],
'fields' => [
'patient' => 'بیمار',
'doctor' => 'پزشک / ثبت‌کننده',
'issue_date' => 'تاریخ صدور',
'issue_datetime' => 'تاریخ و ساعت صدور',
'medication_ids' => 'داروهای تجویزشده',
'lab_test_ids' => 'آزمایش‌های درخواستی',
'content' => 'متن نسخه',
'lab_content' => 'متن درخواست آزمایش',
'created_by' => 'ایجادکننده',
'created_at' => 'تاریخ ایجاد',
],
'actions' => [
'create' => 'ثبت نسخه',
'saved' => 'نسخه با موفقیت ثبت شد',
'save_and_print' => 'ثبت و پرینت نسخه',
'save_and_print_both' => 'ثبت و پرینت هر دو',
'print_prescription' => 'پرینت نسخه',
'print_admission' => 'پرینت نسخه پذیرش',
'print_lab' => 'پرینت آزمایش',
'print_both' => 'نسخه + آزمایش',
],
];