Files
translation-value-sets/hi/appointment_status.php
2025-07-11 06:37:45 +00:00

9 lines
259 B
PHP

<?PHP
declare(strict_types = 1);
$appointment_status = array (
'scheduled' => 'अनुसूचित',
'cancelled' => 'रद्द',
'moved_online' => 'ऑनलाइन स्थानांतरित',
'postponed' => 'स्थगित',
);