🔥 chore(siteconseil): Retire toutes les références à SARL SITECONSEIL et bascule l'OAuth Keycloak sur auth.e-cosplay.fr.
All checks were successful
Symfony CI - Install, Test, Build, Attest & Deploy / 🚀 Deploy to Production (push) Successful in 54s
All checks were successful
Symfony CI - Install, Test, Build, Attest & Deploy / 🚀 Deploy to Production (push) Successful in 54s
- Templates : retire les blocs partenaire SITECONSEIL (home, prestation), le DPO SITECONSEIL (rgpd), la SECTION 1 Opérateur Technique (hosting), et les mentions DEV BY/Développé par dans les footers. - Traductions (fr/en/es/cn/ger) : supprime les clés siteconseil_partner, siteconseil_referral, hosting_tech_operator_*, et bascule hosting_signalement_email vers signalement@e-cosplay.fr. - AmazonSesClient : passe l'expéditeur à no-reply@e-cosplay.fr. - SitemapSubscriber : retire l'image siteconseil.png et supprime l'asset associé. - Keycloak : URL auth.e-cosplay.fr, realm ecosplay, client ecosplay_web (env + nelmio_security CSP). - Notifuse : NOTIFUSE_CLIENT_EMAIL=contact@e-cosplay.fr. - CONTRIBUTING.md : remplace l'entité par l'association E-Cosplay. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
10
.env
10
.env
@@ -80,15 +80,15 @@ TURNSTILE_SECRET=1x0000000000000000000000000000000AA
|
||||
###> stripe/stripe-php ###
|
||||
STRIPE_SECRET_KEY=sk_test_***
|
||||
###< stripe/stripe-php ###
|
||||
NOTIFUSE_CLIENT_EMAIL=jovann@siteconseil.fr
|
||||
NOTIFUSE_CLIENT_EMAIL=contact@e-cosplay.fr
|
||||
NOTIFUSE_CLIENT_SECRET=d04zCk3Fa45oOjDWHpAvc1AZxnLdGffOnNWK+Jt2yXf37+FTfuMMHb8flcfPMqLluRR3rvhbr555r6j1DEigrA==
|
||||
NOTIFUSE_WORKSPACE_ID=ecosplay
|
||||
|
||||
|
||||
KEYCLOAK_URL=https://auth.esy-web.dev
|
||||
KEYCLOAK_REALM=master
|
||||
KEYCLOAK_CLIENT_ID=ecosplay
|
||||
KEYCLOAK_CLIENT_SECRET=Cr2WycUH1Vti6xKYMOQSs0etO4tfHj1Q
|
||||
KEYCLOAK_URL=https://auth.e-cosplay.fr
|
||||
KEYCLOAK_REALM=ecosplay
|
||||
KEYCLOAK_CLIENT_ID=ecosplay_web
|
||||
KEYCLOAK_CLIENT_SECRET=TQfTHqfHBZSddXid1enwyPCs8Hqahw1U
|
||||
|
||||
DISCORD_CLIENT_ID=1392734559099158549
|
||||
DISCORD_CLIENT_SECRET=upafzLsVMvwX_VC0Jw6Thy7d8lPpQGts
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
Ce projet est strictement confidentiel et **n'accepte aucune contribution externe**.
|
||||
|
||||
Aucune demande d'accès, pull request ou proposition de modification ne sera acceptée.
|
||||
L'accès au code source est limité aux membres autorisés explicitement par SARL SITECONSEIL.
|
||||
L'accès au code source est limité aux membres autorisés explicitement par l'association E-Cosplay.
|
||||
|
||||
Toute tentative d'accès non autorisé ou de diffusion du contenu de ce projet pourra faire l'objet de poursuites légales.
|
||||
|
||||
---
|
||||
|
||||
Pour toute question, veuillez contacter : [s.com@siteconseil.fr]
|
||||
Pour toute question, veuillez contacter : [contact@e-cosplay.fr]
|
||||
|
||||
@@ -31,7 +31,7 @@ nelmio_security:
|
||||
- "'self'"
|
||||
- "https://sentry.esy-web.dev"
|
||||
- "https://chat.esy-web.dev"
|
||||
- "https://auth.esy-web.dev"
|
||||
- "https://auth.e-cosplay.fr"
|
||||
- "https://cloudflareinsights.com"
|
||||
- "https://challenges.cloudflare.com"
|
||||
- "https://tools-security.esy-web.dev"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.5 KiB |
@@ -33,7 +33,6 @@ class SitemapSubscriber
|
||||
$decoratedUrlHome->addImage(new GoogleImage($this->cacheManager->resolve('assets/partenair/couronnes-d-or.jpg','webp')));
|
||||
$decoratedUrlHome->addImage(new GoogleImage($this->cacheManager->resolve('assets/partenair/cosplay-familly.jpg','webp')));
|
||||
$decoratedUrlHome->addImage(new GoogleImage($this->cacheManager->resolve('assets/partenair/house-of-geek.jpg','webp')));
|
||||
$decoratedUrlHome->addImage(new GoogleImage($this->cacheManager->resolve('assets/partenair/siteconseil.png','webp')));
|
||||
$decoratedUrlHome = new GoogleMultilangUrlDecorator($decoratedUrlHome);
|
||||
foreach ($langs as $lang) {
|
||||
$decoratedUrlHome->addLink($urlGenerator->generate('app_home',['lang'=>$lang], UrlGeneratorInterface::ABSOLUTE_URL), $lang);
|
||||
|
||||
@@ -36,7 +36,7 @@ class AmazonSesClient
|
||||
public function send(string $html, string $address, string $subject): void
|
||||
{
|
||||
$email = (new Email())
|
||||
->from('no-reply@siteconseil.fr')
|
||||
->from('no-reply@e-cosplay.fr')
|
||||
->to($address)
|
||||
->subject($subject);
|
||||
|
||||
@@ -77,7 +77,7 @@ class AmazonSesClient
|
||||
{
|
||||
$messageIdHeader = $email->getHeaders()->get('message-id');
|
||||
$messageFormat = $messageIdHeader ? $messageIdHeader->getBody()[0] : '';
|
||||
$messageFormat = str_replace('@siteconseil.fr', '', $messageFormat);
|
||||
$messageFormat = str_replace('@e-cosplay.fr', '', $messageFormat);
|
||||
|
||||
$mailData = new Mail();
|
||||
$mailData->setDest($email->getTo()[0]->getAddress());
|
||||
|
||||
@@ -127,10 +127,7 @@ L'overflow-y-auto n'est plus nécessaire ici car c'est le <body> qui gère le sc
|
||||
|
||||
<!-- 2.3. Footer (Pied de Page) - bg-gray-800 -->
|
||||
<footer class="p-4 bg-gray-800 border-t border-gray-700 text-center text-sm text-gray-400 flex-shrink-0">
|
||||
Développé par SARL SITECONSEIL. Tous droits réservés.
|
||||
<a href="https://www.siteconseil.fr/" target="_blank" rel="noopener noreferrer" class="text-indigo-400 hover:text-indigo-300 transition duration-150 font-medium ml-1">
|
||||
https://www.siteconseil.fr/
|
||||
</a>
|
||||
© {{ "now"|date("Y") }} E-Cosplay. Tous droits réservés.
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
@@ -208,7 +208,7 @@
|
||||
<div class="flex flex-col md:flex-row justify-between items-center gap-6">
|
||||
<div class="text-center md:text-left">
|
||||
<p class="font-black uppercase text-sm">© {{ "now"|date("Y") }} E-COSPLAY.</p>
|
||||
<p class="text-[10px] font-bold opacity-70">RNA N°W022006988 - DEV BY SITECONSEIL</p>
|
||||
<p class="text-[10px] font-bold opacity-70">RNA N°W022006988</p>
|
||||
</div>
|
||||
<div class="flex flex-wrap justify-center gap-3">
|
||||
{% set footer_links = [
|
||||
|
||||
@@ -135,8 +135,7 @@
|
||||
{% for partner in partners|default([
|
||||
{ 'image': '/assets/partenair/house-of-geek.jpg', 'name': 'House Of Geek', 'facebook_link': 'https://www.facebook.com/houseofgeek02' },
|
||||
{ 'image': '/assets/partenair/cosplay-familly.jpg', 'name': 'Cosplays family arts', 'facebook_link': 'https://www.facebook.com/profile.php?id=61568494078902' },
|
||||
{ 'image': '/assets/partenair/couronnes-d-or.jpg', 'name': 'Le Comité des Couronnes D’or', 'facebook_link': 'https://www.facebook.com/p/Le-Comit%C3%A9-des-Couronnes-Dor-61576548182126/' },
|
||||
{ 'image': '/assets/partenair/siteconseil.png', 'name': 'SARL SITECONSEIL', 'facebook_link': 'https://www.facebook.com/siteconseil','website':'https://www.siteconseil.fr' }
|
||||
{ 'image': '/assets/partenair/couronnes-d-or.jpg', 'name': 'Le Comité des Couronnes D’or', 'facebook_link': 'https://www.facebook.com/p/Le-Comit%C3%A9-des-Couronnes-Dor-61576548182126/' }
|
||||
]) %}
|
||||
<a href="{% if partner.website is defined and partner.website %}{{ partner.website }}{% else %}{{ partner.facebook_link ?? '#' }}{% endif %}" target="_blank"
|
||||
class="group bg-white border-4 border-gray-900 p-8 flex flex-col items-center shadow-[6px_6px_0px_rgba(0,0,0,1)] hover:bg-gray-50 hover:translate-y-[-4px] transition-all">
|
||||
|
||||
@@ -21,31 +21,11 @@
|
||||
|
||||
<div class="space-y-24">
|
||||
|
||||
{# SECTION 1 : OPÉRATEUR TECHNIQUE #}
|
||||
{# SECTION 1 : INFRASTRUCTURE CLOUD #}
|
||||
<section class="relative">
|
||||
<div class="inline-block bg-[#0f172a] text-yellow-500 px-6 py-3 font-black italic skew-x-[-15deg] mb-6 shadow-xl border-b-2 border-yellow-600">
|
||||
<span class="skew-x-[15deg] block uppercase tracking-wider text-lg">
|
||||
// 1. {{ 'hosting_tech_operator_title'|trans }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="bg-white border-2 border-gray-900 p-8 rounded-lg shadow-[8px_8px_0px_rgba(0,0,0,1)]">
|
||||
<div class="bg-gray-50 p-6 border-l-4 border-gray-900 skew-x-[-2deg]">
|
||||
<p class="font-black text-xl text-gray-900 uppercase italic">{{ 'hosting_tech_operator_name'|trans }}</p>
|
||||
<p class="text-sm italic leading-relaxed mt-2 text-gray-600">
|
||||
{{ 'hosting_tech_operator_address'|trans|raw }}
|
||||
</p>
|
||||
<p class="text-[10px] mt-4 font-mono font-bold tracking-widest text-gray-400">
|
||||
{{ 'hosting_tech_operator_siret'|trans }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{# SECTION 2 : INFRASTRUCTURE CLOUD #}
|
||||
<section class="relative">
|
||||
<div class="inline-block bg-[#0f172a] text-yellow-500 px-6 py-3 font-black italic skew-x-[-15deg] mb-6 shadow-xl border-b-2 border-yellow-600">
|
||||
<span class="skew-x-[15deg] block uppercase tracking-wider text-lg">
|
||||
// 2. {{ 'hosting_infrastructure_title'|trans }}
|
||||
// 1. {{ 'hosting_infrastructure_title'|trans }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="bg-gray-900 text-white p-8 rounded-lg border-r-8 border-yellow-500 shadow-xl overflow-hidden">
|
||||
@@ -62,11 +42,11 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{# SECTION 3 : ÉDITEUR DU SITE #}
|
||||
{# SECTION 2 : ÉDITEUR DU SITE #}
|
||||
<section class="relative">
|
||||
<div class="inline-block bg-[#0f172a] text-yellow-500 px-6 py-3 font-black italic skew-x-[-15deg] mb-6 shadow-xl border-b-2 border-yellow-600">
|
||||
<span class="skew-x-[15deg] block uppercase tracking-wider text-lg">
|
||||
// 3. {{ 'hosting_editor_title'|trans }}
|
||||
// 2. {{ 'hosting_editor_title'|trans }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="bg-white border-2 border-gray-900 p-8 rounded-lg shadow-[8px_8px_0px_rgba(0,0,0,1)] grid grid-cols-1 md:grid-cols-2 gap-8">
|
||||
@@ -85,11 +65,11 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{# SECTION 4 : STACK TECHNIQUE & SÉCURITÉ #}
|
||||
{# SECTION 3 : STACK TECHNIQUE & SÉCURITÉ #}
|
||||
<section class="relative">
|
||||
<div class="inline-block bg-[#0f172a] text-yellow-500 px-6 py-3 font-black italic skew-x-[-15deg] mb-6 shadow-xl border-b-2 border-yellow-600">
|
||||
<span class="skew-x-[15deg] block uppercase tracking-wider text-lg">
|
||||
// 4. {{ 'hosting_security_title'|trans }}
|
||||
// 3. {{ 'hosting_security_title'|trans }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="bg-white border-2 border-gray-900 p-8 rounded-lg shadow-[8px_8px_0px_rgba(0,0,0,1)] grid grid-cols-1 md:grid-cols-3 gap-6">
|
||||
@@ -108,11 +88,11 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{# SECTION 5 : SYSTÈME DE MESSAGERIE #}
|
||||
{# SECTION 4 : SYSTÈME DE MESSAGERIE #}
|
||||
<section class="relative">
|
||||
<div class="inline-block bg-[#0f172a] text-yellow-500 px-6 py-3 font-black italic skew-x-[-15deg] mb-6 shadow-xl border-b-2 border-yellow-600">
|
||||
<span class="skew-x-[15deg] block uppercase tracking-wider text-lg">
|
||||
// 5. {{ 'hosting_mail_system_title'|trans }}
|
||||
// 4. {{ 'hosting_mail_system_title'|trans }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="bg-gray-900 text-white p-8 rounded-lg border-l-8 border-red-600 shadow-xl">
|
||||
@@ -126,11 +106,11 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{# SECTION 6 : CONFORMITÉ & SIGNALEMENT #}
|
||||
{# SECTION 5 : CONFORMITÉ & SIGNALEMENT #}
|
||||
<section class="relative">
|
||||
<div class="inline-block bg-[#0f172a] text-yellow-500 px-6 py-3 font-black italic skew-x-[-15deg] mb-6 shadow-xl border-b-2 border-yellow-600">
|
||||
<span class="skew-x-[15deg] block uppercase tracking-wider text-lg">
|
||||
// 6. {{ 'hosting_compliance_title'|trans }}
|
||||
// 5. {{ 'hosting_compliance_title'|trans }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="bg-white border-2 border-gray-900 p-8 rounded-lg shadow-[8px_8px_0px_rgba(0,0,0,1)] grid grid-cols-1 md:grid-cols-2 gap-12">
|
||||
|
||||
@@ -135,17 +135,13 @@
|
||||
// 6. {{ 'rgpd_additif_title'|trans }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="bg-white border-2 border-gray-900 p-8 rounded-lg shadow-[8px_8px_0px_rgba(0,0,0,1)] grid grid-cols-1 lg:grid-cols-3 gap-8">
|
||||
<div class="lg:col-span-2 space-y-6 italic text-sm">
|
||||
<div class="bg-white border-2 border-gray-900 p-8 rounded-lg shadow-[8px_8px_0px_rgba(0,0,0,1)]">
|
||||
<div class="space-y-6 italic text-sm">
|
||||
<p>{{ 'rgpd_additif_collecte_text'|trans }}</p>
|
||||
<div class="bg-gray-900 text-white p-4 font-mono text-[10px] uppercase">
|
||||
<span class="text-yellow-500">// SSL</span> CLOUDFLARE + LET'S ENCRYPT
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-yellow-500 p-6 border-2 border-gray-900 h-fit">
|
||||
<h3 class="font-black uppercase text-xs mb-4 italic tracking-widest border-b border-gray-900/20 pb-2">DPO SITECONSEIL</h3>
|
||||
<p class="text-[10px] font-bold uppercase italic text-gray-900 leading-tight">LEGRAND Philippe<br>03 23 05 62 43</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -220,9 +220,6 @@
|
||||
'strong_end_tag': '</span>'
|
||||
})|raw }}
|
||||
</p>
|
||||
<p class="text-[10px] text-gray-400 uppercase font-black tracking-widest border-t-2 border-gray-100 pt-4">
|
||||
PARTNER_REFERRAL: SARL SITECONSEIL
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -274,33 +271,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{# BLOC PARTENARIAT #}
|
||||
<div class="mt-32 p-10 bg-white border-8 border-cyan-500 shadow-[12px_12px_0px_rgba(6,182,212,1)] flex flex-col md:flex-row items-center gap-10">
|
||||
<div class="flex-1 text-left">
|
||||
<h3 class="text-3xl font-black text-cyan-600 uppercase italic tracking-tighter mb-4">
|
||||
{{ 'page.presentation.siteconseil_partner.title'|trans }}
|
||||
</h3>
|
||||
<p class="text-gray-800 font-bold uppercase text-sm leading-tight">
|
||||
{{ 'page.presentation.siteconseil_partner.intro'|trans({
|
||||
'page_span': '<span class="text-cyan-600 font-black underline">EPage</span>',
|
||||
'strong_tag': '<b>',
|
||||
'strong_end_tag': '</b>'
|
||||
})|raw }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="bg-gray-900 text-white p-6 border-4 border-gray-900 shadow-[8px_8px_0px_rgba(6,182,212,0.5)] max-w-sm">
|
||||
<p class="text-xs font-black text-cyan-400 uppercase mb-4 tracking-widest">{{ 'page.presentation.siteconseil_partner.recommended'|trans }}</p>
|
||||
<p class="text-sm font-bold mb-6">
|
||||
{{ 'page.presentation.siteconseil_partner.cms_info'|trans({
|
||||
'partner_strong': '<span class="text-cyan-400">SARL SITECONSEIL</span>',
|
||||
'cms_strong': '<span class="text-yellow-400 font-black">Esy-Flex</span>'
|
||||
})|raw }}
|
||||
</p>
|
||||
<a href="https://www.siteconseil.fr" target="_blank" class="block text-center py-3 bg-cyan-500 text-gray-900 font-black uppercase text-xs border-2 border-white hover:bg-white transition-colors">
|
||||
{{ 'page.presentation.siteconseil_partner.discover_button'|trans }} _
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{# --- JAVASCRIPT --- #}
|
||||
|
||||
@@ -679,14 +679,6 @@ events.details.back_to_list: 返回活动列表
|
||||
|
||||
page:
|
||||
presentation:
|
||||
siteconseil_partner:
|
||||
discover_button: 探索 SITECONSEIL
|
||||
offer_info: 快速创建您的网站,并享受量身定制的优惠。
|
||||
cms_info: 我们的合作伙伴 partner_strong 提供其 cms_strong 内容管理系统解决方案。
|
||||
recommended: 推荐合作伙伴
|
||||
intro: "page_span 非常适合您的 Cosplay 展示,但如果您希望为您的专业活动或个人品牌建立一个 strong_tag完整、个性化且可扩展的网站strong_end_tag:"
|
||||
title: 🚀 您的完整网站
|
||||
|
||||
js:
|
||||
periodic_billing: 按 %duration% 个月计费。平均每月 %average_price%。
|
||||
annual_billing: 按年计费。平均每月 %average_price%。
|
||||
@@ -707,7 +699,6 @@ page:
|
||||
choose_period: 选择您的订阅期限
|
||||
|
||||
additional_features:
|
||||
siteconseil_referral: '<p class="text-base sm:text-lg leading-relaxed mt-3">我们会告知您是否可行,或者我们是否需要将您转介给我们的合作伙伴 partner_strong_cyan 来创建您的定制网站。</p>'
|
||||
request_support: 如果您需要 page_span 上当前没有提供的额外功能,strong_tag请咨询 E-Cosplay 支持strong_end_tag。
|
||||
title: ⚡ 需要更多功能?
|
||||
|
||||
@@ -966,10 +957,6 @@ rules_art5_stand_desc: "协会参展时,将优先要求主办方提供门票
|
||||
hosting_main_title: "法律信息与托管"
|
||||
hosting_bg_text: "服务器 (SERVER)"
|
||||
hosting_responsibilities_label: "责任声明"
|
||||
hosting_tech_operator_title: "技术运营商"
|
||||
hosting_tech_operator_name: "SARL SITECONSEIL"
|
||||
hosting_tech_operator_address: "27 RUE LE SERURIER<br>02100 SAINT-QUENTIN"
|
||||
hosting_tech_operator_siret: "SIRET: 41866405800025"
|
||||
hosting_infrastructure_title: "云基础设施"
|
||||
hosting_cloud_provider: "Google Cloud Platform (GCP)"
|
||||
hosting_location_detail: "荷兰 (eu-west4)"
|
||||
@@ -995,7 +982,7 @@ hosting_privacy_alert_desc: "我们的服务器和 Amazon SES 处理本网站发
|
||||
hosting_compliance_title: "合规与 GDPR"
|
||||
hosting_compliance_desc: "基础设施配置符合欧盟境内的安全标准和 GDPR(通用数据保护条例)。"
|
||||
hosting_signalement_label: "违规举报"
|
||||
hosting_signalement_email: "signalement@siteconseil.fr"
|
||||
hosting_signalement_email: "signalement@e-cosplay.fr"
|
||||
|
||||
# 技术补充 (Addendum)
|
||||
rgpd_additif_title: "技术补充条款"
|
||||
|
||||
@@ -751,14 +751,6 @@ events.details.organizer: Organizer
|
||||
events.details.back_to_list: Back to Events List
|
||||
page:
|
||||
presentation:
|
||||
siteconseil_partner:
|
||||
discover_button: Discover SITECONSEIL
|
||||
offer_info: Create your website quickly and benefit from a suitable offer.
|
||||
cms_info: Our partner partner_strong offers its CMS solution cms_strong.
|
||||
recommended: Recommended Partner
|
||||
intro: "The page_span is perfect for your Cosplay showcase, but if you want a strong_tagcomplete, personalized, and scalable websitestrong_end_tag for your professional activity or personal brand:"
|
||||
title: 🚀 Your Complete Website
|
||||
|
||||
js:
|
||||
periodic_billing: Billed for %duration% months. An average of %average_price% per month.
|
||||
annual_billing: Billed annually. An average of %average_price% per month.
|
||||
@@ -779,7 +771,6 @@ page:
|
||||
choose_period: Choose Your Subscription Period
|
||||
|
||||
additional_features:
|
||||
siteconseil_referral: '<p class="text-base sm:text-lg leading-relaxed mt-3">We will let you know if its feasible or if we need to direct you to our partner partner_strong_cyan for the creation of your custom website.</p>'
|
||||
request_support: If you need additional features not currently available on the page_span, strong_tagask E-Cosplay supportstrong_end_tag.
|
||||
title: ⚡ NEED MORE FEATURES?
|
||||
|
||||
@@ -1039,10 +1030,6 @@ rules_art5_stand_desc: "When a stand is held by the association, the organizer w
|
||||
hosting_main_title: "Legal Information & Hosting"
|
||||
hosting_bg_text: "SERVER"
|
||||
hosting_responsibilities_label: "Responsibilities"
|
||||
hosting_tech_operator_title: "Technical Operator"
|
||||
hosting_tech_operator_name: "SARL SITECONSEIL"
|
||||
hosting_tech_operator_address: "27 RUE LE SERURIER<br>02100 SAINT-QUENTIN"
|
||||
hosting_tech_operator_siret: "SIRET: 41866405800025"
|
||||
hosting_infrastructure_title: "Cloud Infrastructure"
|
||||
hosting_cloud_provider: "Google Cloud Platform (GCP)"
|
||||
hosting_location_detail: "Netherlands (eu-west4)"
|
||||
@@ -1068,7 +1055,7 @@ hosting_privacy_alert_desc: "Our server and Amazon SES process the content and m
|
||||
hosting_compliance_title: "Compliance & GDPR"
|
||||
hosting_compliance_desc: "Infrastructure (GCP, Cloudflare, Sentry) is configured to respect security standards and GDPR within the European Union."
|
||||
hosting_signalement_label: "Report a violation"
|
||||
hosting_signalement_email: "signalement@siteconseil.fr"
|
||||
hosting_signalement_email: "signalement@e-cosplay.fr"
|
||||
|
||||
# Technical Addendum
|
||||
rgpd_additif_title: "Technical Addendum"
|
||||
|
||||
@@ -701,14 +701,6 @@ page:
|
||||
title: "Formulario de solicitud de EPage"
|
||||
description: "Formulario de solicitud de EPage"
|
||||
presentation:
|
||||
siteconseil_partner:
|
||||
discover_button: Descubrir SITECONSEIL
|
||||
offer_info: Crea rápidamente tu sitio y disfruta de una oferta adaptada.
|
||||
cms_info: Nuestro socio partner_strong ofrece su solución CMS cms_strong.
|
||||
recommended: Socio recomendado
|
||||
intro: "La page_span es perfecta para tu vitrina de cosplay, pero si quieres un strong_tagsitio web completo, personalizado y escalable para tu actividad profesional o tu marca personalstrong_end_tag:"
|
||||
title: 🚀 Tu sitio web completo
|
||||
|
||||
js:
|
||||
periodic_billing: Facturación por %duration% meses. Esto equivale a una media de %average_price% al mes.
|
||||
annual_billing: Facturación anual. Esto equivale a una media de %average_price% al mes.
|
||||
@@ -729,7 +721,6 @@ page:
|
||||
choose_period: Elige tu periodo de suscripción
|
||||
|
||||
additional_features:
|
||||
siteconseil_referral: '<p class="text-base sm:text-lg leading-relaxed mt-3">Te indicaremos si es factible o si debemos redirigirte a nuestro socio partner_strong_cyan para la creación de tu sitio a medida.</p>'
|
||||
request_support: Si necesitas funcionalidades adicionales que no están presentes actualmente en la page_span, strong_tagconsulta al soporte de E-Cosplaystrong_end_tag.
|
||||
title: ⚡ ¿NECESITAS MÁS FUNCIONALIDADES?
|
||||
|
||||
@@ -1031,11 +1022,6 @@ hosting_bg_text: "SERVIDOR"
|
||||
|
||||
hosting_responsibilities_label: "Responsabilidades"
|
||||
|
||||
hosting_tech_operator_title: "Operador Técnico"
|
||||
hosting_tech_operator_name: "SARL SITECONSEIL"
|
||||
hosting_tech_operator_address: "27 RUE LE SERURIER<br>02100 SAINT-QUENTIN"
|
||||
hosting_tech_operator_siret: "SIRET: 41866405800025"
|
||||
|
||||
hosting_infrastructure_title: "Infraestructura Cloud"
|
||||
hosting_cloud_provider: "Google Cloud Platform (GCP)"
|
||||
hosting_location_detail: "Países Bajos (eu-west4)"
|
||||
@@ -1065,9 +1051,9 @@ hosting_privacy_alert_desc: "Nuestro servidor y Amazon SES procesan el contenido
|
||||
hosting_compliance_title: "Conformidad y RGPD"
|
||||
hosting_compliance_desc: "La infraestructura (GCP, Cloudflare, Sentry) está configurada para cumplir con los estándares de seguridad y el RGPD dentro de la Unión Europea."
|
||||
hosting_signalement_label: "Denuncia de abusos"
|
||||
hosting_signalement_email: "signalement@siteconseil.fr"
|
||||
hosting_signalement_email: "signalement@e-cosplay.fr"
|
||||
|
||||
# --- ADENDA TÉCNICA SITECONSEIL ---
|
||||
# --- ADENDA TÉCNICA ---
|
||||
rgpd_additif_title: "Adenda Técnica"
|
||||
rgpd_additif_collecte_title: "Recogida mínima y anonimizada"
|
||||
rgpd_additif_collecte_text: "El sitio se limita estrictamente a la recogida de datos técnicos necesarios para su buen funcionamiento (logs de errores, rendimiento). Estos datos se agregan de forma que no permitan identificar a un visitante específico."
|
||||
|
||||
@@ -701,14 +701,6 @@ page:
|
||||
title: "Formulaire demande de EPage"
|
||||
description: "Formulaire demande de EPage"
|
||||
presentation:
|
||||
siteconseil_partner:
|
||||
discover_button: Découvrir SITECONSEIL
|
||||
offer_info: Créez votre site internet rapidement et profitez d'une offre adaptée.
|
||||
cms_info: Notre partenaire partner_strong propose sa solution CMS cms_strong.
|
||||
recommended: Partenaire Recommandé
|
||||
intro: "L'page_span est parfait pour votre vitrine Cosplay, mais si vous souhaitez un strong_tagsite complet, personnalisé et évolutifstrong_end_tag pour votre activité professionnelle ou votre marque personnelle :"
|
||||
title: 🚀 Votre Site Internet Complet
|
||||
|
||||
js:
|
||||
periodic_billing: Facturation pour %duration% mois. Soit %average_price% en moyenne par mois.
|
||||
annual_billing: Facturation annuelle. Soit %average_price% en moyenne par mois.
|
||||
@@ -729,7 +721,6 @@ page:
|
||||
choose_period: Choisissez Votre Période d'Abonnement
|
||||
|
||||
additional_features:
|
||||
siteconseil_referral: '<p class="text-base sm:text-lg leading-relaxed mt-3">Nous vous indiquerons si cela est réalisable ou si nous devons vous diriger vers notre partenaire partner_strong_cyan pour la création de votre site internet sur mesure.</p>'
|
||||
request_support: Si vous avez besoin de fonctionnalités supplémentaires non disponibles actuellement sur l'page_span, strong_tagdemandez au support E-Cosplaystrong_end_tag.
|
||||
title: ⚡ BESOIN DE PLUS DE FONCTIONNALITÉS ?
|
||||
|
||||
@@ -1054,12 +1045,6 @@ hosting_bg_text: "SERVER"
|
||||
# Section Responsabilités
|
||||
hosting_responsibilities_label: "Responsabilités"
|
||||
|
||||
# Opérateur Technique
|
||||
hosting_tech_operator_title: "Opérateur Technique"
|
||||
hosting_tech_operator_name: "SARL SITECONSEIL"
|
||||
hosting_tech_operator_address: "27 RUE LE SERURIER<br>02100 SAINT-QUENTIN"
|
||||
hosting_tech_operator_siret: "SIRET: 41866405800025"
|
||||
|
||||
# Infrastructure Cloud
|
||||
hosting_infrastructure_title: "Infrastructure Cloud"
|
||||
hosting_cloud_provider: "Google Cloud Platform (GCP)"
|
||||
@@ -1094,9 +1079,9 @@ hosting_privacy_alert_desc: "Notre serveur et Amazon SES traitent le contenu et
|
||||
hosting_compliance_title: "Conformité & RGPD"
|
||||
hosting_compliance_desc: "L'infrastructure (GCP, Cloudflare, Sentry) est configurée pour respecter les standards de sécurité et le RGPD au sein de l'Union Européenne."
|
||||
hosting_signalement_label: "Signalement d'infraction"
|
||||
hosting_signalement_email: "signalement@siteconseil.fr"
|
||||
hosting_signalement_email: "signalement@e-cosplay.fr"
|
||||
|
||||
# --- ADDITIF TECHNIQUE SITECONSEIL ---
|
||||
# --- ADDITIF TECHNIQUE ---
|
||||
rgpd_additif_title: "Additif Technique"
|
||||
rgpd_additif_collecte_title: "Collecte Minimale et Anonymisée"
|
||||
rgpd_additif_collecte_text: "Le site se limite strictement à la collecte de données techniques nécessaires au bon fonctionnement (logs d'erreurs, performance). Ces données sont agrégées de manière à ce qu'il soit impossible de remonter à un visiteur spécifique."
|
||||
|
||||
@@ -701,14 +701,6 @@ page:
|
||||
title: "Antragsformular für EPage"
|
||||
description: "Antragsformular für EPage"
|
||||
presentation:
|
||||
siteconseil_partner:
|
||||
discover_button: SITECONSEIL entdecken
|
||||
offer_info: Erstellen Sie schnell Ihre Website und profitieren Sie von einem passenden Angebot.
|
||||
cms_info: Unser Partner partner_strong bietet seine CMS-Lösung cms_strong an.
|
||||
recommended: Empfohlener Partner
|
||||
intro: "Die page_span ist perfekt für Ihre Cosplay-Vitrine, aber wenn Sie eine strong_tagvollständige, personalisierte und skalierbare Website für Ihre berufliche Tätigkeit oder Ihre persönliche Marke wünschenstrong_end_tag:"
|
||||
title: 🚀 Ihre vollständige Internetseite
|
||||
|
||||
js:
|
||||
periodic_billing: Abrechnung für %duration% Monate. Das entspricht durchschnittlich %average_price% pro Monat.
|
||||
annual_billing: Jährliche Abrechnung. Das entspricht durchschnittlich %average_price% pro Monat.
|
||||
@@ -729,7 +721,6 @@ page:
|
||||
choose_period: Wählen Sie Ihren Abonnementzeitraum
|
||||
|
||||
additional_features:
|
||||
siteconseil_referral: '<p class="text-base sm:text-lg leading-relaxed mt-3">Wir werden Ihnen mitteilen, ob dies machbar ist oder ob wir Sie an unseren Partner partner_strong_cyan für die Erstellung Ihrer maßgeschneiderten Website verweisen müssen.</p>'
|
||||
request_support: Wenn Sie zusätzliche Funktionen benötigen, die derzeit auf der page_span nicht verfügbar sind, strong_tagfragen Sie den E-Cosplay Supportstrong_end_tag.
|
||||
title: ⚡ BENÖTIGEN SIE MEHR FUNKTIONEN?
|
||||
|
||||
@@ -1031,11 +1022,6 @@ hosting_bg_text: "SERVER"
|
||||
|
||||
hosting_responsibilities_label: "Verantwortlichkeiten"
|
||||
|
||||
hosting_tech_operator_title: "Technischer Betreiber"
|
||||
hosting_tech_operator_name: "SARL SITECONSEIL"
|
||||
hosting_tech_operator_address: "27 RUE LE SERURIER<br>02100 SAINT-QUENTIN"
|
||||
hosting_tech_operator_siret: "SIRET: 41866405800025"
|
||||
|
||||
hosting_infrastructure_title: "Cloud-Infrastruktur"
|
||||
hosting_cloud_provider: "Google Cloud Platform (GCP)"
|
||||
hosting_location_detail: "Niederlande (eu-west4)"
|
||||
@@ -1065,9 +1051,9 @@ hosting_privacy_alert_desc: "Unser Server und Amazon SES verarbeiten den Inhalt
|
||||
hosting_compliance_title: "Konformität & DSGVO"
|
||||
hosting_compliance_desc: "Die Infrastruktur (GCP, Cloudflare, Sentry) ist so konfiguriert, dass sie die Sicherheitsstandards und die DSGVO innerhalb der Europäischen Union erfüllt."
|
||||
hosting_signalement_label: "Meldung von Verstößen"
|
||||
hosting_signalement_email: "signalement@siteconseil.fr"
|
||||
hosting_signalement_email: "signalement@e-cosplay.fr"
|
||||
|
||||
# --- TECHNISCHER ZUSATZ SITECONSEIL ---
|
||||
# --- TECHNISCHER ZUSATZ ---
|
||||
rgpd_additif_title: "Technischer Zusatz"
|
||||
rgpd_additif_collecte_title: "Minimale und anonymisierte Erhebung"
|
||||
rgpd_additif_collecte_text: "Die Website beschränkt sich strikt auf die Erhebung technischer Daten, die für den ordnungsgemäßen Betrieb erforderlich sind (Fehlerprotokolle, Leistung). Diese Daten werden so aggregiert, dass kein Rückschluss auf einen spezifischen Besucher möglich ist."
|
||||
|
||||
Reference in New Issue
Block a user