moonhead 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -0
- package/dist/components/layout/app-header.d.ts +1 -0
- package/dist/components/layout/app-header.js +1 -0
- package/dist/components/layout/app-sidebar.d.ts +9 -0
- package/dist/components/layout/app-sidebar.js +1 -0
- package/dist/components/layout/brand-logo.d.ts +2 -0
- package/dist/components/layout/brand-logo.js +1 -0
- package/dist/components/layout/user-menu.d.ts +6 -0
- package/dist/components/layout/user-menu.js +1 -0
- package/dist/components/ui/action-form.d.ts +10 -0
- package/dist/components/ui/action-form.js +1 -0
- package/dist/components/ui/alert-dialog.d.ts +14 -0
- package/dist/components/ui/alert-dialog.js +1 -0
- package/dist/components/ui/alert.d.ts +12 -0
- package/dist/components/ui/alert.js +1 -0
- package/dist/components/ui/avatar.d.ts +12 -0
- package/dist/components/ui/avatar.js +1 -0
- package/dist/components/ui/badge.d.ts +2 -0
- package/dist/components/ui/badge.js +1 -0
- package/dist/components/ui/button.d.ts +12 -0
- package/dist/components/ui/button.js +1 -0
- package/dist/components/ui/card.d.ts +2 -0
- package/dist/components/ui/card.js +1 -0
- package/dist/components/ui/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox.js +1 -0
- package/dist/components/ui/combobox.d.ts +18 -0
- package/dist/components/ui/combobox.js +1 -0
- package/dist/components/ui/copy-button.d.ts +8 -0
- package/dist/components/ui/copy-button.js +1 -0
- package/dist/components/ui/country-select.d.ts +12 -0
- package/dist/components/ui/country-select.js +1 -0
- package/dist/components/ui/data-table.d.ts +11 -0
- package/dist/components/ui/data-table.js +1 -0
- package/dist/components/ui/date-range-picker.d.ts +25 -0
- package/dist/components/ui/date-range-picker.js +1 -0
- package/dist/components/ui/dialog.d.ts +19 -0
- package/dist/components/ui/dialog.js +1 -0
- package/dist/components/ui/drawer.d.ts +24 -0
- package/dist/components/ui/drawer.js +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +17 -0
- package/dist/components/ui/dropdown-menu.js +1 -0
- package/dist/components/ui/field.d.ts +7 -0
- package/dist/components/ui/field.js +1 -0
- package/dist/components/ui/fieldset.d.ts +4 -0
- package/dist/components/ui/fieldset.js +1 -0
- package/dist/components/ui/form-field.d.ts +17 -0
- package/dist/components/ui/form-field.js +1 -0
- package/dist/components/ui/form.d.ts +3 -0
- package/dist/components/ui/form.js +1 -0
- package/dist/components/ui/icon-tile.d.ts +5 -0
- package/dist/components/ui/icon-tile.js +1 -0
- package/dist/components/ui/identity.d.ts +6 -0
- package/dist/components/ui/identity.js +1 -0
- package/dist/components/ui/input.d.ts +4 -0
- package/dist/components/ui/input.js +1 -0
- package/dist/components/ui/number-input.d.ts +19 -0
- package/dist/components/ui/number-input.js +1 -0
- package/dist/components/ui/otp-field.d.ts +6 -0
- package/dist/components/ui/otp-field.js +1 -0
- package/dist/components/ui/page-toolbar.d.ts +9 -0
- package/dist/components/ui/page-toolbar.js +1 -0
- package/dist/components/ui/password-input.d.ts +7 -0
- package/dist/components/ui/password-input.js +1 -0
- package/dist/components/ui/radio-group.d.ts +5 -0
- package/dist/components/ui/radio-group.js +1 -0
- package/dist/components/ui/search-input.d.ts +4 -0
- package/dist/components/ui/search-input.js +1 -0
- package/dist/components/ui/section-card.d.ts +7 -0
- package/dist/components/ui/section-card.js +1 -0
- package/dist/components/ui/select-field.d.ts +19 -0
- package/dist/components/ui/select-field.js +1 -0
- package/dist/components/ui/select.d.ts +17 -0
- package/dist/components/ui/select.js +1 -0
- package/dist/components/ui/sidebar.d.ts +27 -0
- package/dist/components/ui/sidebar.js +1 -0
- package/dist/components/ui/slider.d.ts +10 -0
- package/dist/components/ui/slider.js +1 -0
- package/dist/components/ui/sort-button.d.ts +5 -0
- package/dist/components/ui/sort-button.js +1 -0
- package/dist/components/ui/spinner.d.ts +4 -0
- package/dist/components/ui/spinner.js +1 -0
- package/dist/components/ui/status-badge.d.ts +11 -0
- package/dist/components/ui/status-badge.js +1 -0
- package/dist/components/ui/switch-field.d.ts +18 -0
- package/dist/components/ui/switch-field.js +1 -0
- package/dist/components/ui/switch.d.ts +3 -0
- package/dist/components/ui/switch.js +1 -0
- package/dist/components/ui/table-pagination.d.ts +9 -0
- package/dist/components/ui/table-pagination.js +1 -0
- package/dist/components/ui/table.d.ts +18 -0
- package/dist/components/ui/table.js +1 -0
- package/dist/components/ui/tabs.d.ts +8 -0
- package/dist/components/ui/tabs.js +1 -0
- package/dist/components/ui/tag-input.d.ts +9 -0
- package/dist/components/ui/tag-input.js +1 -0
- package/dist/components/ui/text-link.d.ts +10 -0
- package/dist/components/ui/text-link.js +1 -0
- package/dist/components/ui/textarea.d.ts +2 -0
- package/dist/components/ui/textarea.js +1 -0
- package/dist/components/ui/toast.d.ts +1 -0
- package/dist/components/ui/toast.js +1 -0
- package/dist/components/ui/tree.d.ts +32 -0
- package/dist/components/ui/tree.js +1 -0
- package/dist/db/client.d.ts +8 -0
- package/dist/db/client.js +1 -0
- package/dist/db/index.d.ts +3 -0
- package/dist/db/index.js +1 -0
- package/dist/db/logger.d.ts +2 -0
- package/dist/db/logger.js +1 -0
- package/dist/db/migrations/20260628182304_wonderful_groot/migration.sql +289 -0
- package/dist/db/migrations/20260628182304_wonderful_groot/snapshot.json +3750 -0
- package/dist/db/migrations/20260630082829_wet_robin_chapel/migration.sql +2 -0
- package/dist/db/migrations/20260630082829_wet_robin_chapel/snapshot.json +3791 -0
- package/dist/db/migrations/20260702132335_wooden_iron_monger/migration.sql +48 -0
- package/dist/db/migrations/20260702132335_wooden_iron_monger/snapshot.json +4407 -0
- package/dist/db/migrations/20260702142948_vengeful_rhino/migration.sql +1 -0
- package/dist/db/migrations/20260702142948_vengeful_rhino/snapshot.json +4420 -0
- package/dist/db/migrations/20260702185813_curved_pyro/migration.sql +16 -0
- package/dist/db/migrations/20260702185813_curved_pyro/snapshot.json +4646 -0
- package/dist/db/migrations/20260702192041_shiny_franklin_storm/migration.sql +16 -0
- package/dist/db/migrations/20260702192041_shiny_franklin_storm/snapshot.json +4872 -0
- package/dist/db/migrations/20260704101548_bizarre_namorita/migration.sql +1 -0
- package/dist/db/migrations/20260704101548_bizarre_namorita/snapshot.json +4885 -0
- package/dist/db/migrations/20260704105911_sleepy_juggernaut/migration.sql +1 -0
- package/dist/db/migrations/20260704105911_sleepy_juggernaut/snapshot.json +4898 -0
- package/dist/db/migrations/20260704115959_lean_sandman/migration.sql +1 -0
- package/dist/db/migrations/20260704115959_lean_sandman/snapshot.json +4885 -0
- package/dist/db/migrations/20260707231532_daffy_captain_stacy/migration.sql +10 -0
- package/dist/db/migrations/20260707231532_daffy_captain_stacy/snapshot.json +4919 -0
- package/dist/db/migrations/20260708190355_spooky_jimmy_woo/migration.sql +3 -0
- package/dist/db/migrations/20260708190355_spooky_jimmy_woo/snapshot.json +4970 -0
- package/dist/db/migrations/20260711145212_drop_legacy_earning_status/migration.sql +7 -0
- package/dist/db/migrations/20260711145212_drop_legacy_earning_status/snapshot.json +4968 -0
- package/dist/db/migrations/20260712161249_dashboard_stat_indexes/migration.sql +3 -0
- package/dist/db/migrations/20260712161249_dashboard_stat_indexes/snapshot.json +5038 -0
- package/dist/db/migrations/20260713013911_add_payout_paid_at/migration.sql +2 -0
- package/dist/db/migrations/20260713013911_add_payout_paid_at/snapshot.json +5072 -0
- package/dist/db/schema/analytics-outbox.d.ts +145 -0
- package/dist/db/schema/analytics-outbox.js +1 -0
- package/dist/db/schema/audit-logs.d.ts +204 -0
- package/dist/db/schema/audit-logs.js +1 -0
- package/dist/db/schema/campaigns.d.ts +180 -0
- package/dist/db/schema/campaigns.js +1 -0
- package/dist/db/schema/casinos.d.ts +129 -0
- package/dist/db/schema/casinos.js +1 -0
- package/dist/db/schema/commission-rule-groups.d.ts +84 -0
- package/dist/db/schema/commission-rule-groups.js +1 -0
- package/dist/db/schema/commission-rules.d.ts +145 -0
- package/dist/db/schema/commission-rules.js +1 -0
- package/dist/db/schema/commissions.d.ts +242 -0
- package/dist/db/schema/commissions.js +1 -0
- package/dist/db/schema/conversions.d.ts +302 -0
- package/dist/db/schema/conversions.js +1 -0
- package/dist/db/schema/deals.d.ts +180 -0
- package/dist/db/schema/deals.js +1 -0
- package/dist/db/schema/earnings.d.ts +262 -0
- package/dist/db/schema/earnings.js +1 -0
- package/dist/db/schema/groups.d.ts +214 -0
- package/dist/db/schema/groups.js +1 -0
- package/dist/db/schema/index.d.ts +18 -0
- package/dist/db/schema/index.js +1 -0
- package/dist/db/schema/payouts.d.ts +182 -0
- package/dist/db/schema/payouts.js +1 -0
- package/dist/db/schema/platform-settings.d.ts +84 -0
- package/dist/db/schema/platform-settings.js +1 -0
- package/dist/db/schema/player-activity.d.ts +159 -0
- package/dist/db/schema/player-activity.js +1 -0
- package/dist/db/schema/revshare-carryover.d.ts +129 -0
- package/dist/db/schema/revshare-carryover.js +1 -0
- package/dist/db/schema/sessions.d.ts +213 -0
- package/dist/db/schema/sessions.js +1 -0
- package/dist/db/schema/table.d.ts +1 -0
- package/dist/db/schema/table.js +1 -0
- package/dist/db/schema/users.d.ts +609 -0
- package/dist/db/schema/users.js +1 -0
- package/dist/db/schema/verification-tokens.d.ts +106 -0
- package/dist/db/schema/verification-tokens.js +1 -0
- package/dist/db/types/branded.d.ts +3 -0
- package/dist/db/types/branded.js +0 -0
- package/dist/db/types/commission-rules.d.ts +70 -0
- package/dist/db/types/commission-rules.js +1 -0
- package/dist/db/types/index.d.ts +2 -0
- package/dist/db/types/index.js +1 -0
- package/dist/emails/admin/support-message.d.ts +39 -0
- package/dist/emails/admin/support-message.js +5 -0
- package/dist/emails/affiliate/activated.d.ts +33 -0
- package/dist/emails/affiliate/activated.js +1 -0
- package/dist/emails/affiliate/deal-notice.d.ts +35 -0
- package/dist/emails/affiliate/deal-notice.js +1 -0
- package/dist/emails/affiliate/invite.d.ts +35 -0
- package/dist/emails/affiliate/invite.js +1 -0
- package/dist/emails/affiliate/signup-verify.d.ts +35 -0
- package/dist/emails/affiliate/signup-verify.js +1 -0
- package/dist/emails/auth/password-reset.d.ts +37 -0
- package/dist/emails/auth/password-reset.js +1 -0
- package/dist/emails/layout.d.ts +10 -0
- package/dist/emails/layout.js +1 -0
- package/dist/emails/manager/affiliate-activated.d.ts +33 -0
- package/dist/emails/manager/affiliate-activated.js +1 -0
- package/dist/emails/manager/bulk-affiliates-activated.d.ts +33 -0
- package/dist/emails/manager/bulk-affiliates-activated.js +1 -0
- package/dist/emails/manager/invite.d.ts +35 -0
- package/dist/emails/manager/invite.js +1 -0
- package/dist/emails/manager/pending-approval.d.ts +33 -0
- package/dist/emails/manager/pending-approval.js +1 -0
- package/dist/emails/preview-env.d.ts +2 -0
- package/dist/emails/preview-env.js +1 -0
- package/dist/features/affiliates/actions.d.ts +60 -0
- package/dist/features/affiliates/actions.js +1 -0
- package/dist/features/affiliates/activation-email.d.ts +8 -0
- package/dist/features/affiliates/activation-email.js +1 -0
- package/dist/features/affiliates/bulk-approve.d.ts +2 -0
- package/dist/features/affiliates/bulk-approve.js +1 -0
- package/dist/features/affiliates/components/affiliate-actions-menu.d.ts +6 -0
- package/dist/features/affiliates/components/affiliate-actions-menu.js +1 -0
- package/dist/features/affiliates/components/affiliate-create-button.d.ts +1 -0
- package/dist/features/affiliates/components/affiliate-create-button.js +1 -0
- package/dist/features/affiliates/components/affiliate-detail-tabs.d.ts +6 -0
- package/dist/features/affiliates/components/affiliate-detail-tabs.js +1 -0
- package/dist/features/affiliates/components/affiliate-dialog.d.ts +11 -0
- package/dist/features/affiliates/components/affiliate-dialog.js +1 -0
- package/dist/features/affiliates/components/affiliate-profile-fields.d.ts +6 -0
- package/dist/features/affiliates/components/affiliate-profile-fields.js +1 -0
- package/dist/features/affiliates/components/affiliate-status-badge.d.ts +4 -0
- package/dist/features/affiliates/components/affiliate-status-badge.js +1 -0
- package/dist/features/affiliates/components/affiliate-status-tabs.d.ts +4 -0
- package/dist/features/affiliates/components/affiliate-status-tabs.js +1 -0
- package/dist/features/affiliates/components/affiliates-table.d.ts +10 -0
- package/dist/features/affiliates/components/affiliates-table.js +1 -0
- package/dist/features/affiliates/components/assign-parent-dialog.d.ts +5 -0
- package/dist/features/affiliates/components/assign-parent-dialog.js +1 -0
- package/dist/features/affiliates/components/detach-affiliate-confirm.d.ts +5 -0
- package/dist/features/affiliates/components/detach-affiliate-confirm.js +1 -0
- package/dist/features/affiliates/components/reject-affiliate-confirm.d.ts +5 -0
- package/dist/features/affiliates/components/reject-affiliate-confirm.js +1 -0
- package/dist/features/affiliates/components/sub-affiliate-invite-button.d.ts +3 -0
- package/dist/features/affiliates/components/sub-affiliate-invite-button.js +1 -0
- package/dist/features/affiliates/invite.d.ts +6 -0
- package/dist/features/affiliates/invite.js +1 -0
- package/dist/features/affiliates/list-params.d.ts +27 -0
- package/dist/features/affiliates/list-params.js +1 -0
- package/dist/features/affiliates/pending-notification.d.ts +18 -0
- package/dist/features/affiliates/pending-notification.js +1 -0
- package/dist/features/affiliates/sub-invite.d.ts +7 -0
- package/dist/features/affiliates/sub-invite.js +1 -0
- package/dist/features/audit/action-labels.d.ts +15 -0
- package/dist/features/audit/action-labels.js +1 -0
- package/dist/features/audit/components/audit-log-table.d.ts +5 -0
- package/dist/features/audit/components/audit-log-table.js +1 -0
- package/dist/features/audit/list-params.d.ts +2 -0
- package/dist/features/audit/list-params.js +1 -0
- package/dist/features/audit/read.d.ts +27 -0
- package/dist/features/audit/read.js +1 -0
- package/dist/features/auth/actions.d.ts +33 -0
- package/dist/features/auth/actions.js +1 -0
- package/dist/features/auth/authorization.d.ts +14 -0
- package/dist/features/auth/authorization.js +1 -0
- package/dist/features/auth/components/accept-invite-form.d.ts +3 -0
- package/dist/features/auth/components/accept-invite-form.js +1 -0
- package/dist/features/auth/components/forgot-password-form.d.ts +1 -0
- package/dist/features/auth/components/forgot-password-form.js +1 -0
- package/dist/features/auth/components/permissions-form.d.ts +5 -0
- package/dist/features/auth/components/permissions-form.js +1 -0
- package/dist/features/auth/components/reset-password-form.d.ts +3 -0
- package/dist/features/auth/components/reset-password-form.js +1 -0
- package/dist/features/auth/components/signin-form.d.ts +5 -0
- package/dist/features/auth/components/signin-form.js +1 -0
- package/dist/features/auth/components/signup-form.d.ts +1 -0
- package/dist/features/auth/components/signup-form.js +1 -0
- package/dist/features/auth/components/verify-email-form.d.ts +3 -0
- package/dist/features/auth/components/verify-email-form.js +1 -0
- package/dist/features/auth/password-reset.d.ts +6 -0
- package/dist/features/auth/password-reset.js +1 -0
- package/dist/features/auth/permissions.d.ts +49 -0
- package/dist/features/auth/permissions.js +1 -0
- package/dist/features/auth/require.d.ts +3 -0
- package/dist/features/auth/require.js +1 -0
- package/dist/features/auth/signup-email.d.ts +6 -0
- package/dist/features/auth/signup-email.js +1 -0
- package/dist/features/campaigns/actions.d.ts +53 -0
- package/dist/features/campaigns/actions.js +1 -0
- package/dist/features/campaigns/components/campaign-dialog.d.ts +7 -0
- package/dist/features/campaigns/components/campaign-dialog.js +1 -0
- package/dist/features/campaigns/components/campaign-row-actions.d.ts +8 -0
- package/dist/features/campaigns/components/campaign-row-actions.js +1 -0
- package/dist/features/campaigns/components/campaign-status-badge.d.ts +6 -0
- package/dist/features/campaigns/components/campaign-status-badge.js +1 -0
- package/dist/features/campaigns/components/campaign-status-tabs.d.ts +1 -0
- package/dist/features/campaigns/components/campaign-status-tabs.js +1 -0
- package/dist/features/campaigns/components/campaigns-table.d.ts +7 -0
- package/dist/features/campaigns/components/campaigns-table.js +1 -0
- package/dist/features/campaigns/components/create-campaign-button.d.ts +5 -0
- package/dist/features/campaigns/components/create-campaign-button.js +1 -0
- package/dist/features/campaigns/components/sub-id-builder.d.ts +4 -0
- package/dist/features/campaigns/components/sub-id-builder.js +1 -0
- package/dist/features/campaigns/components/tracking-link-box.d.ts +3 -0
- package/dist/features/campaigns/components/tracking-link-box.js +1 -0
- package/dist/features/campaigns/components/tracking-link-cell.d.ts +4 -0
- package/dist/features/campaigns/components/tracking-link-cell.js +1 -0
- package/dist/features/campaigns/components/tracking-link-dialog.d.ts +6 -0
- package/dist/features/campaigns/components/tracking-link-dialog.js +1 -0
- package/dist/features/campaigns/list-params.d.ts +14 -0
- package/dist/features/campaigns/list-params.js +1 -0
- package/dist/features/campaigns/tracking-url.d.ts +8 -0
- package/dist/features/campaigns/tracking-url.js +1 -0
- package/dist/features/casinos/actions.d.ts +39 -0
- package/dist/features/casinos/actions.js +1 -0
- package/dist/features/casinos/components/casino-create-button.d.ts +1 -0
- package/dist/features/casinos/components/casino-create-button.js +1 -0
- package/dist/features/casinos/components/casino-dialog.d.ts +11 -0
- package/dist/features/casinos/components/casino-dialog.js +1 -0
- package/dist/features/casinos/components/casino-form-fields.d.ts +7 -0
- package/dist/features/casinos/components/casino-form-fields.js +1 -0
- package/dist/features/casinos/components/casino-status-tabs.d.ts +1 -0
- package/dist/features/casinos/components/casino-status-tabs.js +1 -0
- package/dist/features/casinos/components/casinos-table.d.ts +6 -0
- package/dist/features/casinos/components/casinos-table.js +1 -0
- package/dist/features/casinos/components/delete-casino-confirm.d.ts +5 -0
- package/dist/features/casinos/components/delete-casino-confirm.js +1 -0
- package/dist/features/casinos/list-params.d.ts +14 -0
- package/dist/features/casinos/list-params.js +1 -0
- package/dist/features/commissions/actions.d.ts +76 -0
- package/dist/features/commissions/actions.js +1 -0
- package/dist/features/commissions/components/casino-bindings-field.d.ts +10 -0
- package/dist/features/commissions/components/casino-bindings-field.js +1 -0
- package/dist/features/commissions/components/commission-create-button.d.ts +1 -0
- package/dist/features/commissions/components/commission-create-button.js +1 -0
- package/dist/features/commissions/components/commission-detail-dialog.d.ts +5 -0
- package/dist/features/commissions/components/commission-detail-dialog.js +1 -0
- package/dist/features/commissions/components/commission-editor.d.ts +8 -0
- package/dist/features/commissions/components/commission-editor.js +1 -0
- package/dist/features/commissions/components/commission-read-view.d.ts +5 -0
- package/dist/features/commissions/components/commission-read-view.js +1 -0
- package/dist/features/commissions/components/commission-status-badge.d.ts +4 -0
- package/dist/features/commissions/components/commission-status-badge.js +1 -0
- package/dist/features/commissions/components/commission-status-tabs.d.ts +1 -0
- package/dist/features/commissions/components/commission-status-tabs.js +1 -0
- package/dist/features/commissions/components/commissions-table.d.ts +14 -0
- package/dist/features/commissions/components/commissions-table.js +1 -0
- package/dist/features/commissions/components/delete-commission-confirm.d.ts +5 -0
- package/dist/features/commissions/components/delete-commission-confirm.js +1 -0
- package/dist/features/commissions/components/duplicate-commission-dialog.d.ts +6 -0
- package/dist/features/commissions/components/duplicate-commission-dialog.js +1 -0
- package/dist/features/commissions/components/rule-editor/conditions-block.d.ts +9 -0
- package/dist/features/commissions/components/rule-editor/conditions-block.js +1 -0
- package/dist/features/commissions/components/rule-editor/modifiers-block.d.ts +9 -0
- package/dist/features/commissions/components/rule-editor/modifiers-block.js +1 -0
- package/dist/features/commissions/components/rule-editor/qualifiers-block.d.ts +9 -0
- package/dist/features/commissions/components/rule-editor/qualifiers-block.js +1 -0
- package/dist/features/commissions/components/rule-editor/reducer.d.ts +102 -0
- package/dist/features/commissions/components/rule-editor/reducer.js +1 -0
- package/dist/features/commissions/components/rule-editor/rewards-block.d.ts +9 -0
- package/dist/features/commissions/components/rule-editor/rewards-block.js +1 -0
- package/dist/features/commissions/components/rule-editor/rule-card.d.ts +10 -0
- package/dist/features/commissions/components/rule-editor/rule-card.js +1 -0
- package/dist/features/commissions/components/rule-editor/rule-editor.d.ts +7 -0
- package/dist/features/commissions/components/rule-editor/rule-editor.js +1 -0
- package/dist/features/commissions/components/rule-editor/rule-group-card.d.ts +9 -0
- package/dist/features/commissions/components/rule-editor/rule-group-card.js +1 -0
- package/dist/features/commissions/components/rule-editor/state.d.ts +21 -0
- package/dist/features/commissions/components/rule-editor/state.js +1 -0
- package/dist/features/commissions/components/rule-groups-read-view.d.ts +4 -0
- package/dist/features/commissions/components/rule-groups-read-view.js +1 -0
- package/dist/features/commissions/list-params.d.ts +14 -0
- package/dist/features/commissions/list-params.js +1 -0
- package/dist/features/commissions/rule-validation.d.ts +173 -0
- package/dist/features/commissions/rule-validation.js +1 -0
- package/dist/features/dashboard/affiliate-queries.d.ts +14 -0
- package/dist/features/dashboard/affiliate-queries.js +1 -0
- package/dist/features/dashboard/clickhouse.d.ts +3 -0
- package/dist/features/dashboard/clickhouse.js +2 -0
- package/dist/features/dashboard/components/affiliate-charts.d.ts +5 -0
- package/dist/features/dashboard/components/affiliate-charts.js +1 -0
- package/dist/features/dashboard/components/affiliate-stats.d.ts +5 -0
- package/dist/features/dashboard/components/affiliate-stats.js +1 -0
- package/dist/features/dashboard/components/charts/funnel-chart.d.ts +11 -0
- package/dist/features/dashboard/components/charts/funnel-chart.js +1 -0
- package/dist/features/dashboard/components/charts/rank-bar-chart.d.ts +10 -0
- package/dist/features/dashboard/components/charts/rank-bar-chart.js +1 -0
- package/dist/features/dashboard/components/charts/time-series-chart.d.ts +12 -0
- package/dist/features/dashboard/components/charts/time-series-chart.js +1 -0
- package/dist/features/dashboard/components/charts-grid.d.ts +8 -0
- package/dist/features/dashboard/components/charts-grid.js +1 -0
- package/dist/features/dashboard/components/dashboard-charts.d.ts +4 -0
- package/dist/features/dashboard/components/dashboard-charts.js +1 -0
- package/dist/features/dashboard/components/dashboard-period-tabs.d.ts +1 -0
- package/dist/features/dashboard/components/dashboard-period-tabs.js +1 -0
- package/dist/features/dashboard/components/money-stat-card.d.ts +6 -0
- package/dist/features/dashboard/components/money-stat-card.js +1 -0
- package/dist/features/dashboard/components/stat-card.d.ts +6 -0
- package/dist/features/dashboard/components/stat-card.js +1 -0
- package/dist/features/dashboard/components/top-affiliates.d.ts +4 -0
- package/dist/features/dashboard/components/top-affiliates.js +1 -0
- package/dist/features/dashboard/list-params.d.ts +24 -0
- package/dist/features/dashboard/list-params.js +1 -0
- package/dist/features/dashboard/queries.d.ts +63 -0
- package/dist/features/dashboard/queries.js +1 -0
- package/dist/features/dashboard/series.d.ts +32 -0
- package/dist/features/dashboard/series.js +1 -0
- package/dist/features/deals/actions.d.ts +60 -0
- package/dist/features/deals/actions.js +1 -0
- package/dist/features/deals/components/affiliate-deals.d.ts +10 -0
- package/dist/features/deals/components/affiliate-deals.js +1 -0
- package/dist/features/deals/components/assign-deal-button.d.ts +9 -0
- package/dist/features/deals/components/assign-deal-button.js +1 -0
- package/dist/features/deals/components/deal-dialog.d.ts +19 -0
- package/dist/features/deals/components/deal-dialog.js +1 -0
- package/dist/features/deals/components/deal-row-actions.d.ts +6 -0
- package/dist/features/deals/components/deal-row-actions.js +1 -0
- package/dist/features/deals/components/deal-status-badge.d.ts +10 -0
- package/dist/features/deals/components/deal-status-badge.js +1 -0
- package/dist/features/deals/components/deal-status-tabs.d.ts +1 -0
- package/dist/features/deals/components/deal-status-tabs.js +1 -0
- package/dist/features/deals/components/delegate-deal-button.d.ts +8 -0
- package/dist/features/deals/components/delegate-deal-button.js +1 -0
- package/dist/features/deals/deal-assigned-email.d.ts +11 -0
- package/dist/features/deals/deal-assigned-email.js +1 -0
- package/dist/features/deals/deal-delegated-email.d.ts +13 -0
- package/dist/features/deals/deal-delegated-email.js +1 -0
- package/dist/features/deals/list-params.d.ts +14 -0
- package/dist/features/deals/list-params.js +1 -0
- package/dist/features/earnings/components/earnings-balances.d.ts +4 -0
- package/dist/features/earnings/components/earnings-balances.js +1 -0
- package/dist/features/earnings/components/earnings-ledger.d.ts +5 -0
- package/dist/features/earnings/components/earnings-ledger.js +1 -0
- package/dist/features/earnings/components/earnings-status-badge.d.ts +4 -0
- package/dist/features/earnings/components/earnings-status-badge.js +1 -0
- package/dist/features/earnings/components/earnings-status-tabs.d.ts +1 -0
- package/dist/features/earnings/components/earnings-status-tabs.js +1 -0
- package/dist/features/earnings/components/sub-affiliate-earnings.d.ts +4 -0
- package/dist/features/earnings/components/sub-affiliate-earnings.js +1 -0
- package/dist/features/earnings/list-params.d.ts +14 -0
- package/dist/features/earnings/list-params.js +1 -0
- package/dist/features/earnings/queries.d.ts +30 -0
- package/dist/features/earnings/queries.js +1 -0
- package/dist/features/groups/actions.d.ts +36 -0
- package/dist/features/groups/actions.js +1 -0
- package/dist/features/groups/components/delete-group-confirm.d.ts +5 -0
- package/dist/features/groups/components/delete-group-confirm.js +1 -0
- package/dist/features/groups/components/group-create-button.d.ts +1 -0
- package/dist/features/groups/components/group-create-button.js +1 -0
- package/dist/features/groups/components/group-dialog.d.ts +11 -0
- package/dist/features/groups/components/group-dialog.js +1 -0
- package/dist/features/groups/components/group-form-fields.d.ts +10 -0
- package/dist/features/groups/components/group-form-fields.js +1 -0
- package/dist/features/groups/components/group-status-tabs.d.ts +1 -0
- package/dist/features/groups/components/group-status-tabs.js +1 -0
- package/dist/features/groups/components/groups-table.d.ts +9 -0
- package/dist/features/groups/components/groups-table.js +1 -0
- package/dist/features/groups/list-params.d.ts +14 -0
- package/dist/features/groups/list-params.js +1 -0
- package/dist/features/managers/actions.d.ts +43 -0
- package/dist/features/managers/actions.js +1 -0
- package/dist/features/managers/components/manager-create-button.d.ts +1 -0
- package/dist/features/managers/components/manager-create-button.js +1 -0
- package/dist/features/managers/components/manager-dialog.d.ts +11 -0
- package/dist/features/managers/components/manager-dialog.js +1 -0
- package/dist/features/managers/components/manager-permissions-dialog.d.ts +7 -0
- package/dist/features/managers/components/manager-permissions-dialog.js +1 -0
- package/dist/features/managers/components/manager-profile-fields.d.ts +7 -0
- package/dist/features/managers/components/manager-profile-fields.js +1 -0
- package/dist/features/managers/components/manager-status-tabs.d.ts +1 -0
- package/dist/features/managers/components/manager-status-tabs.js +1 -0
- package/dist/features/managers/components/managers-table.d.ts +8 -0
- package/dist/features/managers/components/managers-table.js +1 -0
- package/dist/features/managers/invite.d.ts +6 -0
- package/dist/features/managers/invite.js +1 -0
- package/dist/features/managers/list-params.d.ts +14 -0
- package/dist/features/managers/list-params.js +1 -0
- package/dist/features/payouts/actions.d.ts +12 -0
- package/dist/features/payouts/actions.js +1 -0
- package/dist/features/payouts/balance.d.ts +2 -0
- package/dist/features/payouts/balance.js +1 -0
- package/dist/features/payouts/components/my-payouts-table.d.ts +5 -0
- package/dist/features/payouts/components/my-payouts-table.js +1 -0
- package/dist/features/payouts/components/payout-row-actions.d.ts +5 -0
- package/dist/features/payouts/components/payout-row-actions.js +1 -0
- package/dist/features/payouts/components/payout-status-badge.d.ts +4 -0
- package/dist/features/payouts/components/payout-status-badge.js +1 -0
- package/dist/features/payouts/components/payout-status-tabs.d.ts +1 -0
- package/dist/features/payouts/components/payout-status-tabs.js +1 -0
- package/dist/features/payouts/components/payouts-table.d.ts +6 -0
- package/dist/features/payouts/components/payouts-table.js +1 -0
- package/dist/features/payouts/components/request-payout-dialog.d.ts +4 -0
- package/dist/features/payouts/components/request-payout-dialog.js +1 -0
- package/dist/features/payouts/constants.d.ts +2 -0
- package/dist/features/payouts/constants.js +1 -0
- package/dist/features/payouts/list-params.d.ts +14 -0
- package/dist/features/payouts/list-params.js +1 -0
- package/dist/features/payouts/my-queries.d.ts +14 -0
- package/dist/features/payouts/my-queries.js +1 -0
- package/dist/features/payouts/queries.d.ts +14 -0
- package/dist/features/payouts/queries.js +1 -0
- package/dist/features/postbacks/actions.d.ts +27 -0
- package/dist/features/postbacks/actions.js +1 -0
- package/dist/features/postbacks/components/integration-dialog.d.ts +6 -0
- package/dist/features/postbacks/components/integration-dialog.js +1 -0
- package/dist/features/postbacks/components/postback-editor.d.ts +5 -0
- package/dist/features/postbacks/components/postback-editor.js +1 -0
- package/dist/features/postbacks/components/postbacks-table.d.ts +4 -0
- package/dist/features/postbacks/components/postbacks-table.js +1 -0
- package/dist/features/settings/actions.d.ts +2 -0
- package/dist/features/settings/actions.js +1 -0
- package/dist/features/settings/components/affiliate-approval-setting.d.ts +3 -0
- package/dist/features/settings/components/affiliate-approval-setting.js +1 -0
- package/dist/features/settings/components/manager-totp-setting.d.ts +3 -0
- package/dist/features/settings/components/manager-totp-setting.js +1 -0
- package/dist/features/support/actions.d.ts +12 -0
- package/dist/features/support/actions.js +1 -0
- package/dist/features/support/components/support-page.d.ts +4 -0
- package/dist/features/support/components/support-page.js +1 -0
- package/dist/features/support/email.d.ts +13 -0
- package/dist/features/support/email.js +1 -0
- package/dist/features/users/actions.d.ts +4 -0
- package/dist/features/users/actions.js +1 -0
- package/dist/features/users/components/password-section.d.ts +1 -0
- package/dist/features/users/components/password-section.js +1 -0
- package/dist/features/users/components/preferences-section.d.ts +4 -0
- package/dist/features/users/components/preferences-section.js +1 -0
- package/dist/features/users/components/settings-tabs.d.ts +1 -0
- package/dist/features/users/components/settings-tabs.js +1 -0
- package/dist/features/users/components/totp-section.d.ts +4 -0
- package/dist/features/users/components/totp-section.js +1 -0
- package/dist/features/users/list-params.d.ts +12 -0
- package/dist/features/users/list-params.js +1 -0
- package/dist/features/users/totp.d.ts +7 -0
- package/dist/features/users/totp.js +1 -0
- package/dist/i18n/config.d.ts +5 -0
- package/dist/i18n/config.js +1 -0
- package/dist/i18n/get-locale.d.ts +3 -0
- package/dist/i18n/get-locale.js +1 -0
- package/dist/i18n/locale.d.ts +2 -0
- package/dist/i18n/locale.js +1 -0
- package/dist/lib/actions/parse-form.d.ts +3 -0
- package/dist/lib/actions/parse-form.js +1 -0
- package/dist/lib/actions/state.d.ts +22 -0
- package/dist/lib/actions/state.js +0 -0
- package/dist/lib/audit/actions.d.ts +9 -0
- package/dist/lib/audit/actions.js +1 -0
- package/dist/lib/audit/record.d.ts +4 -0
- package/dist/lib/audit/record.js +1 -0
- package/dist/lib/auth/action.d.ts +45 -0
- package/dist/lib/auth/action.js +1 -0
- package/dist/lib/auth/config.d.ts +24 -0
- package/dist/lib/auth/config.js +1 -0
- package/dist/lib/auth/jwt.d.ts +17 -0
- package/dist/lib/auth/jwt.js +1 -0
- package/dist/lib/auth/password-options.d.ts +6 -0
- package/dist/lib/auth/password-options.js +1 -0
- package/dist/lib/auth/password.d.ts +3 -0
- package/dist/lib/auth/password.js +1 -0
- package/dist/lib/auth/session.d.ts +26 -0
- package/dist/lib/auth/session.js +1 -0
- package/dist/lib/auth/tokens.d.ts +43 -0
- package/dist/lib/auth/tokens.js +1 -0
- package/dist/lib/auth/totp-challenge.d.ts +4 -0
- package/dist/lib/auth/totp-challenge.js +1 -0
- package/dist/lib/auth/totp.d.ts +7 -0
- package/dist/lib/auth/totp.js +1 -0
- package/dist/lib/auth/verification-tokens.d.ts +19 -0
- package/dist/lib/auth/verification-tokens.js +1 -0
- package/dist/lib/cn.d.ts +2 -0
- package/dist/lib/cn.js +1 -0
- package/dist/lib/countries.d.ts +18 -0
- package/dist/lib/countries.js +1 -0
- package/dist/lib/currencies.d.ts +6 -0
- package/dist/lib/currencies.js +1 -0
- package/dist/lib/data/countries-by-continent.json +257 -0
- package/dist/lib/db/errors.d.ts +4 -0
- package/dist/lib/db/errors.js +1 -0
- package/dist/lib/email/client.d.ts +6 -0
- package/dist/lib/email/client.js +1 -0
- package/dist/lib/email/env.d.ts +12 -0
- package/dist/lib/email/env.js +1 -0
- package/dist/lib/email/format.d.ts +5 -0
- package/dist/lib/email/format.js +1 -0
- package/dist/lib/email/locale.d.ts +3 -0
- package/dist/lib/email/locale.js +1 -0
- package/dist/lib/email/send.d.ts +12 -0
- package/dist/lib/email/send.js +1 -0
- package/dist/lib/env.d.ts +20 -0
- package/dist/lib/env.js +1 -0
- package/dist/lib/errors/codes.d.ts +72 -0
- package/dist/lib/errors/codes.js +1 -0
- package/dist/lib/errors/server.d.ts +10 -0
- package/dist/lib/errors/server.js +1 -0
- package/dist/lib/format.d.ts +3 -0
- package/dist/lib/format.js +1 -0
- package/dist/lib/hooks/use-deferred-dialog.d.ts +11 -0
- package/dist/lib/hooks/use-deferred-dialog.js +1 -0
- package/dist/lib/hooks/use-form-reset.d.ts +2 -0
- package/dist/lib/hooks/use-form-reset.js +1 -0
- package/dist/lib/hooks/use-form-toast.d.ts +2 -0
- package/dist/lib/hooks/use-form-toast.js +1 -0
- package/dist/lib/i18n/format-datetime.d.ts +1 -0
- package/dist/lib/i18n/format-datetime.js +1 -0
- package/dist/lib/i18n/relative-time.d.ts +1 -0
- package/dist/lib/i18n/relative-time.js +1 -0
- package/dist/lib/list-params.d.ts +51 -0
- package/dist/lib/list-params.js +1 -0
- package/dist/lib/money.d.ts +2 -0
- package/dist/lib/money.js +1 -0
- package/dist/lib/platform-settings.d.ts +5 -0
- package/dist/lib/platform-settings.js +1 -0
- package/dist/lib/preferences/actions.d.ts +1 -0
- package/dist/lib/preferences/actions.js +1 -0
- package/dist/lib/preferences/index.d.ts +15 -0
- package/dist/lib/preferences/index.js +1 -0
- package/dist/lib/preferences/read.d.ts +2 -0
- package/dist/lib/preferences/read.js +1 -0
- package/dist/lib/slug.d.ts +1 -0
- package/dist/lib/slug.js +1 -0
- package/dist/lib/toast.d.ts +13 -0
- package/dist/lib/toast.js +1 -0
- package/dist/lib/tracking-cache.d.ts +2 -0
- package/dist/lib/tracking-cache.js +1 -0
- package/dist/lib/users.d.ts +12 -0
- package/dist/lib/users.js +1 -0
- package/dist/lib/validation/zod.d.ts +30 -0
- package/dist/lib/validation/zod.js +1 -0
- package/dist/messages/de/emails.json +136 -0
- package/dist/messages/de/index.json +1104 -0
- package/dist/messages/en/emails.json +136 -0
- package/dist/messages/en/index.json +1104 -0
- package/dist/theme/config.d.ts +8 -0
- package/dist/theme/config.js +1 -0
- package/dist/theme/get-theme.d.ts +3 -0
- package/dist/theme/get-theme.js +1 -0
- package/dist/theme/theme.d.ts +2 -0
- package/dist/theme/theme.js +1 -0
- package/package.json +131 -0
|
@@ -0,0 +1,1104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Home": {
|
|
3
|
+
"heading": "To get started, edit the page.tsx file.",
|
|
4
|
+
"intro": "Looking for a starting point or more instructions? Head over to <templates>Templates</templates> or the <learning>Learning center</learning>.",
|
|
5
|
+
"templates": "Templates",
|
|
6
|
+
"learning": "Learning center",
|
|
7
|
+
"deployNow": "Deploy Now",
|
|
8
|
+
"documentation": "Documentation",
|
|
9
|
+
"playgroundLabel": "i18n + theme playground",
|
|
10
|
+
"signedInAs": "User: {who}"
|
|
11
|
+
},
|
|
12
|
+
"Dashboard": {
|
|
13
|
+
"title": "Dashboard",
|
|
14
|
+
"periodDays": "{days} days",
|
|
15
|
+
"noAccess": "You don't have access to any dashboard sections.",
|
|
16
|
+
"noData": "No data",
|
|
17
|
+
"viewAll": "View all",
|
|
18
|
+
"overviewTitle": "Overview",
|
|
19
|
+
"chartPerformanceTitle": "Performance over time",
|
|
20
|
+
"chartFunnelTitle": "Conversion funnel",
|
|
21
|
+
"chartEarningsTitle": "Earnings over time",
|
|
22
|
+
"chartRevenueTitle": "Revenue over time",
|
|
23
|
+
"chartTopCampaignsTitle": "Top campaigns",
|
|
24
|
+
"funnelRateOf": "of {label}",
|
|
25
|
+
"kpiClicks": "Clicks",
|
|
26
|
+
"kpiConversions": "Conversions",
|
|
27
|
+
"kpiFtd": "First-time deposits",
|
|
28
|
+
"kpiRegistrations": "Registrations",
|
|
29
|
+
"kpiEarnings": "Booked earnings",
|
|
30
|
+
"kpiNgr": "NGR",
|
|
31
|
+
"payoutsTitle": "Payouts",
|
|
32
|
+
"payoutsOpenCount": "Open requests",
|
|
33
|
+
"payoutsOpenAmount": "Open amount",
|
|
34
|
+
"payoutsPaid": "Paid out (period)",
|
|
35
|
+
"affiliatesTitle": "Affiliates",
|
|
36
|
+
"affiliatesNew": "New sign-ups",
|
|
37
|
+
"affiliatesActive": "Active",
|
|
38
|
+
"affiliatesPending": "Awaiting approval",
|
|
39
|
+
"affiliatesBlocked": "Blocked",
|
|
40
|
+
"topAffiliatesTitle": "Top affiliates",
|
|
41
|
+
"topAffiliateColumnName": "Affiliate",
|
|
42
|
+
"topAffiliateColumnFtds": "FTDs",
|
|
43
|
+
"topAffiliatesEmpty": "No first-time deposits in this period.",
|
|
44
|
+
"affiliateSubEarningsTitle": "Sub-affiliate earnings"
|
|
45
|
+
},
|
|
46
|
+
"Nav": {
|
|
47
|
+
"dashboard": "Dashboard",
|
|
48
|
+
"managers": "Managers",
|
|
49
|
+
"administration": "Administration",
|
|
50
|
+
"affiliates": "Affiliates",
|
|
51
|
+
"groups": "Groups",
|
|
52
|
+
"casinos": "Casinos",
|
|
53
|
+
"commissions": "Commissions",
|
|
54
|
+
"deals": "Deals",
|
|
55
|
+
"payments": "Payments",
|
|
56
|
+
"promos": "Promos",
|
|
57
|
+
"campaigns": "Campaigns",
|
|
58
|
+
"earnings": "Earnings",
|
|
59
|
+
"payouts": "Payouts",
|
|
60
|
+
"postbacks": "Postbacks",
|
|
61
|
+
"statistics": "Statistics",
|
|
62
|
+
"reports": "Reports",
|
|
63
|
+
"finance": "Finance",
|
|
64
|
+
"settings": "Settings",
|
|
65
|
+
"support": "Support",
|
|
66
|
+
"openMenu": "Open menu",
|
|
67
|
+
"toggleSidebar": "Toggle sidebar",
|
|
68
|
+
"groupAccess": "Access"
|
|
69
|
+
},
|
|
70
|
+
"DateRangePicker": {
|
|
71
|
+
"placeholder": "Select dates",
|
|
72
|
+
"startOnly": "From {date}",
|
|
73
|
+
"previousMonth": "Previous month",
|
|
74
|
+
"nextMonth": "Next month",
|
|
75
|
+
"monthLabel": "Month",
|
|
76
|
+
"yearLabel": "Year",
|
|
77
|
+
"clear": "Clear",
|
|
78
|
+
"done": "Done"
|
|
79
|
+
},
|
|
80
|
+
"Common": {
|
|
81
|
+
"email": "Email",
|
|
82
|
+
"password": "Password",
|
|
83
|
+
"showPassword": "Show password",
|
|
84
|
+
"hidePassword": "Hide password",
|
|
85
|
+
"name": "Name",
|
|
86
|
+
"firstName": "First name",
|
|
87
|
+
"lastName": "Last name",
|
|
88
|
+
"nameOptional": "Name (optional)",
|
|
89
|
+
"create": "Create",
|
|
90
|
+
"creating": "Creating…",
|
|
91
|
+
"cancel": "Cancel",
|
|
92
|
+
"close": "Close",
|
|
93
|
+
"yes": "Yes",
|
|
94
|
+
"no": "No",
|
|
95
|
+
"confirmDelete": "Yes, delete",
|
|
96
|
+
"search": "Search",
|
|
97
|
+
"previous": "Previous",
|
|
98
|
+
"next": "Next",
|
|
99
|
+
"firstPage": "Go to first page",
|
|
100
|
+
"lastPage": "Go to last page",
|
|
101
|
+
"pagination": "Pagination",
|
|
102
|
+
"paginationOf": "of",
|
|
103
|
+
"pageN": "Page {page}",
|
|
104
|
+
"pageSize": "Per page",
|
|
105
|
+
"back": "Back",
|
|
106
|
+
"loading": "Loading…",
|
|
107
|
+
"send": "Send",
|
|
108
|
+
"Continents": {
|
|
109
|
+
"europe": "Europe",
|
|
110
|
+
"americas": "Americas",
|
|
111
|
+
"asia": "Asia",
|
|
112
|
+
"africa": "Africa",
|
|
113
|
+
"oceania": "Oceania",
|
|
114
|
+
"antarctica": "Antarctica"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"Managers": {
|
|
118
|
+
"title": "Managers",
|
|
119
|
+
"createTitle": "New manager",
|
|
120
|
+
"editTitle": "Edit manager",
|
|
121
|
+
"empty": "No managers yet.",
|
|
122
|
+
"searchPlaceholder": "Search by email or name",
|
|
123
|
+
"columnEmail": "Email",
|
|
124
|
+
"columnName": "Name",
|
|
125
|
+
"columnGroup": "Group",
|
|
126
|
+
"columnDirectPermissions": "Direct permissions",
|
|
127
|
+
"noGroupAssigned": "No group",
|
|
128
|
+
"columnCreated": "Created",
|
|
129
|
+
"columnStatus": "Status",
|
|
130
|
+
"columnActions": "Actions",
|
|
131
|
+
"rowActions": "Open actions menu",
|
|
132
|
+
"statusActive": "Active",
|
|
133
|
+
"statusDeactivated": "Deactivated",
|
|
134
|
+
"statusPending": "Pending invite",
|
|
135
|
+
"Tabs": {
|
|
136
|
+
"all": "All",
|
|
137
|
+
"pending": "Pending",
|
|
138
|
+
"deactivated": "Deactivated"
|
|
139
|
+
},
|
|
140
|
+
"activate": "Activate",
|
|
141
|
+
"deactivate": "Deactivate",
|
|
142
|
+
"edit": "Edit",
|
|
143
|
+
"resendInvite": "Resend invitation",
|
|
144
|
+
"save": "Save",
|
|
145
|
+
"saving": "Saving…",
|
|
146
|
+
"groupsLabel": "Group",
|
|
147
|
+
"groupsHelp": "Optional. Assign a group now or later.",
|
|
148
|
+
"noGroup": "No group (assign later)",
|
|
149
|
+
"noGroupsAvailable": "Create a group first before inviting managers.",
|
|
150
|
+
"permissionsLabel": "Direct permissions",
|
|
151
|
+
"permissionsHelp": "Permissions granted directly, in addition to group permissions.",
|
|
152
|
+
"editPermissions": "Permissions",
|
|
153
|
+
"permissionsDialogTitle": "Permissions for {name}",
|
|
154
|
+
"permissionsDialogDesc": "Direct permissions, in addition to group permissions.",
|
|
155
|
+
"editDialogTitle": "Edit manager",
|
|
156
|
+
"editDialogDesc": "Change profile data and group assignment for this manager.",
|
|
157
|
+
"createDialogTitle": "New manager",
|
|
158
|
+
"createDialogDesc": "The new manager receives an email to set their password."
|
|
159
|
+
},
|
|
160
|
+
"Affiliates": {
|
|
161
|
+
"title": "Affiliates",
|
|
162
|
+
"createTitle": "New affiliate",
|
|
163
|
+
"editTitle": "Edit affiliate",
|
|
164
|
+
"empty": "No affiliates yet.",
|
|
165
|
+
"searchPlaceholder": "Search by email or name",
|
|
166
|
+
"columnEmail": "Email",
|
|
167
|
+
"columnName": "Name",
|
|
168
|
+
"columnCreated": "Created",
|
|
169
|
+
"columnStatus": "Status",
|
|
170
|
+
"columnActions": "Actions",
|
|
171
|
+
"rowActions": "Open actions menu",
|
|
172
|
+
"statusActive": "Active",
|
|
173
|
+
"statusDeactivated": "Deactivated",
|
|
174
|
+
"statusPending": "Pending invite",
|
|
175
|
+
"statusPendingApproval": "Pending approval",
|
|
176
|
+
"statusEmailNotVerified": "Email not verified",
|
|
177
|
+
"statusRejected": "Rejected",
|
|
178
|
+
"Tabs": {
|
|
179
|
+
"all": "All",
|
|
180
|
+
"pending": "Pending",
|
|
181
|
+
"approved": "Approved",
|
|
182
|
+
"deactivated": "Deactivated",
|
|
183
|
+
"rejected": "Rejected"
|
|
184
|
+
},
|
|
185
|
+
"activate": "Activate",
|
|
186
|
+
"deactivate": "Deactivate",
|
|
187
|
+
"approve": "Approve",
|
|
188
|
+
"reject": "Reject",
|
|
189
|
+
"rejecting": "Rejecting…",
|
|
190
|
+
"rejectTitle": "Reject affiliate",
|
|
191
|
+
"rejectDescription": "Rejecting blocks the affiliate from signing in. You can move them back to pending later.",
|
|
192
|
+
"rejectConfirm": "Reject this affiliate?",
|
|
193
|
+
"confirmReject": "Reject",
|
|
194
|
+
"unreject": "Move back to pending",
|
|
195
|
+
"edit": "Edit",
|
|
196
|
+
"resendInvite": "Resend invitation",
|
|
197
|
+
"resendVerification": "Resend verification email",
|
|
198
|
+
"save": "Save",
|
|
199
|
+
"saving": "Saving…",
|
|
200
|
+
"editDialogTitle": "Edit affiliate",
|
|
201
|
+
"editDialogDesc": "Change profile data for this affiliate.",
|
|
202
|
+
"createDialogTitle": "New affiliate",
|
|
203
|
+
"createDialogDesc": "The new affiliate receives an email to set their password.",
|
|
204
|
+
"DetailTabs": {
|
|
205
|
+
"subAffiliates": "Sub-affiliates",
|
|
206
|
+
"campaigns": "Campaigns",
|
|
207
|
+
"deals": "Deals",
|
|
208
|
+
"performance": "Performance",
|
|
209
|
+
"activity": "Activity"
|
|
210
|
+
},
|
|
211
|
+
"manage": "Manage",
|
|
212
|
+
"assignParent": "Subordinate to affiliate",
|
|
213
|
+
"assignParentTitle": "Subordinate to affiliate",
|
|
214
|
+
"assignParentDesc": "Make this affiliate a sub-affiliate of a top-level affiliate.",
|
|
215
|
+
"assignParentWarning": "Note: this affiliate's existing deals and campaigns will be deleted.",
|
|
216
|
+
"assignParentConfirm": "Subordinate",
|
|
217
|
+
"assigning": "Assigning …",
|
|
218
|
+
"parentLabel": "Parent affiliate",
|
|
219
|
+
"parentPlaceholder": "Select affiliate",
|
|
220
|
+
"parentSearchPlaceholder": "Search affiliate…",
|
|
221
|
+
"parentNoResults": "No affiliates found",
|
|
222
|
+
"detach": "Detach",
|
|
223
|
+
"detachConfirm": "Detach affiliate?",
|
|
224
|
+
"detachDescription": "The affiliate becomes standalone. Their deals and campaigns will be deleted. This cannot be undone.",
|
|
225
|
+
"detaching": "Detaching …",
|
|
226
|
+
"confirmDetach": "Detach",
|
|
227
|
+
"myAffiliatesTitle": "My sub-affiliates",
|
|
228
|
+
"inviteSubTitle": "Invite sub-affiliate",
|
|
229
|
+
"inviteSubDialogTitle": "Invite sub-affiliate",
|
|
230
|
+
"inviteSubDialogDesc": "Invite someone as a sub-affiliate under you. They will receive an email and then need to be approved by a manager.",
|
|
231
|
+
"invite": "Invite",
|
|
232
|
+
"inviting": "Inviting …",
|
|
233
|
+
"columnInvitedBy": "Invited by",
|
|
234
|
+
"subAffiliateOfPrefix": "Sub-affiliate of"
|
|
235
|
+
},
|
|
236
|
+
"Groups": {
|
|
237
|
+
"title": "Groups",
|
|
238
|
+
"createTitle": "New group",
|
|
239
|
+
"editTitle": "Edit group",
|
|
240
|
+
"empty": "No groups yet.",
|
|
241
|
+
"Tabs": {
|
|
242
|
+
"all": "All"
|
|
243
|
+
},
|
|
244
|
+
"searchPlaceholder": "Search by name or description",
|
|
245
|
+
"columnName": "Name",
|
|
246
|
+
"columnDescription": "Description",
|
|
247
|
+
"columnMembers": "Members",
|
|
248
|
+
"columnCreated": "Created",
|
|
249
|
+
"columnActions": "Actions",
|
|
250
|
+
"rowActions": "Open actions menu",
|
|
251
|
+
"edit": "Edit",
|
|
252
|
+
"delete": "Delete",
|
|
253
|
+
"deleting": "Deleting…",
|
|
254
|
+
"deleteTitle": "Delete group",
|
|
255
|
+
"deleteDescription": "This permanently removes the group. It only works when the group has no members left.",
|
|
256
|
+
"deleteConfirm": "Delete this group?",
|
|
257
|
+
"save": "Save",
|
|
258
|
+
"saving": "Saving…",
|
|
259
|
+
"nameLabel": "Name",
|
|
260
|
+
"descriptionLabel": "Description (optional)",
|
|
261
|
+
"permissionsLabel": "Permissions",
|
|
262
|
+
"wildcardLabel": "Grant all (wildcard *)",
|
|
263
|
+
"wildcardWarning": "Wildcard grants every current and future permission.",
|
|
264
|
+
"createDialogTitle": "New group",
|
|
265
|
+
"createDialogDesc": "Define the group name and the permissions every member will inherit.",
|
|
266
|
+
"editDialogTitle": "Edit group",
|
|
267
|
+
"editDialogDesc": "Adjust the group's name, description, or inherited permissions."
|
|
268
|
+
},
|
|
269
|
+
"Casinos": {
|
|
270
|
+
"title": "Casinos",
|
|
271
|
+
"createTitle": "New casino",
|
|
272
|
+
"editTitle": "Edit casino",
|
|
273
|
+
"empty": "No casinos yet.",
|
|
274
|
+
"searchPlaceholder": "Search by name",
|
|
275
|
+
"columnName": "Name",
|
|
276
|
+
"columnStatus": "Status",
|
|
277
|
+
"columnCreated": "Created",
|
|
278
|
+
"columnActions": "Actions",
|
|
279
|
+
"rowActions": "Open actions menu",
|
|
280
|
+
"statusActive": "Active",
|
|
281
|
+
"statusDeactivated": "Deactivated",
|
|
282
|
+
"Tabs": {
|
|
283
|
+
"all": "All",
|
|
284
|
+
"active": "Active",
|
|
285
|
+
"inactive": "Deactivated"
|
|
286
|
+
},
|
|
287
|
+
"activate": "Activate",
|
|
288
|
+
"deactivate": "Deactivate",
|
|
289
|
+
"edit": "Edit",
|
|
290
|
+
"delete": "Delete",
|
|
291
|
+
"deleting": "Deleting…",
|
|
292
|
+
"deleteTitle": "Delete casino",
|
|
293
|
+
"deleteDescription": "This permanently removes the casino. References from other records (e.g. commissions) will be lost.",
|
|
294
|
+
"deleteConfirm": "Delete this casino?",
|
|
295
|
+
"save": "Save",
|
|
296
|
+
"saving": "Saving…",
|
|
297
|
+
"nameLabel": "Name",
|
|
298
|
+
"createDialogTitle": "New casino",
|
|
299
|
+
"createDialogDesc": "Create a casino that managers can attach commissions to later.",
|
|
300
|
+
"editDialogTitle": "Edit casino",
|
|
301
|
+
"editDialogDesc": "Update the casino's name."
|
|
302
|
+
},
|
|
303
|
+
"Campaigns": {
|
|
304
|
+
"Detail": {
|
|
305
|
+
"backToList": "Back to campaigns",
|
|
306
|
+
"trackingLinkTitle": "Tracking link",
|
|
307
|
+
"trackingLinkDesc": "Share this link. Clicks are attributed to your campaign.",
|
|
308
|
+
"copy": "Copy",
|
|
309
|
+
"copied": "Copied",
|
|
310
|
+
"subIdsTitle": "Sub-IDs (optional)",
|
|
311
|
+
"subIdsDesc": "Add your own labels to segment traffic (e.g. channel, creative).",
|
|
312
|
+
"subIdsAdd": "Add sub-ID",
|
|
313
|
+
"subIdsRemove": "Remove sub-ID"
|
|
314
|
+
},
|
|
315
|
+
"title": "My campaigns",
|
|
316
|
+
"createButton": "New campaign",
|
|
317
|
+
"emptyState": "No campaigns yet.",
|
|
318
|
+
"columnName": "Name",
|
|
319
|
+
"columnStatus": "Status",
|
|
320
|
+
"columnCasino": "Casino",
|
|
321
|
+
"columnCommission": "Commission",
|
|
322
|
+
"columnDeal": "Deal",
|
|
323
|
+
"dealOpenEnded": "open-ended",
|
|
324
|
+
"columnCreated": "Created",
|
|
325
|
+
"columnTrackingLink": "Link",
|
|
326
|
+
"columnActions": "Actions",
|
|
327
|
+
"rowActions": "Campaign actions",
|
|
328
|
+
"statusActive": "Active",
|
|
329
|
+
"statusDeactivated": "Deactivated",
|
|
330
|
+
"statusCommissionInactive": "Commission off",
|
|
331
|
+
"statusDealInactive": "Deal off",
|
|
332
|
+
"deactivate": "Deactivate",
|
|
333
|
+
"reactivate": "Reactivate",
|
|
334
|
+
"createDialogTitle": "New campaign",
|
|
335
|
+
"createDialogDesc": "Pick a casino you have a deal for and the commission you want to run with.",
|
|
336
|
+
"nameLabel": "Name",
|
|
337
|
+
"namePlaceholder": "Campaign name",
|
|
338
|
+
"descriptionLabel": "Description",
|
|
339
|
+
"descriptionPlaceholder": "Optional notes about this campaign",
|
|
340
|
+
"casinoLabel": "Casino",
|
|
341
|
+
"casinoPlaceholder": "Pick a casino",
|
|
342
|
+
"commissionLabel": "Commission",
|
|
343
|
+
"commissionPlaceholder": "Pick a commission",
|
|
344
|
+
"noCasinos": "You don't have any active deals yet.",
|
|
345
|
+
"noCommissions": "No commissions available for this casino.",
|
|
346
|
+
"selectCasinoFirst": "Pick a casino first",
|
|
347
|
+
"untitledCommission": "(no title)",
|
|
348
|
+
"creating": "Creating…",
|
|
349
|
+
"create": "Create",
|
|
350
|
+
"Tabs": {
|
|
351
|
+
"all": "All",
|
|
352
|
+
"active": "Active",
|
|
353
|
+
"deactivated": "Deactivated"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"Earnings": {
|
|
357
|
+
"title": "Earnings",
|
|
358
|
+
"requestPayout": "Request payout",
|
|
359
|
+
"payoutComingSoon": "Payouts are coming soon.",
|
|
360
|
+
"Tabs": {
|
|
361
|
+
"all": "All",
|
|
362
|
+
"available": "Available",
|
|
363
|
+
"pending": "Pending",
|
|
364
|
+
"reversed": "Reversed"
|
|
365
|
+
},
|
|
366
|
+
"available": "Available",
|
|
367
|
+
"pending": "Pending",
|
|
368
|
+
"inPayout": "In payout",
|
|
369
|
+
"paidOut": "Paid out",
|
|
370
|
+
"payoutsTitle": "Payouts",
|
|
371
|
+
"subEarningsTitle": "Sub-affiliate earnings",
|
|
372
|
+
"subEarningsColumnSub": "Sub-affiliate",
|
|
373
|
+
"subEarningsColumnEarned": "Earned",
|
|
374
|
+
"noBalances": "No earnings yet.",
|
|
375
|
+
"emptyState": "No earnings recorded yet.",
|
|
376
|
+
"subShare": "Sub-affiliate share",
|
|
377
|
+
"columnDate": "Date",
|
|
378
|
+
"columnCasino": "Casino",
|
|
379
|
+
"columnEvent": "Event",
|
|
380
|
+
"columnAmount": "Amount",
|
|
381
|
+
"columnStatus": "Status",
|
|
382
|
+
"Status": {
|
|
383
|
+
"pending": "Pending",
|
|
384
|
+
"confirmed": "Available",
|
|
385
|
+
"reversed": "Reversed"
|
|
386
|
+
},
|
|
387
|
+
"event": {
|
|
388
|
+
"registration": "Registration",
|
|
389
|
+
"ftd": "First deposit",
|
|
390
|
+
"deposit": "Deposit",
|
|
391
|
+
"ngr": "NGR",
|
|
392
|
+
"chargeback": "Chargeback"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
"Payouts": {
|
|
396
|
+
"title": "Payouts",
|
|
397
|
+
"requestPayout": "Request payout",
|
|
398
|
+
"requesting": "Requesting…",
|
|
399
|
+
"noEligibleBalance": "You have no available balance to pay out.",
|
|
400
|
+
"historyTitle": "History",
|
|
401
|
+
"requestDialogTitle": "Request payout",
|
|
402
|
+
"requestDialogDesc": "Choose a balance, an amount, and your preferred payout currency.",
|
|
403
|
+
"currencyLabel": "Balance",
|
|
404
|
+
"currencyHelp": "The confirmed balance to request.",
|
|
405
|
+
"amountLabel": "Amount",
|
|
406
|
+
"availableHint": "Available: {amount}",
|
|
407
|
+
"desiredCurrencyLabel": "Payout currency",
|
|
408
|
+
"desiredCurrencyHelp": "The provider converts to this currency at payout.",
|
|
409
|
+
"columnAffiliate": "Affiliate",
|
|
410
|
+
"columnAmount": "Amount",
|
|
411
|
+
"columnRequestedAt": "Requested",
|
|
412
|
+
"columnReviewedAt": "Reviewed",
|
|
413
|
+
"columnStatus": "Status",
|
|
414
|
+
"rowActions": "Actions",
|
|
415
|
+
"approve": "Approve",
|
|
416
|
+
"reject": "Reject",
|
|
417
|
+
"markPaid": "Mark as paid",
|
|
418
|
+
"rejecting": "Rejecting…",
|
|
419
|
+
"rejectDialogTitle": "Reject payout request",
|
|
420
|
+
"rejectDialogDesc": "The requested amount is released back to the affiliate. A reason is required and recorded.",
|
|
421
|
+
"rejectReasonLabel": "Reason",
|
|
422
|
+
"rejectReasonPlaceholder": "Why is this payout rejected?",
|
|
423
|
+
"emptyState": "No payout requests.",
|
|
424
|
+
"emptyMyPayouts": "No payouts yet.",
|
|
425
|
+
"Tabs": {
|
|
426
|
+
"all": "All",
|
|
427
|
+
"requested": "Requested",
|
|
428
|
+
"approved": "Approved",
|
|
429
|
+
"rejected": "Rejected",
|
|
430
|
+
"paid": "Paid"
|
|
431
|
+
},
|
|
432
|
+
"Status": {
|
|
433
|
+
"requested": "Requested",
|
|
434
|
+
"approved": "Approved",
|
|
435
|
+
"rejected": "Rejected",
|
|
436
|
+
"paid": "Paid"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
"Deals": {
|
|
440
|
+
"myDealsTitle": "My deals",
|
|
441
|
+
"emptyState": "No deals assigned yet.",
|
|
442
|
+
"Tabs": {
|
|
443
|
+
"all": "All",
|
|
444
|
+
"active": "Active",
|
|
445
|
+
"deactivated": "Deactivated"
|
|
446
|
+
},
|
|
447
|
+
"assign": "Assign deal",
|
|
448
|
+
"assigning": "Assigning…",
|
|
449
|
+
"delegate": "Delegate",
|
|
450
|
+
"delegating": "Delegating…",
|
|
451
|
+
"delegateDialogTitle": "Delegate to sub-affiliate",
|
|
452
|
+
"delegateDialogDesc": "Pass this commission on to one of your sub-affiliates.",
|
|
453
|
+
"subAffiliateLabel": "Sub-affiliate",
|
|
454
|
+
"subAffiliatePlaceholder": "Select sub-affiliate",
|
|
455
|
+
"subAffiliateSearchPlaceholder": "Search sub-affiliate…",
|
|
456
|
+
"noSubAffiliates": "No sub-affiliates yet",
|
|
457
|
+
"shareLabel": "Share (0-100%)",
|
|
458
|
+
"delegateResult": "Sub-affiliate receives {actual}% (max {max}%)",
|
|
459
|
+
"assignDialogTitle": "Assign new deal",
|
|
460
|
+
"assignDialogDesc": "Select a published commission and the validity period.",
|
|
461
|
+
"edit": "Edit",
|
|
462
|
+
"editDialogTitle": "Edit deal",
|
|
463
|
+
"editDialogDesc": "Adjust the validity period for this deal.",
|
|
464
|
+
"editNotFound": "This deal no longer exists.",
|
|
465
|
+
"save": "Save",
|
|
466
|
+
"saving": "Saving…",
|
|
467
|
+
"commissionLabel": "Commission",
|
|
468
|
+
"commissionPlaceholder": "Pick a commission",
|
|
469
|
+
"noPublishedCommissions": "No published commissions available.",
|
|
470
|
+
"untitledCommission": "(no title)",
|
|
471
|
+
"dateRangeLabel": "Validity period",
|
|
472
|
+
"startsAtLabel": "Starts at",
|
|
473
|
+
"endsAtLabel": "Ends at",
|
|
474
|
+
"endsAtHint": "Leave end date empty for an open-ended deal.",
|
|
475
|
+
"openEnded": "Open-ended",
|
|
476
|
+
"columnCommission": "Commission",
|
|
477
|
+
"columnStatus": "Status",
|
|
478
|
+
"columnStartsAt": "Starts at",
|
|
479
|
+
"columnEndsAt": "Ends at",
|
|
480
|
+
"rowActions": "Deal actions",
|
|
481
|
+
"deactivate": "Deactivate",
|
|
482
|
+
"reactivate": "Reactivate",
|
|
483
|
+
"Status": {
|
|
484
|
+
"active": "Active",
|
|
485
|
+
"deactivated": "Deactivated",
|
|
486
|
+
"commissionInactive": "Commission off"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
"Postbacks": {
|
|
490
|
+
"title": "Postbacks",
|
|
491
|
+
"subtitle": "Configure the postback integration each casino sends events to.",
|
|
492
|
+
"listEmpty": "No casinos yet.",
|
|
493
|
+
"notConfigured": "Not configured",
|
|
494
|
+
"columnName": "Casino",
|
|
495
|
+
"columnStatus": "Status",
|
|
496
|
+
"columnLanding": "Landing URL",
|
|
497
|
+
"statusActive": "Active",
|
|
498
|
+
"statusDeactivated": "Deactivated",
|
|
499
|
+
"backToList": "Back to list",
|
|
500
|
+
"generalTitle": "Postback configuration",
|
|
501
|
+
"generalDesc": "These values define how this casino reports conversions to us.",
|
|
502
|
+
"landingUrlLabel": "Landing URL",
|
|
503
|
+
"trackingParamLabel": "Tracking parameter name",
|
|
504
|
+
"save": "Save",
|
|
505
|
+
"saving": "Saving…",
|
|
506
|
+
"integrationTitle": "Integration details",
|
|
507
|
+
"integrationDesc": "Hand these to the casino to wire up their postbacks.",
|
|
508
|
+
"postbackUrlLabel": "Postback URL",
|
|
509
|
+
"secretLabel": "HMAC secret",
|
|
510
|
+
"reveal": "Reveal secret",
|
|
511
|
+
"hide": "Hide secret",
|
|
512
|
+
"copy": "Copy",
|
|
513
|
+
"copied": "Copied",
|
|
514
|
+
"regenerate": "Regenerate",
|
|
515
|
+
"regenerating": "Regenerating…"
|
|
516
|
+
},
|
|
517
|
+
"Commissions": {
|
|
518
|
+
"title": "Commissions",
|
|
519
|
+
"createTitle": "New commission",
|
|
520
|
+
"creating": "Creating…",
|
|
521
|
+
"empty": "No commissions yet.",
|
|
522
|
+
"searchPlaceholder": "Search by title",
|
|
523
|
+
"columnTitle": "Title",
|
|
524
|
+
"columnStatus": "Status",
|
|
525
|
+
"columnStrategy": "Strategy",
|
|
526
|
+
"columnCasino": "Casino",
|
|
527
|
+
"columnCreated": "Created",
|
|
528
|
+
"columnActions": "Actions",
|
|
529
|
+
"rowActions": "Open actions menu",
|
|
530
|
+
"statusDraft": "Draft",
|
|
531
|
+
"statusPublished": "Published",
|
|
532
|
+
"statusDeactivated": "Deactivated",
|
|
533
|
+
"Tabs": {
|
|
534
|
+
"all": "All",
|
|
535
|
+
"draft": "Drafts",
|
|
536
|
+
"published": "Published",
|
|
537
|
+
"deactivated": "Deactivated"
|
|
538
|
+
},
|
|
539
|
+
"Strategy": {
|
|
540
|
+
"rev_share": "RevShare",
|
|
541
|
+
"cpa": "CPA",
|
|
542
|
+
"hybrid": "Hybrid",
|
|
543
|
+
"custom": "Custom"
|
|
544
|
+
},
|
|
545
|
+
"edit": "Edit",
|
|
546
|
+
"duplicate": "Duplicate",
|
|
547
|
+
"delete": "Delete",
|
|
548
|
+
"deleting": "Deleting…",
|
|
549
|
+
"deleteTitle": "Delete commission",
|
|
550
|
+
"deleteDescription": "This permanently removes the commission. References from assigned affiliates / reports will be lost.",
|
|
551
|
+
"deleteConfirm": "Delete this commission?",
|
|
552
|
+
"duplicateDialogTitle": "Duplicate commission",
|
|
553
|
+
"duplicateDialogDesc": "Create a new draft based on this commission. You must provide a new title.",
|
|
554
|
+
"duplicateTitleLabel": "New title",
|
|
555
|
+
"duplicateButton": "Duplicate",
|
|
556
|
+
"duplicating": "Duplicating…",
|
|
557
|
+
"untitledPlaceholder": "Untitled commission",
|
|
558
|
+
"Detail": {
|
|
559
|
+
"title": "Commission details",
|
|
560
|
+
"description": "Read-only view of the commission terms.",
|
|
561
|
+
"notFound": "This commission is no longer available.",
|
|
562
|
+
"yourShareLabel": "Your share"
|
|
563
|
+
},
|
|
564
|
+
"EditorGeneral": {
|
|
565
|
+
"title": "General",
|
|
566
|
+
"description": "Identifying fields surfaced in the manager pick-flow.",
|
|
567
|
+
"titleLabel": "Title",
|
|
568
|
+
"titlePlaceholder": "Title (can be set later)",
|
|
569
|
+
"tagsLabel": "Tags",
|
|
570
|
+
"tagsHelp": "Press Enter to add, or separate with commas.",
|
|
571
|
+
"tagsPlaceholder": "e.g. premium, q4, high-vol",
|
|
572
|
+
"strategyLabel": "Strategy"
|
|
573
|
+
},
|
|
574
|
+
"EditorBrand": {
|
|
575
|
+
"title": "Brand",
|
|
576
|
+
"description": "Casino bindings and live switch.",
|
|
577
|
+
"casinosLabel": "Casinos",
|
|
578
|
+
"casinosHelp": "Pick the casinos this commission applies to.",
|
|
579
|
+
"noActiveCasinos": "No active casinos available.",
|
|
580
|
+
"allowSubAffiliatesLabel": "Allow sub-affiliates",
|
|
581
|
+
"allowSubAffiliatesHelp": "When off, only top-level affiliates qualify.",
|
|
582
|
+
"subAffiliateMaxPercentLabel": "Max share for sub-affiliates",
|
|
583
|
+
"subAffiliateMaxPercentHelp": "How much of their commission an affiliate can pass on to sub-affiliates. They can distribute this share freely below the limit."
|
|
584
|
+
},
|
|
585
|
+
"EditorPayout": {
|
|
586
|
+
"title": "Payout",
|
|
587
|
+
"description": "Currency and special cases.",
|
|
588
|
+
"currencyLabel": "Currency",
|
|
589
|
+
"currencyPlaceholder": "Select a currency",
|
|
590
|
+
"currencyHelp": "Conditions, qualifiers, and rewards in the rule groups are stored in this currency.",
|
|
591
|
+
"currencyFiatGroup": "Fiat",
|
|
592
|
+
"currencyCryptoGroup": "Crypto",
|
|
593
|
+
"forgiveDebtsLabel": "Forgive debts",
|
|
594
|
+
"forgiveDebtsHelp": "Negative balances do not roll over into the next payout cycle.",
|
|
595
|
+
"carryoverLimitLabel": "Carryover limit",
|
|
596
|
+
"carryoverLimitHelp": "Max. negative balance carried into the next cycle; anything beyond is forgiven.",
|
|
597
|
+
"carryoverLabel": "Carry over negative balances",
|
|
598
|
+
"carryoverHelp": "Negative periods roll over into the next cycle instead of being forgiven — capped by the limit below."
|
|
599
|
+
},
|
|
600
|
+
"EditorRules": {
|
|
601
|
+
"title": "Rule Groups",
|
|
602
|
+
"description": "Configure payout rules. Each group can have multiple rules with qualifiers, conditions, modifiers and rewards.",
|
|
603
|
+
"rulesSection": "Rules",
|
|
604
|
+
"noGroups": "No rule groups yet — add the first one to define payout logic.",
|
|
605
|
+
"addGroup": "Add Rule Group",
|
|
606
|
+
"moveGroupUp": "Move group up",
|
|
607
|
+
"moveGroupDown": "Move group down",
|
|
608
|
+
"moveRuleUp": "Move rule up",
|
|
609
|
+
"moveRuleDown": "Move rule down",
|
|
610
|
+
"expandGroup": "Expand group",
|
|
611
|
+
"collapseGroup": "Collapse group",
|
|
612
|
+
"groupIndex": "Group #{n}",
|
|
613
|
+
"deleteGroup": "Delete group",
|
|
614
|
+
"noRules": "No rules yet — add the first one to define payout logic.",
|
|
615
|
+
"addRule": "Add rule",
|
|
616
|
+
"ruleIndex": "Rule #{n}",
|
|
617
|
+
"expandRule": "Expand rule",
|
|
618
|
+
"collapseRule": "Collapse rule",
|
|
619
|
+
"duplicateRule": "Duplicate rule",
|
|
620
|
+
"deleteRule": "Delete rule",
|
|
621
|
+
"ruleSummary": "{qualifiers, plural, one {# qualifier} other {# qualifiers}} · {conditions, plural, one {# condition} other {# conditions}} · {modifiers, plural, one {# modifier} other {# modifiers}} · {rewards, plural, one {# reward} other {# rewards}}",
|
|
622
|
+
"ruleBadge": "rule",
|
|
623
|
+
"groupBadge": "group",
|
|
624
|
+
"ruleCount": "{count, plural, one {# rule} other {# rules}}",
|
|
625
|
+
"Qualifiers": {
|
|
626
|
+
"title": "Qualifiers",
|
|
627
|
+
"badge": "qualifier",
|
|
628
|
+
"empty": "No qualifiers — rule applies to all players that match conditions.",
|
|
629
|
+
"addQualifier": "Add qualifier",
|
|
630
|
+
"removeQualifier": "Remove qualifier",
|
|
631
|
+
"valueLabel": "Qualifier value",
|
|
632
|
+
"Types": {
|
|
633
|
+
"first_deposit": "First deposit ≥",
|
|
634
|
+
"deposits_sum": "Deposits sum ≥",
|
|
635
|
+
"deposits_count": "Deposits count ≥",
|
|
636
|
+
"casino_wager": "Casino wager ≥"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"Conditions": {
|
|
640
|
+
"title": "Conditions",
|
|
641
|
+
"badge": "condition",
|
|
642
|
+
"badgeGroup": "group",
|
|
643
|
+
"emptyGroup": "No conditions — group always matches.",
|
|
644
|
+
"addCondition": "Add condition",
|
|
645
|
+
"addGroup": "Add group",
|
|
646
|
+
"removeGroup": "Remove group",
|
|
647
|
+
"removeCondition": "Remove condition",
|
|
648
|
+
"valueLabel": "Condition value",
|
|
649
|
+
"countryMultiPlaceholder": "Select countries…",
|
|
650
|
+
"countrySearchPlaceholder": "Search country…",
|
|
651
|
+
"countryNoResults": "No matches.",
|
|
652
|
+
"Fields": {
|
|
653
|
+
"country": "Country",
|
|
654
|
+
"product": "Product",
|
|
655
|
+
"deposits_sum": "Deposits sum",
|
|
656
|
+
"since_registration_days": "Days since registration"
|
|
657
|
+
},
|
|
658
|
+
"Products": {
|
|
659
|
+
"casino": "Casino",
|
|
660
|
+
"sportsbook": "Sportsbook"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
"Modifiers": {
|
|
664
|
+
"title": "Modifiers",
|
|
665
|
+
"omit_duplicates": "Omit duplicates",
|
|
666
|
+
"omit_self_exclusions": "Omit self exclusions",
|
|
667
|
+
"omit_disabled_players": "Omit disabled players",
|
|
668
|
+
"omit_unverified_players": "Omit unverified players",
|
|
669
|
+
"omit_cross_brand_duplicates": "Omit cross-brand duplicates"
|
|
670
|
+
},
|
|
671
|
+
"Rewards": {
|
|
672
|
+
"title": "Rewards",
|
|
673
|
+
"empty": "No rewards — rule won't pay out anything when it matches.",
|
|
674
|
+
"addFixed": "Add fixed",
|
|
675
|
+
"addPercentage": "Add percentage",
|
|
676
|
+
"removeReward": "Remove reward",
|
|
677
|
+
"tierBadge": "Tier",
|
|
678
|
+
"tierFrom": "from",
|
|
679
|
+
"tierMinLabel": "Tier threshold",
|
|
680
|
+
"tierRateLabel": "Tier rate",
|
|
681
|
+
"removeTier": "Remove tier",
|
|
682
|
+
"addTier": "Add tier",
|
|
683
|
+
"amountLabel": "Reward amount",
|
|
684
|
+
"percentageLabel": "Reward percentage",
|
|
685
|
+
"badgeFixed": "Fixed",
|
|
686
|
+
"badgePercent": "%",
|
|
687
|
+
"fixedOnPrefix": "on",
|
|
688
|
+
"fixedEquals": "=",
|
|
689
|
+
"percentageOf": "% of",
|
|
690
|
+
"Events": {
|
|
691
|
+
"registration": "Registration",
|
|
692
|
+
"ftd": "First deposit (FTD)",
|
|
693
|
+
"deposit": "Deposit"
|
|
694
|
+
},
|
|
695
|
+
"Metrics": {
|
|
696
|
+
"casino_ngr": "Casino NGR",
|
|
697
|
+
"deposits_sum": "Deposits sum",
|
|
698
|
+
"casino_wager": "Casino wager"
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
"EditorMeta": {
|
|
703
|
+
"lastUpdated": "Last saved {when}"
|
|
704
|
+
},
|
|
705
|
+
"save": "Save",
|
|
706
|
+
"saving": "Saving…",
|
|
707
|
+
"publish": "Publish",
|
|
708
|
+
"publishing": "Publishing…",
|
|
709
|
+
"deactivate": "Deactivate",
|
|
710
|
+
"deactivating": "Deactivating…",
|
|
711
|
+
"activate": "Activate",
|
|
712
|
+
"activating": "Activating…",
|
|
713
|
+
"backToList": "Back to list"
|
|
714
|
+
},
|
|
715
|
+
"Auth": {
|
|
716
|
+
"SignIn": {
|
|
717
|
+
"title": "Sign in",
|
|
718
|
+
"subtitle": "Enter your credentials to access the backoffice.",
|
|
719
|
+
"emailLabel": "Email",
|
|
720
|
+
"passwordLabel": "Password",
|
|
721
|
+
"submit": "Sign in",
|
|
722
|
+
"submitting": "Signing in…",
|
|
723
|
+
"totpTitle": "Two-factor code",
|
|
724
|
+
"totpSubtitle": "Enter the 6-digit code from your authenticator app.",
|
|
725
|
+
"totpCodeLabel": "Verification code",
|
|
726
|
+
"totpCodeHelp": "Open your authenticator app and enter the current code.",
|
|
727
|
+
"totpSubmit": "Verify",
|
|
728
|
+
"totpBack": "Back to sign-in",
|
|
729
|
+
"noAccount": "New here?",
|
|
730
|
+
"signupLink": "Create an affiliate account"
|
|
731
|
+
},
|
|
732
|
+
"SignUp": {
|
|
733
|
+
"title": "Create your account",
|
|
734
|
+
"subtitle": "Sign up as an affiliate to access the platform.",
|
|
735
|
+
"emailLabel": "Email",
|
|
736
|
+
"passwordLabel": "Password",
|
|
737
|
+
"confirmPasswordLabel": "Confirm password",
|
|
738
|
+
"submit": "Create account",
|
|
739
|
+
"submitting": "Creating…",
|
|
740
|
+
"tosAccept": "I agree to the <terms>Terms of Service</terms> and <privacy>Privacy Policy</privacy>.",
|
|
741
|
+
"haveAccount": "Already have an account?",
|
|
742
|
+
"signinLink": "Sign in"
|
|
743
|
+
},
|
|
744
|
+
"CheckEmail": {
|
|
745
|
+
"title": "Check your inbox",
|
|
746
|
+
"subtitle": "We've sent you a verification link. Click it to activate your account and continue to the app.",
|
|
747
|
+
"haveAccount": "Already verified?",
|
|
748
|
+
"signinLink": "Sign in"
|
|
749
|
+
},
|
|
750
|
+
"AwaitingApproval": {
|
|
751
|
+
"title": "Waiting for approval",
|
|
752
|
+
"subtitle": "Your email is verified. A manager will review your registration. You'll get an email once your account is activated.",
|
|
753
|
+
"notifyFailed": "We couldn't automatically notify our manager team. Your registration is in the queue and approval might take a bit longer. If you don't hear back within 24 hours, please reach out.",
|
|
754
|
+
"haveAccount": "Already approved?",
|
|
755
|
+
"signinLink": "Sign in"
|
|
756
|
+
},
|
|
757
|
+
"VerifyEmail": {
|
|
758
|
+
"title": "Verify your email",
|
|
759
|
+
"subtitle": "Confirm your address to activate your affiliate account.",
|
|
760
|
+
"submit": "Verify and continue",
|
|
761
|
+
"submitting": "Verifying…",
|
|
762
|
+
"retry": "Try again",
|
|
763
|
+
"failedTitle": "Verification failed",
|
|
764
|
+
"invalidTitle": "This verification link can't be used",
|
|
765
|
+
"invalidMessage": "This link is invalid or has already been used. Try signing in, or sign up again if your account was never activated."
|
|
766
|
+
},
|
|
767
|
+
"AcceptInvite": {
|
|
768
|
+
"title": "Set up your account",
|
|
769
|
+
"subtitle": "Choose a password to activate your manager account.",
|
|
770
|
+
"passwordLabel": "Password",
|
|
771
|
+
"confirmPasswordLabel": "Confirm password",
|
|
772
|
+
"submit": "Activate account",
|
|
773
|
+
"submitting": "Activating…",
|
|
774
|
+
"invalidTitle": "This invitation can't be used",
|
|
775
|
+
"invalidMessage": "This invite link is invalid or has already been used. Ask an administrator to send you a new one."
|
|
776
|
+
},
|
|
777
|
+
"ForgotPassword": {
|
|
778
|
+
"title": "Forgot your password?",
|
|
779
|
+
"subtitle": "Enter your email address and we'll send you a link to reset it.",
|
|
780
|
+
"emailLabel": "Email",
|
|
781
|
+
"submit": "Send reset link",
|
|
782
|
+
"submitting": "Sending…",
|
|
783
|
+
"successTitle": "Check your inbox",
|
|
784
|
+
"successMessage": "If an account exists for that email, a reset link is on its way. The link expires in 1 hour.",
|
|
785
|
+
"backToSignIn": "Back to sign in",
|
|
786
|
+
"link": "Forgot your password?"
|
|
787
|
+
},
|
|
788
|
+
"ResetPassword": {
|
|
789
|
+
"title": "Choose a new password",
|
|
790
|
+
"subtitle": "Pick a strong password. You'll be signed in automatically.",
|
|
791
|
+
"passwordLabel": "New password",
|
|
792
|
+
"confirmPasswordLabel": "Confirm password",
|
|
793
|
+
"submit": "Set new password",
|
|
794
|
+
"submitting": "Saving…",
|
|
795
|
+
"invalidTitle": "This reset link can't be used",
|
|
796
|
+
"invalidMessage": "This reset link is invalid or has already been used. Request a new one from the sign-in page.",
|
|
797
|
+
"requestNew": "Request a new reset link"
|
|
798
|
+
},
|
|
799
|
+
"SignOut": {
|
|
800
|
+
"button": "Sign out"
|
|
801
|
+
},
|
|
802
|
+
"Settings": {
|
|
803
|
+
"button": "Account settings"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"User": {
|
|
807
|
+
"Settings": {
|
|
808
|
+
"title": "Account settings",
|
|
809
|
+
"subtitle": "Manage your personal preferences and account security.",
|
|
810
|
+
"totpRequiredTitle": "Two-factor authentication is required",
|
|
811
|
+
"totpRequiredBody": "Your platform requires managers to use two-factor authentication. Set it up below to regain access to the rest of the app.",
|
|
812
|
+
"Tabs": {
|
|
813
|
+
"preferences": "Preferences",
|
|
814
|
+
"security": "Security"
|
|
815
|
+
},
|
|
816
|
+
"Preferences": {
|
|
817
|
+
"languageLabel": "Language",
|
|
818
|
+
"languageHelp": "Language used across the dashboard.",
|
|
819
|
+
"themeLabel": "Appearance",
|
|
820
|
+
"themeHelp": "Light, dark, or match your system."
|
|
821
|
+
},
|
|
822
|
+
"Password": {
|
|
823
|
+
"title": "Password",
|
|
824
|
+
"description": "Change your account password. You will stay signed in on this device; other sessions will be revoked.",
|
|
825
|
+
"currentLabel": "Current password",
|
|
826
|
+
"newLabel": "New password",
|
|
827
|
+
"confirmLabel": "Confirm new password",
|
|
828
|
+
"submit": "Change password",
|
|
829
|
+
"submitting": "Changing…"
|
|
830
|
+
},
|
|
831
|
+
"TwoFactor": {
|
|
832
|
+
"title": "Two-factor authentication",
|
|
833
|
+
"description": "Add a second verification step using an authenticator app on your phone.",
|
|
834
|
+
"statusOn": "Active",
|
|
835
|
+
"statusOff": "Inactive",
|
|
836
|
+
"activateButton": "Set up two-factor",
|
|
837
|
+
"activatingButton": "Setting up…",
|
|
838
|
+
"setupStep1": "1. Open your authenticator app (Google Authenticator, 1Password, Authy, …) and scan the QR code.",
|
|
839
|
+
"setupStep2": "2. If you can't scan, enter the setup key manually.",
|
|
840
|
+
"setupStep3": "3. Enter the 6-digit code your app shows to confirm.",
|
|
841
|
+
"manualKeyLabel": "Setup key",
|
|
842
|
+
"manualKeyHelp": "Use this if your authenticator app can't scan QR codes.",
|
|
843
|
+
"qrAlt": "QR code for your authenticator app",
|
|
844
|
+
"codeLabel": "6-digit code",
|
|
845
|
+
"confirmButton": "Confirm and activate",
|
|
846
|
+
"confirmingButton": "Confirming…",
|
|
847
|
+
"cancelSetup": "Cancel setup",
|
|
848
|
+
"activeSince": "Active since {date}",
|
|
849
|
+
"disableButton": "Disable",
|
|
850
|
+
"disableLocked": "Required by the platform. Disabling is not available.",
|
|
851
|
+
"disableTitle": "Disable two-factor authentication?",
|
|
852
|
+
"disableHelp": "Enter your current password to confirm. Your second factor will be removed and can be set up again later.",
|
|
853
|
+
"disableConfirmButton": "Disable",
|
|
854
|
+
"disablingButton": "Disabling…"
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
"LocaleSwitcher": {
|
|
859
|
+
"label": "Language",
|
|
860
|
+
"de": "Deutsch",
|
|
861
|
+
"en": "English"
|
|
862
|
+
},
|
|
863
|
+
"ThemeSwitcher": {
|
|
864
|
+
"label": "Appearance",
|
|
865
|
+
"light": "Light",
|
|
866
|
+
"dark": "Dark",
|
|
867
|
+
"system": "System"
|
|
868
|
+
},
|
|
869
|
+
"Settings": {
|
|
870
|
+
"title": "Platform settings",
|
|
871
|
+
"subtitle": "Configuration that applies to the whole platform.",
|
|
872
|
+
"ManagerTotp": {
|
|
873
|
+
"title": "Require two-factor for managers",
|
|
874
|
+
"description": "When enabled, managers must set up two-factor authentication before they can access the app. Platform admins and affiliates are not affected."
|
|
875
|
+
},
|
|
876
|
+
"AffiliateApproval": {
|
|
877
|
+
"title": "Require manager approval for affiliate sign-ups",
|
|
878
|
+
"description": "When enabled, self-signed-up affiliates land in a pending state and can only sign in once a manager approves them.",
|
|
879
|
+
"disableConfirmTitle": "Disable affiliate approval requirement?",
|
|
880
|
+
"disableConfirmBody": "All affiliates currently waiting for approval will be activated immediately and receive an email letting them know they can sign in. Future self-signups will skip approval.",
|
|
881
|
+
"disableConfirmCancel": "Cancel",
|
|
882
|
+
"disableConfirmAccept": "Disable and activate pending"
|
|
883
|
+
}
|
|
884
|
+
},
|
|
885
|
+
"Support": {
|
|
886
|
+
"title": "Support",
|
|
887
|
+
"subtitle": "Reach out to a platform admin with a question or request.",
|
|
888
|
+
"recipientLabel": "Recipient",
|
|
889
|
+
"subjectLabel": "Subject",
|
|
890
|
+
"subjectPlaceholder": "Short summary",
|
|
891
|
+
"messageLabel": "Message",
|
|
892
|
+
"messagePlaceholder": "Describe your question or request…",
|
|
893
|
+
"sending": "Sending…",
|
|
894
|
+
"emptyAdmins": "No active platform admins available right now."
|
|
895
|
+
},
|
|
896
|
+
"Errors": {
|
|
897
|
+
"boundary": {
|
|
898
|
+
"defaultTitle": "Something went wrong",
|
|
899
|
+
"serviceUnavailableTitle": "Service temporarily unavailable",
|
|
900
|
+
"reference": "Reference: {digest}",
|
|
901
|
+
"retry": "Try again"
|
|
902
|
+
},
|
|
903
|
+
"unauthorized": "You must sign in to continue.",
|
|
904
|
+
"forbidden": "You don't have permission to do this.",
|
|
905
|
+
"notFound": "Not found.",
|
|
906
|
+
"serviceUnavailable": "We can't reach the database right now. Please try again in a moment.",
|
|
907
|
+
"invalidInput": "Please check your input.",
|
|
908
|
+
"payoutNoBalance": "No confirmed balance to pay out.",
|
|
909
|
+
"payoutAmountExceedsBalance": "The amount exceeds your available balance.",
|
|
910
|
+
"payoutNotFound": "Payout request not found.",
|
|
911
|
+
"payoutInvalidStatus": "This payout request can no longer be changed.",
|
|
912
|
+
"invalidCredentials": "Invalid credentials",
|
|
913
|
+
"userBlocked": "Your account is deactivated. Please contact an administrator.",
|
|
914
|
+
"emailAlreadyExists": "Email already exists",
|
|
915
|
+
"userNotFound": "User not found",
|
|
916
|
+
"groupNotFound": "Group not found",
|
|
917
|
+
"groupNameExists": "A group with that name already exists",
|
|
918
|
+
"casinoNotFound": "Casino not found",
|
|
919
|
+
"casinoAlreadyActive": "Casino is already active",
|
|
920
|
+
"casinoAlreadyInactive": "Casino is already deactivated",
|
|
921
|
+
"casinoNameExists": "A casino with that name already exists",
|
|
922
|
+
"casinoHasCampaigns": "This casino is still used by campaigns. Delete those campaigns first.",
|
|
923
|
+
"casinoInCommission": "This casino is assigned to one or more commissions. Remove it from those commissions first.",
|
|
924
|
+
"casinoInUse": "This casino is in use and can't be deleted.",
|
|
925
|
+
"commissionNotFound": "Commission not found",
|
|
926
|
+
"commissionNotDraft": "This commission is not in draft state",
|
|
927
|
+
"commissionNotPublished": "This commission is not published",
|
|
928
|
+
"commissionNotDeactivated": "This commission is not deactivated",
|
|
929
|
+
"dealNotFound": "Deal not found",
|
|
930
|
+
"dealNotActive": "This deal is not active",
|
|
931
|
+
"dealNotDeactivated": "This deal is not deactivated",
|
|
932
|
+
"dealCommissionNotPublished": "Only published commissions can be assigned",
|
|
933
|
+
"dealInvalidDateRange": "End date must be after start date",
|
|
934
|
+
"dealStartInPast": "Start date cannot be in the past",
|
|
935
|
+
"subAffiliatesNotAllowed": "This commission does not allow sub-affiliates",
|
|
936
|
+
"affiliateHasSubAffiliates": "This affiliate has its own sub-affiliates and cannot be made a sub",
|
|
937
|
+
"affiliateNotSub": "This affiliate is not a sub-affiliate",
|
|
938
|
+
"campaignNotFound": "Campaign not found",
|
|
939
|
+
"campaignInvalidCommission": "This commission isn't available for the selected casino",
|
|
940
|
+
"campaignNotActive": "This campaign is not active",
|
|
941
|
+
"campaignNotDeactivated": "This campaign is not deactivated",
|
|
942
|
+
"groupHasMembers": "Can't delete a group that still has members.",
|
|
943
|
+
"invalidToken": "This link is no longer valid. Please request a new one.",
|
|
944
|
+
"cannotTargetSelf": "You can't perform this action on your own account.",
|
|
945
|
+
"cannotEditOwnGroup": "You can't edit a group you're a member of.",
|
|
946
|
+
"inviteAlreadyAccepted": "This invitation has already been accepted.",
|
|
947
|
+
"totpAlreadyEnabled": "Two-factor authentication is already active.",
|
|
948
|
+
"totpInvalidCode": "That code didn't match. Try the most recent one from your app.",
|
|
949
|
+
"totpChallengeExpired": "Your sign-in challenge has expired. Please enter your password again.",
|
|
950
|
+
"totpDisableBlocked": "Two-factor authentication is required by the platform and can't be disabled.",
|
|
951
|
+
"emailNotVerified": "Your email isn't verified yet. Please click the link in the verification email we sent.",
|
|
952
|
+
"affiliateNotApproved": "Your affiliate account is waiting for manager approval. You'll receive an email once it's activated.",
|
|
953
|
+
"affiliateAlreadyApproved": "Affiliate was already approved.",
|
|
954
|
+
"affiliateNotPending": "This affiliate isn't in a pending state and can't be rejected.",
|
|
955
|
+
"affiliateNotRejected": "This affiliate isn't rejected.",
|
|
956
|
+
"userInvitePending": "This user hasn't accepted their invite yet and can't be deactivated. Delete the invite instead.",
|
|
957
|
+
"unknown": "An unexpected error occurred."
|
|
958
|
+
},
|
|
959
|
+
"Toasts": {
|
|
960
|
+
"successTitle": "Success",
|
|
961
|
+
"errorTitle": "Error",
|
|
962
|
+
"managerInvited": "Manager invited",
|
|
963
|
+
"managerInvitedEmailFailed": "Manager created, but the invitation email failed. Resend it from the row menu.",
|
|
964
|
+
"passwordResetEmailFailed": "We couldn't send the password reset email. Please try again in a moment.",
|
|
965
|
+
"managerUpdated": "Manager updated",
|
|
966
|
+
"managerPermissionsUpdated": "Permissions updated",
|
|
967
|
+
"managerInviteResent": "Invite resent",
|
|
968
|
+
"managerActivated": "Manager activated",
|
|
969
|
+
"managerDeactivated": "Manager deactivated",
|
|
970
|
+
"affiliateInvited": "Affiliate invited",
|
|
971
|
+
"affiliateAttached": "Affiliate subordinated",
|
|
972
|
+
"affiliateDetached": "Affiliate detached",
|
|
973
|
+
"affiliateInvitedEmailFailed": "Affiliate created, but the invitation email failed. Resend it from the row menu.",
|
|
974
|
+
"subAffiliateInvited": "Sub-affiliate invited",
|
|
975
|
+
"subAffiliateInvitedEmailFailed": "Sub-affiliate created, but the invitation email failed. Please contact a manager to resend the invitation.",
|
|
976
|
+
"affiliateUpdated": "Affiliate updated",
|
|
977
|
+
"affiliateInviteResent": "Invite resent",
|
|
978
|
+
"affiliateVerificationResent": "Verification email resent",
|
|
979
|
+
"affiliateActivated": "Affiliate activated",
|
|
980
|
+
"affiliateDeactivated": "Affiliate deactivated",
|
|
981
|
+
"affiliateApproved": "Affiliate approved",
|
|
982
|
+
"affiliateApprovedEmailFailed": "Affiliate approved, but the activation email failed to send. Please notify the affiliate manually.",
|
|
983
|
+
"affiliateRejected": "Affiliate rejected",
|
|
984
|
+
"affiliateUnrejected": "Affiliate moved back to pending",
|
|
985
|
+
"groupCreated": "Group created",
|
|
986
|
+
"groupUpdated": "Group updated",
|
|
987
|
+
"groupDeleted": "Group deleted",
|
|
988
|
+
"casinoCreated": "Casino created",
|
|
989
|
+
"casinoUpdated": "Casino updated",
|
|
990
|
+
"postbackConfigSaved": "Postback configuration saved",
|
|
991
|
+
"postbackSecretRegenerated": "Postback secret regenerated",
|
|
992
|
+
"casinoDeleted": "Casino deleted",
|
|
993
|
+
"casinoActivated": "Casino activated",
|
|
994
|
+
"casinoDeactivated": "Casino deactivated",
|
|
995
|
+
"commissionUpdated": "Commission saved",
|
|
996
|
+
"commissionPublished": "Commission published",
|
|
997
|
+
"commissionDuplicated": "Commission duplicated",
|
|
998
|
+
"commissionDeleted": "Commission deleted",
|
|
999
|
+
"commissionDeactivated": "Commission deactivated",
|
|
1000
|
+
"commissionReactivated": "Commission reactivated",
|
|
1001
|
+
"dealAssigned": "Deal assigned",
|
|
1002
|
+
"dealAssignedEmailFailed": "Deal assigned, but the notification email could not be sent",
|
|
1003
|
+
"dealDelegated": "Delegated to sub-affiliate",
|
|
1004
|
+
"payoutRequested": "Payout requested",
|
|
1005
|
+
"payoutApproved": "Payout approved",
|
|
1006
|
+
"payoutRejected": "Payout rejected",
|
|
1007
|
+
"payoutPaid": "Payout marked as paid",
|
|
1008
|
+
"dealDelegatedEmailFailed": "Delegated, but the notification email could not be sent",
|
|
1009
|
+
"dealUpdated": "Deal updated",
|
|
1010
|
+
"dealDeactivated": "Deal deactivated",
|
|
1011
|
+
"dealReactivated": "Deal reactivated",
|
|
1012
|
+
"campaignCreated": "Campaign created",
|
|
1013
|
+
"campaignDeactivated": "Campaign deactivated",
|
|
1014
|
+
"campaignReactivated": "Campaign reactivated",
|
|
1015
|
+
"twoFactorEnabled": "Two-factor authentication enabled",
|
|
1016
|
+
"twoFactorDisabled": "Two-factor authentication disabled",
|
|
1017
|
+
"passwordChanged": "Password changed",
|
|
1018
|
+
"preferencesUpdated": "Preferences updated",
|
|
1019
|
+
"platformSettingsUpdated": "Settings updated",
|
|
1020
|
+
"supportMessageSent": "Message sent"
|
|
1021
|
+
},
|
|
1022
|
+
"AuditLog": {
|
|
1023
|
+
"title": "Activity",
|
|
1024
|
+
"searchPlaceholder": "Search by actor or action…",
|
|
1025
|
+
"columnTime": "Time",
|
|
1026
|
+
"columnActor": "Actor",
|
|
1027
|
+
"columnAction": "Action",
|
|
1028
|
+
"columnTarget": "Target",
|
|
1029
|
+
"empty": "No entries",
|
|
1030
|
+
"assignedUnder": "under {parent}",
|
|
1031
|
+
"actions": {
|
|
1032
|
+
"user_status_update": "Status changed",
|
|
1033
|
+
"user_password_change": "Password changed",
|
|
1034
|
+
"user_totp_enable": "Two-factor enabled",
|
|
1035
|
+
"user_totp_disable": "Two-factor disabled",
|
|
1036
|
+
"affiliate_create": "Affiliate created",
|
|
1037
|
+
"affiliate_sub_invite": "Sub-affiliate invited",
|
|
1038
|
+
"affiliate_update": "Affiliate updated",
|
|
1039
|
+
"affiliate_delete": "Affiliate deleted",
|
|
1040
|
+
"affiliate_approve": "Affiliate approved",
|
|
1041
|
+
"affiliate_reject": "Affiliate rejected",
|
|
1042
|
+
"affiliate_unreject": "Rejection reverted",
|
|
1043
|
+
"affiliate_attach": "Subordinated to affiliate",
|
|
1044
|
+
"affiliate_detach": "Detached from parent",
|
|
1045
|
+
"manager_create": "Manager created",
|
|
1046
|
+
"manager_update": "Manager updated",
|
|
1047
|
+
"manager_permissions_update": "Manager permissions changed",
|
|
1048
|
+
"manager_delete": "Manager deleted",
|
|
1049
|
+
"group_create": "Group created",
|
|
1050
|
+
"group_update": "Group updated",
|
|
1051
|
+
"group_delete": "Group deleted",
|
|
1052
|
+
"casino_create": "Casino created",
|
|
1053
|
+
"casino_update": "Casino updated",
|
|
1054
|
+
"casino_activate": "Casino activated",
|
|
1055
|
+
"casino_deactivate": "Casino deactivated",
|
|
1056
|
+
"casino_delete": "Casino deleted",
|
|
1057
|
+
"casino_postback_update": "Postback config updated",
|
|
1058
|
+
"casino_postback_secret_regenerate": "Postback secret regenerated",
|
|
1059
|
+
"campaign_create": "Campaign created",
|
|
1060
|
+
"campaign_deactivate": "Campaign deactivated",
|
|
1061
|
+
"campaign_reactivate": "Campaign reactivated",
|
|
1062
|
+
"deal_create": "Deal assigned",
|
|
1063
|
+
"deal_update": "Deal updated",
|
|
1064
|
+
"deal_deactivate": "Deal deactivated",
|
|
1065
|
+
"deal_reactivate": "Deal reactivated",
|
|
1066
|
+
"deal_delegate": "Delegated to sub-affiliate",
|
|
1067
|
+
"payout_request": "Requested a payout",
|
|
1068
|
+
"payout_approve": "Approved a payout",
|
|
1069
|
+
"payout_reject": "Rejected a payout",
|
|
1070
|
+
"payout_paid": "Marked a payout as paid",
|
|
1071
|
+
"commission_create": "Commission created",
|
|
1072
|
+
"commission_update": "Commission updated",
|
|
1073
|
+
"commission_publish": "Commission published",
|
|
1074
|
+
"commission_deactivate": "Commission deactivated",
|
|
1075
|
+
"commission_reactivate": "Commission reactivated",
|
|
1076
|
+
"commission_duplicate": "Commission duplicated",
|
|
1077
|
+
"commission_delete": "Commission deleted",
|
|
1078
|
+
"settings_update": "Settings changed"
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
"Validation": {
|
|
1082
|
+
"too_small": "Too short.",
|
|
1083
|
+
"too_big": "Too long.",
|
|
1084
|
+
"invalid_type": "Wrong type.",
|
|
1085
|
+
"invalid_format": "Invalid format.",
|
|
1086
|
+
"invalid_value": "Invalid value.",
|
|
1087
|
+
"invalid_union": "Invalid input.",
|
|
1088
|
+
"unrecognized_keys": "Unknown fields.",
|
|
1089
|
+
"not_multiple_of": "Invalid value.",
|
|
1090
|
+
"custom": "Invalid.",
|
|
1091
|
+
"nameRequired": "Name is required.",
|
|
1092
|
+
"unsupportedCurrency": "This currency isn't supported.",
|
|
1093
|
+
"firstNameRequired": "First name is required.",
|
|
1094
|
+
"lastNameRequired": "Last name is required.",
|
|
1095
|
+
"passwordTooShort": "Password must be at least 8 characters.",
|
|
1096
|
+
"passwordsMustMatch": "Passwords must match.",
|
|
1097
|
+
"groupNameRequired": "Group name is required.",
|
|
1098
|
+
"fieldRequired": "Required",
|
|
1099
|
+
"tosRequired": "Please accept the Terms of Service and Privacy Policy to continue.",
|
|
1100
|
+
"incompleteRules": "Every rule condition needs a value before publishing.",
|
|
1101
|
+
"noReward": "A published commission needs at least one payout (a reward greater than zero).",
|
|
1102
|
+
"percentPerPlayerGate": "Percentage (RevShare) rewards can't be gated by per-player conditions (country, product, registration age) or qualifiers (first deposit, deposit count) — monthly billing runs on aggregates."
|
|
1103
|
+
}
|
|
1104
|
+
}
|