mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
* feat: Configure workspaces during creation
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix question description
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix formatting
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix tests
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix tests
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Potential fix for pull request finding 'CodeQL / Insecure randomness'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Artyom Savchenko <armisav@gmail.com>
* Revert "Potential fix for pull request finding 'CodeQL / Insecure randomness'"
This reverts commit e37b6de69c.
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Simplify workspace creation
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix layout
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Clean up
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Keep redesigned version
Signed-off-by: Artem Savchenko <armisav@gmail.com>
* Fix tests
Signed-off-by: Artem Savchenko <armisav@gmail.com>
---------
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Signed-off-by: Artyom Savchenko <armisav@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
66 lines
2.3 KiB
JSON
66 lines
2.3 KiB
JSON
{
|
||
"string": {
|
||
"Create": "Créer",
|
||
"Cancel": "Annuler",
|
||
"Ok": "Ok",
|
||
"Save": "Enregistrer",
|
||
"Saved": "Enregistré...",
|
||
"Download": "Télécharger",
|
||
"DownloadOriginal": "Télécharger l'original",
|
||
"Delete": "Supprimer",
|
||
"Close": "Fermer",
|
||
"NotSelected": "Non sélectionné",
|
||
"Deselect": "Désélectionner",
|
||
"Archived": "(archivé)",
|
||
"AddSocialLinks": "Ajouter des liens sociaux",
|
||
"EditSocialLinks": "Modifier les liens sociaux",
|
||
"Change": "Changer",
|
||
"Remove": "Retirer",
|
||
"Search": "Rechercher...",
|
||
"Spaces": "Espaces",
|
||
"NumberSpaces": "{count, plural, =0 {Dans} =1 {Dans 1 place} other {Dans # endroits}}",
|
||
"InThis": "Dans cet {space}",
|
||
"NoMatchesInThis": "Aucun résultat dans cet {space}",
|
||
"NoMatchesFound": "Aucun résultat trouvé",
|
||
"NotInThis": "Pas dans cet {space}",
|
||
"Match": "Correspondance",
|
||
"Add": "Ajouter",
|
||
"Edit": "Modifier",
|
||
"DocumentPreview": "Aperçu",
|
||
"MakePrivate": "Rendre privé",
|
||
"MakePrivateDescription": "Seuls les membres peuvent le voir",
|
||
"Created": "Créé",
|
||
"Selected": "Sélectionné",
|
||
"NoResults": "Aucun résultat à afficher",
|
||
"Next": "Suivant",
|
||
"FailedToPreview": "Échec de l'aperçu",
|
||
"ContentType": "Type de contenu",
|
||
"ContentTypeNotSupported": "L'aperçu n'est pas disponible pour ce type de contenu",
|
||
"StartDrawing": "Gribouiller dessus",
|
||
"DrawingHistory": "Histoire de gribouillage",
|
||
"ColorAdd": "Ajouter un préréglage de couleur",
|
||
"ColorRemove": "Supprimer le préréglage de couleur",
|
||
"ColorReset": "Réinitialiser les préréglages de couleur",
|
||
"Copy": "Copier",
|
||
"DocumentUrlCopied": "Copié !",
|
||
"CopyLink": "Copier le lien",
|
||
"AccessDenied": "L’objet n’existe pas ou vous n’êtes pas autorisé à y accéder.",
|
||
"UnableToFollowMention": "Impossible d’ouvrir l’objet mentionné",
|
||
"Undo": "Annuler",
|
||
"Redo": "Rétablir",
|
||
"ClearCanvas": "Effacer la toile",
|
||
"PenTool": "Stylo",
|
||
"EraserTool": "Gomme",
|
||
"PanTool": "Déplacement",
|
||
"TextTool": "Texte",
|
||
"LineTool": "Ligne",
|
||
"RectangleTool": "Rectangle",
|
||
"EllipseTool": "Ellipse",
|
||
"PaletteManagementMenu": "Gérer les préréglages de couleur",
|
||
"BetaVersion": "Version bêta"
|
||
},
|
||
"status": {
|
||
"FileTooLarge": "Fichier trop volumineux"
|
||
}
|
||
}
|