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

@@ -32,13 +32,13 @@ export const TermsOfServicePage: React.FC = () => {
1. {t('legal:terms.section_1_title', 'Agreement to Terms')}
</h2>
<p className="text-gray-700 dark:text-gray-300 mb-4">
By accessing or using Panadería IA ("the Platform", "our Service"), you agree to be
By accessing or using {t('common:app.name', 'BakeWise')} ("the Platform", "our Service"), you agree to be
bound by these Terms of Service ("Terms"). If you do not agree to these Terms, do not
use the Platform.
</p>
<p className="text-gray-700 dark:text-gray-300">
These Terms constitute a legally binding agreement between you ("User", "you", "your")
and Panadería IA regarding your use of the Platform.
and {t('common:app.name', 'BakeWise')} regarding your use of the Platform.
</p>
</section>
@@ -47,7 +47,7 @@ export const TermsOfServicePage: React.FC = () => {
2. {t('legal:terms.section_2_title', 'Description of Service')}
</h2>
<p className="text-gray-700 dark:text-gray-300 mb-4">
Panadería IA provides a comprehensive bakery management platform that includes:
{t('common:app.name', 'BakeWise')} provides a comprehensive bakery management platform that includes:
</p>
<ul className="list-disc pl-6 mb-4 text-gray-700 dark:text-gray-300 space-y-1">
<li>Inventory management and tracking</li>
@@ -176,7 +176,7 @@ export const TermsOfServicePage: React.FC = () => {
6.1 Platform Ownership
</h3>
<p className="text-gray-700 dark:text-gray-300 mb-4">
The Platform and all content, features, and functionality are owned by Panadería IA and
The Platform and all content, features, and functionality are owned by {t('common:app.name', 'BakeWise')} and
are protected by international copyright, trademark, and other intellectual property laws.
</p>
@@ -197,7 +197,7 @@ export const TermsOfServicePage: React.FC = () => {
6.3 Trademarks
</h3>
<p className="text-gray-700 dark:text-gray-300">
"Panadería IA" and our logo are trademarks. You may not use our trademarks without
"{t('common:app.name', 'BakeWise')}" and our logo are trademarks. You may not use our trademarks without
prior written consent.
</p>
</section>
@@ -300,7 +300,7 @@ export const TermsOfServicePage: React.FC = () => {
10. {t('legal:terms.section_10_title', 'Indemnification')}
</h2>
<p className="text-gray-700 dark:text-gray-300">
You agree to indemnify and hold harmless Panadería IA from any claims, damages, losses,
You agree to indemnify and hold harmless {t('common:app.name', 'BakeWise')} from any claims, damages, losses,
liabilities, and expenses (including legal fees) arising from:
</p>
<ul className="list-disc pl-6 mb-4 text-gray-700 dark:text-gray-300 space-y-1">
@@ -364,7 +364,7 @@ export const TermsOfServicePage: React.FC = () => {
</h3>
<p className="text-gray-700 dark:text-gray-300 mb-4">
These Terms, together with our Privacy Policy and Cookie Policy, constitute the entire
agreement between you and Panadería IA.
agreement between you and {t('common:app.name', 'BakeWise')}.
</p>
<h3 className="text-xl font-semibold text-gray-900 dark:text-white mb-3">
@@ -398,7 +398,7 @@ export const TermsOfServicePage: React.FC = () => {
For questions about these Terms, contact us at:
</p>
<div className="bg-gray-50 dark:bg-gray-800 p-4 rounded-lg">
<p className="font-semibold">Panadería IA</p>
<p className="font-semibold">{t('common:app.name', 'BakeWise')}</p>
<p>Email: legal@panaderia-ia.com</p>
<p>Website: https://panaderia-ia.com</p>
</div>