Spaces:
Running
Running
Upload 2 files
Browse files- locales/en.json +5 -0
- 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 |
+
}
|