translation-value-sets/kn/appointment_status.php

9 lines
364 B
PHP
Raw Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$appointment_status = array (
2025-02-14 16:35:19 +00:00
'scheduled' => 'ನಿಗದಿಪಡಿಸಲಾಗಿದೆ',
'cancelled' => 'ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ',
'moved_online' => 'ಆನ್‌ಲೈನ್‌ನಲ್ಲಿ ಸರಿಸಲಾಗಿದೆ',
'postponed' => 'ಮುಂದೂಡಲ್ಪಟ್ಟಿದೆ',
2025-02-11 01:02:14 +00:00
);