-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Privacy] moves account section from core plugin (#2489)
* moving privacy account core=> main->privacy * translation privacy and menu jauge * core/privacy * privacy core branch translations * translate desktop -> administration * delete therm_of_service translation json * changement domain * delete core privacy * correction suite echec PHPUnit
- Loading branch information
Showing
21 changed files
with
51 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
src/main/core/Resources/modules/account/privacy/store/index.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
92 changes: 0 additions & 92 deletions
92
src/main/core/Resources/modules/administration/parameters/privacy/components/main.jsx
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
src/main/core/Resources/modules/administration/parameters/privacy/containers/main.jsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...esources/modules/account/privacy/index.js → ...esources/modules/account/privacy/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
src/main/privacy/Resources/modules/account/privacy/store/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
import {actions} from '#/main/privacy/account/privacy/store/actions' | ||
import {selectors} from '#/main/privacy/account/privacy/store/selectors' | ||
|
||
export { | ||
actions, | ||
selectors | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 10 additions & 3 deletions
13
...pp/Resources/translations/privacy.fr.json → ...cy/Resources/translations/privacy.fr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
{ | ||
"accept_terms": "Vous avez accepté les conditions d'utilisation de la plateforme.", | ||
"no_accept_terms": "Vous n'avez pas encore accepté les conditions d'utilisation de la plateforme.", | ||
"title_my_datas": "Mes données personnelles", | ||
"export_datas": "Exporter mes données", | ||
"title_my_data": "Mes données personnelles", | ||
"export_data": "Exporter mes données", | ||
"country_storage": "Pays de stockage des données", | ||
"request_deletion" : "Demander la suppression de mon compte", | ||
"title_dialog_delete_account" : "Demande de suppression de mon compte", | ||
"message_dialog_delete_account" : "Êtes-vous sûr de vouloir demander la suppression de votre compte ?", | ||
"account_deletion": { | ||
"subject": "Demande de suppression de compte", | ||
"body": "L'utilisateur %name% <br/> ID : %id% <br/> souhaite supprimer son compte. Veuillez prendre les mesures appropriées.<br/><hr/>" | ||
} | ||
}, | ||
|
||
"terms_of_service": "Conditions d'utilisation", | ||
"terms_of_service_activation_message": "Activer les conditions d'utilisation", | ||
"terms_of_service_activation_help": "Les nouveaux utilisateurs devront accepter les conditions avant de pouvoir utiliser la plateforme.", | ||
"terms_enabled_but_empty": "Les conditions d'utilisation ne peuvent être activées que si le texte est fourni dans au moins une langue.", | ||
"terms_of_service_acceptance": "J'accepte les conditions d'utilisation" | ||
} |