Files
translation-value-sets/te/appointment_attendance_modes.php
2025-06-30 16:21:25 +00:00

8 lines
243 B
PHP

<?PHP
declare(strict_types = 1);
$appointment_attendance_modes = array (
'offline' => 'ఆఫ్‌లైన్',
'online' => 'ఆన్‌లైన్',
'mixed' => 'ఆఫ్‌లైన్ మరియు ఆన్‌లైన్',
);