1
1
const translationDeDE = {
2
- "menu.classifications" : "Klassifizierungen " ,
2
+ "menu.classifications" : "Labels " ,
3
3
"menu.history" : "Verlauf" ,
4
4
"menu.regions" : "Regionen" ,
5
- "error.image" : "Bild konnte nicht geladen werden." ,
6
- "error.imagevideo" : "Fehler im Bild oder Video" ,
7
- "no.history" : "Kein Verlauf vorhanden" ,
8
- "desc.class" : "Klassen" ,
9
- "move.polypoint" : "Polygon Punkt verschoben" ,
5
+ "menu.keyframes" : "Schlüsselbilder" ,
6
+ "menu.images" : "Bilder" ,
7
+ "error.image" : "Bild konnte nicht geladen werden" ,
8
+ "error.imagevideo" : "Fehlendes erforderliches Attribut" ,
9
+ "error.server_connection" : "Verbindung zum Server konnte nicht hergestellt werden" ,
10
+ "error.downloading_file" : "Fehler beim Herunterladen der Datei" ,
11
+ "no.history" : "Noch kein Verlauf" ,
12
+ "desc.class" : "Klasse" ,
13
+ "move.polypoint" : "Polygonpunkt verschieben" ,
10
14
"create.polygon" : "Polygon erstellen" ,
11
- "create.line" : "Lichtschranke erstellen" ,
12
- "region.label" : "Bezeichnung" ,
13
- "region.no.name" : "Namen eingeben"
15
+ "create.line" : "Linie erstellen" ,
16
+ "region.label" : "Name" ,
17
+ "btn.next" : "Weiter" ,
18
+ "btn.previous" : "Zurück" ,
19
+ "btn.save" : "Speichern" ,
20
+ "btn.settings" : "Einstellungen" ,
21
+ "btn.exit" : "Beenden" ,
22
+ "btn.clone" : "Klonen" ,
23
+ "btn.play" : "Abspielen" ,
24
+ "btn.pause" : "Pause" ,
25
+ "btn.download" : "Herunterladen" ,
26
+ "btn.upload_images" : "Bilder hochladen" ,
27
+ "btn.open_lab" : "Lab öffnen" ,
28
+ "region.no.name" : "Namen eingeben" ,
29
+ "setup.tabs.taskinfo" : "Aufgabeninfo" ,
30
+ "setup.tabs.configure" : "Konfigurieren" ,
31
+ "setup.tabs.image" : "Bild" ,
32
+ "setup.tabs.taskinfo.task_info" : "Aufgabeninformation" ,
33
+ "setup.tabs.taskinfo.task_choice" : "Aufgabenwahl" ,
34
+ "setup.tabs.taskinfo.task_choice_classification" : "Bildklassifikation" ,
35
+ "setup.tabs.taskinfo.task_choice_segmentation" : "Bildsegmentierung" ,
36
+ "configuration.multiple_regions" : "Können mehrere Regionen erstellt werden?" ,
37
+ "configuration.multiple_region_labels" : "Mehrere Regionslabels erlaubt?" ,
38
+ "configuration.region_types_allowed" : "Erlaubte Regionstypen" ,
39
+ "configuration.region_types_allowed.description" : "Welche Arten von Regionen können auf dem Bild gezeichnet werden." ,
40
+ "configuration.labels" : "Verfügbare Labels" ,
41
+ "configuration.labels.option.id" : "ID" ,
42
+ "configuration.labels.option.description" : "Beschreibung (optional)" ,
43
+ "configuration.labels.description" : "Wenn Sie Regionen auf einem Bild kennzeichnen, sind dies die zulässigen Klassifikationen oder Tags." ,
44
+ "configuration.regions" : "Standard-Regionstyp" ,
45
+ "configuration.regions.description" : "Wählen Sie den Standard-Regionstyp, der auf dem Bild gezeichnet werden kann." ,
46
+ "error.configuration.image_upload.max" : "Maximale Anzahl von Bildern erreicht" ,
47
+ "configuration.image_upload.description" : "Laden Sie Bilder hoch, die annotiert werden sollen, oder ziehen Sie Bilder hierher. Unterstützte Dateien: .jpg, .jpeg, .png und maximale Anzahl von Bildern: 2" ,
48
+ "configuration.image_upload.file_drop" : "Dateien hierher ziehen" ,
49
+ "download.configuration" : "Konfiguration" ,
50
+ "download.image_mask" : "Maskiertes Bild" ,
51
+ "download.image_with_annotations" : "Bild mit Annotationen" ,
52
+ "labname" : "A.Lab" ,
53
+ "helptext_select" : "Auswählen" ,
54
+ "helptext_pan" : "Ziehen/Pannen (Rechts- oder Mittelklick)" ,
55
+ "helptext_zoom" : "Hinein-/Herauszoomen (Scrollen)" ,
56
+ "helptext_tags" : "Tags anzeigen/verstecken" ,
57
+ "helptext_boundingbox" : "Begrenzungsrahmen hinzufügen" ,
58
+ "helptext_polypolygon" : "Polygon hinzufügen" ,
59
+ "helptext_circle" : "Kreis hinzufügen" ,
60
+ "comment_placeholder" : "Kommentar hier schreiben..." ,
61
+ "image_tags" : "Bild-Tags" ,
62
+ "image_tags_classification_placeholder" : "Bildklassifikation" ,
63
+ "loading" : "Laden..." ,
64
+ "note" : "Hinweis" ,
65
+ "here" : "hier" ,
66
+ "more_info" : "Weitere Informationen finden Sie in unserer Dokumentation" ,
14
67
} ;
15
68
16
- export default translationDeDE ;
69
+ export default translationDeDE ;
0 commit comments