18 lines
367 B
JavaScript
18 lines
367 B
JavaScript
export default {
|
|
home: {
|
|
allgames: 'All Games',
|
|
recent: 'Recent',
|
|
favorite: 'Favorite',
|
|
withdraw: 'Withdraw',
|
|
deposit: 'Deposit',
|
|
download: 'Download',
|
|
login: 'Login',
|
|
register: 'Register',
|
|
award: 'Get',
|
|
downloadSlogan: 'Download the App and bind your phone',
|
|
popTip: 'Don\'t show today again',
|
|
greatRebet: {
|
|
tip: 'Only this once'
|
|
}
|
|
}
|
|
} |