translation-value-sets/ru/appointment_status.php
2022-10-05 13:36:33 +00:00

6 lines
259 B
PHP

<?PHP
$appointment_status['scheduled'] = 'Запланировано';
$appointment_status['cancelled'] = 'Отменено';
$appointment_status['moved_online'] = 'Перемещено в онлайн';
$appointment_status['postponed'] = 'Отложено';