<?php
/**
* Lang.php
*
* @copyright 2023 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2023-09-09 09:09:09
* @modified 2023-12-12 07:29:10
*/
return [
'AF' => 'In africa',
'AN' => 'antartico',
'AS' => 'asia',
'EU' => 'europea',
'NA' => 'America settentrionale',
'OA' => 'oceania',
'SA' => 'America del sud',
'null' => 'sconosciuto',
];