Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions messages/en/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
"exportError": "Export failed",
"exportPreparing": "Preparing export...",
"exportProgress": "Exported {current} / {total}",
"exportAsCsv": "Export as CSV",
"exportAsXlsx": "Export as XLSX (with summary)",
"quickFilters": {
"today": "Today",
"thisWeek": "This Week",
Expand Down
2 changes: 2 additions & 0 deletions messages/ja/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
"exportError": "エクスポートに失敗しました",
"exportPreparing": "エクスポートを準備中...",
"exportProgress": "{current} / {total} 件をエクスポート済み",
"exportAsCsv": "CSV としてエクスポート",
"exportAsXlsx": "XLSX としてエクスポート (集計付き)",
"quickFilters": {
"today": "今日",
"thisWeek": "今週",
Expand Down
2 changes: 2 additions & 0 deletions messages/ru/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
"exportError": "Ошибка экспорта",
"exportPreparing": "Подготовка экспорта...",
"exportProgress": "Экспортировано {current} / {total}",
"exportAsCsv": "Экспорт в CSV",
"exportAsXlsx": "Экспорт в XLSX (со сводкой)",
"quickFilters": {
"today": "Сегодня",
"thisWeek": "Эта неделя",
Expand Down
2 changes: 2 additions & 0 deletions messages/zh-CN/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
"exportError": "导出失败",
"exportPreparing": "正在准备导出...",
"exportProgress": "已导出 {current} / {total} 条",
"exportAsCsv": "导出为 CSV",
"exportAsXlsx": "导出为 XLSX(含汇总表)",
"quickFilters": {
"today": "今天",
"thisWeek": "本周",
Expand Down
2 changes: 2 additions & 0 deletions messages/zh-TW/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
"exportError": "匯出失敗",
"exportPreparing": "正在準備匯出...",
"exportProgress": "已匯出 {current} / {total} 筆",
"exportAsCsv": "匯出為 CSV",
"exportAsXlsx": "匯出為 XLSX(含彙總表)",
"quickFilters": {
"today": "今天",
"thisWeek": "本週",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"dotenv": "^17",
"drizzle-orm": "^0.45",
"fetch-socks": "^1",
"fflate": "^0.8.2",
"framer-motion": "^12",
"hono": "^4",
"html2canvas": "^1",
Expand Down
Loading
Loading