translation-value-sets/kn/space_access_status.php

7 lines
149 B
PHP
Raw Permalink Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$space_access_status = array (
2025-02-14 17:16:11 +00:00
'enter' => 'ಪ್ರವೇಶಿಸು',
'leave' => 'ನಿರ್ಗಮನ',
2025-02-11 01:02:14 +00:00
);