feat: translate dashboard page and components to English

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ivan
2026-03-01 21:22:53 +00:00
parent 55676f59bd
commit 0fb27b1825
5 changed files with 38 additions and 38 deletions

View File

@@ -14,7 +14,7 @@ interface QuickAction {
const quickActions: QuickAction[] = [
{
label: "Nueva Reserva",
label: "New Booking",
href: "/bookings",
icon: (
<svg
@@ -32,10 +32,10 @@ const quickActions: QuickAction[] = [
</svg>
),
color: "bg-blue-500 hover:bg-blue-600",
description: "Crear una nueva reserva de cancha",
description: "Create a new court booking",
},
{
label: "Abrir Caja",
label: "Open Register",
href: "/pos",
icon: (
<svg
@@ -53,10 +53,10 @@ const quickActions: QuickAction[] = [
</svg>
),
color: "bg-green-500 hover:bg-green-600",
description: "Iniciar turno de caja registradora",
description: "Start cash register shift",
},
{
label: "Nueva Venta",
label: "New Sale",
href: "/pos",
icon: (
<svg
@@ -74,10 +74,10 @@ const quickActions: QuickAction[] = [
</svg>
),
color: "bg-purple-500 hover:bg-purple-600",
description: "Registrar venta en el punto de venta",
description: "Record a point of sale transaction",
},
{
label: "Registrar Cliente",
label: "Register Player",
href: "/clients",
icon: (
<svg
@@ -95,7 +95,7 @@ const quickActions: QuickAction[] = [
</svg>
),
color: "bg-orange-500 hover:bg-orange-600",
description: "Agregar un nuevo cliente al sistema",
description: "Add a new player to the system",
},
];
@@ -117,7 +117,7 @@ export function QuickActions() {
d="M13 10V3L4 14h7v7l9-11h-7z"
/>
</svg>
Acciones Rapidas
Quick Actions
</CardTitle>
</CardHeader>
<CardContent>