mlbench123 commited on
Commit
e7fb47e
·
verified ·
1 Parent(s): 0de514b

Upload 2 files

Browse files
Files changed (2) hide show
  1. locales/en.json +5 -0
  2. locales/nl.json +6 -0
locales/en.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "offset_error": "Offset Value Cant be too SMALL for OBJECT's Mask Dilation",
3
+ "detection_error": "Unable to detect the object. Please try again with different magnification."
4
+ }
5
+
locales/nl.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+
2
+
3
+ {
4
+ "offset_error": "De offsetwaarde mag niet te KLEIN zijn voor de dilatatie van het OBJECT-masker.",
5
+ "detection_error": "Object kan niet worden gedetecteerd. Probeer het opnieuw met een andere vergroting."
6
+ }