Approval.

This commit is contained in:
2025-06-30 16:21:25 +00:00
committed by md translation bot
parent 1bb2710cad
commit b032391f23
64 changed files with 640 additions and 640 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 => 'ద్వీపం',
);