Approval.

This commit is contained in:
2022-10-05 19:46:31 +00:00
committed by md translation bot
parent 0759660c80
commit 188f5370b6
28 changed files with 275 additions and 0 deletions

View File

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