@konfuzio/document-validation-ui 0.1.56-dev.1 → 0.1.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/js/app.js +1 -1
- package/dist/js/app.js.map +1 -1
- package/package.json +1 -1
- package/src/locales/de.json +1 -1
- package/src/locales/en.json +1 -1
- package/src/locales/es.json +1 -1
package/package.json
CHANGED
package/src/locales/de.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"document_successfully_handed": "Dokument erfolgreich zugewiesen an",
|
|
32
32
|
"handover_not_possible": "Eine Zuweisung war nicht möglich. Bitte versuchen Sie es später erneut.",
|
|
33
33
|
"small_viewport_title": "Kleine Fenstergröße",
|
|
34
|
-
"small_viewport_info": "Es tut uns leid, aber
|
|
34
|
+
"small_viewport_info": "Es tut uns leid, aber anwendung ist nicht für diese Fenstergröße optimiert. Für eine bessere Bedienbarkeit öffnen Sie es bitte in einem größeren Ansichtsfenster.",
|
|
35
35
|
"ok": "Ok",
|
|
36
36
|
"no_data_found": "Zum Bearbeiten anklicken...",
|
|
37
37
|
"draw_box_document": "Find <i>{label_name}</i> in the document",
|
package/src/locales/en.json
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"document_successfully_handed": "Document successfully handed over to",
|
|
33
33
|
"handover_not_possible": "Handover was not possible. Please try again later.",
|
|
34
34
|
"small_viewport_title": "Small viewport size",
|
|
35
|
-
"small_viewport_info": "We’re sorry, but
|
|
35
|
+
"small_viewport_info": "We’re sorry, but the app is not optimized to this viewport size. For a better experience, please open it on a bigger viewport.",
|
|
36
36
|
"ok": "Ok, got it",
|
|
37
37
|
"no_data_found": "Click to edit...",
|
|
38
38
|
"draw_box_document": "Find <i>{label_name}</i> in the document",
|
package/src/locales/es.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"document_successfully_handed": "Documento asignado correctamente a",
|
|
32
32
|
"handover_not_possible": "La asignación no fue posible. Por favor, inténtelo de nuevo más tarde.",
|
|
33
33
|
"small_viewport_title": "Tamaño de ventana demasiado pequeño",
|
|
34
|
-
"small_viewport_info": "Lo sentimos, pero
|
|
34
|
+
"small_viewport_info": "Lo sentimos, pero aplicación no está optimizado para este tamaño de ventana. Para una mejor experiencia, por favor ábralo en una ventana más grande.",
|
|
35
35
|
"ok": "Ok, entendido",
|
|
36
36
|
"no_data_found": "Click para editar...",
|
|
37
37
|
"draw_box_document": "Encuentra <i>{label_name}</i> en el documento",
|