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: frontend/src/assets/i18n/en.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@
126
126
"lblName": "Name",
127
127
"errorNameRequired": "The volume name can't be empty",
128
128
"errorNamePattern": "The volume name can only contain lowercase alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character",
129
+
"errorMountedVolume":"The volume is already mounted to another notebook and cannot be currently selected",
Copy file name to clipboardExpand all lines: frontend/src/assets/i18n/fr.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@
127
127
"lblName": "Nom",
128
128
"errorNameRequired": "Le nom du volume ne peut pas être vide",
129
129
"errorNamePattern": "Le nom du volume ne peut contenir que des caractères alphanumériques en minuscule, '-' ou '.', et doit commencer et se terminer par un caractères alphanumériques",
130
+
"errorMountedVolume":"Le volume est déjà monté sur un autre bloc note et ne peut être sélectionné actuellement",
0 commit comments