diff --git a/translations/messages.de.xlf b/translations/messages.de.xlf index 51f07848..22190de1 100644 --- a/translations/messages.de.xlf +++ b/translations/messages.de.xlf @@ -340,6 +340,33 @@ Berechtigungen + + + Part-DB1\templates\AdminPages\LabelProfileAdmin.html.twig:4 + + + label_profile.caption + Labelprofile + + + + + Part-DB1\templates\AdminPages\LabelProfileAdmin.html.twig:8 + + + label_profile.advanced + Erweitert + + + + + Part-DB1\templates\AdminPages\LabelProfileAdmin.html.twig:9 + + + label_profile.comment + Kommentar + + Part-DB1\templates\AdminPages\ManufacturerAdmin.html.twig:4 @@ -1303,6 +1330,134 @@ Subelemente werden beim Löschen nach oben verschoben. Letzte Aktivitäten + + + Part-DB1\templates\LabelSystem\dialog.html.twig:3 + Part-DB1\templates\LabelSystem\dialog.html.twig:6 + + + label_generator.title + Labelgenerator + + + + + Part-DB1\templates\LabelSystem\dialog.html.twig:16 + + + label_generator.common + Allgemein + + + + + Part-DB1\templates\LabelSystem\dialog.html.twig:20 + + + label_generator.advanced + Erweitert + + + + + Part-DB1\templates\LabelSystem\dialog.html.twig:24 + + + label_generator.profiles + Profil + + + + + Part-DB1\templates\LabelSystem\dialog.html.twig:58 + + + label_generator.selected_profile + Ausgewähltes Profil + + + + + Part-DB1\templates\LabelSystem\dialog.html.twig:62 + + + label_generator.edit_profile + Profil ändern + + + + + Part-DB1\templates\LabelSystem\dialog.html.twig:75 + + + label_generator.load_profile + Profil laden + + + + + Part-DB1\templates\LabelSystem\dialog.html.twig:102 + + + label_generator.download + Download + + + + + Part-DB1\templates\LabelSystem\dropdown_macro.html.twig:3 + Part-DB1\templates\LabelSystem\dropdown_macro.html.twig:5 + + + label_generator.label_btn + Label erzeugen + + + + + Part-DB1\templates\LabelSystem\dropdown_macro.html.twig:20 + + + label_generator.label_empty + Leeres Label + + + + + Part-DB1\templates\LabelSystem\Scanner\dialog.html.twig:3 + + + label_scanner.title + Scanner + + + + + Part-DB1\templates\LabelSystem\Scanner\dialog.html.twig:7 + + + label_scanner.no_cam_found.title + Keine Kamera gefunden + + + + + Part-DB1\templates\LabelSystem\Scanner\dialog.html.twig:7 + + + label_scanner.no_cam_found.text + Sie müssen eine Kamera anschließen und die Berechtigung erteilen, um den Scanner nutzen zu können. Sie können unten den Barcode manuell eingeben. + + + + + Part-DB1\templates\LabelSystem\Scanner\dialog.html.twig:27 + + + label_scanner.source_select + Kamera auswählen + + Part-DB1\templates\LogSystem\log_list.html.twig:3 @@ -3573,6 +3728,15 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr Sidebar umschalten + + + Part-DB1\templates\_navbar.html.twig:22 + + + navbar.scanner.link + Scanner + + Part-DB1\templates\_navbar.html.twig:38 @@ -3861,6 +4025,15 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr CSFR-Token ungültig! Laden Sie diese Seite erneut oder kontaktieren Sie einen Administrator, wenn das Problem bestehen bleibt! + + + Part-DB1\src\Controller\LabelController.php:134 + + + label_generator.no_entities_found + Keine Elemente gefunden + + Part-DB1\src\Controller\LogController.php:149 @@ -4014,6 +4187,34 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr Fehler beim Anlegen: Überprüfen Sie ihre Eingaben! + + + Part-DB1\src\Controller\ScanController.php:66 + Part-DB1\src\Controller\ScanController.php:89 + + + scan.qr_not_found + Kein Element gefunden + + + + + Part-DB1\src\Controller\ScanController.php:69 + + + scan.format_unknown + Format unbekannt + + + + + Part-DB1\src\Controller\ScanController.php:86 + + + scan.qr_success + Element gefunden + + Part-DB1\src\Controller\SecurityController.php:114 @@ -4876,6 +5077,206 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr Bauteile Lot + + + Part-DB1\src\Form\LabelOptionsType.php:76 + + + label_options.barcode_type.none + Keiner + + + + + Part-DB1\src\Form\LabelOptionsType.php:76 + + + label_options.barcode_type.qr + QR-Code (empfohlen) + + + + + Part-DB1\src\Form\LabelOptionsType.php:76 + + + label_options.barcode_type.code128 + Code 128 (empfehlen) + + + + + Part-DB1\src\Form\LabelOptionsType.php:76 + + + label_options.barcode_type.code39 + Code 39 (empfohlen) + + + + + Part-DB1\src\Form\LabelOptionsType.php:76 + + + label_options.barcode_type.code93 + Code 93 + + + + + Part-DB1\src\Form\LabelOptionsType.php:76 + + + label_options.barcode_type.datamatrix + Datamatrix + + + + + Part-DB1\src\Form\LabelOptionsType.php:121 + + + label_options.lines_mode.html + HTML + + + + + Part-DB1\src\Form\LabelOptionsType.php:121 + + + label.options.lines_mode.twig + Twig + + + + + Part-DB1\src\Form\LabelOptionsType.php:125 + + + label_options.lines_mode.help + Wenn sie hier Twig auswählen, wird das Contentfeld als Twig-Template interpretiert. Weitere Hilfe gibt es in der <a href="https://twig.symfony.com/doc/3.x/templates.html">Twig Dokumentation</a> und dem <a href="https://github.com/Part-DB/Part-DB-symfony/wiki/Labels#twig-mode">Wiki</a>. + + + + + Part-DB1\src\Form\LabelOptionsType.php:45 + + + label_options.page_size.label + Größe + + + + + Part-DB1\src\Form\LabelOptionsType.php:64 + + + label_options.supported_elements.label + Elementtyp + + + + + Part-DB1\src\Form\LabelOptionsType.php:73 + + + label_options.barcode_type.label + Barcodetyp + + + + + Part-DB1\src\Form\LabelOptionsType.php:101 + + + label_profile.lines.label + Inhalt + + + + + Part-DB1\src\Form\LabelOptionsType.php:110 + + + label_options.additional_css.label + Zusätzliches CSS + + + + + Part-DB1\src\Form\LabelOptionsType.php:119 + + + label_options.lines_mode.label + Parser Modus + + + + + Part-DB1\src\Form\LabelOptionsType.php:49 + + + label_options.width.placeholder + Breite + + + + + Part-DB1\src\Form\LabelOptionsType.php:58 + + + label_options.height.placeholder + Höhe + + + + + Part-DB1\src\Form\LabelSystem\LabelDialogType.php:48 + + + label_generator.target_id.range_hint + Sie können hier mehrere IDs (z.B. 1, 2, 3) und/oder einen Bereich angeben, um Barcodes für mehrere Elemente auf einmal zu erzeugen. + + + + + Part-DB1\src\Form\LabelSystem\LabelDialogType.php:45 + + + label_generator.target_id.label + Element IDs + + + + + Part-DB1\src\Form\LabelSystem\LabelDialogType.php:59 + + + label_generator.update + Update + + + + + Part-DB1\src\Form\LabelSystem\ScanDialogType.php:34 + new + + + scan_dialog.input + Input + + + + + Part-DB1\src\Form\LabelSystem\ScanDialogType.php:42 + new + + + scan_dialog.submit + Absenden + + Part-DB1\src\Form\ParameterType.php:41 @@ -5474,6 +5875,15 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr Parameter + + + Part-DB1\src\Services\ElementTypeNameGenerator.php:96 + + + label_profile.label + Labelprofil + + Part-DB1\src\Services\LogSystem\LogEntryExtraFormatter.php:176 @@ -5505,6 +5915,15 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr Passwort Reset für Ihren Part-DB Account + + + Part-DB1\src\Services\Trees\ToolsTreeBuilder.php:108 + + + tree.tools.tools + Tools + + Part-DB1\src\Services\Trees\ToolsTreeBuilder.php:109 @@ -5537,6 +5956,24 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr System + + + Part-DB1\src\Services\Trees\ToolsTreeBuilder.php:123 + + + tree.tools.tools.label_dialog + Labeldialog + + + + + Part-DB1\src\Services\Trees\ToolsTreeBuilder.php:130 + + + tree.tools.tools.label_scanner + Labelscanner + + Part-DB1\src\Services\Trees\ToolsTreeBuilder.php:149 @@ -5632,6 +6069,15 @@ Wenn Sie dies fehlerhafterweise gemacht haben oder ein Computer nicht mehr vertr Maßeinheiten + + + Part-DB1\src\Services\Trees\ToolsTreeBuilder.php:203 + + + tree.tools.edit.label_profile + Labelprofil + + Part-DB1\src\Services\Trees\ToolsTreeBuilder.php:209