💬(frontend) change app name to Regie

The app was named Equipes, it is now Régie.
This commit is contained in:
Anthony LC
2024-06-28 16:21:46 +02:00
committed by Anthony LC
parent 7c36f1e775
commit bea23cc6e9
5 changed files with 20 additions and 16 deletions

View File

@@ -56,9 +56,9 @@ export const Header = () => {
</LogoGouv>
<StyledLink href="/">
<Box $align="center" $gap="1rem" $direction="row">
<Image priority src={IconApplication} alt={t('Equipes Logo')} />
<Image priority src={IconApplication} alt={t('Régie Logo')} />
<Text $margin="none" as="h2" $theme="primary">
{t('Equipes')}
{t('Régie')}
</Text>
</Box>
</StyledLink>

View File

@@ -10,7 +10,6 @@
"translation": {
"0 group to display.": "0 groupe à afficher.",
"0 mail domain to display.": "0 domaine de mail à afficher.",
"Accessibility": "Accessibilité",
"Accessibility statement": "Déclaration d'accessibilité",
"Accessibility: non-compliant": "Accessibilité : non conforme",
"Add a member": "Ajouter un membre",
@@ -49,9 +48,6 @@
"Emails": "Emails",
"Empty teams icon": "Icône de groupe vide",
"Enter the new name of the selected team": "Entrez le nouveau nom du groupe sélectionné",
"Equipes": "Équipes",
"Equipes Description": "Description des groupes",
"Equipes Logo": "Logo Équipes",
"Failed to add {{name}} in the team": "Impossible d'ajouter {{name}} au groupe",
"Failed to create the invitation for {{email}}": "Impossible de créer l'invitation pour {{email}}",
"Find a member to add to the team": "Trouver un membre à ajouter au groupe",
@@ -68,6 +64,7 @@
"It seems that the page you are looking for does not exist or cannot be displayed correctly.": "Il semble que la page que vous cherchez n'existe pas ou ne puisse pas être affichée correctement.",
"It's true, you didn't have to click on a block that covers half the page to say you agree to the placement of cookies — even if you don't know what it means!": "C'est vrai, vous n'avez pas à cliquer sur un bloc qui couvre la moitié de la page pour dire que vous acceptez le placement de cookies — même si vous ne savez pas ce que cela signifie !",
"La Régie (Suite Territoriale) is non-compliant with the RGAA. The site has not yet been audited.": "La Régie (Suite Territoriale) est non conforme avec le RGAA. Le site na encore pas été audité.",
"La Suite administration interface: management of users and rights on the various tools (messaging, storage, etc.)": "Interface dadministration de la Suite : gestion des utilisateurs et des droits sur les différents outils (messagerie, stockage, etc.)",
"Language": "Langue",
"Language Icon": "Icône de langue",
"Last name": "Nom",
@@ -113,6 +110,8 @@
"Remove from group": "Retirer du groupe",
"Remove this member from the group": "Retirer ce membre du groupe",
"Roles": "Rôles",
"Régie": "Régie",
"Régie Logo": "Logo Régie",
"Search new members (name or email)": "Rechercher de nouveaux membres (nom ou email)",
"Secondary email address": "Adresse e-mail secondaire",
"Send a letter by post (free of charge, no stamp needed):": "Envoyer un courrier par la poste (gratuit, ne pas mettre de timbre) :",

View File

@@ -18,8 +18,13 @@ export default function App({ Component, pageProps }: AppPropsWithLayout) {
return (
<>
<Head>
<title>{t('Equipes')}</title>
<meta name="description" content={t('Equipes Description')} />
<title>{t('Régie')}</title>
<meta
name="description"
content={t(
'La Suite administration interface: management of users and rights on the various tools (messaging, storage, etc.)',
)}
/>
<link rel="icon" href="/favicon.ico" sizes="any" />
</Head>
<AppProvider>{getLayout(<Component {...pageProps} />)}</AppProvider>

View File

@@ -19,12 +19,12 @@ test.describe('Header', () => {
header.getByAltText('Freedom Equality Fraternity Logo'),
).toBeVisible();
await expect(header.getByAltText('Equipes Logo')).toBeVisible();
await expect(header.locator('h2').getByText('Equipes')).toHaveCSS(
await expect(header.getByAltText('Régie Logo')).toBeVisible();
await expect(header.locator('h2').getByText('Régie')).toHaveCSS(
'color',
'rgb(0, 0, 145)',
);
await expect(header.locator('h2').getByText('Equipes')).toHaveCSS(
await expect(header.locator('h2').getByText('Régie')).toHaveCSS(
'font-family',
/Marianne/i,
);

View File

@@ -16,17 +16,17 @@
<!-- Welcome Message -->
<mj-text>
<h1>{% trans "Welcome to" %} <strong>Equipes</strong></h1>
<h1>{% trans "Welcome to" %} <strong>Régie</strong></h1>
</mj-text>
<mj-divider border-width="1px" border-style="solid" border-color="#DDDDDD" width="30%" align="left"/>
<mj-image src="{% base64_static 'images/logo.png' %}" width="157px" align="left" alt="{%trans 'Logo' %}" />
<!-- Main Message -->
<mj-text>{% trans "We are delighted to welcome you to our community on Equipes, your new companion to simplify the management of your groups efficiently, intuitively, and securely." %}</mj-text>
<mj-text>{% trans "We are delighted to welcome you to our community on Régie, your new companion to simplify the management of your groups efficiently, intuitively, and securely." %}</mj-text>
<mj-text>{% trans "Our application is designed to help you organize, collaborate, and manage permissions." %}</mj-text>
<mj-text>
{% trans "With Equipes, you will be able to:" %}
{% trans "With Régie, you will be able to:" %}
<ul>
<li>{% trans "Create customized groups according to your specific needs."%}</li>
<li>{% trans "Invite members of your team or community in just a few clicks."%}</li>
@@ -36,9 +36,9 @@
</ul>
</mj-text>
<mj-button href="//{{site.domain}}" background-color="#000091" color="white" padding-bottom="30px">
{% trans "Visit Equipes"%}
{% trans "Visit Régie"%}
</mj-button>
<mj-text>{% trans "We are confident that Equipes will help you increase efficiency and productivity while strengthening the bond among members." %}</mj-text>
<mj-text>{% trans "We are confident that Régie will help you increase efficiency and productivity while strengthening the bond among members." %}</mj-text>
<mj-text>{% trans "Feel free to explore all the features of the application and share your feedback and suggestions with us. Your feedback is valuable to us and will enable us to continually improve our service." %}</mj-text>
<mj-text>{% trans "Once again, welcome aboard! We are eager to accompany you on this group management adventure." %}</mj-text>