feat(i18n): localize terms and conditions page
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -1,65 +1,66 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Terms of Service - DocuElevate{% endblock %}
|
||||
{% block title %}{{ _("terms.page_title") }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container mx-auto px-4 py-8 max-w-4xl">
|
||||
<h1 class="text-4xl font-bold mb-6">Terms of Service</h1>
|
||||
<p class="text-sm text-gray-500 mb-8">Last Updated: {{ current_date|default('May 14, 2024') }}</p>
|
||||
<h1 class="text-4xl font-bold mb-6">{{ _("terms.heading") }}</h1>
|
||||
<p class="text-sm text-gray-500 mb-8">{{ _("terms.last_updated") }} {{ current_date|default('May 14, 2024') }}</p>
|
||||
|
||||
<div class="bg-white shadow rounded-lg p-6 mb-6">
|
||||
<h2 class="text-2xl font-semibold mb-4">1. Acceptance of Terms</h2>
|
||||
<h2 class="text-2xl font-semibold mb-4">{{ _("terms.s1_heading") }}</h2>
|
||||
<p class="text-gray-700 mb-3">
|
||||
By accessing or using DocuElevate, you agree to be bound by these Terms of Service. If you do not agree to these terms, please do not use this service.
|
||||
{{ _("terms.s1_p1") }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-white shadow rounded-lg p-6 mb-6">
|
||||
<h2 class="text-2xl font-semibold mb-4">2. Description of Service</h2>
|
||||
<h2 class="text-2xl font-semibold mb-4">{{ _("terms.s2_heading") }}</h2>
|
||||
<p class="text-gray-700 mb-3">
|
||||
DocuElevate provides document processing, OCR, metadata extraction, and storage services. We reserve the right to modify or discontinue any aspect of the service at any time.
|
||||
{{ _("terms.s2_p1") }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-white shadow rounded-lg p-6 mb-6">
|
||||
<h2 class="text-2xl font-semibold mb-4">3. User Responsibilities</h2>
|
||||
<h2 class="text-2xl font-semibold mb-4">{{ _("terms.s3_heading") }}</h2>
|
||||
<p class="text-gray-700 mb-3">
|
||||
You are responsible for:
|
||||
{{ _("terms.s3_p1") }}
|
||||
</p>
|
||||
<ul class="list-disc list-inside text-gray-700 ml-4 mb-3">
|
||||
<li>All content you upload to DocuElevate</li>
|
||||
<li>Ensuring you have proper rights to upload and process documents</li>
|
||||
<li>Maintaining the confidentiality of your account credentials</li>
|
||||
<li>Any activity that occurs under your account</li>
|
||||
<li>{{ _("terms.s3_li1") }}</li>
|
||||
<li>{{ _("terms.s3_li2") }}</li>
|
||||
<li>{{ _("terms.s3_li3") }}</li>
|
||||
<li>{{ _("terms.s3_li4") }}</li>
|
||||
</ul>
|
||||
<p class="text-gray-700 mb-3">
|
||||
By using our service, you also agree to our <a href="/privacy" class="text-blue-600 hover:underline">Privacy Policy</a> and <a href="/cookies" class="text-blue-600 hover:underline">Cookie Policy</a>.
|
||||
{{ _("terms.s3_p2_pre") }} <a href="/privacy" class="text-blue-600 hover:underline">{{ _("terms.privacy_link") }}</a>
|
||||
{{ _("terms.s3_p2_and") }} <a href="/cookies" class="text-blue-600 hover:underline">{{ _("terms.cookie_link") }}</a>{{ _("terms.s3_p2_post") }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-white shadow rounded-lg p-6 mb-6">
|
||||
<h2 class="text-2xl font-semibold mb-4">4. Intellectual Property Rights</h2>
|
||||
<h2 class="text-2xl font-semibold mb-4">{{ _("terms.s4_heading") }}</h2>
|
||||
<p class="text-gray-700 mb-3">
|
||||
DocuElevate respects intellectual property rights. Users may not upload content that infringes on the intellectual property rights of others.
|
||||
{{ _("terms.s4_p1") }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-white shadow rounded-lg p-6 mb-6">
|
||||
<h2 class="text-2xl font-semibold mb-4">5. Limitation of Liability</h2>
|
||||
<h2 class="text-2xl font-semibold mb-4">{{ _("terms.s5_heading") }}</h2>
|
||||
<p class="text-gray-700 mb-3">
|
||||
DocuElevate provides the service "as is" without warranties of any kind. We shall not be liable for any direct, indirect, incidental, special, consequential, or punitive damages resulting from your use of or inability to use the service.
|
||||
{{ _("terms.s5_p1") }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="bg-white shadow rounded-lg p-6">
|
||||
<h2 class="text-2xl font-semibold mb-4">6. Governing Law</h2>
|
||||
<h2 class="text-2xl font-semibold mb-4">{{ _("terms.s6_heading") }}</h2>
|
||||
<p class="text-gray-700 mb-3">
|
||||
These Terms shall be governed by the laws of Germany, without regard to its conflict of law provisions.
|
||||
{{ _("terms.s6_p1") }}
|
||||
</p>
|
||||
<p class="text-gray-700 mb-3">
|
||||
If you have any questions about these Terms, please contact us at <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a>.
|
||||
{{ _("terms.s6_p2_pre") }} <a href="mailto:docuelevate@christian-louis.de" class="text-blue-600 hover:underline">docuelevate@christian-louis.de</a>{{ _("terms.s6_p2_post") }}
|
||||
</p>
|
||||
<p class="text-gray-700">
|
||||
For information about how we use cookies, please see our <a href="/cookies" class="text-blue-600 hover:underline">Cookie Policy</a>. For licensing information, please refer to our <a href="/license" class="text-blue-600 hover:underline">License Information</a>.
|
||||
{{ _("terms.s6_p3_pre") }} <a href="/cookies" class="text-blue-600 hover:underline">{{ _("terms.cookie_link") }}</a>{{ _("terms.s6_p3_mid") }} <a href="/license" class="text-blue-600 hover:underline">{{ _("terms.license_link") }}</a>{{ _("terms.s6_p3_post") }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1400,6 +1400,36 @@
|
||||
"subscription.upgrade_info": "Upgrades take effect immediately. Downgrades are scheduled for the end of your current billing period.",
|
||||
"subscription.upgrade_to_prefix": "Upgrade to",
|
||||
"subscription.usage_heading": "Usage",
|
||||
"terms.cookie_link": "Cookie Policy",
|
||||
"terms.heading": "Terms of Service",
|
||||
"terms.last_updated": "Last Updated:",
|
||||
"terms.license_link": "License Information",
|
||||
"terms.page_title": "Terms of Service - DocuElevate",
|
||||
"terms.privacy_link": "Privacy Policy",
|
||||
"terms.s1_heading": "1. Acceptance of Terms",
|
||||
"terms.s1_p1": "By accessing or using DocuElevate, you agree to be bound by these Terms of Service. If you do not agree to these terms, please do not use this service.",
|
||||
"terms.s2_heading": "2. Description of Service",
|
||||
"terms.s2_p1": "DocuElevate provides document processing, OCR, metadata extraction, and storage services. We reserve the right to modify or discontinue any aspect of the service at any time.",
|
||||
"terms.s3_heading": "3. User Responsibilities",
|
||||
"terms.s3_li1": "All content you upload to DocuElevate",
|
||||
"terms.s3_li2": "Ensuring you have proper rights to upload and process documents",
|
||||
"terms.s3_li3": "Maintaining the confidentiality of your account credentials",
|
||||
"terms.s3_li4": "Any activity that occurs under your account",
|
||||
"terms.s3_p1": "You are responsible for:",
|
||||
"terms.s3_p2_and": "and",
|
||||
"terms.s3_p2_post": ".",
|
||||
"terms.s3_p2_pre": "By using our service, you also agree to our",
|
||||
"terms.s4_heading": "4. Intellectual Property Rights",
|
||||
"terms.s4_p1": "DocuElevate respects intellectual property rights. Users may not upload content that infringes on the intellectual property rights of others.",
|
||||
"terms.s5_heading": "5. Limitation of Liability",
|
||||
"terms.s5_p1": "DocuElevate provides the service \"as is\" without warranties of any kind. We shall not be liable for any direct, indirect, incidental, special, consequential, or punitive damages resulting from your use of or inability to use the service.",
|
||||
"terms.s6_heading": "6. Governing Law",
|
||||
"terms.s6_p1": "These Terms shall be governed by the laws of Germany, without regard to its conflict of law provisions.",
|
||||
"terms.s6_p2_post": ".",
|
||||
"terms.s6_p2_pre": "If you have any questions about these Terms, please contact us at",
|
||||
"terms.s6_p3_mid": ". For licensing information, please refer to our",
|
||||
"terms.s6_p3_post": ".",
|
||||
"terms.s6_p3_pre": "For information about how we use cookies, please see our",
|
||||
"upload.browse_button": "Browse Files",
|
||||
"upload.button_processing": "Processing...",
|
||||
"upload.camera_button": "Take Photo / Scan Document",
|
||||
|
||||
Reference in New Issue
Block a user