You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/translations/en.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -501,7 +501,8 @@
501
501
"loadingOptions": "Loading...",
502
502
"buildNode": "Build node",
503
503
"maxBuiltNodeExceededError": "You have reached your user quota for builds per study, therefore you cannot build further nodes within this study. Please unbuild nodes in order to go below the limit of {limit} builds",
504
-
"createNetworkModificationNode": "Create a new node",
504
+
"createNetworkModificationConstructionNode": "Create a construction node",
505
+
"createNetworkModificationSecurityNode": "Create a security node",
505
506
"createNetworkModificationNodeInNewBranch": "in a new branch",
506
507
"pasteNetworkModificationNodeInNewBranch": "in a new branch",
507
508
"createSecuritySequence": "Create a security sequence",
Copy file name to clipboardExpand all lines: src/translations/fr.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -501,7 +501,8 @@
501
501
"loadingOptions": "Chargement...",
502
502
"buildNode": "Réaliser le nœud",
503
503
"maxBuiltNodeExceededError": "Vous avez atteint votre quota utilisateur en termes de réalisations par étude, vous ne pouvez donc plus réaliser de nœuds dans cette étude pour le moment. Merci de déréaliser des nœuds afin de redescendre sous le seuil de {limit} réalisations.",
504
-
"createNetworkModificationNode": "Créer un nouveau nœud",
504
+
"createNetworkModificationConstructionNode": "Créer un nœud de construction",
505
+
"createNetworkModificationSecurityNode": "Créer un nœud de sécurité",
505
506
"createNetworkModificationNodeInNewBranch": "dans une nouvelle branche",
506
507
"pasteNetworkModificationNodeInNewBranch": "dans une nouvelle branche",
507
508
"createSecuritySequence": "Créer un enchaînement de sécurité",
0 commit comments