Approval.

This commit is contained in:
Joshua Ramon Enslin 2025-02-14 17:16:11 +00:00 committed by md translation bot
parent eefedde50c
commit 1563a72bf9
2 changed files with 3 additions and 3 deletions

View File

@ -8,5 +8,5 @@ $source_type_set = array (
'electronical' => 'ವಿದ್ಯುನ್ಮಾನ ಸಂಪನ್ಮೂಲ', 'electronical' => 'ವಿದ್ಯುನ್ಮಾನ ಸಂಪನ್ಮೂಲ',
'misc' => 'ವಿವಿಧ', 'misc' => 'ವಿವಿಧ',
'patent' => 'ಪೇಟೆಂಟ್', 'patent' => 'ಪೇಟೆಂಟ್',
'unpublished' => 'Unpublished', 'unpublished' => 'ಪ್ರಕಟಿಸಲಾಗಿಲ್ಲ',
); );

View File

@ -1,6 +1,6 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$space_access_status = array ( $space_access_status = array (
'enter' => 'Enter', 'enter' => 'ಪ್ರವೇಶಿಸು',
'leave' => 'Leave', 'leave' => 'ನಿರ್ಗಮನ',
); );