增加每日推送的导出和排序

This commit is contained in:
2026-07-21 15:46:01 +08:00
parent a0056ff15b
commit 5aad851108
4 changed files with 119 additions and 6 deletions

View File

@@ -9,4 +9,18 @@ export default {
lifetime_total_withdraw: 'Lifetime total withdraw',
create_time: 'Created at',
'quick Search Fields': 'ID',
export_excel: 'Export Excel',
export_title: 'Export daily push data',
export_tip: 'Exports data using the current filters and sort order. The server writes in batches to avoid freezing on large datasets.',
export_fields: 'Export fields',
export_select_all: 'Select all',
export_clear_all: 'Clear all',
export_limit: 'Export limit',
export_all_matched: 'All matched',
export_matched_count: '{count} record(s) match the current filters',
export_actual_count: 'will export {count} record(s)',
export_large_warning: 'Large export may take a while. Maximum {max} records per export.',
export_confirm: 'Start export',
export_success: 'Successfully exported {count} record(s)',
export_failed: 'Export failed, please try again later',
}