Approval.
This commit is contained in:
@ -1,2 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_status = array (
|
||||
'scheduled' => 'Заплановано',
|
||||
'cancelled' => 'Скасовано',
|
||||
'moved_online' => 'Перенесено в онлайн',
|
||||
'postponed' => 'Відкладено',
|
||||
);
|
||||
|
Reference in New Issue
Block a user