1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/app/config/locales/es.continents.php

12 lines
200 B
PHP
Raw Normal View History

2019-09-29 08:29:40 +13:00
<?php
return [
'AF' => 'África',
'AN' => 'Antártida',
2019-09-29 08:29:40 +13:00
'AS' => 'Asia',
'EU' => 'Europa',
'NA' => 'América del Norte',
'OC' => 'Oceanía',
'SA' => 'América del Sur',
];