translation-value-sets/kn/appointment_cancellation_status_set.php

7 lines
295 B
PHP
Raw Permalink Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$appointment_cancellation_status_set = array (
2025-02-14 16:35:19 +00:00
'scheduled_done' => 'ನಿಗದಿಪಡಿಸಲಾಗಿದೆ ಅಥವಾ ಯೋಜಿಸಿದಂತೆ ಮಾಡಲಾಗಿದೆ',
'cancelled' => 'ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ',
2025-02-11 01:02:14 +00:00
);