| 1234567891011121314151617181920 |
- <?php
- return [
- '我的'=>'Mine',
- '钱包'=>'Wallet',
- '首页'=>'Home',
- '投资'=>'investment',
- '我的收益'=>'My income',
- '资产'=>'Assets',
- '社交'=>'Social',
- '娱乐'=>'Entertainment',
- '直播'=>'Live',
- '生活'=>'Life',
- '借贷'=>'Loan',
- '支付'=>'Pay',
- '游戏'=>'Games',
- '购物'=>'Shopping',
- '教育'=>'Education',
- '开发中,敬请期待'=>'In development, stay tuned',
- ];
|