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": "24/7 dedicated support + account manager",
"recommended_for": "Bakery chains, franchises, unlimited scale"
}
}
},
"billing": {
"monthly": "Monthly",
"yearly": "Yearly",
"save_percent": "Save 17%",
"free_months": "{count, plural, one {# month free} other {# months free}}",
"free_trial_days": "{count, plural, one {# day free} other {# days free}}",
"card_required": "Card required for validation"
},
"limits": {
"users": "Users",
"locations": "Locations",
"products": "Products",
"forecast": "Forecast",
"unlimited": "Unlimited"
}
}