From 77ffc54b6322122e40cae998f2d034e5b44a17dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 30 Jan 2023 13:14:50 +0100 Subject: [PATCH] New translations messages.en.xlf (English) --- translations/messages.en.xlf | 273 ++++++++++++++++++++++++++++++++++- 1 file changed, 270 insertions(+), 3 deletions(-) diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 84f4f850..da273bc8 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -147,6 +147,37 @@ New currency + + + Part-DB1\templates\AdminPages\DeviceAdmin.html.twig:4 + Part-DB1\templates\AdminPages\DeviceAdmin.html.twig:4 + templates\AdminPages\DeviceAdmin.html.twig:4 + + + project.caption + Project + + + + + Part-DB1\templates\AdminPages\DeviceAdmin.html.twig:8 + new + + + project.edit + Edit project + + + + + Part-DB1\templates\AdminPages\DeviceAdmin.html.twig:12 + new + + + project.new + New project + + Part-DB1\templates\AdminPages\EntityAdminBase.html.twig:19 @@ -327,7 +358,7 @@ mass_creation.help - Each line will be interpreted as a name of a element, which will be created. + Each line will be interpreted as a name of a element, which will be created. You can create nested structures by indentations. @@ -1462,7 +1493,7 @@ Sub elements will be moved upwards. homepage.forum.text - For questions about the Part-DB there is a thread on <a href="%href%" class="link-external" target="_blank">mikrocontroller.net</a> + For questions about Part-DB use the <a href="%href%" class="link-external" target="_blank">discussion forum</a> @@ -4042,6 +4073,22 @@ If you have done this incorrectly or if a computer is no longer trusted, you can Go! + + + Part-DB1\templates\_sidebar.html.twig:37 + Part-DB1\templates\_sidebar.html.twig:12 + Part-DB1\templates\_sidebar.html.twig:37 + Part-DB1\templates\_sidebar.html.twig:12 + templates\base.html.twig:175 + templates\base.html.twig:189 + templates\base.html.twig:202 + templates\base.html.twig:230 + + + project.labelp + Projects + + Part-DB1\templates\_sidebar.html.twig:2 @@ -5956,6 +6003,16 @@ If you have done this incorrectly or if a computer is no longer trusted, you can Attachment type + + + Part-DB1\src\Services\ElementTypeNameGenerator.php:82 + Part-DB1\src\Services\ElementTypeNameGenerator.php:82 + + + project.label + Project + + Part-DB1\src\Services\ElementTypeNameGenerator.php:85 @@ -6136,6 +6193,17 @@ If you have done this incorrectly or if a computer is no longer trusted, you can Categories + + + Part-DB1\src\Services\Trees\ToolsTreeBuilder.php:161 + Part-DB1\src\Services\Trees\ToolsTreeBuilder.php:138 + src\Services\ToolsTreeBuilder.php:66 + + + tree.tools.edit.projects + Projects + + Part-DB1\src\Services\Trees\ToolsTreeBuilder.php:167 @@ -7187,6 +7255,9 @@ Exampletown mass_creation.lines.placeholder Element 1 + Element 1.1 + Element 1.1.1 + Element 1.2 Element 2 Element 3 @@ -8022,6 +8093,16 @@ Element 3 Manufacturers + + + obsolete + obsolete + + + perm.projects + Projects + + obsolete @@ -9216,7 +9297,7 @@ Element 3 part_list.action.select_null - No elements existing! + Empty element @@ -10149,5 +10230,191 @@ Element 3 Move target + + + tools.builtin_footprints_viewer.title + Builtin footprint image gallery + + + + + tools.builtin_footprints_viewer.hint + This gallery lists all available builtin footprint images. If you want to use them in an attachment, type in the name (or a keyword) in the path field of the attachment and select the image from the dropdown select. + + + + + tools.ic_logos.title + IC logos + + + + + part_list.action.group.labels + Labels + + + + + part_list.action.projects.generate_label + Generate labels (for parts) + + + + + part_list.action.projects.generate_label_lot + Generate labels (for part lots) + + + + + part_list.action.generate_label.empty + Empty label + + + + + project.info.builds.label + Build + + + + + project.builds.build_not_possible + Build not possible: Parts not stocked + + + + + project.builds.following_bom_entries_miss_instock + The following parts have not enough stock to build this project at least once: + + + + + project.builds.stocked + stocked + + + + + project.builds.needed + needed + + + + + project.builds.build_possible + Build possible + + + + + project.builds.number_of_builds_possible + You have enough stocked to build <b>%max_builds%</b> builds of this project. + + + + + project.builds.check_project_status + The current project status is <b>"%project_status%"</b>. You should check if you really want to build the project with this status! + + + + + project.builds.following_bom_entries_miss_instock_n + You do not have enough parts stocked to build this project %number_of_builds% times. The following parts have missing instock: + + + + + project.build.flash.invalid_input + Can not build project. Check input! + + + + + project.build.required_qty + Required quantity + + + + + project.build.btn_build + Build + + + + + project.build.help + Choose from which part lots the stock to build this project should be taken (and in which amount). Check the checkbox for each BOM Entry, when you are finished withdrawing the parts, or use the top checkbox to check all boxes at once. + + + + + project.build.buildsPartLot.new_lot + Create new lot + + + + + project.build.add_builds_to_builds_part + Add builds to project builds part + + + + + project.build.builds_part_lot + Target lot + + + + + project.builds.number_of_builds + Build amount + + + + + project.builds.no_stocked_builds + Number of stocked builds + + + + + user.change_avatar.label + Change profile picture + + + + + user_settings.change_avatar.label + Change profile picture + + + + + user_settings.remove_avatar.label + Remove profile picture + + + + + part.edit.name.category_hint + Hint from category + + + + + category.edit.partname_regex.placeholder + e.g "/Capacitor \d+ nF/i" + + + + + category.edit.partname_regex.help + A PCRE-compatible regular expression, which a part name have to match. + +