Improve frontend traslations

This commit is contained in:
Urtzi Alfaro
2025-11-18 22:17:56 +01:00
parent 8c6393ea14
commit bbf6658759
27 changed files with 424 additions and 462 deletions

View File

@@ -70,5 +70,20 @@
"support": "Soporte dedicado 24/7 + gestor de cuenta",
"recommended_for": "Cadenas de panaderías, franquicias, escala ilimitada"
}
}
},
"billing": {
"monthly": "Mensual",
"yearly": "Anual",
"save_percent": "Ahorra 17%",
"free_months": "{count, plural, one {# mes gratis} other {# meses gratis}}",
"free_trial_days": "{count, plural, one {# día gratis} other {# días gratis}}",
"card_required": "Tarjeta requerida para validación"
},
"limits": {
"users": "Usuarios",
"locations": "Ubicaciones",
"products": "Productos",
"forecast": "Pronóstico",
"unlimited": "Ilimitado"
}
}