Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Dec 4, 2024
1 parent 79900dc commit f26437a
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 43 deletions.
4 changes: 2 additions & 2 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ This repository contains the source code for the Docker image [inseefrlab/onyxia

## Project Structure

- **UI Layer:** This project utilizes React, but solely as a UI library. The React-specific code is isolated to [src/ui](./src/ui).
- **Core Logic:** The bulk of the application's functionality resides in [src/core](./src/core). Importantly, the core logic is entirely agnostic to React.
- **UI Layer:** This project utilizes React, but solely as a UI library. The React-specific code is isolated to [src/ui](./src/ui).
- **Core Logic:** The bulk of the application's functionality resides in [src/core](./src/core). Importantly, the core logic is entirely agnostic to React.
28 changes: 14 additions & 14 deletions web/src/keycloak-theme/login/assets/tos_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ The SSP Cloud is aimed at officials of the official statistical system as well a

The SSP Cloud allows:

- the orchestration of _data science_ trainings
- access to _data science_ services
- secure data storage
- management of secrets, such as encryption keys
- access to a code management service
- orchestration of data processing flows
- the orchestration of _data science_ trainings
- access to _data science_ services
- secure data storage
- management of secrets, such as encryption keys
- access to a code management service
- orchestration of data processing flows

A user account is also used to connect to the service platform of [the Inter-ministerial Mutualization Free Software community](https://groupes.mim-libre.fr/).

Expand Down Expand Up @@ -46,8 +46,8 @@ Internet. The use of a computer is recommended. Use of the datalab services is f

The user community is accessible on:

- Tchap, salon [SSP Cloud](https://www.tchap.gouv.fr/#/room/#SSPCloudXDpAw6v:agent.finances.tchap.gouv.fr)
- Rocket Chat at MIM Libre, [SSP Cloud lounge](https://chat.mim-libre.fr/channel/sspcloud)
- Tchap, salon [SSP Cloud](https://www.tchap.gouv.fr/#/room/#SSPCloudXDpAw6v:agent.finances.tchap.gouv.fr)
- Rocket Chat at MIM Libre, [SSP Cloud lounge](https://chat.mim-libre.fr/channel/sspcloud)

## Limits of use of the Service

Expand Down Expand Up @@ -132,8 +132,8 @@ their first name, last name and email address (required);

freely:

- photo (see gitlab)
- ...
- photo (see gitlab)
- ...

### Trace data

Expand All @@ -149,11 +149,11 @@ subject to periodic review by the directors for control purposes and usage stati
These cookies are only intended to allow the service to function and
to facilitate its use by users according to the constraints of each typology.

- Session cookie: mandatory, it identifies the session of
the user. The cookie is destroyed at the end of the session.
- Session cookie: mandatory, it identifies the session of
the user. The cookie is destroyed at the end of the session.

- Reauthentication cookie: optional, it allows you to re-authenticate
the user logged in for the duration of the cookie (one year maximum)
- Reauthentication cookie: optional, it allows you to re-authenticate
the user logged in for the duration of the cookie (one year maximum)

## Modification and evolution of the Service

Expand Down
28 changes: 14 additions & 14 deletions web/src/keycloak-theme/login/assets/tos_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Le SSP Cloud s’adresse aux agents du système statistique public ainsi qu'aux

Le SSP Cloud permet :

- l'orchestration de formations de _data science_
- l'accès à des services de _data science_
- le stockage sécurisé de données
- la gestion de secrets, tels que des clés de chiffrement
- l'accès à un service de gestion de code
- l'orchestration de flux de traitement de données
- l'orchestration de formations de _data science_
- l'accès à des services de _data science_
- le stockage sécurisé de données
- la gestion de secrets, tels que des clés de chiffrement
- l'accès à un service de gestion de code
- l'orchestration de flux de traitement de données

Un compte utilisateur permet également de se connecter à la plateforme de services de la communauté Mutualisation Inter-ministérielle Logiciels Libres (<https://groupes.mim-libre.fr/>).

Expand Down Expand Up @@ -49,8 +49,8 @@ Internet. L'utilisation d'un ordinateur est recommandée. L’utilisation des se

La communauté d'utilisateurs est accessible sur :

- Tchap, salon [SSP Cloud](https://www.tchap.gouv.fr/#/room/#SSPCloudXDpAw6v:agent.finances.tchap.gouv.fr)
- Rocket Chat du MIM Libre, salon [SSP Cloud](https://chat.mim-libre.fr/channel/sspcloud)
- Tchap, salon [SSP Cloud](https://www.tchap.gouv.fr/#/room/#SSPCloudXDpAw6v:agent.finances.tchap.gouv.fr)
- Rocket Chat du MIM Libre, salon [SSP Cloud](https://chat.mim-libre.fr/channel/sspcloud)

## Limites d’utilisation du Service

Expand Down Expand Up @@ -135,8 +135,8 @@ ses prénom, nom et adresse mail (obligatoire) ;

de façon libre :

- photo (cf. gitlab)
- ...
- photo (cf. gitlab)
- ...

### Données de trace

Expand All @@ -152,11 +152,11 @@ l'objet d'une revue périodique de la part des administrateurs à des fins de co
Ces cookies n’ont pour objet que de permettre le fonctionnement du service et
de faciliter son usage par les utilisateurs selon les contraintes chaque typologie.

- Cookie de session : obligatoire , il permet d'identifier la session de
l'utilisateur. Le cookie est détruit à la fin de la session.
- Cookie de session : obligatoire , il permet d'identifier la session de
l'utilisateur. Le cookie est détruit à la fin de la session.

- Cookie de réauthentification : optionnel, il permet de ré-authentifier
l'utilisateur connecté pendant la durée du cookie (un an maximum)
- Cookie de réauthentification : optionnel, il permet de ré-authentifier
l'utilisateur connecté pendant la durée du cookie (un an maximum)

## Modification et évolution du Service

Expand Down
8 changes: 6 additions & 2 deletions web/src/ui/i18n/resources/en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ export const translations: Translations<"en"> = {
our documentation
</MuiLink>
. &nbsp;
<MuiLink {...accountTabLink}>Configure the minio clients</MuiLink>.
<MuiLink {...accountTabLink}>
Configure the minio clients
</MuiLink>.
</>
)
},
Expand Down Expand Up @@ -345,7 +347,9 @@ export const translations: Translations<"en"> = {
our documentation
</MuiLink>
. &nbsp;
<MuiLink {...accountTabLink}>Configure your local Vault CLI</MuiLink>.
<MuiLink {...accountTabLink}>
Configure your local Vault CLI
</MuiLink>.
</>
)
},
Expand Down
12 changes: 9 additions & 3 deletions web/src/ui/i18n/resources/es.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,9 @@ export const translations: Translations<"en"> = {
nuestra documentación
</MuiLink>
. &nbsp;
<MuiLink {...accountTabLink}>Configura los clientes de minio</MuiLink>.
<MuiLink {...accountTabLink}>
Configura los clientes de minio
</MuiLink>.
</>
)
},
Expand Down Expand Up @@ -357,7 +359,9 @@ export const translations: Translations<"en"> = {
nuestra documentación
</MuiLink>
. &nbsp;
<MuiLink {...accountTabLink}>Configura tu Vault CLI local</MuiLink>.
<MuiLink {...accountTabLink}>
Configura tu Vault CLI local
</MuiLink>.
</>
)
},
Expand Down Expand Up @@ -955,7 +959,9 @@ export const translations: Translations<"en"> = {
específica del archivo copiando la URL de la barra de direcciones.
<br />
¿No estás seguro por dónde empezar? ¡Prueba este{" "}
<MuiLink {...demoParquetFileLink}>archivo de demostración</MuiLink>!
<MuiLink {...demoParquetFileLink}>
archivo de demostración
</MuiLink>!
</>
),
column: "columna",
Expand Down
4 changes: 3 additions & 1 deletion web/src/ui/i18n/resources/fi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,9 @@ export const translations: Translations<"fi"> = {
dokumentaatiomme
</MuiLink>
. &nbsp;
<MuiLink {...accountTabLink}>Määritä paikallinen Vault CLI</MuiLink>.
<MuiLink {...accountTabLink}>
Määritä paikallinen Vault CLI
</MuiLink>.
</>
)
},
Expand Down
12 changes: 9 additions & 3 deletions web/src/ui/i18n/resources/fr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ export const translations: Translations<"fr"> = {
notre documentation
</MuiLink>
. &nbsp;
<MuiLink {...accountTabLink}>Configurer les clients MinIO</MuiLink>.
<MuiLink {...accountTabLink}>
Configurer les clients MinIO
</MuiLink>.
</>
)
},
Expand Down Expand Up @@ -359,7 +361,9 @@ export const translations: Translations<"fr"> = {
notre documentation
</MuiLink>
. &nbsp;
<MuiLink {...accountTabLink}>Configurer votre Vault CLI local</MuiLink>.
<MuiLink {...accountTabLink}>
Configurer votre Vault CLI local
</MuiLink>.
</>
)
},
Expand Down Expand Up @@ -965,7 +969,9 @@ N'hésitez pas à explorer et à prendre en main vos déploiements Kubernetes !
spécifique du fichier en copiant l'URL de la barre d'adresse.
<br />
Vous ne savez pas par où commencer ? Essayez ce{" "}
<MuiLink {...demoParquetFileLink}>fichier de démonstration</MuiLink> !
<MuiLink {...demoParquetFileLink}>
fichier de démonstration
</MuiLink> !
</>
),
column: "colonne",
Expand Down
4 changes: 3 additions & 1 deletion web/src/ui/i18n/resources/it.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,9 @@ export const translations: Translations<"it"> = {
la nostra documentazione
</MuiLink>
. &nbsp;
<MuiLink {...accountTabLink}>Configurare i client MinIO</MuiLink>.
<MuiLink {...accountTabLink}>
Configurare i client MinIO
</MuiLink>.
</>
)
},
Expand Down
4 changes: 3 additions & 1 deletion web/src/ui/i18n/resources/nl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,9 @@ export const translations: Translations<"nl"> = {
onze documentatie
</MuiLink>
. &nbsp;
<MuiLink {...accountTabLink}>Uw lokale Vault CLI instellen</MuiLink>.
<MuiLink {...accountTabLink}>
Uw lokale Vault CLI instellen
</MuiLink>.
</>
)
},
Expand Down
8 changes: 6 additions & 2 deletions web/src/ui/i18n/resources/zh-CN.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,9 @@ ${
"share tooltip - belong to you, not shared": ({ projectName, focusColor }) => (
<>
只有您可以访问此服务。点击共享给
<span style={{ color: focusColor }}>{projectName}</span>项目成员。
<span style={{ color: focusColor }}>
{projectName}
</span>项目成员。
</>
)
},
Expand Down Expand Up @@ -892,7 +894,9 @@ ${
URL,分享文件的永久链接,甚至是文件中某个特定行的链接。
<br />
不知道从哪里开始?尝试这个{" "}
<MuiLink {...demoParquetFileLink}>演示文件</MuiLink>
<MuiLink {...demoParquetFileLink}>
演示文件
</MuiLink>
</>
),
column: "列",
Expand Down

0 comments on commit f26437a

Please sign in to comment.