Approval.

This commit is contained in:
2025-02-14 16:35:19 +00:00
committed by md translation bot
parent 6d8b713c07
commit eefedde50c
51 changed files with 555 additions and 555 deletions

View File

@ -1,13 +1,13 @@
<?PHP
declare(strict_types = 1);
$tlPlacetypes = array (
0 => 'Administrative',
1 => 'Historical',
2 => 'Region',
3 => 'Street',
4 => 'Building',
5 => 'Mountains',
6 => 'Forest',
7 => 'Body of water',
8 => 'Island',
0 => 'ಆಡಳಿತಾತ್ಮಕ',
1 => 'ಐತಿಹಾಸಿಕ',
2 => 'ಪ್ರದೇಶ',
3 => 'ರಸ್ತೆ',
4 => 'ಕಟ್ಟಡ',
5 => 'ಪರ್ವತಗಳು',
6 => 'ಅರಣ್ಯ',
7 => 'ನೀರಿನ ದೇಹ',
8 => 'ದ್ವೀಪ',
);