<?PHP
declare(strict_types = 1);
$appointment_status = array (
  'scheduled' => 'Ütemezve',
  'cancelled' => 'Lemondva',
  'moved_online' => 'Áthelyezve online',
  'postponed' => 'Elhalasztva',
);