[add]新增页面
embed/programWidget embed/domainStatus embed/partnership embed/gameRtp
This commit is contained in:
56
web/src/lang/backend/en/embed/gameRtp.ts
Normal file
56
web/src/lang/backend/en/embed/gameRtp.ts
Normal file
@@ -0,0 +1,56 @@
|
||||
export default {
|
||||
settingTitle: 'Game RTP Setting',
|
||||
embedCode: 'Embed Code',
|
||||
autoRtp: 'Auto Game RTP (%)',
|
||||
autoAmount: 'Auto RTP Amount',
|
||||
frequency: 'Auto Frequency (min)',
|
||||
lastRefresh: 'Last Refresh',
|
||||
providerDisplay: 'Provider Display',
|
||||
providerHint: 'Leave it blank to display all providers',
|
||||
customConfig: 'Custom Config',
|
||||
loadTemplate: 'Load Template',
|
||||
headerImage: 'Header Image URL',
|
||||
textColor: 'Text Color',
|
||||
baseColor: 'Base Color',
|
||||
outlineColor: 'Outline Color',
|
||||
buttonTextColor: 'Button Text Color',
|
||||
buttonBgColor: 'Button BG Color',
|
||||
progressBgColor: 'Progress Bar BG Color',
|
||||
save: 'SAVE',
|
||||
copyCode: 'Copy Embed Code',
|
||||
dataTitle: 'Game RTP Data',
|
||||
provider: 'Game Provider',
|
||||
allProviders: '- All Game Providers -',
|
||||
gameName: 'Game Name',
|
||||
searchName: 'Search by Game Name',
|
||||
search: 'Search',
|
||||
clear: 'Clear',
|
||||
gameId: 'Game ID',
|
||||
imageUrl: 'Game Image URL',
|
||||
rtp: 'RTP (%)',
|
||||
status: 'Status',
|
||||
action: 'Action',
|
||||
active: 'ACTIVE',
|
||||
inactive: 'INACTIVE',
|
||||
edit: 'Edit',
|
||||
delete: 'Delete',
|
||||
totalRecords: 'Total {total} records',
|
||||
create: 'CREATE NEW GAME RTP',
|
||||
import: 'IMPORT & REFRESH (VIA JDK API)',
|
||||
createTitle: 'Create New Game RTP',
|
||||
editTitle: 'Edit Game RTP',
|
||||
cancel: 'Cancel',
|
||||
confirm: 'Confirm',
|
||||
providerRequired: 'Please enter the game provider',
|
||||
nameRequired: 'Please enter the game name',
|
||||
urlRequired: 'Please enter the game image URL',
|
||||
saved: 'Settings saved',
|
||||
copied: 'Embed code copied',
|
||||
copyFailed: 'Unable to copy the embed code',
|
||||
operationSuccess: 'Operation completed',
|
||||
deleteConfirm: 'Delete game "{name}"?',
|
||||
warning: 'Warning',
|
||||
deleted: 'Game deleted',
|
||||
importConfirm: 'Import and refresh game data from the JDK API?',
|
||||
imported: 'Game data refreshed',
|
||||
}
|
||||
Reference in New Issue
Block a user