From e7b920c4fe12f98d44ce8bd8693366ae041298a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Thu, 26 Dec 2019 13:16:27 +0100 Subject: [PATCH] Use php-translation symfony bundle. This gives us some advanced translation extractors (from form labels, flashes, etc.) and provide some more debug tools. --- composer.json | 1 + composer.lock | 365 +- config/bundles.php | 1 + config/packages/dev/php_translation.yaml | 5 + config/packages/php_translation.yaml | 11 + config/routes/dev/php_translation.yaml | 6 + config/routes/php_translation.yaml | 3 + symfony.lock | 27 + translations/messages.de.xlf | 7802 +++++++++++++++------- translations/messages.en.xlf | 7651 ++++++++++++++------- translations/security.de.xlf | 144 +- translations/security.en.xlf | 144 +- translations/validators.de.xlf | 1355 ++-- translations/validators.en.xlf | 1351 ++-- 14 files changed, 13322 insertions(+), 5544 deletions(-) create mode 100644 config/packages/dev/php_translation.yaml create mode 100644 config/packages/php_translation.yaml create mode 100644 config/routes/dev/php_translation.yaml create mode 100644 config/routes/php_translation.yaml diff --git a/composer.json b/composer.json index 60961feb..0e772b8e 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "nyholm/psr7": "^1.1", "ocramius/proxy-manager": "2.1.*", "omines/datatables-bundle": "^0.3.1", + "php-translation/symfony-bundle": "^0.9.1", "s9e/text-formatter": "^2.1", "sensio/framework-extra-bundle": "^5.1", "sensiolabs/security-checker": "^6.0", diff --git a/composer.lock b/composer.lock index c2ceca81..b8403693 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b2a4dbd5f3b049839c54b31fc4098eed", + "content-hash": "6f3d372964973168a3192e89ce839e1e", "packages": [ { "name": "doctrine/annotations", @@ -1989,6 +1989,58 @@ ], "time": "2019-12-20T14:15:16+00:00" }, + { + "name": "nikic/php-parser", + "version": "v4.3.0", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc", + "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "0.0.5", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "time": "2019-11-08T13:50:10+00:00" + }, { "name": "nikolaposa/version", "version": "3.0.2", @@ -2042,6 +2094,53 @@ ], "time": "2018-05-28T18:15:22+00:00" }, + { + "name": "nyholm/nsa", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/Nyholm/NSA.git", + "reference": "213a70dee2dd04433d31a187e24e92c8b59d1655" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Nyholm/NSA/zipball/213a70dee2dd04433d31a187e24e92c8b59d1655", + "reference": "213a70dee2dd04433d31a187e24e92c8b59d1655", + "shasum": "" + }, + "require": { + "php": "^5.3 || ^7.0", + "webmozart/assert": "^1.1.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Nyholm\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com" + } + ], + "description": "See everything and do whatever you want. No privacy rule will stop us. Used in tests, debugging and fixtures to access properties and methods.", + "homepage": "http://tnyholm.se", + "keywords": [ + "Fixture", + "debug", + "reflection", + "test" + ], + "time": "2017-04-13T17:21:01+00:00" + }, { "name": "nyholm/psr7", "version": "1.2.1", @@ -2531,6 +2630,218 @@ ], "time": "2016-01-26T13:27:02+00:00" }, + { + "name": "php-translation/common", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-translation/common.git", + "reference": "ceac357a7ad0582d0a6be7b7f2db178c87f229fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-translation/common/zipball/ceac357a7ad0582d0a6be7b7f2db178c87f229fd", + "reference": "ceac357a7ad0582d0a6be7b7f2db178c87f229fd", + "shasum": "" + }, + "require": { + "php": "^5.4 || ^7.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^3.4 || ^4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Translation\\Common\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com" + } + ], + "description": "Common translation stuff", + "time": "2018-06-14T16:18:37+00:00" + }, + { + "name": "php-translation/extractor", + "version": "1.7.1", + "source": { + "type": "git", + "url": "https://github.com/php-translation/extractor.git", + "reference": "82fc51a07fb626c0bfb31fb3f041baa88fee6acb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-translation/extractor/zipball/82fc51a07fb626c0bfb31fb3f041baa88fee6acb", + "reference": "82fc51a07fb626c0bfb31fb3f041baa88fee6acb", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.2", + "nikic/php-parser": "^3.0 || ^4.0", + "php": "^5.5 || ^7.0", + "symfony/finder": "^2.7 || ^3.0 || ^4.0", + "twig/twig": "^1.27 || ^2.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^3.4 || ^4.0", + "symfony/translation": "^3.0 || ^4.0", + "symfony/twig-bridge": "^3.0 || ^4.0", + "symfony/validator": "^3.0 || ^4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "Translation\\Extractor\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com" + } + ], + "description": "Extract translations form the source code", + "time": "2018-07-09T17:05:17+00:00" + }, + { + "name": "php-translation/symfony-bundle", + "version": "0.9.1", + "source": { + "type": "git", + "url": "https://github.com/php-translation/symfony-bundle.git", + "reference": "584b8b99ed97cc56a309c28cdd6e9c7bbf98bebb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/584b8b99ed97cc56a309c28cdd6e9c7bbf98bebb", + "reference": "584b8b99ed97cc56a309c28cdd6e9c7bbf98bebb", + "shasum": "" + }, + "require": { + "nyholm/nsa": "^1.1", + "php": "^7.1", + "php-translation/common": "^1.0", + "php-translation/extractor": "^1.6", + "php-translation/symfony-storage": "^1.0", + "symfony/finder": "^3.4 || ^4.0", + "symfony/framework-bundle": "^3.4 || ^4.0", + "symfony/intl": "^3.4 || ^4.0", + "symfony/translation": "^3.4 || ^4.0", + "symfony/twig-bundle": "^3.4 || ^4.0", + "symfony/validator": "^3.4 || ^4.0", + "twig/twig": "^1.42 || ^2.11" + }, + "require-dev": { + "matthiasnoback/symfony-config-test": "^4.0", + "matthiasnoback/symfony-dependency-injection-test": "^3.1", + "nyholm/psr7": "^1.1", + "nyholm/symfony-bundle-test": "^1.4", + "php-http/curl-client": "^1.7", + "php-http/message": "^1.6", + "php-http/message-factory": "^1.0.2", + "php-translation/translator": "^1.0", + "symfony/asset": "^3.4 || ^4.0", + "symfony/console": "^3.4 || ^4.0", + "symfony/dependency-injection": "^3.4 || ^4.0", + "symfony/phpunit-bridge": "^4.2", + "symfony/templating": "^3.4 || ^4.0", + "symfony/twig-bridge": "^3.4 || ^4.0", + "symfony/web-profiler-bundle": "^3.4 || ^4.0" + }, + "suggest": { + "php-http/httplug-bundle": "To easier configure your httplug clients." + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "0.10-dev" + } + }, + "autoload": { + "psr-4": { + "Translation\\Bundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com" + } + ], + "time": "2019-09-06T07:39:54+00:00" + }, + { + "name": "php-translation/symfony-storage", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-translation/symfony-storage.git", + "reference": "8d7b1ea6bf22bee0c7dc9b228cf9437312373a27" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-translation/symfony-storage/zipball/8d7b1ea6bf22bee0c7dc9b228cf9437312373a27", + "reference": "8d7b1ea6bf22bee0c7dc9b228cf9437312373a27", + "shasum": "" + }, + "require": { + "nyholm/nsa": "^1.1", + "php": "^5.5 || ^7.0", + "php-translation/common": "^1.0", + "symfony/translation": "^2.7 || ^3.0 || ^4.0" + }, + "require-dev": { + "symfony/framework-bundle": "^2.7.39 || ^3.0 || ^4.0", + "symfony/phpunit-bridge": "^3.4 || ^4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.3-dev" + } + }, + "autoload": { + "psr-4": { + "Translation\\SymfonyStorage\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com" + } + ], + "description": "A translation file storage using Symfony translation component.", + "time": "2018-07-10T10:32:01+00:00" + }, { "name": "phpdocumentor/reflection-common", "version": "2.0.0", @@ -8391,58 +8702,6 @@ "description": "Map nested JSON structures onto PHP classes", "time": "2019-08-15T19:41:25+00:00" }, - { - "name": "nikic/php-parser", - "version": "v4.3.0", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc", - "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=7.0" - }, - "require-dev": { - "ircmaxell/php-yacc": "0.0.5", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" - }, - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, - "autoload": { - "psr-4": { - "PhpParser\\": "lib/PhpParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "time": "2019-11-08T13:50:10+00:00" - }, { "name": "openlss/lib-array2xml", "version": "1.0.0", diff --git a/config/bundles.php b/config/bundles.php index 277541c1..84926cba 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -21,4 +21,5 @@ return [ Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], Gregwar\CaptchaBundle\GregwarCaptchaBundle::class => ['all' => true], Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true], + Translation\Bundle\TranslationBundle::class => ['all' => true], ]; diff --git a/config/packages/dev/php_translation.yaml b/config/packages/dev/php_translation.yaml new file mode 100644 index 00000000..53398fbc --- /dev/null +++ b/config/packages/dev/php_translation.yaml @@ -0,0 +1,5 @@ +translation: + symfony_profiler: + enabled: true + webui: + enabled: true diff --git a/config/packages/php_translation.yaml b/config/packages/php_translation.yaml new file mode 100644 index 00000000..7c4f6ad9 --- /dev/null +++ b/config/packages/php_translation.yaml @@ -0,0 +1,11 @@ +translation: + locales: ["en", "de"] + edit_in_place: + enabled: false + config_name: app + configs: + app: + dirs: ["%kernel.project_dir%/templates", "%kernel.project_dir%/src"] + output_dir: "%kernel.project_dir%/translations" + excluded_names: ["*TestCase.php", "*Test.php"] + excluded_dirs: [cache, data, logs] diff --git a/config/routes/dev/php_translation.yaml b/config/routes/dev/php_translation.yaml new file mode 100644 index 00000000..cde43b84 --- /dev/null +++ b/config/routes/dev/php_translation.yaml @@ -0,0 +1,6 @@ +_translation_webui: + resource: "@TranslationBundle/Resources/config/routing_webui.yml" + prefix: /admin + +_translation_profiler: + resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yml' diff --git a/config/routes/php_translation.yaml b/config/routes/php_translation.yaml new file mode 100644 index 00000000..142c4496 --- /dev/null +++ b/config/routes/php_translation.yaml @@ -0,0 +1,3 @@ +_translation_edit_in_place: + resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yml' + prefix: /admin diff --git a/symfony.lock b/symfony.lock index 1e783bbe..310d4f98 100644 --- a/symfony.lock +++ b/symfony.lock @@ -196,6 +196,9 @@ "nikolaposa/version": { "version": "2.2.2" }, + "nyholm/nsa": { + "version": "1.1.0" + }, "nyholm/psr7": { "version": "1.0", "recipe": { @@ -241,6 +244,30 @@ "php-http/promise": { "version": "v1.0.0" }, + "php-translation/common": { + "version": "1.0.0" + }, + "php-translation/extractor": { + "version": "1.7.1" + }, + "php-translation/symfony-bundle": { + "version": "0.4", + "recipe": { + "repo": "github.com/symfony/recipes-contrib", + "branch": "master", + "version": "0.4", + "ref": "ee15ad002114fba7b694a7fe429419b518d43bc4" + }, + "files": [ + "./config/packages/dev/php_translation.yaml", + "./config/packages/php_translation.yaml", + "./config/routes/dev/php_translation.yaml", + "./config/routes/php_translation.yaml" + ] + }, + "php-translation/symfony-storage": { + "version": "1.0.1" + }, "phpdocumentor/reflection-common": { "version": "1.0.1" }, diff --git a/translations/messages.de.xlf b/translations/messages.de.xlf index 01250cd3..be5989bf 100644 --- a/translations/messages.de.xlf +++ b/translations/messages.de.xlf @@ -1,2543 +1,5657 @@ - - -
- -
- - - sidebar.toggle - Sidebar umschalten - templates\base.html.twig:29 - - - search.options.label - Suchoptionen - templates\base.html.twig:49 - - - name.label - Name - templates\base.html.twig:54 - src\Form\PartType.php:62 - - - category.label - Kategorie - templates\base.html.twig:56 - templates\Parts\show_part_info.html.twig:32 - src\Form\PartType.php:74 - - - description.label - Beschreibung - templates\base.html.twig:58 - templates\Parts\show_part_info.html.twig:31 - src\Form\PartType.php:65 - - - storelocation.label - Lagerort - templates\base.html.twig:60 - templates\Parts\show_part_info.html.twig:36 - src\Form\PartType.php:77 - - - comment.label - Kommentar - templates\base.html.twig:62 - templates\Parts\show_part_info.html.twig:74 - src\Form\PartType.php:86 - - - ordernumber.label.short - Ordernr. - templates\base.html.twig:65 - - - supplier.label - Lieferant - templates\base.html.twig:67 - - - manufacturer.label - Hersteller - templates\base.html.twig:70 - templates\Parts\show_part_info.html.twig:24 - src\Form\PartType.php:80 - - - footprint.label - Footprint - templates\base.html.twig:73 - templates\Parts\show_part_info.html.twig:47 - - - search.deactivateBarcode - Deakt. Barcode - templates\base.html.twig:75 - - - search.regexmatching - Reg.Ex. Matching - templates\base.html.twig:77 - - - search.placeholder - Suche - templates\AdminPages\EntityAdminBase.html.twig:9 - templates\base.html.twig:80 - templates\base.html.twig:179 - templates\base.html.twig:206 - templates\base.html.twig:237 - - - go.exclamation - Los! - templates\base.html.twig:81 - - - barcode.scan - Scanne Barcode - templates\base.html.twig:88 - - - user.loggedin.label - Eingeloggt als - templates\base.html.twig:97 - - - user.settings.label - Benutzereinstellungen - templates\base.html.twig:98 - templates\Users\user_settings.html.twig:3 - templates\Users\user_settings.html.twig:6 - - - user.info.label - Benutzerinformationen - templates\base.html.twig:99 - templates\Users\user_info.html.twig:3 - templates\Users\user_info.html.twig:6 - - - user.logout - Ausloggen - templates\base.html.twig:101 - - - user.login - Einloggen - templates\base.html.twig:103 - - - category.labelp - Kategorien + + + + + templates\AdminPages\AttachmentTypeAdmin.html.twig:4 + templates\AdminPages\AttachmentTypeAdmin.html.twig:4 + + + attachment_type.caption + Dateitypen für Anhänge + + + + + templates\AdminPages\CategoryAdmin.html.twig:4 + templates\_sidebar.html.twig:22 + templates\_sidebar.html.twig:7 templates\AdminPages\CategoryAdmin.html.twig:4 templates\base.html.twig:163 templates\base.html.twig:170 templates\base.html.twig:197 templates\base.html.twig:225 - - - actions - Aktionen - templates\base.html.twig:165 - templates\base.html.twig:192 - templates\base.html.twig:220 - - - expandAll - Alle ausklappen + + + category.labelp + Kategorien + + + + + templates\AdminPages\CategoryAdmin.html.twig:8 + templates\AdminPages\StorelocationAdmin.html.twig:11 + templates\AdminPages\CategoryAdmin.html.twig:8 + + + admin.options + Optionen + + + + + templates\AdminPages\CategoryAdmin.html.twig:9 + templates\AdminPages\CompanyAdminBase.html.twig:15 + templates\AdminPages\CategoryAdmin.html.twig:9 + + + admin.advanced + Erweitert + + + + + templates\AdminPages\CurrencyAdmin.html.twig:4 + + + currency.caption + Währung + + + + + templates\AdminPages\CurrencyAdmin.html.twig:12 + + + currency.iso_code.caption + ISO Code + + + + + templates\AdminPages\CurrencyAdmin.html.twig:15 + + + currency.symbol.caption + Währungssymbol + + + + + templates\AdminPages\DeviceAdmin.html.twig:4 + templates\AdminPages\DeviceAdmin.html.twig:4 + new + + + device.caption + Baugruppen + + + + + templates\AdminPages\EntityAdminBase.html.twig:9 + templates\_navbar.html.twig:81 + templates\_sidebar.html.twig:27 + templates\_sidebar.html.twig:43 + templates\_sidebar.html.twig:63 + templates\AdminPages\EntityAdminBase.html.twig:9 + templates\base.html.twig:80 + templates\base.html.twig:179 + templates\base.html.twig:206 + templates\base.html.twig:237 + + + search.placeholder + Suche + + + + + templates\AdminPages\EntityAdminBase.html.twig:13 + templates\_sidebar.html.twig:3 templates\AdminPages\EntityAdminBase.html.twig:13 templates\base.html.twig:166 templates\base.html.twig:193 templates\base.html.twig:221 - - - reduceAll - Alle einklappen + + + expandAll + Alle ausklappen + + + + + templates\AdminPages\EntityAdminBase.html.twig:17 + templates\_sidebar.html.twig:4 templates\AdminPages\EntityAdminBase.html.twig:17 templates\base.html.twig:167 templates\base.html.twig:194 templates\base.html.twig:222 - - - datasource - Datenquelle - templates\base.html.twig:169 - templates\base.html.twig:196 - templates\base.html.twig:224 - - - storelocation.labelp - Lagerorte - templates\base.html.twig:171 - templates\base.html.twig:198 - templates\base.html.twig:226 - - - footprint.labelp - Footprints + + + reduceAll + Alle einklappen + + + + + templates\AdminPages\EntityAdminBase.html.twig:35 + templates\AdminPages\EntityAdminBase.html.twig:35 + + + edit.caption + Bearbeite Element "%name" + + + + + templates\AdminPages\EntityAdminBase.html.twig:37 + templates\AdminPages\EntityAdminBase.html.twig:37 + + + new.caption + Neues Element + + + + + templates\AdminPages\EntityAdminBase.html.twig:44 + templates\AdminPages\EntityAdminBase.html.twig:42 + + + standard.label + Eigenschaften + + + + + templates\AdminPages\EntityAdminBase.html.twig:45 + templates\AdminPages\EntityAdminBase.html.twig:43 + + + infos.label + Informationen + + + + + templates\AdminPages\EntityAdminBase.html.twig:47 + templates\AdminPages\EntityAdminBase.html.twig:45 + + + export.label + Exportieren + + + + + templates\AdminPages\EntityAdminBase.html.twig:49 + templates\AdminPages\EntityAdminBase.html.twig:47 + + + import_export.label + Import / Export + + + + + templates\AdminPages\EntityAdminBase.html.twig:50 + + + mass_creation.label + Masseneingabe + + + + + templates\AdminPages\EntityAdminBase.html.twig:63 + templates\AdminPages\EntityAdminBase.html.twig:59 + + + admin.common + Allgemein + + + + + templates\AdminPages\EntityAdminBase.html.twig:67 + + + admin.attachments + Dateianhänge + + + + + templates\AdminPages\EntityAdminBase.html.twig:130 + templates\AdminPages\EntityAdminBase.html.twig:142 + + + export_all.label + Alles exportieren + + + + + templates\AdminPages\EntityAdminBase.html.twig:136 + + + mass_creation.help + Jede Zeile wird als Name für ein neues Element interpretiert und angelegt. + + + + + templates\AdminPages\FootprintAdmin.html.twig:4 + templates\_sidebar.html.twig:9 templates\base.html.twig:172 templates\base.html.twig:199 templates\base.html.twig:227 - - - manufacturer.labelp - Hersteller - templates\base.html.twig:173 - templates\base.html.twig:200 - templates\base.html.twig:228 - - - supplier.labelp + + + footprint.labelp + Footprints + + + + + templates\AdminPages\GroupAdmin.html.twig:4 + + + group.edit.caption + Gruppen + + + + + templates\AdminPages\GroupAdmin.html.twig:9 + templates\AdminPages\UserAdmin.html.twig:12 + + + user.edit.permissions + Berechtigungen + + + + + templates\AdminPages\ManufacturerAdmin.html.twig:4 + templates\AdminPages\ManufacturerAdmin.html.twig:4 + new + + + manufacturer.caption + Hersteller + + + + + templates\AdminPages\MeasurementUnitAdmin.html.twig:4 + + + measurement_unit.caption + Maßeinheit + + + + + templates\AdminPages\StorelocationAdmin.html.twig:4 + templates\_sidebar.html.twig:8 + templates\base.html.twig:171 + templates\base.html.twig:198 + templates\base.html.twig:226 + + + storelocation.labelp + Lagerorte + + + + + templates\AdminPages\SupplierAdmin.html.twig:4 + templates\AdminPages\SupplierAdmin.html.twig:4 + new + + + supplier.caption Lieferanten - templates\base.html.twig:174 - templates\base.html.twig:201 - templates\base.html.twig:229 - - - device.labelp - Baugruppen - templates\base.html.twig:175 - templates\base.html.twig:189 - templates\base.html.twig:202 - templates\base.html.twig:230 - - - tools.label - Tools + + + + + templates\AdminPages\UserAdmin.html.twig:4 + + + user.edit.caption + Benutzer + + + + + templates\AdminPages\UserAdmin.html.twig:10 + + + user.edit.configuration + Konfiguration + + + + + templates\AdminPages\UserAdmin.html.twig:11 + + + user.edit.password + Passwort + + + + + templates\AdminPages\_attachments.html.twig:4 + templates\Parts\edit\_attachments.html.twig:4 + templates\Parts\info\_attachments_info.html.twig:63 + + + attachment.delete + Löschen + + + + + templates\AdminPages\_attachments.html.twig:41 + templates\Parts\edit\_attachments.html.twig:38 + src\DataTables\AttachmentDataTable.php:146 + + + attachment.external + Extern + + + + + templates\AdminPages\_attachments.html.twig:47 + templates\Parts\edit\_attachments.html.twig:45 + + + attachment.preview.alt + Thumbnail des Dateianhanges + + + + + templates\AdminPages\_attachments.html.twig:50 + templates\Parts\edit\_attachments.html.twig:48 + templates\Parts\info\_attachments_info.html.twig:45 + + + attachment.view + Anzeigen + + + + + templates\AdminPages\_attachments.html.twig:56 + templates\Parts\edit\_attachments.html.twig:54 + templates\Parts\info\_attachments_info.html.twig:38 + src\DataTables\AttachmentDataTable.php:153 + + + attachment.file_not_found + Datei nicht gefunden + + + + + templates\AdminPages\_attachments.html.twig:64 + templates\Parts\edit\_attachments.html.twig:62 + + + attachment.secure + Privat + + + + + templates\AdminPages\_attachments.html.twig:77 + templates\Parts\edit\_attachments.html.twig:75 + + + attachment.create + Dateianhang hinzufügen + + + + + templates\AdminPages\_attachments.html.twig:82 + templates\Parts\edit\_attachments.html.twig:80 + templates\Parts\edit\_lots.html.twig:33 + + + part_lot.edit.delete.confirm + Möchten Sie diesen Bestand wirklich löschen? Dies kann nicht rückgängig gemacht werden! + + + + + templates\AdminPages\_delete_form.html.twig:2 + templates\AdminPages\_delete_form.html.twig:2 + + + entity.delete.confirm_title + Wollen sie das Element %name% wirklich löschen? + + + + + templates\AdminPages\_delete_form.html.twig:3 + templates\AdminPages\_delete_form.html.twig:3 + + + entity.delete.message + Diese Aktion lässt sich nicht rückgängig machen! + +Subelemente werden beim Löschen nach oben verschoben. + + + + + templates\AdminPages\_delete_form.html.twig:10 + templates\AdminPages\_delete_form.html.twig:9 + + + entity.delete + Element löschen + + + + + templates\AdminPages\_delete_form.html.twig:14 + templates\AdminPages\_delete_form.html.twig:12 + new + + + entity.delete.recursive + Rekursiv (alle Unterelemente) löschen + + + + + templates\AdminPages\_export_form.html.twig:4 + src\Form\AdminPages\ImportType.php:60 + templates\AdminPages\_export_form.html.twig:4 + src\Form\ImportType.php:67 + + + export.format + Dateiformat + + + + + templates\AdminPages\_export_form.html.twig:16 + templates\AdminPages\_export_form.html.twig:16 + + + export.level + Ausführlichkeit + + + + + templates\AdminPages\_export_form.html.twig:19 + templates\AdminPages\_export_form.html.twig:19 + + + export.level.simple + Einfach + + + + + templates\AdminPages\_export_form.html.twig:20 + templates\AdminPages\_export_form.html.twig:20 + + + export.level.extended + Erweitert + + + + + templates\AdminPages\_export_form.html.twig:21 + templates\AdminPages\_export_form.html.twig:21 + + + export.level.full + Vollständig + + + + + templates\AdminPages\_export_form.html.twig:31 + templates\AdminPages\_export_form.html.twig:31 + + + export.include_children + Unterelemente auch exportieren + + + + + templates\AdminPages\_export_form.html.twig:39 + templates\AdminPages\_export_form.html.twig:39 + + + export.btn + Exportieren + + + + + templates\AdminPages\_info.html.twig:2 + templates\Parts\edit\edit_part_info.html.twig:12 + templates\Parts\info\show_part_info.html.twig:11 + templates\Parts\info\_extended_infos.html.twig:16 + templates\AdminPages\EntityAdminBase.html.twig:94 + templates\Parts\edit_part_info.html.twig:12 + templates\Parts\show_part_info.html.twig:11 + + + id.label + ID + + + + + templates\AdminPages\_info.html.twig:9 + templates\Parts\info\_attachments_info.html.twig:59 + templates\Parts\info\_attachments_info.html.twig:60 + templates\Parts\info\_extended_infos.html.twig:6 + templates\Parts\info\_order_infos.html.twig:69 + templates\Parts\info\_sidebar.html.twig:8 + templates\Parts\lists\_info_card.html.twig:53 + templates\AdminPages\EntityAdminBase.html.twig:101 + templates\Parts\show_part_info.html.twig:248 + + + createdAt + Erstellt am + + + + + templates\AdminPages\_info.html.twig:23 + templates\Parts\info\_extended_infos.html.twig:11 + templates\Parts\info\_sidebar.html.twig:4 + templates\Parts\lists\_info_card.html.twig:49 + templates\AdminPages\EntityAdminBase.html.twig:114 + templates\Parts\show_part_info.html.twig:263 + + + lastModified + Zuletzt bearbeitet + + + + + templates\AdminPages\_info.html.twig:36 + + + entity.info.parts_count + Bauteile mit diesem Element + + + + + templates\attachment_list.html.twig:3 + + + attachment.list.title + Dateianhänge + + + + + templates\attachment_list.html.twig:10 + templates\Parts\lists\_parts_list.html.twig:6 + templates\parts_list.html.twig:22 + + + part_list.loading.caption + Lade + + + + + templates\attachment_list.html.twig:11 + templates\Parts\lists\_parts_list.html.twig:7 + templates\parts_list.html.twig:23 + + + part_list.loading.message + Dies kann einen Moment dauern. Wenn diese Nachricht längere Zeit bestehen bleibt, versuchen sie die Seite erneut zu laden. + + + + + templates\base.html.twig:71 + templates\base.html.twig:246 + + + vendor.base.javascript_hint + Aktivieren Sie Javascript um alle Features zu nutzen! + + + + + templates\base.html.twig:76 + + + sidebar.big.toggle + Seitenleiste ein/ausblenden + + + + + templates\base.html.twig:98 + templates\base.html.twig:271 + + + loading.caption + Lade: + + + + + templates\base.html.twig:99 + templates\base.html.twig:272 + + + loading.message + Dies kann einen Moment dauern. Sollte diese Nachricht bestehen bleiben, dann laden sie die Seite erneut. + + + + + templates\base.html.twig:104 + templates\base.html.twig:277 + + + loading.bar + Lade... + + + + + templates\base.html.twig:115 + templates\base.html.twig:288 + + + back_to_top + Zurück zum Seitenbeginn + + + + + templates\Form\permissionLayout.html.twig:35 + + + permission.edit.permission + Berechtigung + + + + + templates\Form\permissionLayout.html.twig:36 + + + permission.edit.value + Wert + + + + + templates\Form\permissionLayout.html.twig:53 + + + permission.legend.title + Erläuterung der Zustände + + + + + templates\Form\permissionLayout.html.twig:57 + + + permission.legend.disallow + Verboten + + + + + templates\Form\permissionLayout.html.twig:61 + + + permission.legend.allow + Erlaubt + + + + + templates\Form\permissionLayout.html.twig:65 + + + permission.legend.inherit + Erbe von (übergeordneter) Gruppe + + + + + templates\helper.twig:3 + + + bool.true + Ja + + + + + templates\helper.twig:5 + + + bool.false + Nein + + + + + templates\homepage.html.twig:7 + templates\homepage.html.twig:7 + + + version.caption + Version + + + + + templates\homepage.html.twig:22 + templates\homepage.html.twig:19 + + + homepage.license + Lizenzinformation + + + + + templates\homepage.html.twig:31 + templates\homepage.html.twig:28 + + + homepage.github.caption + Projektseite + + + + + templates\homepage.html.twig:31 + templates\homepage.html.twig:28 + + + homepage.github.text + GitHub Projektseite]]> + + + + + templates\homepage.html.twig:32 + templates\homepage.html.twig:29 + + + homepage.help.caption + Hilfe + + + + + templates\homepage.html.twig:32 + templates\homepage.html.twig:29 + + + homepage.help.text + Wiki der GitHub Seite. ]]> + + + + + templates\homepage.html.twig:33 + templates\homepage.html.twig:30 + + + homepage.forum.caption + Forum + + + + + templates\homepage.html.twig:33 + templates\homepage.html.twig:30 + + + homepage.forum.text + mikrocontroller.net]]> + + + + + templates\homepage.html.twig:34 + templates\homepage.html.twig:31 + + + homepage.wiki.caption + Wiki + + + + + templates\homepage.html.twig:34 + templates\homepage.html.twig:31 + + + homepage.wiki.text + mikrocontroller.net Artikel]]> + + + + + templates\homepage.html.twig:36 + templates\homepage.html.twig:33 + new + + + homepage.basedOn + Basierend auf dem originale Part-DB von + + + + + templates\homepage.html.twig:39 + templates\homepage.html.twig:36 + new + + + homepage.others + und anderen + + + + + templates\mail\base.html.twig:24 + + + mail.footer.email_sent_by + Diese Email wurde automatisch erstellt von + + + + + templates\mail\base.html.twig:24 + + + mail.footer.dont_reply + Antworten Sie nicht auf diese Email. + + + + + templates\mail\pw_reset.html.twig:6 + + + email.hi %name% + Hallo %name% + + + + + templates\mail\pw_reset.html.twig:7 + + + email.pw_reset.message + jemand (hoffentlich Sie) hat ein Reset ihres Passwortes angefordert. Wenn diese Anfrage nicht von Ihnen stammt, ignorieren sie diese Email. + + + + + templates\mail\pw_reset.html.twig:9 + + + email.pw_reset.button + Passwort zurücksetzen + + + + + templates\mail\pw_reset.html.twig:11 + + + email.pw_reset.fallback + %url% auf und geben Sie die folgenden Daten ein]]> + + + + + templates\mail\pw_reset.html.twig:16 + + + email.pw_reset.username + Benutzername + + + + + templates\mail\pw_reset.html.twig:19 + + + email.pw_reset.token + Token + + + + + templates\mail\pw_reset.html.twig:24 + + + email.pw_reset.valid_unit %date% + %date%]]> + + + + + templates\Parts\edit\edit_form_styles.html.twig:18 + templates\Parts\edit\edit_form_styles.html.twig:58 + + + orderdetail.delete + Löschen + + + + + templates\Parts\edit\edit_form_styles.html.twig:39 + + + pricedetails.edit.min_qty + Mindestbestellmenge + + + + + templates\Parts\edit\edit_form_styles.html.twig:40 + + + pricedetails.edit.price + Preis + + + + + templates\Parts\edit\edit_form_styles.html.twig:41 + + + pricedetails.edit.price_qty + für Menge + + + + + templates\Parts\edit\edit_form_styles.html.twig:54 + + + pricedetail.create + Preis hinzufügen + + + + + templates\Parts\edit\edit_part_info.html.twig:4 + templates\Parts\edit_part_info.html.twig:4 + + + part.edit.title + Bearbeite Bauteil %name% + + + + + templates\Parts\edit\edit_part_info.html.twig:9 + templates\Parts\edit_part_info.html.twig:9 + + + part.edit.card_title + Bearbeite Bauteileinformationen von + + + + + templates\Parts\edit\edit_part_info.html.twig:22 + + + part.edit.tab.common + Allgemein + + + + + templates\Parts\edit\edit_part_info.html.twig:28 + + + part.edit.tab.manufacturer + Hersteller + + + + + templates\Parts\edit\edit_part_info.html.twig:34 + + + part.edit.tab.advanced + Erweiterte Optionen + + + + + templates\Parts\edit\edit_part_info.html.twig:40 + + + part.edit.tab.part_lots + Lagerbestände + + + + + templates\Parts\edit\edit_part_info.html.twig:46 + + + part.edit.tab.attachments + Dateianhänge + + + + + templates\Parts\edit\edit_part_info.html.twig:52 + + + part.edit.tab.orderdetails + Bestellinformationen + + + + + templates\Parts\edit\edit_part_info.html.twig:58 + + + part.edit.tab.comment + Kommentar + + + + + templates\Parts\edit\new_part.html.twig:8 + templates\Parts\new_part.html.twig:8 + + + part.new.card_title + Neues Bauteil erstellen + + + + + templates\Parts\edit\_lots.html.twig:5 + + + part_lot.delete + Löschen + + + + + templates\Parts\edit\_lots.html.twig:28 + + + part_lot.create + Bestand anlegen + + + + + templates\Parts\edit\_orderdetails.html.twig:13 + + + orderdetail.create + Lieferant hinzufügen + + + + + templates\Parts\edit\_orderdetails.html.twig:18 + + + pricedetails.edit.delete.confirm + Möchten Sie diesen Preis wirklich löschen? Das kann nicht rückgängig gemacht werden! + + + + + templates\Parts\edit\_orderdetails.html.twig:61 + + + orderdetails.edit.delete.confirm + Möchten Sie diesen Lieferanten wirklich löschen? Dies kann nicht rückgängig gemacht werden! + + + + + templates\Parts\info\show_part_info.html.twig:4 + templates\Parts\info\show_part_info.html.twig:9 + templates\Parts\show_part_info.html.twig:4 + templates\Parts\show_part_info.html.twig:9 + + + part.info.title + Detailinfo für + + + + + templates\Parts\info\show_part_info.html.twig:36 + + + part.part_lots.label + Lagerbestände + + + + + templates\Parts\info\show_part_info.html.twig:46 + templates\_navbar.html.twig:46 + src\Form\AdminPages\BaseEntityAdminForm.php:84 + templates\base.html.twig:62 + templates\Parts\show_part_info.html.twig:74 + src\Form\PartType.php:86 + + + comment.label + Kommentar + + + + + templates\Parts\info\show_part_info.html.twig:54 + templates\Parts\show_part_info.html.twig:82 + + + attachment.labelp + Dateianhänge + + + + + templates\Parts\info\show_part_info.html.twig:60 + templates\Parts\show_part_info.html.twig:88 + + + vendor.partinfo.shopping_infos + Einkaufsinformationen + + + + + templates\Parts\info\show_part_info.html.twig:66 + templates\Parts\show_part_info.html.twig:94 + + + vendor.partinfo.history + Historie + + + + + templates\Parts\info\show_part_info.html.twig:72 + templates\_sidebar.html.twig:54 + templates\_sidebar.html.twig:13 templates\base.html.twig:176 templates\base.html.twig:203 templates\base.html.twig:217 templates\base.html.twig:231 templates\Parts\show_part_info.html.twig:100 - - - vendor.base.javascript_hint - Aktivieren Sie Javascript um alle Features zu nutzen! - templates\base.html.twig:246 - - - part.info.title - Detailinfo für - templates\Parts\show_part_info.html.twig:4 - templates\Parts\show_part_info.html.twig:9 - - - id.label - ID - templates\AdminPages\EntityAdminBase.html.twig:94 - templates\Parts\edit_part_info.html.twig:12 - templates\Parts\show_part_info.html.twig:11 - - - instock.label - Im Lager + + + tools.label + Tools + + + + + templates\Parts\info\show_part_info.html.twig:78 + + + extended_info.label + Erweiterte Informationen + + + + + templates\Parts\info\_attachments_info.html.twig:7 + + + attachment.name + Name + + + + + templates\Parts\info\_attachments_info.html.twig:8 + + + attachment.attachment_type + Anhangstyp + + + + + templates\Parts\info\_attachments_info.html.twig:9 + + + attachment.file_name + Dateiname + + + + + templates\Parts\info\_attachments_info.html.twig:10 + + + attachment.file_size + Dateigröße + + + + + templates\Parts\info\_attachments_info.html.twig:34 + + + attachment.external_file + Externe Datei + + + + + templates\Parts\info\_attachments_info.html.twig:50 + + + attachment.download + Herunterladen + + + + + templates\Parts\info\_attachments_info.html.twig:62 + + + attachment.edit + Bearbeiten + + + + + templates\Parts\info\_extended_infos.html.twig:21 + + + part.isFavorite + Favorit + + + + + templates\Parts\info\_extended_infos.html.twig:26 + + + part.minOrderAmount + Mindestbestellmenge + + + + + templates\Parts\info\_extended_infos.html.twig:30 + + + Unknown + Unbekannt + + + + + templates\Parts\info\_main_infos.html.twig:8 + templates\_navbar.html.twig:61 + src\Services\ElementTypeNameGenerator.php:61 + templates\base.html.twig:70 + templates\Parts\show_part_info.html.twig:24 + src\Form\PartType.php:80 + + + manufacturer.label + Hersteller + + + + + templates\Parts\info\_main_infos.html.twig:30 + templates\_navbar.html.twig:38 + templates\base.html.twig:58 + templates\Parts\show_part_info.html.twig:31 + src\Form\PartType.php:65 + + + description.label + Beschreibung + + + + + templates\Parts\info\_main_infos.html.twig:32 + templates\_navbar.html.twig:34 + src\Services\ElementTypeNameGenerator.php:57 + templates\base.html.twig:56 + templates\Parts\show_part_info.html.twig:32 + src\Form\PartType.php:74 + + + category.label + Kategorie + + + + + templates\Parts\info\_main_infos.html.twig:37 templates\Parts\show_part_info.html.twig:42 src\Form\PartType.php:69 - - - mininstock.label - Mindestbestand + + + instock.label + Im Lager + + + + + templates\Parts\info\_main_infos.html.twig:39 templates\Parts\show_part_info.html.twig:44 src\Form\PartType.php:72 - - + + + mininstock.label + Mindestbestand + + + + + templates\Parts\info\_main_infos.html.twig:43 + templates\_navbar.html.twig:67 + src\Services\ElementTypeNameGenerator.php:60 + templates\base.html.twig:73 + templates\Parts\show_part_info.html.twig:47 + + + footprint.label + Footprint + + + + + templates\Parts\info\_main_infos.html.twig:55 + templates\Parts\info\_main_infos.html.twig:58 + templates\Parts\show_part_info.html.twig:51 + + part.avg_price.label Durchschnittspreis - templates\Parts\show_part_info.html.twig:51 - - - attachment.labelp - Dateianhänge - templates\Parts\show_part_info.html.twig:82 - - - vendor.partinfo.shopping_infos - Einkaufsinformationen - templates\Parts\show_part_info.html.twig:88 - - - vendor.partinfo.history - Historie - templates\Parts\show_part_info.html.twig:94 - - - part.withdraw.caption: - Bauteile entnehmen: - templates\Parts\show_part_info.html.twig:161 - - - part.withdraw.btn - Entnehmen - templates\Parts\show_part_info.html.twig:166 - - - part.withdraw.comment: - Kommentar/Zweck - templates\Parts\show_part_info.html.twig:171 - - - part.add.caption - Bauteil hinzufügen - templates\Parts\show_part_info.html.twig:189 - - - part.add.btn - Hinzufügen - templates\Parts\show_part_info.html.twig:194 - - - part.add.comment - Kommentar/Zweck - templates\Parts\show_part_info.html.twig:199 - - - createdAt - Erstellt am - templates\AdminPages\EntityAdminBase.html.twig:101 - templates\Parts\show_part_info.html.twig:248 - - - lastModified - Zuletzt bearbeitet - templates\AdminPages\EntityAdminBase.html.twig:114 - templates\Parts\show_part_info.html.twig:263 - - - user.language_select - Sprache - templates\base.html.twig:106 - src\Form\UserSettingsType.php:44 - - - language.english - Englisch - templates\base.html.twig:109 - - - language.german - Deutsch - templates\base.html.twig:112 - - - version.caption - Version - templates\homepage.html.twig:7 - - - homepage.license - Lizenzinformation - templates\homepage.html.twig:19 - - - homepage.github.caption - Projektseite - templates\homepage.html.twig:28 - - - homepage.github.text - GitHub Projektseite]]> - templates\homepage.html.twig:28 - - - homepage.help.caption - Hilfe - templates\homepage.html.twig:29 - - - homepage.help.text - Wiki der GitHub Seite. ]]> - templates\homepage.html.twig:29 - - - homepage.forum.caption - Forum - templates\homepage.html.twig:30 - - - homepage.forum.text - mikrocontroller.net]]> - templates\homepage.html.twig:30 - - - homepage.wiki.caption - Wiki - templates\homepage.html.twig:31 - - - homepage.wiki.text - mikrocontroller.net Artikel]]> - templates\homepage.html.twig:31 - - - part_list.loading.caption - Lade - templates\parts_list.html.twig:22 - - - part_list.loading.message - Dies kann einen Moment dauern. Wenn diese Nachricht längere Zeit bestehen bleibt, versuchen sie die Seite erneut zu laden. - templates\parts_list.html.twig:23 - - - part.edit.title - Bearbeite Bauteil %name% - templates\Parts\edit_part_info.html.twig:4 - - - part.edit.card_title - Bearbeite Bauteileinformationen von - templates\Parts\edit_part_info.html.twig:9 - - - part.name.placeholder - z.B. BC547 - src\Form\PartType.php:63 - - - part.description.placeholder - z.B. NPN 45V 0,1A 0,5W - src\Form\PartType.php:66 - - - part.instock.placeholder - z.B. 12 - src\Form\PartType.php:69 - - - part.mininstock.placeholder - z.B. 10 - src\Form\PartType.php:72 - - - manufacturer_url.label - Herstellerlink - src\Form\PartType.php:83 - - - part.edit.save - Änderungen übernehmen - src\Form\PartType.php:91 - - - part.edit.reset - Änderungen verwerfen - src\Form\PartType.php:92 - - - part.new.card_title - Neues Bauteil erstellen - templates\Parts\new_part.html.twig:8 - - - login.username.label - Benutzername - templates\security\login.html.twig:31 - - - login.username.placeholder - Benutzername - templates\security\login.html.twig:34 - - - login.password.label - Passwort - templates\security\login.html.twig:38 - - - login.password.placeholder - Passwort - templates\security\login.html.twig:40 - - - login.btn - Login - templates\security\login.html.twig:58 - - - login.card_title - Login - templates\security\login.html.twig:7 - - - login.title - Login - templates\security\login.html.twig:3 - - - login.rememberme - Eingeloggt bleiben (nicht empfohlen auf geteilten Computern) - templates\security\login.html.twig:50 - - - user.firstName.label - Vorname - templates\Users\user_info.html.twig:18 - src\Form\UserSettingsType.php:32 - - - user.lastName.label - Nachname - templates\Users\user_info.html.twig:24 - src\Form\UserSettingsType.php:35 - - - user.email.label - Email - templates\Users\user_info.html.twig:30 - src\Form\UserSettingsType.php:41 - - - user.department.label - Abteilung - templates\Users\user_info.html.twig:37 - src\Form\UserSettingsType.php:38 - - - user.username.label - Benutzername - templates\Users\user_info.html.twig:47 - src\Form\UserSettingsType.php:30 - - - group.label - Group - templates\Users\user_info.html.twig:53 - - - user_settings.data.label - Persönliche Daten - templates\Users\user_settings.html.twig:14 - - - user_settings.configuration.label - Konfiguration - templates\Users\user_settings.html.twig:18 - - - user_settings.language.placeholder - Serverweite Sprache - src\Form\UserSettingsType.php:45 - - - user_settings.timezone.placeholder - Serverweite Zeitzone - src\Form\UserSettingsType.php:48 - - - user.timezone.label - Zeitzone - src\Form\UserSettingsType.php:46 - - - save - Änderungen übernehmen - src\Form\UserSettingsType.php:53 - - - reset - Änderungen verwerfen - src\Form\UserSettingsType.php:54 - - - user.settings.change_pw - Passwort ändern - templates\Users\user_settings.html.twig:48 - - - user.theme.label - Theme - src\Form\UserSettingsType.php:49 - - - user_settings.theme.placeholder - Serverweites Theme - src\Form\UserSettingsType.php:50 - - - attachment_type.caption - Dateitypen für Anhänge - templates\AdminPages\AttachmentTypeAdmin.html.twig:4 - - - entity.tree.new - Neues Element - src\Services\TreeBuilder.php:124 - - - back_to_top - Zurück zum Seitenbeginn - templates\base.html.twig:288 - - - new.caption - Neues Element - templates\AdminPages\EntityAdminBase.html.twig:37 - - - parent.label - Übergeordnetes Element - src\Form\ImportType.php:72 - - - loading.caption - Lade: - templates\base.html.twig:271 - - - loading.message - Dies kann einen Moment dauern. Sollte diese Nachricht bestehen bleiben, dann laden sie die Seite erneut. - templates\base.html.twig:272 - - - loading.bar - Lade... - templates\base.html.twig:277 - - - edit.caption - Bearbeite Element "%name" - templates\AdminPages\EntityAdminBase.html.twig:35 - - - standard.label - Eigenschaften - templates\AdminPages\EntityAdminBase.html.twig:42 - - - infos.label - Informationen - templates\AdminPages\EntityAdminBase.html.twig:43 - - - entity.delete.confirm_title - Wollen sie das Element %name% wirklich löschen? - templates\AdminPages\_delete_form.html.twig:2 - - - entity.delete - Element löschen - templates\AdminPages\_delete_form.html.twig:9 - - - export.label - Exportieren - templates\AdminPages\EntityAdminBase.html.twig:45 - - - export.format - Dateiformat - templates\AdminPages\_export_form.html.twig:4 - src\Form\ImportType.php:67 - - - export.level - Ausführlichkeit - templates\AdminPages\_export_form.html.twig:16 - - - export.level.simple - Einfach - templates\AdminPages\_export_form.html.twig:19 - - - export.level.extended - Erweitert - templates\AdminPages\_export_form.html.twig:20 - - - export.level.full - Vollständig - templates\AdminPages\_export_form.html.twig:21 - - - export.include_children - Unterelemente auch exportieren - templates\AdminPages\_export_form.html.twig:31 - - - export.btn - Exportieren - templates\AdminPages\_export_form.html.twig:39 - - - entity.delete.message - Diese Aktion lässt sich nicht rückgängig machen! - -Subelemente werden beim Löschen nach oben verschoben. - templates\AdminPages\_delete_form.html.twig:3 - - - JSON - JSON - src\Form\ImportType.php:68 - - - import_export.label - Import / Export - templates\AdminPages\EntityAdminBase.html.twig:47 - - - XML - XML - src\Form\ImportType.php:68 - - - CSV - CSV - src\Form\ImportType.php:68 - - - YAML - YAML - src\Form\ImportType.php:68 - - - import.csv_separator - CSV Trennzeichen - src\Form\ImportType.php:70 - - - import.file - Datei - src\Form\ImportType.php:75 - - - import.preserve_children - Importiere auch Unterelemente - src\Form\ImportType.php:78 - - - import.abort_on_validation - Breche bei Invaliden Daten ab - src\Form\ImportType.php:80 - - - import.btn - Importieren - src\Form\ImportType.php:85 - - - export_all.label - Alles exportieren - templates\AdminPages\EntityAdminBase.html.twig:142 - - - admin.options - Optionen - templates\AdminPages\CategoryAdmin.html.twig:8 - - - admin.advanced - Erweitert - templates\AdminPages\CategoryAdmin.html.twig:9 - - - admin.common - Allgemein - templates\AdminPages\EntityAdminBase.html.twig:59 - - - admin.comment - Kommentar - templates\AdminPages\CompanyAdminBase.html.twig:15 - new - - - device.caption - Baugruppen - templates\AdminPages\DeviceAdmin.html.twig:4 - new - - - manufacturer.caption - Hersteller - templates\AdminPages\ManufacturerAdmin.html.twig:4 - new - - - supplier.caption - Lieferanten - templates\AdminPages\SupplierAdmin.html.twig:4 - new - - - entity.delete.recursive - Rekursiv (alle Unterelemente) löschen - templates\AdminPages\_delete_form.html.twig:12 - new - - - homepage.basedOn - Basierend auf dem originale Part-DB von - templates\homepage.html.twig:33 - new - - - homepage.others - und anderen - templates\homepage.html.twig:36 - new - - - part.edit.btn - Bauteil bearbeiten + + + + + templates\Parts\info\_order_infos.html.twig:5 + + + part.supplier.name + Name + + + + + templates\Parts\info\_order_infos.html.twig:6 + + + part.supplier.partnr + Bestellnr. + + + + + templates\Parts\info\_order_infos.html.twig:28 + + + part.order.minamount + Mindestanzahl + + + + + templates\Parts\info\_order_infos.html.twig:29 + + + part.order.price + Preis + + + + + templates\Parts\info\_order_infos.html.twig:31 + + + part.order.single_price + Stückpreis + + + + + templates\Parts\info\_order_infos.html.twig:71 + + + edit.caption_short + Bearbeiten + + + + + templates\Parts\info\_order_infos.html.twig:72 + + + delete.caption + Löschen + + + + + templates\Parts\info\_part_lots.html.twig:6 + + + part_lots.description + Beschreibung + + + + + templates\Parts\info\_part_lots.html.twig:7 + + + part_lots.storage_location + Lagerort + + + + + templates\Parts\info\_part_lots.html.twig:8 + + + part_lots.amount + Menge + + + + + templates\Parts\info\_part_lots.html.twig:23 + + + part_lots.location_unknown + Lagerort unbekannt + + + + + templates\Parts\info\_part_lots.html.twig:30 + + + part_lots.instock_unknown + Menge unbekannt + + + + + templates\Parts\info\_part_lots.html.twig:39 + + + part_lots.expiration_date + Ablaufdatum + + + + + templates\Parts\info\_part_lots.html.twig:47 + + + part_lots.is_expired + Abgelaufen + + + + + templates\Parts\info\_part_lots.html.twig:54 + + + part_lots.need_refill + Muss aufgefüllt werden + + + + + templates\Parts\info\_picture.html.twig:15 + + + part.info.prev_picture + Vorheriges Bild + + + + + templates\Parts\info\_picture.html.twig:19 + + + part.info.next_picture + Nächstes Bild + + + + + templates\Parts\info\_sidebar.html.twig:17 + + + part.mass.tooltip + Gewicht + + + + + templates\Parts\info\_sidebar.html.twig:26 + + + part.needs_review.badge + Review benötigt + + + + + templates\Parts\info\_sidebar.html.twig:35 + + + part.favorite.badge + Favorit + + + + + templates\Parts\info\_sidebar.html.twig:43 + + + part.obsolete.badge + Nicht mehr lieferbar + + + + + templates\Parts\info\_tools.html.twig:4 templates\Parts\show_part_info.html.twig:125 new - - - part.clone.btn - Bauteil kopieren + + + part.edit.btn + Bauteil bearbeiten + + + + + templates\Parts\info\_tools.html.twig:14 templates\Parts\show_part_info.html.twig:135 new - - - part.create.btn - Neues Bauteil anlegen + + + part.clone.btn + Bauteil kopieren + + + + + templates\Parts\info\_tools.html.twig:22 templates\Parts\show_part_info.html.twig:143 new - - - attachment_type.deleted - Element gelöscht! + + + part.create.btn + Neues Bauteil anlegen + + + + + templates\Parts\info\_tools.html.twig:29 + + + part.delete.confirm_title + Möchten Sie dieses Bauteil wirklich löschen? + + + + + templates\Parts\info\_tools.html.twig:30 + + + part.delete.message + Das Bauteil und alle zugehörigen Informationen (Bestände, Dateianhänge, etc.) werden gelöscht. Dies kann nicht rückgängig gemacht werden. + + + + + templates\Parts\info\_tools.html.twig:36 + + + part.delete + Bauteil löschen + + + + + templates\Parts\lists\all_list.html.twig:4 + + + parts_list.all.title + Alle Bauteile + + + + + templates\Parts\lists\category_list.html.twig:4 + + + parts_list.category.title + Bauteile mit Kategorie + + + + + templates\Parts\lists\footprint_list.html.twig:4 + + + parts_list.footprint.title + Bauteile mit Footprint + + + + + templates\Parts\lists\manufacturer_list.html.twig:4 + + + parts_list.manufacturer.title + Bauteile mit Hersteller + + + + + templates\Parts\lists\search_list.html.twig:4 + + + parts_list.search.title + Bauteilesuche + + + + + templates\Parts\lists\store_location_list.html.twig:4 + + + parts_list.storelocation.title + Bauteile mit Lagerort + + + + + templates\Parts\lists\supplier_list.html.twig:4 + + + parts_list.supplier.title + Bauteile mit Lieferant + + + + + templates\Parts\lists\tags_list.html.twig:4 + + + parts_list.tags.title + Bauteile mit Tag + + + + + templates\Parts\lists\_info_card.html.twig:17 + + + entity.info.common.tab + Allgemein + + + + + templates\Parts\lists\_info_card.html.twig:20 + + + entity.info.statistics.tab + Statistik + + + + + templates\Parts\lists\_info_card.html.twig:30 + + + entity.info.name + Name + + + + + templates\Parts\lists\_info_card.html.twig:34 + templates\Parts\lists\_info_card.html.twig:67 + + + entity.info.parent + Übergeordnetes Element + + + + + templates\Parts\lists\_info_card.html.twig:46 + + + entity.edit.btn + Bearbeiten + + + + + templates\Parts\lists\_info_card.html.twig:63 + + + entity.info.children_count + Anzahl an Unterelementen + + + + + templates\security\login.html.twig:3 + templates\security\login.html.twig:3 + + + login.title + Login + + + + + templates\security\login.html.twig:7 + templates\security\login.html.twig:7 + + + login.card_title + Login + + + + + templates\security\login.html.twig:31 + templates\security\login.html.twig:31 + + + login.username.label + Benutzername + + + + + templates\security\login.html.twig:34 + templates\security\login.html.twig:34 + + + login.username.placeholder + Benutzername + + + + + templates\security\login.html.twig:38 + templates\security\login.html.twig:38 + + + login.password.label + Passwort + + + + + templates\security\login.html.twig:40 + templates\security\login.html.twig:40 + + + login.password.placeholder + Passwort + + + + + templates\security\login.html.twig:50 + templates\security\login.html.twig:50 + + + login.rememberme + Eingeloggt bleiben (nicht empfohlen auf geteilten Computern) + + + + + templates\security\login.html.twig:58 + templates\security\login.html.twig:58 + + + login.btn + Login + + + + + templates\security\login.html.twig:64 + + + pw_reset.password_forget + Nutzername/Passwort vergessen? + + + + + templates\security\pw_reset_new_pw.html.twig:5 + + + pw_reset.new_pw.header.title + Neues Passwort setzen + + + + + templates\security\pw_reset_request.html.twig:5 + + + pw_reset.request.header.title + Neues Passwort anfordern + + + + + templates\Users\user_info.html.twig:3 + templates\Users\user_info.html.twig:6 + templates\_navbar.html.twig:101 + templates\base.html.twig:99 + templates\Users\user_info.html.twig:3 + templates\Users\user_info.html.twig:6 + + + user.info.label + Benutzerinformationen + + + + + templates\Users\user_info.html.twig:18 + src\Form\UserAdminForm.php:89 + src\Form\UserSettingsType.php:63 + templates\Users\user_info.html.twig:18 + src\Form\UserSettingsType.php:32 + + + user.firstName.label + Vorname + + + + + templates\Users\user_info.html.twig:24 + src\Form\UserAdminForm.php:96 + src\Form\UserSettingsType.php:68 + templates\Users\user_info.html.twig:24 + src\Form\UserSettingsType.php:35 + + + user.lastName.label + Nachname + + + + + templates\Users\user_info.html.twig:30 + src\Form\UserAdminForm.php:104 + src\Form\UserSettingsType.php:78 + templates\Users\user_info.html.twig:30 + src\Form\UserSettingsType.php:41 + + + user.email.label + Email + + + + + templates\Users\user_info.html.twig:37 + src\Form\UserAdminForm.php:111 + src\Form\UserSettingsType.php:73 + templates\Users\user_info.html.twig:37 + src\Form\UserSettingsType.php:38 + + + user.department.label + Abteilung + + + + + templates\Users\user_info.html.twig:47 + src\Form\UserAdminForm.php:75 + src\Form\UserSettingsType.php:58 + templates\Users\user_info.html.twig:47 + src\Form\UserSettingsType.php:30 + + + user.username.label + Benutzername + + + + + templates\Users\user_info.html.twig:53 + src\Form\UserAdminForm.php:83 + src\Services\ElementTypeNameGenerator.php:70 + templates\Users\user_info.html.twig:53 + + + group.label + Group + + + + + templates\Users\user_info.html.twig:67 + + + user.permissions + Berechtigungen + + + + + templates\Users\user_settings.html.twig:3 + templates\Users\user_settings.html.twig:6 + templates\_navbar.html.twig:100 + templates\base.html.twig:98 + templates\Users\user_settings.html.twig:3 + templates\Users\user_settings.html.twig:6 + + + user.settings.label + Benutzereinstellungen + + + + + templates\Users\user_settings.html.twig:18 + templates\Users\user_settings.html.twig:14 + + + user_settings.data.label + Persönliche Daten + + + + + templates\Users\user_settings.html.twig:22 + templates\Users\user_settings.html.twig:18 + + + user_settings.configuration.label + Konfiguration + + + + + templates\Users\user_settings.html.twig:53 + templates\Users\user_settings.html.twig:48 + + + user.settings.change_pw + Passwort ändern + + + + + templates\_navbar.html.twig:4 + templates\base.html.twig:29 + + + sidebar.toggle + Sidebar umschalten + + + + + templates\_navbar.html.twig:24 + templates\base.html.twig:49 + + + search.options.label + Suchoptionen + + + + + templates\_navbar.html.twig:30 + src\Form\AdminPages\BaseEntityAdminForm.php:69 + templates\base.html.twig:54 + src\Form\PartType.php:62 + + + name.label + Name + + + + + templates\_navbar.html.twig:42 + src\Services\ElementTypeNameGenerator.php:65 + templates\base.html.twig:60 + templates\Parts\show_part_info.html.twig:36 + src\Form\PartType.php:77 + + + storelocation.label + Lagerort + + + + + templates\_navbar.html.twig:51 + templates\base.html.twig:65 + + + ordernumber.label.short + Ordernr. + + + + + templates\_navbar.html.twig:55 + src\Services\ElementTypeNameGenerator.php:66 + templates\base.html.twig:67 + + + supplier.label + Lieferant + + + + + templates\_navbar.html.twig:72 + templates\base.html.twig:75 + + + search.deactivateBarcode + Deakt. Barcode + + + + + templates\_navbar.html.twig:76 + templates\base.html.twig:77 + + + search.regexmatching + Reg.Ex. Matching + + + + + templates\_navbar.html.twig:83 + templates\base.html.twig:81 + + + go.exclamation + Los! + + + + + templates\_navbar.html.twig:90 + templates\base.html.twig:88 + + + barcode.scan + Scanne Barcode + + + + + templates\_navbar.html.twig:99 + templates\base.html.twig:97 + + + user.loggedin.label + Eingeloggt als + + + + + templates\_navbar.html.twig:103 + templates\base.html.twig:101 + + + user.logout + Ausloggen + + + + + templates\_navbar.html.twig:105 + templates\base.html.twig:103 + + + user.login + Einloggen + + + + + templates\_navbar.html.twig:111 + + + ui.toggle_darkmode + Darkmode + + + + + templates\_navbar.html.twig:115 + src\Form\UserAdminForm.php:122 + src\Form\UserSettingsType.php:86 + templates\base.html.twig:106 + src\Form\UserSettingsType.php:44 + + + user.language_select + Sprache + + + + + templates\_navbar.html.twig:118 + templates\base.html.twig:109 + + + language.english + Englisch + + + + + templates\_navbar.html.twig:121 + templates\base.html.twig:112 + + + language.german + Deutsch + + + + + templates\_sidebar.html.twig:37 + 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 + + + device.labelp + Baugruppen + + + + + templates\_sidebar.html.twig:2 + templates\base.html.twig:165 + templates\base.html.twig:192 + templates\base.html.twig:220 + + + actions + Aktionen + + + + + templates\_sidebar.html.twig:6 + templates\base.html.twig:169 + templates\base.html.twig:196 + templates\base.html.twig:224 + + + datasource + Datenquelle + + + + + templates\_sidebar.html.twig:10 + templates\base.html.twig:173 + templates\base.html.twig:200 + templates\base.html.twig:228 + + + manufacturer.labelp + Hersteller + + + + + templates\_sidebar.html.twig:11 + templates\base.html.twig:174 + templates\base.html.twig:201 + templates\base.html.twig:229 + + + supplier.labelp + Lieferanten + + + + + src\Controller\AdminPages\BaseAdminController.php:103 + src\Controller\AdminPages\BaseAdminController.php:159 + src\Controller\PartController.php:93 + src\Controller\PartController.php:176 + + + attachment.download_failed + Download der externen Datei fehlgeschlagen! + + + + + src\Controller\AdminPages\BaseAdminController.php:110 + new + + + entity.edit_flash + + + + + + src\Controller\AdminPages\BaseAdminController.php:116 + new + + + entity.edit_flash.invalid + + + + + + src\Controller\AdminPages\BaseAdminController.php:166 + new + + + entity.created_flash + + + + + + src\Controller\AdminPages\BaseAdminController.php:172 + new + + + entity.created_flash.invalid + + + + + + src\Controller\AdminPages\BaseAdminController.php:255 src\Controller\BaseAdminController.php:154 new - - - Success Flash Message! - + + + attachment_type.deleted + Element gelöscht! + + + + + src\Controller\AdminPages\BaseAdminController.php:257 + new + + + csfr_invalid + + + + + + src\Controller\DebugController.php:38 src\Controller\DebugController.php:45 new - - - Error Flash Message! - + + + Success Flash Message! + + + + + + src\Controller\DebugController.php:39 src\Controller\DebugController.php:46 new - - - Warning Flash Message! - + + + Error Flash Message! + + + + + + src\Controller\DebugController.php:40 src\Controller\DebugController.php:47 new - - - Notice Flash Message! - + + + Warning Flash Message! + + + + + + src\Controller\DebugController.php:41 src\Controller\DebugController.php:48 new - - - Info Flash Message! <b>Test</b> - + + + Notice Flash Message! + + + + + + src\Controller\DebugController.php:42 src\Controller\DebugController.php:49 new - - - Blabla. This message type should be not know to template! - + + + Info Flash Message! <b>Test</b> + + + + + + src\Controller\DebugController.php:44 src\Controller\DebugController.php:51 new - - - part.edited_flash - Änderungen gespeichert! + + + Blabla. This message type should be not know to template! + + + + + + src\Controller\DebugController.php:57 + + + validator.noneofitschild.self + Ein Element kann nicht sich selbst als übergeordnet sein! + + + + + src\Controller\DebugController.php:58 + + + validator.noneofitschild.children + Ein Kindelement kann nicht das übergeordnete Element sein! + + + + + src\Controller\DebugController.php:59 + + + validator.isSelectable + Das Element muss auswählbar sein! + + + + + src\Controller\DebugController.php:60 + + + validator.part_lot.location_full.no_increasment + Der verwendete Lagerort wurde als voll markiert, daher kann der Bestand nicht erhöht werden. (Neuer Bestand maximal {{ old_amount }}) + + + + + src\Controller\DebugController.php:61 + + + validator.part_lot.location_full + Der Lagerort ist voll, daher können keine neue Teile hinzugefügt werden. + + + + + src\Controller\DebugController.php:62 + + + validator.part_lot.only_existing + Der Lagerort wurde als "nur bestehende Teile" markiert, daher können keine neuen Teile hinzugefügt werden. + + + + + src\Controller\DebugController.php:63 + + + validator.part_lot.single_part + Der Lagerort wurde als "Nur ein Bauteil" markiert, daher kann kein neues Bauteil hinzugefügt werden. + + + + + src\Controller\DebugController.php:66 + + + m_status.active.help + Das Bauteil wird momentan und in absehbarer Zukunft produziert. + + + + + src\Controller\DebugController.php:67 + + + m_status.announced.help + Das Bauteil wurde angekündigt, ist aber noch nicht erhältlich. + + + + + src\Controller\DebugController.php:68 + + + m_status.discontinued.help + Das Bauteil wird nicht mehr hergestellt. + + + + + src\Controller\DebugController.php:69 + + + m_status.eol.help + Die Produktion des Bauteils wird bald eingestellt. + + + + + src\Controller\DebugController.php:70 + + + m_status.nrfnd.help + Im Moment wird das Bauteil noch hergestellt, die Verwendung für neue Designs ist nicht mehr empfohlen. + + + + + src\Controller\DebugController.php:71 + + + m_status.unknown.help + Der Produktionstatus ist nicht bekannt. + + + + + src\Controller\DebugController.php:74 + + + flash.success + Erfolg + + + + + src\Controller\DebugController.php:75 + + + flash.error + Fehler + + + + + src\Controller\DebugController.php:76 + + + flash.warning + Warnung + + + + + src\Controller\DebugController.php:77 + + + flash.notice + Hinweis + + + + + src\Controller\DebugController.php:78 + + + flash.info + Info + + + + + src\Controller\DebugController.php:80 + + + validator.noLockout + Sie können sich nicht selbst die Berechtigung Berechtigungen zu bearbeiten entziehen, um sich nicht versehentlich auszusperren! + + + + + src\Controller\PartController.php:100 src\Controller\PartController.php:80 new - - - part.created_flash - Bauteile erfolgreich angelegt! + + + part.edited_flash + Änderungen gespeichert! + + + + + src\Controller\PartController.php:104 + + + part.edited_flash.invalid + Fehler beim Speichern: Überprüfen Sie ihre Eingaben! + + + + + src\Controller\PartController.php:133 + new + + + part.deleted + + + + + + src\Controller\PartController.php:183 + src\Controller\PartController.php:219 src\Controller\PartController.php:113 src\Controller\PartController.php:142 new - - - user.settings.saved_flash - Einstellungen gespeichert! - src\Controller\UserController.php:98 - new - - - user.settings.pw_changed_flash - Passwort geändert! - src\Controller\UserController.php:130 - new - - - tree.tools.edit.attachment_types - Dateitypen - src\Services\ToolsTreeBuilder.php:62 - new - - - tree.tools.edit.categories - Kategorien - src\Services\ToolsTreeBuilder.php:64 - new - - - tree.tools.edit.devices - Baugruppen - src\Services\ToolsTreeBuilder.php:66 - new - - - tree.tools.edit.suppliers - Lieferanten - src\Services\ToolsTreeBuilder.php:68 - new - - - tree.tools.edit.manufacturer - Hersteller - src\Services\ToolsTreeBuilder.php:70 - new - - - tree.tools.edit - Bearbeiten - src\Services\ToolsTreeBuilder.php:74 - new - - - tree.tools.show.all_parts - Alle Teile - src\Services\ToolsTreeBuilder.php:77 - new - - - tree.tools.show - Zeige - src\Services\ToolsTreeBuilder.php:81 - new - - - tree.tools.edit.storelocation - Lagerorte - - - tree.tools.edit.footprint - Footprints - - - tree.tools.edit.currency - Währungen - - - tree.tools.edit.measurement_unit - Maßeinheiten - - - tree.tools.edit.part - Neues Bauteil - - - currency.caption - Währung - - - currency.iso_code.caption - ISO Code - - - currency.symbol.caption - Währungssymbol - - - mass_creation.label - Masseneingabe - - - mass_creation.help - Jede Zeile wird als Name für ein neues Element interpretiert und angelegt. - - - measurement_unit.caption - Maßeinheit - - - bool.true - Ja - - - bool.false - Nein - - - homepage.basedOn - basierend auf Arbeit von - - - homepage.others - und anderen - - - extended_info.label - Erweiterte Informationen - - - attachment.name - Name - - - attachment.attachment_type - Anhangstyp - - - attachment.file_name - Dateiname - - - attachment.file_size - Dateigröße - - - attachment.external_file - Externe Datei - - - attachment.file_not_found - Datei nicht gefunden - - - attachment.view - Anzeigen - - - attachment.download - Herunterladen - - - attachment.edit - Bearbeiten - - - attachment.delete - Löschen - - - part.isFavorite - Favorit - - - part.supplier.name - Name - - - part.supplier.partnr - Bestellnr. - - - part.order.minamount - Mindestanzahl - - - part.order.price - Preis - - - part.order.single_price - Stückpreis - - - part.order.price_per - pro - - - edit.caption_short - Bearbeiten - - - delete.caption - Löschen - - - part.withdraw.caption - Bauteile entnehmen - - - m_status.unknown - Unbekannt - - - m_status.announced - Angekündigt - - - m_status.active - Aktiv - - - m_status.nrfnd - Not recommended for new designs - - - m_status.eol - End of life - - - m_status.discontinued - Discontinued - - - tree.tools.system - System - - - tree.tools.system.users - Benutzer - - - part.edited_flash.invalid - Fehler beim Speichern: Überprüfen Sie ihre Eingaben! - - + + + part.created_flash + Bauteile erfolgreich angelegt! + + + + + src\Controller\PartController.php:189 + + part.created_flash.invalid Fehler beim Anlegen: Überprüfen Sie ihre Eingaben! - - - orderdetail.delete - Löschen - - - pricedetails.edit.min_qty - Mindestbestellmenge - - - pricedetails.edit.price - Preis - - - pricedetails.edit.price_qty - für Menge - - - pricedetail.create - Preis hinzufügen - - - part.edit.tab.common - Allgemein - - - part.edit.tab.manufacturer - Hersteller - - - part.edit.tab.advanced - Erweiterte Optionen - - - part.edit.tab.part_lots - Lagerbestände - - - part.edit.tab.attachments - Dateianhänge - - - part.edit.tab.orderdetails - Bestellinformationen - - - part.edit.tab.comment - Kommentar - - - attachment.external - Extern - - - attachment.create - Dateianhang hinzufügen - - - part_lot.edit.delete.confirm - Möchten Sie diesen Bestand wirklich löschen? Dies kann nicht rückgängig gemacht werden! - - - part_lot.delete - Löschen - - - part_lot.create - Bestand anlegen - - - orderdetail.create - Lieferant hinzufügen - - - pricedetails.edit.delete.confirm - Möchten Sie diesen Preis wirklich löschen? Das kann nicht rückgängig gemacht werden! - - - orderdetails.edit.delete.confirm - Möchten Sie diesen Lieferanten wirklich löschen? Dies kann nicht rückgängig gemacht werden! - - - part.part_lots.label - Lagerbestände - - - part.minOrderAmount - Mindestbestellmenge - - - Unknown - Unbekannt - - - part_lots.description + + + + + src\Controller\RedirectController.php:64 + + + flash.password_change_needed + Ihr Password muss geändert werden! + + + + + src\Controller\SecurityController.php:85 + + + pw_reset.user_or_email + Benutzername / Email + + + + + src\Controller\SecurityController.php:102 + + + pw_reset.request.success + Passwort Anfrage erfolgreich! Überprüfen Sie Ihre Emails für weitere Informationen. + + + + + src\Controller\SecurityController.php:127 + + + pw_reset.username + Benutzername + + + + + src\Controller\SecurityController.php:130 + + + pw_reset.token + Token + + + + + src\Controller\SecurityController.php:155 + + + pw_reset.new_pw.error + Benutzername oder Token ungültig! Überprüfen Sie ihre Eingaben. + + + + + src\Controller\SecurityController.php:157 + + + pw_reset.new_pw.success + Passwort wurde erfolgreich zurückgesetzt. Sie können sich nun mit dem neuen Passwort einloggen. + + + + + src\Controller\UserController.php:184 + src\Controller\UserController.php:98 + new + + + user.settings.saved_flash + Einstellungen gespeichert! + + + + + src\Controller\UserController.php:224 + src\Controller\UserController.php:130 + new + + + user.settings.pw_changed_flash + Passwort geändert! + + + + + src\DataTables\AttachmentDataTable.php:89 + src\Form\AttachmentFormType.php:62 + + + attachment.edit.name + Name + + + + + src\DataTables\AttachmentDataTable.php:113 + + + attachment.table.type + Anhangstyp + + + + + src\DataTables\AttachmentDataTable.php:125 + + + attachment.table.element + verknüpftes Element + + + + + src\DataTables\AttachmentDataTable.php:160 + src\DataTables\PartsDataTable.php:248 + + + part.table.addedDate + Hinzugefügt + + + + + src\DataTables\AttachmentDataTable.php:164 + src\DataTables\PartsDataTable.php:252 + + + part.table.lastModified + Zuletzt bearbeitet + + + + + src\DataTables\AttachmentDataTable.php:169 + src\Form\AttachmentFormType.php:72 + + + attachment.edit.show_in_table + Zeige in Tabelle + + + + + src\DataTables\AttachmentDataTable.php:170 + src\DataTables\AttachmentDataTable.php:178 + src\DataTables\AttachmentDataTable.php:187 + src\DataTables\AttachmentDataTable.php:196 + src\DataTables\PartsDataTable.php:257 + src\DataTables\PartsDataTable.php:264 + + + true + wahr + + + + + src\DataTables\AttachmentDataTable.php:171 + src\DataTables\AttachmentDataTable.php:179 + src\DataTables\AttachmentDataTable.php:188 + src\DataTables\AttachmentDataTable.php:197 + src\DataTables\PartsDataTable.php:258 + src\DataTables\PartsDataTable.php:265 + + + false + falsch + + + + + src\DataTables\AttachmentDataTable.php:177 + + + attachment.edit.isPicture + Bild? + + + + + src\DataTables\AttachmentDataTable.php:186 + + + attachment.edit.is3DModel + 3D Modell? + + + + + src\DataTables\AttachmentDataTable.php:195 + + + attachment.edit.isBuiltin + Eingebaute Ressource? + + + + + src\DataTables\PartsDataTable.php:180 + + + part.table.name + Name + + + + + src\DataTables\PartsDataTable.php:190 + + + part.table.id + ID + + + + + src\DataTables\PartsDataTable.php:194 + + + part.table.description Beschreibung - - - part_lots.storage_location - Lagerort - - - part_lots.amount + + + + + src\DataTables\PartsDataTable.php:197 + + + part.table.category + Kategorie + + + + + src\DataTables\PartsDataTable.php:202 + + + part.table.footprint + Footprint + + + + + src\DataTables\PartsDataTable.php:206 + + + part.table.manufacturer + Hersteller + + + + + src\DataTables\PartsDataTable.php:209 + + + part.table.storeLocations + Lagerorte + + + + + src\DataTables\PartsDataTable.php:228 + + + part.table.amount Menge - - - part_lots.location_unknown - Lagerort unbekannt - - - part_lots.instock_unknown - Menge unbekannt - - - part_lots.expiration_date - Ablaufdatum - - - part_lots.is_expired - Abgelaufen - - - part_lots.need_refill - Muss aufgefüllt werden - - - part.mass.tooltip - Gewicht - - - part.needs_review.badge + + + + + src\DataTables\PartsDataTable.php:236 + + + part.table.minamount + Min.Menge + + + + + src\DataTables\PartsDataTable.php:244 + + + part.table.partUnit + Maßeinheit + + + + + src\DataTables\PartsDataTable.php:256 + + + part.table.needsReview Review benötigt - - - part.favorite.badge + + + + + src\DataTables\PartsDataTable.php:263 + + + part.table.favorite Favorit - - - part.obsolete.badge - Nicht mehr lieferbar - - - part.delete.confirm_title - Möchten Sie dieses Bauteil wirklich löschen? - - - part.delete.message - Das Bauteil und alle zugehörigen Informationen (Bestände, Dateianhänge, etc.) werden gelöscht. Dies kann nicht rückgängig gemacht werden. - - - part.delete - Bauteil löschen - - + + + + + src\DataTables\PartsDataTable.php:270 + + + part.table.manufacturingStatus + Status + + + + + src\DataTables\PartsDataTable.php:272 + src\DataTables\PartsDataTable.php:274 + src\Form\Part\PartBaseType.php:70 + + + m_status.unknown + Unbekannt + + + + + src\DataTables\PartsDataTable.php:275 + src\Form\Part\PartBaseType.php:71 + + + m_status.announced + Angekündigt + + + + + src\DataTables\PartsDataTable.php:276 + src\Form\Part\PartBaseType.php:72 + + + m_status.active + Aktiv + + + + + src\DataTables\PartsDataTable.php:277 + src\Form\Part\PartBaseType.php:73 + + + m_status.nrfnd + Not recommended for new designs + + + + + src\DataTables\PartsDataTable.php:278 + src\Form\Part\PartBaseType.php:74 + + + m_status.eol + End of life + + + + + src\DataTables\PartsDataTable.php:279 + src\Form\Part\PartBaseType.php:75 + + + m_status.discontinued + Discontinued + + + + + src\DataTables\PartsDataTable.php:283 + + + part.table.mpn + MPN + + + + + src\DataTables\PartsDataTable.php:287 + + + part.table.mass + Gewicht + + + + + src\DataTables\PartsDataTable.php:291 + + + part.table.tags + Tags + + + + + src\DataTables\PartsDataTable.php:295 + + + part.table.attachments + Dateianhänge + + + + + src\EventSubscriber\LoginSuccessListener.php:46 + + + flash.login_successful + Login erfolgreich. + + + + + src\Form\AdminPages\AttachmentTypeAdminForm.php:48 + + + attachment_type.edit.filetype_filter + Erlaubte Dateitypen + + + + + src\Form\AdminPages\AttachmentTypeAdminForm.php:49 + + + attachment_type.edit.filetype_filter.help + Sie können hier eine kommaseparierte Liste von Dateiendungen oder Mimetypen angeben, die eine hochgeladene Datei mit diesem Anhangstyp haben muss. Um alle unterstützten Bilddateien zu erlauben, kann image/* benutzt werden. + + + + + src\Form\AdminPages\AttachmentTypeAdminForm.php:50 + + + attachment_type.edit.filetype_filter.placeholder + z.B. .txt, application/pdf, image/* + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:70 + src\Form\PartType.php:63 + + + part.name.placeholder + z.B. BC547 + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:74 + src\Form\AdminPages\ImportType.php:70 + src\Form\AdminPages\MassCreationForm.php:66 + src\Form\ImportType.php:72 + + + parent.label + Übergeordnetes Element + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:78 + + entity.edit.not_selectable Nicht auswählbar - - + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:79 + + entity.edit.not_selectable.help Wenn diese Option aktiviert ist, dann kann dieses Element keinem Bauteil als Eigenschaft zugewiesen werden. Hilfreich z.B. wenn dieses Element nur der reinen Sortierung dienen soll. - - + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:85 + + bbcode.hint Hier kann BBCode verwendet werden (z.B. [b]Fett[/b]) - - + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:106 + src\Form\Part\PartBaseType.php:213 + + + part.edit.master_attachment + Vorschaubild + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:112 + + entity.create Element anlegen - - + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:112 + + entity.edit.save Speichern - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:36 + + category.edit.disable_footprints Deaktiviere Footprints - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:37 + + category.edit.disable_footprints.help Wenn diese Option aktiviert ist, ist die Footprint Eigenschaft für alle Bauteile in dieser Kategorie, deaktiviert. - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:42 + + category.edit.disable_manufacturers Deaktiviere Hersteller - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:43 + + category.edit.disable_manufacturers.help Wenn diese Option aktiviert ist, ist die Hersteller Eigenschaft für alle Bauteile in dieser Kategorie, deaktiviert. - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:48 + + category.edit.disable_autodatasheets Deaktiviere Automatische Datenblatt links - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:49 + + category.edit.disable_autodatasheets.help Wenn diese Option aktiviert ist, werden für Bauteile mit dieser Kategorie keine automatischen Datenblattlinks erzeugt. - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:54 + + category.edit.disable_properties Deaktiviere Eigenschaften - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:55 + + category.edit.disable_properties.help Wenn diese Option aktiviert ist, sind die Bauteileeigenschaften für alle Bauteile in dieser Kategorie, deaktiviert. - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:60 + + category.edit.partname_hint Namenshinweis - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:61 + + category.edit.partname_hint.placeholder z.B. 100nF - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:65 + + category.edit.partname_regex Namensfilter - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:70 + + category.edit.default_description Standard Beschreibung - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:71 + + category.edit.default_description.placeholder z.B. Kondensator, 10mmx10mm, SMD - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:75 + + category.edit.default_comment Standard Kommentar - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:76 + + category.edit.default_comment.placeholder e.g. Nützlich für Schaltnetzteile - - + + + + + src\Form\AdminPages\CompanyForm.php:38 + + company.edit.address Anschrift - - + + + + + src\Form\AdminPages\CompanyForm.php:40 + + company.edit.address.placeholder Musterstraße 314 31415 Beispielhausen - - + + + + + src\Form\AdminPages\CompanyForm.php:45 + + company.edit.phone_number Telefonnummer - - + + + + + src\Form\AdminPages\CompanyForm.php:47 + + company.edit.phone_number.placeholder +49 12345 6789 - - + + + + + src\Form\AdminPages\CompanyForm.php:53 + + company.edit.fax_number Faxnummer - - + + + + + src\Form\AdminPages\CompanyForm.php:60 + + company.edit.email Email Addresse - - + + + + + src\Form\AdminPages\CompanyForm.php:62 + + company.edit.email.placeholder contact@foo.bar - - + + + + + src\Form\AdminPages\CompanyForm.php:67 + + company.edit.website Website - - + + + + + src\Form\AdminPages\CompanyForm.php:69 + + company.edit.website.placeholder https://www.foo.bar - - + + + + + src\Form\AdminPages\CompanyForm.php:74 + + company.edit.auto_product_url Produkt URL - - + + + + + src\Form\AdminPages\CompanyForm.php:75 + + company.edit.auto_product_url.help Wenn diese URL gesetzt ist, wird sie benutzt um die URL eines Bauteils auf der Website des Herstellers zu erzeugen. Dabei wird %PARTNR% mit der Bestellnummer ersetzt. - - + + + + + src\Form\AdminPages\CompanyForm.php:77 + + company.edit.auto_product_url.placeholder https://foo.bar/product/%PARTNR% - - + + + + + src\Form\AdminPages\CurrencyAdminForm.php:37 + + currency.edit.iso_code ISO Code - - + + + + + src\Form\AdminPages\CurrencyAdminForm.php:44 + + currency.edit.exchange_rate Wechselkurs - - + + + + + src\Form\AdminPages\FootprintAdminForm.php:35 + + + footprint.edit.3d_model + 3D Modell + + + + + src\Form\AdminPages\ImportType.php:63 + src\Form\ImportType.php:70 + + + import.csv_separator + CSV Trennzeichen + + + + + src\Form\AdminPages\ImportType.php:76 + src\Form\ImportType.php:75 + + + import.file + Datei + + + + + src\Form\AdminPages\ImportType.php:82 + src\Form\ImportType.php:78 + + + import.preserve_children + Importiere auch Unterelemente + + + + + src\Form\AdminPages\ImportType.php:85 + src\Form\ImportType.php:80 + + + import.abort_on_validation + Breche bei Invaliden Daten ab + + + + + src\Form\AdminPages\ImportType.php:86 + + import.abort_on_validation.help Wenn diese Option aktivert ist, wird beim erkennen ungültiger Daten der gesamte Vorgang abgebrochen. Ist diese Option nicht aktiv, werden ungültige Einträge ignoriert und versucht die anderen Einträge zu importieren. - - + + + + + src\Form\AdminPages\ImportType.php:59 + src\Form\ImportType.php:68 + + + JSON + JSON + + + + + src\Form\AdminPages\ImportType.php:59 + src\Form\ImportType.php:68 + + + XML + XML + + + + + src\Form\AdminPages\ImportType.php:59 + src\Form\ImportType.php:68 + + + CSV + CSV + + + + + src\Form\AdminPages\ImportType.php:59 + src\Form\ImportType.php:68 + + + YAML + YAML + + + + + src\Form\AdminPages\ImportType.php:90 + src\Form\ImportType.php:85 + + + import.btn + Importieren + + + + + src\Form\AdminPages\MassCreationForm.php:55 + + mass_creation.lines Eingabe - - + + + + + src\Form\AdminPages\MassCreationForm.php:58 + + mass_creation.lines.placeholder Element 1 Element 2 Element 3 - - + + + + + src\Form\AdminPages\MassCreationForm.php:72 + + entity.mass_creation.btn Anlegen - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:36 + + measurement_unit.edit.is_integer Ganzzahlig - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:37 + + measurement_unit.edit.is_integer.help Wenn diese Option aktiviert ist, werden alle Mengen in dieser Einheit auf ganze Zahlen gerundet. - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:42 + + measurement_unit.edit.use_si_prefix Benutze SI Prefixe - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:43 + + measurement_unit.edit.use_si_prefix.help Wenn diese Option aktiviert ist, werden bei Ausgabe der Zahlen SI Prefixe benutzt (z.B. 1,2kg anstatt 1200g) - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:48 + + measurement_unit.edit.unit_symbol Einheitensymbol - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:49 + + measurement_unit.edit.unit_symbol.placeholder z.B. m - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:38 + + storelocation.edit.is_full.label Lagerort voll - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:39 + + storelocation.edit.is_full.help Wenn diese Option aktiviert ist, ist es weder möglich neue Bauteile zu diesem Lagerort hinzuzufügen, noch die Anzahl bereits vorhandener Bauteile zu erhöhen. - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:45 + + storelocation.limit_to_existing.label Nur bestehende Bauteile - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:46 + + storelocation.limit_to_existing.help Wenn diese Option aktiv ist, ist es nicht möglich neue Bauteile zu diesem Lagerort hinzuzufügen, es ist aber möglich die Anzahl bereits vorhandener Bauteile zu erhöhen. - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:52 + + storelocation.only_single_part.label Nur ein ein Bauteil - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:53 + + storelocation.only_single_part.help Wenn diese Option aktiviert ist, kann dieser Lagerort nur ein einzelnes Bauteil aber in beliebiger Menge fassen. Hilfreich für kleine SMD Fächer oder Feeder. - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:59 + + storelocation.storage_type.label Lagertyp - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:60 + + storelocation.storage_type.help Hier kann eine Maßeinheit gewählt werden, die ein Bauteil haben muss, damit es in diesem Lagerort gelagert werden kann. - - + + + + + src\Form\AdminPages\SupplierForm.php:41 + + supplier.edit.default_currency Standardwährung - - + + + + + src\Form\AdminPages\SupplierForm.php:49 + + supplier.shipping_costs.label Versandkosten - - - attachment.edit.name - Name - - + + + + + src\Form\AttachmentFormType.php:65 + + attachment.edit.attachment_type Anhangstyp - - - attachment.edit.show_in_table - Zeige in Tabelle - - - attachment.edit.url - URL - - - attachment.edit.file - Datei hochladen - - - orderdetails.edit.supplierpartnr - Bestellnummer - - - orderdetails.edit.supplierpartnr.placeholder - z.B. BC 547C - - - orderdetails.edit.supplier - Lieferant - - - orderdetails.edit.url - Link zum Angebot - - - orderdetails.edit.obsolete - Nicht mehr lieferbar - - - part.edit.name - Name - - - part.edit.name.placeholder - z.B. BC547 - - - part.edit.description - Beschreibung - - - part.edit.description.placeholder - z.B. NPN 45V 0,1A 0,5W - - - part.editmininstock.placeholder - e.g. 1 - - - part.edit.mininstock - Mindestbestand - - - part.edit.category - Kategorie - - - part.edit.footprint - Footprint - - - part.edit.tags - Tags - - - part.edit.manufacturer.label - Hersteller - - - part.edit.manufacturer_url.label - Link zur Produktseite - - - part.edit.mpn - Bauteilenummer des Herstellers - - - part.edit.manufacturing_status - Herstellungsstatus - - - part.edit.needs_review - Review benötigt - - - part.edit.is_favorite - Favorit - - - part.edit.mass - Gewicht - - - part.edit.partUnit - Maßeinheit - - - part.edit.comment - Kommentat - - - part.edit.master_attachment - Vorschaubild - - - part_lot.edit.description - Beschreibung - - - part_lot.edit.location - Lagerort - - - part_lot.edit.amount - Menge - - - part_lot.edit.instock_unknown - Menge unbekannt - - - part_lot.edit.needs_refill - Muss aufgefüllt werden - - - part_lot.edit.expiration_date - Ablaufdatum - - - part_lot.edit.comment - Kommentar - - - user.username.placeholder - z.B. m.muster - - - user.firstName.placeholder - z.B. Max - - - user.lastName.placeholder - z.B. Muster - - - user.email.placeholder - z.B. m.muster@ecorp.com - - - user.department.placeholder - z.B. Entwicklung - - - user.create - Benutzer anlegen - - - user.edit.save - Speichern - - - entity.edit.reset - Änderungen verwerfen - - - entity.info.parts_count - Bauteile mit diesem Element - - - validator.noneofitschild.self - Ein Element kann nicht sich selbst als übergeordnet sein! - - - validator.noneofitschild.children - Ein Kindelement kann nicht das übergeordnete Element sein! - - - validator.isSelectable - Das Element muss auswählbar sein! - - - validator.part_lot.location_full.no_increasment - Der verwendete Lagerort wurde als voll markiert, daher kann der Bestand nicht erhöht werden. (Neuer Bestand maximal {{ old_amount }}) - - - validator.part_lot.location_full - Der Lagerort ist voll, daher können keine neue Teile hinzugefügt werden. - - - validator.part_lot.only_existing - Der Lagerort wurde als "nur bestehende Teile" markiert, daher können keine neuen Teile hinzugefügt werden. - - - validator.part_lot.single_part - Der Lagerort wurde als "Nur ein Bauteil" markiert, daher kann kein neues Bauteil hinzugefügt werden. - - - m_status.active.help - Das Bauteil wird momentan und in absehbarer Zukunft produziert. - - - m_status.announced.help - Das Bauteil wurde angekündigt, ist aber noch nicht erhältlich. - - - m_status.discontinued.help - Das Bauteil wird nicht mehr hergestellt. - - - m_status.eol.help - Die Produktion des Bauteils wird bald eingestellt. - - - m_status.nrfnd.help - Im Moment wird das Bauteil noch hergestellt, die Verwendung für neue Designs ist nicht mehr empfohlen. - - - m_status.unknown.help - Der Produktionstatus ist nicht bekannt. - - - flash.success - Erfolg - - - flash.error - Fehler - - - flash.warning - Warnung - - - flash.notice - Hinweis - - - flash.info - Info - - - part.table.name - Name - - - part.table.id - ID - - - part.table.description - Beschreibung - - - part.table.category - Kategorie - - - part.table.amount - Menge - - - part.table.minamount - Min.Menge - - - part.table.addedDate - Hinzugefügt - - - part.table.lastModified - Zuletzt bearbeitet - - - part.table.needsReview - Review benötigt - - - true - wahr - - - false - falsch - - - part.table.favorite - Favorit - - - part.table.manufacturingStatus - Status - - - part.table.mpn - MPN - - - part.table.mass - Gewicht - - - part.table.tags - Tags - - - datatable.datatable.lengthMenu - _MENU_ - - - part.table.footprint - Footprint - - - part.table.manufacturer - Hersteller - - - part.table.storeLocations - Lagerorte - - - part.table.partUnit - Maßeinheit - - - parts_list.all.title - Alle Bauteile - - - parts_list.category.title - Bauteile mit Kategorie - - - parts_list.footprint.title - Bauteile mit Footprint - - - parts_list.manufacturer.title - Bauteile mit Hersteller - - - parts_list.search.title - Bauteilesuche - - - parts_list.storelocation.title - Bauteile mit Lagerort - - - parts_list.supplier.title - Bauteile mit Lieferant - - - parts_list.tags.title - Bauteile mit Tag - - - entity.info.common.tab - Allgemein - - - entity.info.statistics.tab - Statistik - - - entity.info.name - Name - - - entity.info.parent - Übergeordnetes Element - - - entity.edit.btn - Bearbeiten - - - entity.info.children_count - Anzahl an Unterelementen - - - perm.group.parts - Bauteile - - - perm.group.structures - Datenstrukturen - - - perm.group.system - System - - - perm.parts - Allgemein - - - perm.read - Anzeigen - - - perm.edit - Bearbeiten - - - perm.create - Anlegen - - - perm.part.move - Kategorie verändern - - - perm.delete - Löschen - - - perm.part.search - Suchen - - - perm.part.all_parts - Alle Bauteile auflisten - - - perm.part.no_price_parts - Teile ohne Preis auflisten - - - perm.part.obsolete_parts - Obsolete Teile auflisten - - - perm.part.unknown_instock_parts - Bauteile mit unbekanntem Bestand auflisten - - - perm.part.change_favorite - Favoritenstatus ändern - - - perm.part.show_favorite - Favoriten anzeigen - - - perm.part.show_last_edit_parts - Zeige zuletzt bearbeitete/hinzugefügte Bauteile - - - perm.part.show_users - Letzten bearbeitenden Nutzer anzeigen - - - perm.part.show_history - Historie anzeigen - - - perm.part.name - Name - - - perm.part.description - Beschreibung - - - perm.part.instock - Vorhanden - - - perm.part.mininstock - Min. Bestand - - - perm.part.comment - Kommentar - - - perm.part.storelocation - Lagerort - - - perm.part.manufacturer - Hersteller - - - perm.part.orderdetails - Bestellinformationen - - - perm.part.prices - Preise - - - perm.part.attachments - Dateianhänge - - - perm.part.order - Bestellungen - - - perm.storelocations - Lagerorte - - - perm.move - Verschieben - - - perm.list_parts - Teile auflisten - - - perm.part.footprints - Footprints - - - perm.part.categories - Kategorien - - - perm.part.supplier - Lieferanten - - - perm.part.manufacturers - Hersteller - - - perm.part.devices - Baugruppen - - - perm.part.attachment_types - Dateitypen - - - perm.tools.import - Import - - - perm.tools.labels - Labels - - - perm.tools.calculator - Widerstandsrechner - - - perm.tools.footprints - Footprints - - - perm.tools.ic_logos - IC-Logos - - - perm.tools.statistics - Statistik - - - perm.edit_permissions - Berechtigungen ändern - - - perm.users.edit_user_name - Nutzernamen ändern - - - perm.users.edit_change_group - Gruppe ändern - - - perm.users.edit_infos - Informationen ändern - - - perm.users.edit_permissions - Berechtigungen ändern - - - perm.users.set_password - Passwort ändern - - - perm.users.change_user_settings - Benutzereinstellungen ändern - - - perm.database.see_status - Status anzeigen - - - perm.database.update_db - Datenbank updaten - - - perm.database.read_db_settings - Einstellungen anzeigen - - - perm.database.write_db_settings - Einstellungen ändern - - - perm.config.read_config - Konfiguration anzeigen - - - perm.config.edit_config - Konfiguration ändern - - - perm.config.server_info - Server info - - - perm.config.use_debug - Debugtools benutzen - - - perm.show_logs - Logs anzeigen - - - perm.delete_logs - Logeinträge löschen - - - perm.self.edit_infos - Informationen ändern - - - perm.self.edit_username - Benutzernamen ändern - - - perm.self.show_permissions - Berechtigungen anzeigen - - - perm.self.show_logs - Logs anzeigen - - - perm.self.create_labels - Labels erstellen - - - perm.self.edit_options - Einstellungen ändern - - - perm.self.delete_profiles - Profile löschen - - - perm.self.edit_profiles - Profile bearbeiten - - - permission.edit.permission - Berechtigung - - - permission.edit.value - Wert - - - perm.group.other - Verschiedene - - - user.edit.permissions - Berechtigungen - - - perm.part.tools - Tools - - - perm.groups - Gruppen - - - perm.users - Benutzer - - - perm.database - Datenbank - - - perm.config - Einstellungen - - - perm.system - System - - - perm.device_parts - Baugruppenbauteile - - - perm.self - Eigenen Benutzer bearbeiten - - - perm.labels - Labels - - - perm.part.category - Kategorie - - - perm.part.minamount - Mindestbestand - - - perm.part.footprint - Footprint - - - perm.part.mpn - MPN - - - perm.part.status - Herstellungsstatus - - - perm.part.tags - Tags - - - perm.part.unit - Maßeinheit - - - perm.part.mass - Gewicht - - - perm.part.lots - Lagerorte - - - perm.show_users - Letzten bearbeitenden Nutzer anzeigen - - - perm.currencies - Währungen - - - perm.measurement_units - Maßeinheiten - - - flash.password_change_needed - Ihr Password muss geändert werden! - - - attachment.table.element - verknüpftes Element - - - attachment.edit.isPicture - Bild? - - - attachment.edit.is3DModel - 3D Modell? - - - attachment.edit.isBuiltin - Eingebaute Ressource? - - - attachment.label - Dateianhang - - - attachment_type.label - Ahangstyp - - - device.label - Baugruppe - - - measurement_unit.label - Maßeinheit - - - part.label - Bauteil - - - part_lot.label - Bauteile Lot - - - currency.label - Währung - - - orderdetail.label - Bestellinformation - - - pricedetail.label - Preisinformation - - - user.label - Benutzer - - - flash.login_successful - Login erfolgreich. - - - attachment_type.edit.filetype_filter - Erlaubte Dateitypen - - - attachment_type.edit.filetype_filter.help - Sie können hier eine kommaseparierte Liste von Dateiendungen oder Mimetypen angeben, die eine hochgeladene Datei mit diesem Anhangstyp haben muss. Um alle unterstützten Bilddateien zu erlauben, kann image/* benutzt werden. - - - attachment_type.edit.filetype_filter.placeholder - z.B. .txt, application/pdf, image/* - - - footprint.edit.3d_model - 3D Modell - - + + + + + src\Form\AttachmentFormType.php:77 + + attachment.edit.secure_file Privater Anhang - - + + + + + src\Form\AttachmentFormType.php:80 + + attachment.edit.secure_file.help Auf ein Anhang der als privat gekennzeichnet ist, kann nur durch einen angemeldeten Benutzer zugegriffen werden, der die entsprechende Berechtigung besitzt. Wenn diese Option aktiv ist, werden keine Thumbnails erzeugt, und der Zugriff auf die Datei ist langsamer. - - + + + + + src\Form\AttachmentFormType.php:84 + + + attachment.edit.url + URL + + + + + src\Form\AttachmentFormType.php:91 + + attachment.edit.url.help Hier kann entweder eine URL zu einer externen Datei eingetragen werden, oder es wird durch Eingabe eines Stichwortes in den eingebauten Ressourcen gesucht (z.B. Footprints). - - + + + + + src\Form\AttachmentFormType.php:98 + + attachment.edit.download_url Downloade externe Datei - - + + + + + src\Form\AttachmentFormType.php:105 + + + attachment.edit.file + Datei hochladen + + + + + src\Form\Part\OrderdetailType.php:58 + + + orderdetails.edit.supplierpartnr + Bestellnummer + + + + + src\Form\Part\OrderdetailType.php:59 + + + orderdetails.edit.supplierpartnr.placeholder + z.B. BC 547C + + + + + src\Form\Part\OrderdetailType.php:66 + + + orderdetails.edit.supplier + Lieferant + + + + + src\Form\Part\OrderdetailType.php:72 + + + orderdetails.edit.url + Link zum Angebot + + + + + src\Form\Part\OrderdetailType.php:78 + + + orderdetails.edit.obsolete + Nicht mehr lieferbar + + + + + src\Form\Part\PartBaseType.php:82 + + + part.edit.name + Name + + + + + src\Form\Part\PartBaseType.php:83 + + + part.edit.name.placeholder + z.B. BC547 + + + + + src\Form\Part\PartBaseType.php:89 + + + part.edit.description + Beschreibung + + + + + src\Form\Part\PartBaseType.php:91 + + + part.edit.description.placeholder + z.B. NPN 45V 0,1A 0,5W + + + + + src\Form\Part\PartBaseType.php:95 + + + part.editmininstock.placeholder + e.g. 1 + + + + + src\Form\Part\PartBaseType.php:96 + + + part.edit.mininstock + Mindestbestand + + + + + src\Form\Part\PartBaseType.php:102 + + + part.edit.category + Kategorie + + + + + src\Form\Part\PartBaseType.php:109 + + + part.edit.footprint + Footprint + + + + + src\Form\Part\PartBaseType.php:115 + + + part.edit.tags + Tags + + + + + src\Form\Part\PartBaseType.php:127 + + + part.edit.manufacturer.label + Hersteller + + + + + src\Form\Part\PartBaseType.php:134 + + + part.edit.manufacturer_url.label + Link zur Produktseite + + + + + src\Form\Part\PartBaseType.php:140 + + + part.edit.mpn + Bauteilenummer des Herstellers + + + + + src\Form\Part\PartBaseType.php:143 + + + part.edit.manufacturing_status + Herstellungsstatus + + + + + src\Form\Part\PartBaseType.php:153 + + + part.edit.needs_review + Review benötigt + + + + + src\Form\Part\PartBaseType.php:159 + + + part.edit.is_favorite + Favorit + + + + + src\Form\Part\PartBaseType.php:164 + + + part.edit.mass + Gewicht + + + + + src\Form\Part\PartBaseType.php:172 + + + part.edit.partUnit + Maßeinheit + + + + + src\Form\Part\PartBaseType.php:179 + + + part.edit.comment + Kommentat + + + + + src\Form\Part\PartBaseType.php:233 + src\Form\PartType.php:91 + + + part.edit.save + Änderungen übernehmen + + + + + src\Form\Part\PartBaseType.php:234 + src\Form\PartType.php:92 + + + part.edit.reset + Änderungen verwerfen + + + + + src\Form\Part\PartLotType.php:52 + + + part_lot.edit.description + Beschreibung + + + + + src\Form\Part\PartLotType.php:59 + + + part_lot.edit.location + Lagerort + + + + + src\Form\Part\PartLotType.php:67 + + + part_lot.edit.amount + Menge + + + + + src\Form\Part\PartLotType.php:72 + + + part_lot.edit.instock_unknown + Menge unbekannt + + + + + src\Form\Part\PartLotType.php:78 + + + part_lot.edit.needs_refill + Muss aufgefüllt werden + + + + + src\Form\Part\PartLotType.php:84 + + + part_lot.edit.expiration_date + Ablaufdatum + + + + + src\Form\Part\PartLotType.php:89 + + + part_lot.edit.comment + Kommentar + + + + + src\Form\Part\PricedetailType.php:38 + new + + + min_discount_quantity + + + + + + src\Form\Part\PricedetailType.php:42 + new + + + price_related_quantity + + + + + + src\Form\Part\PricedetailType.php:46 + new + + + price + + + + + + src\Form\Part\PricedetailType.php:51 + new + + + currency + + + + + + src\Form\Permissions\PermissionsType.php:78 + + + perm.group.other + Verschiedene + + + + + src\Form\Type\SIUnitType.php:115 + new + + + M + + + + + + src\Form\Type\SIUnitType.php:115 + new + + + k + + + + + + + + + + + + src\Form\Type\SIUnitType.php:115 + new + + + m + + + + + + src\Form\Type\SIUnitType.php:115 + new + + + µ + + + + + + src\Form\Type\SIUnitType.php:103 + new + + + value + + + + + + src\Form\Type\SIUnitType.php:114 + new + + + prefix + + + + + + src\Form\UserAdminForm.php:76 + + + user.username.placeholder + z.B. m.muster + + + + + src\Form\UserAdminForm.php:90 + + + user.firstName.placeholder + z.B. Max + + + + + src\Form\UserAdminForm.php:97 + + + user.lastName.placeholder + z.B. Muster + + + + + src\Form\UserAdminForm.php:105 + + + user.email.placeholder + z.B. m.muster@ecorp.com + + + + + src\Form\UserAdminForm.php:112 + + + user.department.placeholder + z.B. Entwicklung + + + + + src\Form\UserAdminForm.php:121 + src\Form\UserSettingsType.php:85 + src\Form\UserSettingsType.php:45 + + + user_settings.language.placeholder + Serverweite Sprache + + + + + src\Form\UserAdminForm.php:129 + src\Form\UserSettingsType.php:93 + src\Form\UserSettingsType.php:48 + + + user_settings.timezone.placeholder + Serverweite Zeitzone + + + + + src\Form\UserAdminForm.php:130 + src\Form\UserSettingsType.php:94 + src\Form\UserSettingsType.php:46 + + + user.timezone.label + Zeitzone + + + + + src\Form\UserAdminForm.php:141 + src\Form\UserSettingsType.php:105 + src\Form\UserSettingsType.php:50 + + + user_settings.theme.placeholder + Serverweites Theme + + + + + src\Form\UserAdminForm.php:142 + src\Form\UserSettingsType.php:106 + src\Form\UserSettingsType.php:49 + + + user.theme.label + Theme + + + + + src\Form\UserAdminForm.php:147 + src\Form\UserSettingsType.php:111 + + user.currency.label Bevorzugte Währung - - + + + + + src\Form\UserAdminForm.php:153 + + user.settings.pw_new.label Neues Passwort - - + + + + + src\Form\UserAdminForm.php:154 + + user.settings.pw_confirm.label Neues Passwort bestätigen - - + + + + + src\Form\UserAdminForm.php:168 + + user.edit.needs_pw_change Nutzer muss Passwort ändern - - + + + + + src\Form\UserAdminForm.php:175 + + user.edit.user_disabled Benutzer deaktiviert (kein Login möglich) - - - tree.tools.show.all_attachments - Dateianhänge - - - tree.tools.system.groups - Gruppen - - + + + + + src\Form\UserAdminForm.php:208 + + + user.create + Benutzer anlegen + + + + + src\Form\UserAdminForm.php:208 + + + user.edit.save + Speichern + + + + + src\Form\UserAdminForm.php:212 + + + entity.edit.reset + Änderungen verwerfen + + + + + src\Form\UserSettingsType.php:115 + src\Form\UserSettingsType.php:53 + + + save + Änderungen übernehmen + + + + + src\Form\UserSettingsType.php:116 + src\Form\UserSettingsType.php:54 + + + reset + Änderungen verwerfen + + + + + src\Services\ElementTypeNameGenerator.php:56 + + + attachment.label + Dateianhang + + + + + src\Services\ElementTypeNameGenerator.php:58 + + + attachment_type.label + Ahangstyp + + + + + src\Services\ElementTypeNameGenerator.php:59 + + + device.label + Baugruppe + + + + + src\Services\ElementTypeNameGenerator.php:62 + + + measurement_unit.label + Maßeinheit + + + + + src\Services\ElementTypeNameGenerator.php:63 + + + part.label + Bauteil + + + + + src\Services\ElementTypeNameGenerator.php:64 + + + part_lot.label + Bauteile Lot + + + + + src\Services\ElementTypeNameGenerator.php:67 + + + currency.label + Währung + + + + + src\Services\ElementTypeNameGenerator.php:68 + + + orderdetail.label + Bestellinformation + + + + + src\Services\ElementTypeNameGenerator.php:69 + + + pricedetail.label + Preisinformation + + + + + src\Services\ElementTypeNameGenerator.php:71 + + + user.label + Benutzer + + + + + src\Services\MarkdownParser.php:52 + + markdown.loading Lade Markdown. Wenn diese längere Zeit bestehen bleibt, versuchen sie die Website erneut zu laden! - - - validator.noLockout - Sie können sich nicht selbst die Berechtigung Berechtigungen zu bearbeiten entziehen, um sich nicht versehentlich auszusperren! - - - attachment.download_failed - Download der externen Datei fehlgeschlagen! - - - admin.attachments - Dateianhänge - - - group.edit.caption - Gruppen - - - user.edit.caption - Benutzer - - - user.edit.configuration - Konfiguration - - - user.edit.password - Passwort - - - attachment.preview.alt - Thumbnail des Dateianhanges - - - attachment.secure - Privat - - - attachment.list.title - Dateianhänge - - - sidebar.big.toggle - Seitenleiste ein/ausblenden - - - permission.legend.title - Erläuterung der Zustände - - - permission.legend.disallow - Verboten - - - permission.legend.allow - Erlaubt - - - permission.legend.inherit - Erbe von (übergeordneter) Gruppe - - - part.info.prev_picture - Vorheriges Bild - - - part.info.next_picture - Nächstes Bild - - - user.permissions - Berechtigungen - - - user.settings.pw_old.label - Old password - - - part.table.attachments - Dateianhänge - - - pw_reset.user_or_email - Benutzername / Email - - - pw_reset.request.success - Passwort Anfrage erfolgreich! Überprüfen Sie Ihre Emails für weitere Informationen. - - - pw_reset.username - Benutzername - - - pw_reset.token - Token - - - pw_reset.new_pw.error - Benutzername oder Token ungültig! Überprüfen Sie ihre Eingaben. - - - pw_reset.new_pw.success - Passwort wurde erfolgreich zurückgesetzt. Sie können sich nun mit dem neuen Passwort einloggen. - - - attachment.table.type - Anhangstyp - - + + + + + src\Services\PasswordResetManager.php:78 + + pw_reset.email.subject Passwort Reset für Ihren Part-DB Account - - - mail.footer.email_sent_by - Diese Email wurde automatisch erstellt von - - - mail.footer.dont_reply - Antworten Sie nicht auf diese Email. - - - email.hi %name% - Hallo %name% - - - email.pw_reset.message - jemand (hoffentlich Sie) hat ein Reset ihres Passwortes angefordert. Wenn diese Anfrage nicht von Ihnen stammt, ignorieren sie diese Email. - - - email.pw_reset.button - Passwort zurücksetzen - - - email.pw_reset.fallback - %url% auf und geben Sie die folgenden Daten ein]]> - - - email.pw_reset.username - Benutzername - - - email.pw_reset.token - Token - - - email.pw_reset.valid_unit %date% - %date%]]> - - - pw_reset.password_forget - Nutzername/Passwort vergessen? - - - pw_reset.new_pw.header.title - Neues Passwort setzen - - - pw_reset.request.header.title - Neues Passwort anfordern - - - ui.toggle_darkmode - Darkmode - - + + + + + src\Services\ToolsTreeBuilder.php:85 + src\Services\ToolsTreeBuilder.php:74 + new + + + tree.tools.edit + Bearbeiten + + + + + src\Services\ToolsTreeBuilder.php:86 + src\Services\ToolsTreeBuilder.php:81 + new + + + tree.tools.show + Zeige + + + + + src\Services\ToolsTreeBuilder.php:87 + + + tree.tools.system + System + + + + + src\Services\ToolsTreeBuilder.php:104 + src\Services\ToolsTreeBuilder.php:62 + new + + + tree.tools.edit.attachment_types + Dateitypen + + + + + src\Services\ToolsTreeBuilder.php:110 + src\Services\ToolsTreeBuilder.php:64 + new + + + tree.tools.edit.categories + Kategorien + + + + + src\Services\ToolsTreeBuilder.php:116 + src\Services\ToolsTreeBuilder.php:66 + new + + + tree.tools.edit.devices + Baugruppen + + + + + src\Services\ToolsTreeBuilder.php:122 + src\Services\ToolsTreeBuilder.php:68 + new + + + tree.tools.edit.suppliers + Lieferanten + + + + + src\Services\ToolsTreeBuilder.php:128 + src\Services\ToolsTreeBuilder.php:70 + new + + + tree.tools.edit.manufacturer + Hersteller + + + + + src\Services\ToolsTreeBuilder.php:134 + + + tree.tools.edit.storelocation + Lagerorte + + + + + src\Services\ToolsTreeBuilder.php:140 + + + tree.tools.edit.footprint + Footprints + + + + + src\Services\ToolsTreeBuilder.php:146 + + + tree.tools.edit.currency + Währungen + + + + + src\Services\ToolsTreeBuilder.php:152 + + + tree.tools.edit.measurement_unit + Maßeinheiten + + + + + src\Services\ToolsTreeBuilder.php:158 + + + tree.tools.edit.part + Neues Bauteil + + + + + src\Services\ToolsTreeBuilder.php:175 + src\Services\ToolsTreeBuilder.php:77 + new + + + tree.tools.show.all_parts + Alle Teile + + + + + src\Services\ToolsTreeBuilder.php:181 + + + tree.tools.show.all_attachments + Dateianhänge + + + + + src\Services\ToolsTreeBuilder.php:200 + + + tree.tools.system.users + Benutzer + + + + + src\Services\ToolsTreeBuilder.php:206 + + + tree.tools.system.groups + Gruppen + + + + + src\Services\TreeBuilder.php:133 + src\Services\TreeBuilder.php:124 + + + entity.tree.new + Neues Element + + + + + templates\Parts\show_part_info.html.twig:161 + obsolete + + + part.withdraw.caption: + Bauteile entnehmen: + + + + + templates\Parts\show_part_info.html.twig:166 + obsolete + + + part.withdraw.btn + Entnehmen + + + + + templates\Parts\show_part_info.html.twig:171 + obsolete + + + part.withdraw.comment: + Kommentar/Zweck + + + + + templates\Parts\show_part_info.html.twig:189 + obsolete + + + part.add.caption + Bauteil hinzufügen + + + + + templates\Parts\show_part_info.html.twig:194 + obsolete + + + part.add.btn + Hinzufügen + + + + + templates\Parts\show_part_info.html.twig:199 + obsolete + + + part.add.comment + Kommentar/Zweck + + + + + src\Form\PartType.php:66 + obsolete + + + part.description.placeholder + z.B. NPN 45V 0,1A 0,5W + + + + + src\Form\PartType.php:69 + obsolete + + + part.instock.placeholder + z.B. 12 + + + + + src\Form\PartType.php:72 + obsolete + + + part.mininstock.placeholder + z.B. 10 + + + + + src\Form\PartType.php:83 + obsolete + + + manufacturer_url.label + Herstellerlink + + + + + templates\AdminPages\CompanyAdminBase.html.twig:15 + new + obsolete + + + admin.comment + Kommentar + + + + + obsolete + + + homepage.basedOn + basierend auf Arbeit von + + + + + obsolete + + + homepage.others + und anderen + + + + + obsolete + + + part.order.price_per + pro + + + + + obsolete + + + part.withdraw.caption + Bauteile entnehmen + + + + + obsolete + + + datatable.datatable.lengthMenu + _MENU_ + + + + + obsolete + + + perm.group.parts + Bauteile + + + + + obsolete + + + perm.group.structures + Datenstrukturen + + + + + obsolete + + + perm.group.system + System + + + + + obsolete + + + perm.parts + Allgemein + + + + + obsolete + + + perm.read + Anzeigen + + + + + obsolete + + + perm.edit + Bearbeiten + + + + + obsolete + + + perm.create + Anlegen + + + + + obsolete + + + perm.part.move + Kategorie verändern + + + + + obsolete + + + perm.delete + Löschen + + + + + obsolete + + + perm.part.search + Suchen + + + + + obsolete + + + perm.part.all_parts + Alle Bauteile auflisten + + + + + obsolete + + + perm.part.no_price_parts + Teile ohne Preis auflisten + + + + + obsolete + + + perm.part.obsolete_parts + Obsolete Teile auflisten + + + + + obsolete + + + perm.part.unknown_instock_parts + Bauteile mit unbekanntem Bestand auflisten + + + + + obsolete + + + perm.part.change_favorite + Favoritenstatus ändern + + + + + obsolete + + + perm.part.show_favorite + Favoriten anzeigen + + + + + obsolete + + + perm.part.show_last_edit_parts + Zeige zuletzt bearbeitete/hinzugefügte Bauteile + + + + + obsolete + + + perm.part.show_users + Letzten bearbeitenden Nutzer anzeigen + + + + + obsolete + + + perm.part.show_history + Historie anzeigen + + + + + obsolete + + + perm.part.name + Name + + + + + obsolete + + + perm.part.description + Beschreibung + + + + + obsolete + + + perm.part.instock + Vorhanden + + + + + obsolete + + + perm.part.mininstock + Min. Bestand + + + + + obsolete + + + perm.part.comment + Kommentar + + + + + obsolete + + + perm.part.storelocation + Lagerort + + + + + obsolete + + + perm.part.manufacturer + Hersteller + + + + + obsolete + + + perm.part.orderdetails + Bestellinformationen + + + + + obsolete + + + perm.part.prices + Preise + + + + + obsolete + + + perm.part.attachments + Dateianhänge + + + + + obsolete + + + perm.part.order + Bestellungen + + + + + obsolete + + + perm.storelocations + Lagerorte + + + + + obsolete + + + perm.move + Verschieben + + + + + obsolete + + + perm.list_parts + Teile auflisten + + + + + obsolete + + + perm.part.footprints + Footprints + + + + + obsolete + + + perm.part.categories + Kategorien + + + + + obsolete + + + perm.part.supplier + Lieferanten + + + + + obsolete + + + perm.part.manufacturers + Hersteller + + + + + obsolete + + + perm.part.devices + Baugruppen + + + + + obsolete + + + perm.part.attachment_types + Dateitypen + + + + + obsolete + + + perm.tools.import + Import + + + + + obsolete + + + perm.tools.labels + Labels + + + + + obsolete + + + perm.tools.calculator + Widerstandsrechner + + + + + obsolete + + + perm.tools.footprints + Footprints + + + + + obsolete + + + perm.tools.ic_logos + IC-Logos + + + + + obsolete + + + perm.tools.statistics + Statistik + + + + + obsolete + + + perm.edit_permissions + Berechtigungen ändern + + + + + obsolete + + + perm.users.edit_user_name + Nutzernamen ändern + + + + + obsolete + + + perm.users.edit_change_group + Gruppe ändern + + + + + obsolete + + + perm.users.edit_infos + Informationen ändern + + + + + obsolete + + + perm.users.edit_permissions + Berechtigungen ändern + + + + + obsolete + + + perm.users.set_password + Passwort ändern + + + + + obsolete + + + perm.users.change_user_settings + Benutzereinstellungen ändern + + + + + obsolete + + + perm.database.see_status + Status anzeigen + + + + + obsolete + + + perm.database.update_db + Datenbank updaten + + + + + obsolete + + + perm.database.read_db_settings + Einstellungen anzeigen + + + + + obsolete + + + perm.database.write_db_settings + Einstellungen ändern + + + + + obsolete + + + perm.config.read_config + Konfiguration anzeigen + + + + + obsolete + + + perm.config.edit_config + Konfiguration ändern + + + + + obsolete + + + perm.config.server_info + Server info + + + + + obsolete + + + perm.config.use_debug + Debugtools benutzen + + + + + obsolete + + + perm.show_logs + Logs anzeigen + + + + + obsolete + + + perm.delete_logs + Logeinträge löschen + + + + + obsolete + + + perm.self.edit_infos + Informationen ändern + + + + + obsolete + + + perm.self.edit_username + Benutzernamen ändern + + + + + obsolete + + + perm.self.show_permissions + Berechtigungen anzeigen + + + + + obsolete + + + perm.self.show_logs + Logs anzeigen + + + + + obsolete + + + perm.self.create_labels + Labels erstellen + + + + + obsolete + + + perm.self.edit_options + Einstellungen ändern + + + + + obsolete + + + perm.self.delete_profiles + Profile löschen + + + + + obsolete + + + perm.self.edit_profiles + Profile bearbeiten + + + + + obsolete + + + perm.part.tools + Tools + + + + + obsolete + + + perm.groups + Gruppen + + + + + obsolete + + + perm.users + Benutzer + + + + + obsolete + + + perm.database + Datenbank + + + + + obsolete + + + perm.config + Einstellungen + + + + + obsolete + + + perm.system + System + + + + + obsolete + + + perm.device_parts + Baugruppenbauteile + + + + + obsolete + + + perm.self + Eigenen Benutzer bearbeiten + + + + + obsolete + + + perm.labels + Labels + + + + + obsolete + + + perm.part.category + Kategorie + + + + + obsolete + + + perm.part.minamount + Mindestbestand + + + + + obsolete + + + perm.part.footprint + Footprint + + + + + obsolete + + + perm.part.mpn + MPN + + + + + obsolete + + + perm.part.status + Herstellungsstatus + + + + + obsolete + + + perm.part.tags + Tags + + + + + obsolete + + + perm.part.unit + Maßeinheit + + + + + obsolete + + + perm.part.mass + Gewicht + + + + + obsolete + + + perm.part.lots + Lagerorte + + + + + obsolete + + + perm.show_users + Letzten bearbeitenden Nutzer anzeigen + + + + + obsolete + + + perm.currencies + Währungen + + + + + obsolete + + + perm.measurement_units + Maßeinheiten + + + + + obsolete + + + user.settings.pw_old.label + Old password + + + + + obsolete + + pw_reset.submit Passwort zurücksetzen - - + +
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 3bf91d0a..4e06412c 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -1,2514 +1,5621 @@ - - -
- -
- - - sidebar.toggle - Toggle Sidebar - templates\base.html.twig:29 - - - search.options.label - Search options - templates\base.html.twig:49 - - - name.label - Name - templates\base.html.twig:54 - src\Form\PartType.php:62 - - - category.label - Category - templates\base.html.twig:56 - templates\Parts\show_part_info.html.twig:32 - src\Form\PartType.php:74 - - - description.label - Description - templates\base.html.twig:58 - templates\Parts\show_part_info.html.twig:31 - src\Form\PartType.php:65 - - - storelocation.label - Store location - templates\base.html.twig:60 - templates\Parts\show_part_info.html.twig:36 - src\Form\PartType.php:77 - - - comment.label - Comment - templates\base.html.twig:62 - templates\Parts\show_part_info.html.twig:74 - src\Form\PartType.php:86 - - - ordernumber.label.short - Ordernr. - templates\base.html.twig:65 - - - supplier.label - Supplier - templates\base.html.twig:67 - - - manufacturer.label - Manufacturer - templates\base.html.twig:70 - templates\Parts\show_part_info.html.twig:24 - src\Form\PartType.php:80 - - - footprint.label - Footprint - templates\base.html.twig:73 - templates\Parts\show_part_info.html.twig:47 - - - search.deactivateBarcode - Deact. Barcode - templates\base.html.twig:75 - - - search.regexmatching - Reg.Ex. Matching - templates\base.html.twig:77 - - - go.exclamation - Go! - templates\base.html.twig:81 - - - barcode.scan - Scan Barcode - templates\base.html.twig:88 - - - user.loggedin.label - Logged in as - templates\base.html.twig:97 - - - user.settings.label - User settings - templates\base.html.twig:98 - templates\Users\user_settings.html.twig:3 - templates\Users\user_settings.html.twig:6 - - - user.info.label - User informations - templates\base.html.twig:99 - templates\Users\user_info.html.twig:3 - templates\Users\user_info.html.twig:6 - - - user.logout - Logout - templates\base.html.twig:101 - - - user.login - Login - templates\base.html.twig:103 - - - actions - Actions - templates\base.html.twig:165 - templates\base.html.twig:192 - templates\base.html.twig:220 - - - expandAll - Expand All - templates\AdminPages\EntityAdminBase.html.twig:13 - templates\base.html.twig:166 - templates\base.html.twig:193 - templates\base.html.twig:221 - - - reduceAll - Reduce All - templates\AdminPages\EntityAdminBase.html.twig:17 - templates\base.html.twig:167 - templates\base.html.twig:194 - templates\base.html.twig:222 - - - datasource - Datasource - templates\base.html.twig:169 - templates\base.html.twig:196 - templates\base.html.twig:224 - - - category.labelp - Categories + + + + + templates\AdminPages\AttachmentTypeAdmin.html.twig:4 + templates\AdminPages\AttachmentTypeAdmin.html.twig:4 + + + attachment_type.caption + File types for attachments + + + + + templates\AdminPages\CategoryAdmin.html.twig:4 + templates\_sidebar.html.twig:22 + templates\_sidebar.html.twig:7 templates\AdminPages\CategoryAdmin.html.twig:4 templates\base.html.twig:163 templates\base.html.twig:170 templates\base.html.twig:197 templates\base.html.twig:225 - - - storelocation.labelp - Storelocations - templates\base.html.twig:171 - templates\base.html.twig:198 - templates\base.html.twig:226 - - - footprint.labelp - Footprints - templates\base.html.twig:172 - templates\base.html.twig:199 - templates\base.html.twig:227 - - - manufacturer.labelp - Manufacturers - templates\base.html.twig:173 - templates\base.html.twig:200 - templates\base.html.twig:228 - - - supplier.labelp - Suppliers - templates\base.html.twig:174 - templates\base.html.twig:201 - templates\base.html.twig:229 - - - device.labelp - Devices - templates\base.html.twig:175 - templates\base.html.twig:189 - templates\base.html.twig:202 - templates\base.html.twig:230 - - - tools.label - Tools - templates\base.html.twig:176 - templates\base.html.twig:203 - templates\base.html.twig:217 - templates\base.html.twig:231 - templates\Parts\show_part_info.html.twig:100 - - - vendor.base.javascript_hint - Please activate Javascript to use all features! - templates\base.html.twig:246 - - - part.info.title - Detail info for part - templates\Parts\show_part_info.html.twig:4 - templates\Parts\show_part_info.html.twig:9 - - - id.label - ID - templates\AdminPages\EntityAdminBase.html.twig:94 - templates\Parts\edit_part_info.html.twig:12 - templates\Parts\show_part_info.html.twig:11 - - - instock.label - Instock - templates\Parts\show_part_info.html.twig:42 - src\Form\PartType.php:69 - - - mininstock.label - Minimum Instock - templates\Parts\show_part_info.html.twig:44 - src\Form\PartType.php:72 - - - part.avg_price.label - Average Price - templates\Parts\show_part_info.html.twig:51 - - - attachment.labelp - Attachments - templates\Parts\show_part_info.html.twig:82 - - - vendor.partinfo.shopping_infos - Shopping informations - templates\Parts\show_part_info.html.twig:88 - - - vendor.partinfo.history - History - templates\Parts\show_part_info.html.twig:94 - - - part.withdraw.caption: - Withdraw parts: - templates\Parts\show_part_info.html.twig:161 - - - part.withdraw.btn - Withdraw - templates\Parts\show_part_info.html.twig:166 - - - part.withdraw.comment: - Comment/Purpose - templates\Parts\show_part_info.html.twig:171 - - - part.add.caption - Add parts - templates\Parts\show_part_info.html.twig:189 - - - part.add.btn - Add - templates\Parts\show_part_info.html.twig:194 - - - part.add.comment - Comment/Purpose - templates\Parts\show_part_info.html.twig:199 - - - createdAt - Created At - templates\AdminPages\EntityAdminBase.html.twig:101 - templates\Parts\show_part_info.html.twig:248 - - - lastModified - Last modified - templates\AdminPages\EntityAdminBase.html.twig:114 - templates\Parts\show_part_info.html.twig:263 - - - search.placeholder - Search + + + category.labelp + Categories + + + + + templates\AdminPages\CategoryAdmin.html.twig:8 + templates\AdminPages\StorelocationAdmin.html.twig:11 + templates\AdminPages\CategoryAdmin.html.twig:8 + + + admin.options + Options + + + + + templates\AdminPages\CategoryAdmin.html.twig:9 + templates\AdminPages\CompanyAdminBase.html.twig:15 + templates\AdminPages\CategoryAdmin.html.twig:9 + + + admin.advanced + Advanced + + + + + templates\AdminPages\CurrencyAdmin.html.twig:4 + + + currency.caption + Currency + + + + + templates\AdminPages\CurrencyAdmin.html.twig:12 + + + currency.iso_code.caption + ISO code + + + + + templates\AdminPages\CurrencyAdmin.html.twig:15 + + + currency.symbol.caption + Currency symbol + + + + + templates\AdminPages\DeviceAdmin.html.twig:4 + templates\AdminPages\DeviceAdmin.html.twig:4 + + + device.caption + Device + + + + + templates\AdminPages\EntityAdminBase.html.twig:9 + templates\_navbar.html.twig:81 + templates\_sidebar.html.twig:27 + templates\_sidebar.html.twig:43 + templates\_sidebar.html.twig:63 templates\AdminPages\EntityAdminBase.html.twig:9 templates\base.html.twig:80 templates\base.html.twig:179 templates\base.html.twig:206 templates\base.html.twig:237 - - - user.language_select - Switch Language - templates\base.html.twig:106 - src\Form\UserSettingsType.php:44 - - - language.english - English - templates\base.html.twig:109 - - - language.german - German - templates\base.html.twig:112 - - - version.caption - Version - templates\homepage.html.twig:7 - - - homepage.license - License information - templates\homepage.html.twig:19 - - - homepage.github.caption - Project page - templates\homepage.html.twig:28 - - - homepage.github.text - GitHub project page]]> - templates\homepage.html.twig:28 - - - homepage.help.caption - Help - templates\homepage.html.twig:29 - - - homepage.help.text - GitHub page ]]> - templates\homepage.html.twig:29 - - - homepage.forum.caption - Forum - templates\homepage.html.twig:30 - - - homepage.forum.text - mikrocontroller.net]]> - templates\homepage.html.twig:30 - - - homepage.wiki.caption - Wiki - templates\homepage.html.twig:31 - - - homepage.wiki.text - mikrocontroller.net Article]]> - templates\homepage.html.twig:31 - - - part_list.loading.caption - Loading - templates\parts_list.html.twig:22 - - - part_list.loading.message - This can take a moment. If this message do not disappear, try to reload the page. - templates\parts_list.html.twig:23 - - - login.title - Login - templates\security\login.html.twig:3 - - - login.card_title - Login - templates\security\login.html.twig:7 - - - login.username.label - Username - templates\security\login.html.twig:31 - - - login.username.placeholder - Username - templates\security\login.html.twig:34 - - - login.password.label - Password - templates\security\login.html.twig:38 - - - login.password.placeholder - Password - templates\security\login.html.twig:40 - - - login.btn - Login - templates\security\login.html.twig:58 - - - login.rememberme - Remember me (should not be used on shared computers) - templates\security\login.html.twig:50 - - - user.firstName.label - First name - templates\Users\user_info.html.twig:18 - src\Form\UserSettingsType.php:32 - - - user.lastName.label - Last name - templates\Users\user_info.html.twig:24 - src\Form\UserSettingsType.php:35 - - - user.email.label - Email - templates\Users\user_info.html.twig:30 - src\Form\UserSettingsType.php:41 - - - user.department.label - Department - templates\Users\user_info.html.twig:37 - src\Form\UserSettingsType.php:38 - - - user.username.label - User name - templates\Users\user_info.html.twig:47 - src\Form\UserSettingsType.php:30 - - - group.label - Gruppe: - templates\Users\user_info.html.twig:53 - - - user_settings.data.label - Personal data - templates\Users\user_settings.html.twig:14 - - - user_settings.configuration.label - Configuration - templates\Users\user_settings.html.twig:18 - - - user_settings.language.placeholder - Serverwide language - src\Form\UserSettingsType.php:45 - - - user.timezone.label - Timezone - src\Form\UserSettingsType.php:46 - - - user_settings.timezone.placeholder - Serverwide Timezone - src\Form\UserSettingsType.php:48 - - - user.theme.label - Theme - src\Form\UserSettingsType.php:49 - - - user_settings.theme.placeholder - Serverwide Theme - src\Form\UserSettingsType.php:50 - - - save - Apply changes - src\Form\UserSettingsType.php:53 - - - reset - Discard changes - src\Form\UserSettingsType.php:54 - - - user.settings.change_pw - Change password - templates\Users\user_settings.html.twig:48 - - - attachment_type.caption - File types for attachments - templates\AdminPages\AttachmentTypeAdmin.html.twig:4 - - - entity.tree.new - New Element - src\Services\TreeBuilder.php:124 - - + + + search.placeholder + Search + + + + + templates\AdminPages\EntityAdminBase.html.twig:13 + templates\_sidebar.html.twig:3 + templates\AdminPages\EntityAdminBase.html.twig:13 + templates\base.html.twig:166 + templates\base.html.twig:193 + templates\base.html.twig:221 + + + expandAll + Expand All + + + + + templates\AdminPages\EntityAdminBase.html.twig:17 + templates\_sidebar.html.twig:4 + templates\AdminPages\EntityAdminBase.html.twig:17 + templates\base.html.twig:167 + templates\base.html.twig:194 + templates\base.html.twig:222 + + + reduceAll + Reduce All + + + + + templates\AdminPages\EntityAdminBase.html.twig:35 + templates\AdminPages\EntityAdminBase.html.twig:35 + + edit.caption Edit element "%name" - templates\AdminPages\EntityAdminBase.html.twig:35 - - + + + + + templates\AdminPages\EntityAdminBase.html.twig:37 + templates\AdminPages\EntityAdminBase.html.twig:37 + + + new.caption + New element + + + + + templates\AdminPages\EntityAdminBase.html.twig:44 + templates\AdminPages\EntityAdminBase.html.twig:42 + + standard.label Properties - templates\AdminPages\EntityAdminBase.html.twig:42 - - + + + + + templates\AdminPages\EntityAdminBase.html.twig:45 + templates\AdminPages\EntityAdminBase.html.twig:43 + + infos.label Infos - templates\AdminPages\EntityAdminBase.html.twig:43 - - + + + + + templates\AdminPages\EntityAdminBase.html.twig:47 + templates\AdminPages\EntityAdminBase.html.twig:45 + + export.label Export - templates\AdminPages\EntityAdminBase.html.twig:45 - - - part.name.placeholder - e.g. BC547 - src\Form\PartType.php:63 - - - parent.label - Parent element - src\Form\ImportType.php:72 - - - part.edit.save - Save changes - src\Form\PartType.php:91 - - - part.edit.reset - Reset changes - src\Form\PartType.php:92 - - + + + + + templates\AdminPages\EntityAdminBase.html.twig:49 + templates\AdminPages\EntityAdminBase.html.twig:47 + + + import_export.label + Import / Export + + + + + templates\AdminPages\EntityAdminBase.html.twig:50 + + + mass_creation.label + Mass creation + + + + + templates\AdminPages\EntityAdminBase.html.twig:63 + templates\AdminPages\EntityAdminBase.html.twig:59 + + + admin.common + Common + + + + + templates\AdminPages\EntityAdminBase.html.twig:67 + + + admin.attachments + Attachments + + + + + templates\AdminPages\EntityAdminBase.html.twig:130 + templates\AdminPages\EntityAdminBase.html.twig:142 + + + export_all.label + Export all elements + + + + + templates\AdminPages\EntityAdminBase.html.twig:136 + + + mass_creation.help + Each line will be interpreted as a name of a element, which will be created. + + + + + templates\AdminPages\FootprintAdmin.html.twig:4 + templates\_sidebar.html.twig:9 + templates\base.html.twig:172 + templates\base.html.twig:199 + templates\base.html.twig:227 + + + footprint.labelp + Footprints + + + + + templates\AdminPages\GroupAdmin.html.twig:4 + + + group.edit.caption + Groups + + + + + templates\AdminPages\GroupAdmin.html.twig:9 + templates\AdminPages\UserAdmin.html.twig:12 + + + user.edit.permissions + Permissions + + + + + templates\AdminPages\ManufacturerAdmin.html.twig:4 + templates\AdminPages\ManufacturerAdmin.html.twig:4 + + + manufacturer.caption + Manufacturers + + + + + templates\AdminPages\MeasurementUnitAdmin.html.twig:4 + + + measurement_unit.caption + Measurement Unit + + + + + templates\AdminPages\StorelocationAdmin.html.twig:4 + templates\_sidebar.html.twig:8 + templates\base.html.twig:171 + templates\base.html.twig:198 + templates\base.html.twig:226 + + + storelocation.labelp + Storelocations + + + + + templates\AdminPages\SupplierAdmin.html.twig:4 + templates\AdminPages\SupplierAdmin.html.twig:4 + + + supplier.caption + Suppliers + + + + + templates\AdminPages\UserAdmin.html.twig:4 + + + user.edit.caption + Users + + + + + templates\AdminPages\UserAdmin.html.twig:10 + + + user.edit.configuration + Configuration + + + + + templates\AdminPages\UserAdmin.html.twig:11 + + + user.edit.password + Password + + + + + templates\AdminPages\_attachments.html.twig:4 + templates\Parts\edit\_attachments.html.twig:4 + templates\Parts\info\_attachments_info.html.twig:63 + + + attachment.delete + Delete + + + + + templates\AdminPages\_attachments.html.twig:41 + templates\Parts\edit\_attachments.html.twig:38 + src\DataTables\AttachmentDataTable.php:146 + + + attachment.external + External + + + + + templates\AdminPages\_attachments.html.twig:47 + templates\Parts\edit\_attachments.html.twig:45 + + + attachment.preview.alt + Attachment thumbnail + + + + + templates\AdminPages\_attachments.html.twig:50 + templates\Parts\edit\_attachments.html.twig:48 + templates\Parts\info\_attachments_info.html.twig:45 + + + attachment.view + View + + + + + templates\AdminPages\_attachments.html.twig:56 + templates\Parts\edit\_attachments.html.twig:54 + templates\Parts\info\_attachments_info.html.twig:38 + src\DataTables\AttachmentDataTable.php:153 + + + attachment.file_not_found + File not found + + + + + templates\AdminPages\_attachments.html.twig:64 + templates\Parts\edit\_attachments.html.twig:62 + + + attachment.secure + Private attachment + + + + + templates\AdminPages\_attachments.html.twig:77 + templates\Parts\edit\_attachments.html.twig:75 + + + attachment.create + Add attachment + + + + + templates\AdminPages\_attachments.html.twig:82 + templates\Parts\edit\_attachments.html.twig:80 + templates\Parts\edit\_lots.html.twig:33 + + + part_lot.edit.delete.confirm + Do you really want to delete this stock? This can not be undone! + + + + + templates\AdminPages\_delete_form.html.twig:2 + templates\AdminPages\_delete_form.html.twig:2 + + entity.delete.confirm_title You really want to delete %name%? - templates\AdminPages\_delete_form.html.twig:2 - - + + + + + templates\AdminPages\_delete_form.html.twig:3 + templates\AdminPages\_delete_form.html.twig:3 + + entity.delete.message Subelements will be moved upwards.]]> - templates\AdminPages\_delete_form.html.twig:3 - - + + + + + templates\AdminPages\_delete_form.html.twig:10 + templates\AdminPages\_delete_form.html.twig:9 + + entity.delete Delete element - templates\AdminPages\_delete_form.html.twig:9 - - - export.format - File format - templates\AdminPages\_export_form.html.twig:4 - src\Form\ImportType.php:67 - - - export.level - Verbosity level - templates\AdminPages\_export_form.html.twig:16 - - - export.level.simple - Simple - templates\AdminPages\_export_form.html.twig:19 - - - export.level.extended - Extended - templates\AdminPages\_export_form.html.twig:20 - - - export.level.full - Full - templates\AdminPages\_export_form.html.twig:21 - - - export.include_children - Include children elements in export - templates\AdminPages\_export_form.html.twig:31 - - - export.btn - Export - templates\AdminPages\_export_form.html.twig:39 - - - loading.caption - Loading: - templates\base.html.twig:271 - - - loading.message - This can take a while. If this messages stays for a long time, try to reload the page. - templates\base.html.twig:272 - - - loading.bar - Loading... - templates\base.html.twig:277 - - - back_to_top - Back to page's top - templates\base.html.twig:288 - - - new.caption - New element - templates\AdminPages\EntityAdminBase.html.twig:37 - - - import_export.label - Import / Export - templates\AdminPages\EntityAdminBase.html.twig:47 - - - JSON - JSON - src\Form\ImportType.php:68 - - - XML - XML - src\Form\ImportType.php:68 - - - CSV - CSV - src\Form\ImportType.php:68 - - - YAML - YAML - src\Form\ImportType.php:68 - - - import.csv_separator - CSV separator - src\Form\ImportType.php:70 - - - import.file - File - src\Form\ImportType.php:75 - - - import.preserve_children - Preserve child elements on import - src\Form\ImportType.php:78 - - - import.abort_on_validation - Abort on invalid data - src\Form\ImportType.php:80 - - - export_all.label - Export all elements - templates\AdminPages\EntityAdminBase.html.twig:142 - - - import.btn - Import - src\Form\ImportType.php:85 - - - admin.options - Options - templates\AdminPages\CategoryAdmin.html.twig:8 - - - admin.advanced - Advanced - templates\AdminPages\CategoryAdmin.html.twig:9 - - - admin.comment - Comment - templates\AdminPages\CompanyAdminBase.html.twig:15 - - - device.caption - Device - templates\AdminPages\DeviceAdmin.html.twig:4 - - - admin.common - Common - templates\AdminPages\EntityAdminBase.html.twig:59 - - - manufacturer.caption - Manufacturers - templates\AdminPages\ManufacturerAdmin.html.twig:4 - - - supplier.caption - Suppliers - templates\AdminPages\SupplierAdmin.html.twig:4 - - + + + + + templates\AdminPages\_delete_form.html.twig:14 + templates\AdminPages\_delete_form.html.twig:12 + + entity.delete.recursive Delete recursive (all subelements) - templates\AdminPages\_delete_form.html.twig:12 - - - homepage.basedOn - Based on the original Part-DB by - templates\homepage.html.twig:33 - - - homepage.others - and others - templates\homepage.html.twig:36 - - - part.edit.title - Edit part - templates\Parts\edit_part_info.html.twig:4 - - - part.edit.card_title - Edit part - templates\Parts\edit_part_info.html.twig:9 - - - part.new.card_title - Create new part - templates\Parts\new_part.html.twig:8 - - - part.edit.btn - Edit part - templates\Parts\show_part_info.html.twig:125 - - - part.clone.btn - Clone part - templates\Parts\show_part_info.html.twig:135 - - - part.create.btn - Create new part - templates\Parts\show_part_info.html.twig:143 - - - attachment_type.deleted - Element deleted! - src\Controller\BaseAdminController.php:154 - - - Success Flash Message! - - src\Controller\DebugController.php:45 - - - Error Flash Message! - - src\Controller\DebugController.php:46 - - - Warning Flash Message! - - src\Controller\DebugController.php:47 - - - Notice Flash Message! - - src\Controller\DebugController.php:48 - - - Info Flash Message! <b>Test</b> - - src\Controller\DebugController.php:49 - - - Blabla. This message type should be not know to template! - - src\Controller\DebugController.php:51 - - - part.edited_flash - Saved changes! - src\Controller\PartController.php:80 - - - part.created_flash - Part created! - src\Controller\PartController.php:113 - src\Controller\PartController.php:142 - - - user.settings.saved_flash - Settings saved! - src\Controller\UserController.php:98 - - - user.settings.pw_changed_flash - Password changed! - src\Controller\UserController.php:130 - - - manufacturer_url.label - Manufacturer link - src\Form\PartType.php:83 - - - part.description.placeholder - e.g. NNPN 45V 0,1A 0,5W - src\Form\PartType.php:66 - - - part.instock.placeholder - e.g. 10 - src\Form\PartType.php:69 - - - part.mininstock.placeholder - e.g. 5 - src\Form\PartType.php:72 - - - tree.tools.edit.attachment_types - Attachment types - src\Services\ToolsTreeBuilder.php:62 - - - tree.tools.edit.categories - Categories - src\Services\ToolsTreeBuilder.php:64 - - - tree.tools.edit.devices - Devices - src\Services\ToolsTreeBuilder.php:66 - - - tree.tools.edit.suppliers - Suppliers - src\Services\ToolsTreeBuilder.php:68 - - - tree.tools.edit.manufacturer - Manufacturers - src\Services\ToolsTreeBuilder.php:70 - - - tree.tools.edit - Edit - src\Services\ToolsTreeBuilder.php:74 - - - tree.tools.show.all_parts - Show all parts - src\Services\ToolsTreeBuilder.php:77 - - - tree.tools.show - Show - src\Services\ToolsTreeBuilder.php:81 - - - tree.tools.edit.storelocation - Storage locations - - - tree.tools.edit.footprint - Footprints - - - tree.tools.edit.currency - Currencies - - - tree.tools.edit.measurement_unit - Measurement Unit - - - tree.tools.edit.part - Part - - - currency.caption - Currency - - - currency.iso_code.caption - ISO code - - - currency.symbol.caption - Currency symbol - - - mass_creation.label - Mass creation - - - mass_creation.help - Each line will be interpreted as a name of a element, which will be created. - - - measurement_unit.caption - Measurement Unit - - + + + + + templates\AdminPages\_export_form.html.twig:4 + src\Form\AdminPages\ImportType.php:60 + templates\AdminPages\_export_form.html.twig:4 + src\Form\ImportType.php:67 + + + export.format + File format + + + + + templates\AdminPages\_export_form.html.twig:16 + templates\AdminPages\_export_form.html.twig:16 + + + export.level + Verbosity level + + + + + templates\AdminPages\_export_form.html.twig:19 + templates\AdminPages\_export_form.html.twig:19 + + + export.level.simple + Simple + + + + + templates\AdminPages\_export_form.html.twig:20 + templates\AdminPages\_export_form.html.twig:20 + + + export.level.extended + Extended + + + + + templates\AdminPages\_export_form.html.twig:21 + templates\AdminPages\_export_form.html.twig:21 + + + export.level.full + Full + + + + + templates\AdminPages\_export_form.html.twig:31 + templates\AdminPages\_export_form.html.twig:31 + + + export.include_children + Include children elements in export + + + + + templates\AdminPages\_export_form.html.twig:39 + templates\AdminPages\_export_form.html.twig:39 + + + export.btn + Export + + + + + templates\AdminPages\_info.html.twig:2 + templates\Parts\edit\edit_part_info.html.twig:12 + templates\Parts\info\show_part_info.html.twig:11 + templates\Parts\info\_extended_infos.html.twig:16 + templates\AdminPages\EntityAdminBase.html.twig:94 + templates\Parts\edit_part_info.html.twig:12 + templates\Parts\show_part_info.html.twig:11 + + + id.label + ID + + + + + templates\AdminPages\_info.html.twig:9 + templates\Parts\info\_attachments_info.html.twig:59 + templates\Parts\info\_attachments_info.html.twig:60 + templates\Parts\info\_extended_infos.html.twig:6 + templates\Parts\info\_order_infos.html.twig:69 + templates\Parts\info\_sidebar.html.twig:8 + templates\Parts\lists\_info_card.html.twig:53 + templates\AdminPages\EntityAdminBase.html.twig:101 + templates\Parts\show_part_info.html.twig:248 + + + createdAt + Created At + + + + + templates\AdminPages\_info.html.twig:23 + templates\Parts\info\_extended_infos.html.twig:11 + templates\Parts\info\_sidebar.html.twig:4 + templates\Parts\lists\_info_card.html.twig:49 + templates\AdminPages\EntityAdminBase.html.twig:114 + templates\Parts\show_part_info.html.twig:263 + + + lastModified + Last modified + + + + + templates\AdminPages\_info.html.twig:36 + + + entity.info.parts_count + Count of parts with this element + + + + + templates\attachment_list.html.twig:3 + + + attachment.list.title + Attachments list + + + + + templates\attachment_list.html.twig:10 + templates\Parts\lists\_parts_list.html.twig:6 + templates\parts_list.html.twig:22 + + + part_list.loading.caption + Loading + + + + + templates\attachment_list.html.twig:11 + templates\Parts\lists\_parts_list.html.twig:7 + templates\parts_list.html.twig:23 + + + part_list.loading.message + This can take a moment. If this message do not disappear, try to reload the page. + + + + + templates\base.html.twig:71 + templates\base.html.twig:246 + + + vendor.base.javascript_hint + Please activate Javascript to use all features! + + + + + templates\base.html.twig:76 + + + sidebar.big.toggle + Show/Hide sidebar + + + + + templates\base.html.twig:98 + templates\base.html.twig:271 + + + loading.caption + Loading: + + + + + templates\base.html.twig:99 + templates\base.html.twig:272 + + + loading.message + This can take a while. If this messages stays for a long time, try to reload the page. + + + + + templates\base.html.twig:104 + templates\base.html.twig:277 + + + loading.bar + Loading... + + + + + templates\base.html.twig:115 + templates\base.html.twig:288 + + + back_to_top + Back to page's top + + + + + templates\Form\permissionLayout.html.twig:35 + + + permission.edit.permission + Permissions + + + + + templates\Form\permissionLayout.html.twig:36 + + + permission.edit.value + Value + + + + + templates\Form\permissionLayout.html.twig:53 + + + permission.legend.title + Explanation of the states: + + + + + templates\Form\permissionLayout.html.twig:57 + + + permission.legend.disallow + Forbidden + + + + + templates\Form\permissionLayout.html.twig:61 + + + permission.legend.allow + Allowed + + + + + templates\Form\permissionLayout.html.twig:65 + + + permission.legend.inherit + Inherit from (parent) group + + + + + templates\helper.twig:3 + + bool.true True - - + + + + + templates\helper.twig:5 + + bool.false False - - - homepage.basedOn - Based on work of - - - homepage.others - and others - - - extended_info.label - Extended infos - - - attachment.name - Name - - - attachment.attachment_type - Attachment Type - - - attachment.file_name - File name - - - attachment.file_size - File size - - - attachment.external_file - External file - - - attachment.file_not_found - File not found - - - attachment.view - View - - - attachment.download - Download - - - attachment.edit - Edit - - - attachment.delete - Delete - - - part.isFavorite - Favorite - - - part.supplier.name - Name - - - part.supplier.partnr - Partnr. - - - part.order.minamount - Minimum amount - - - part.order.price - Price - - - part.order.single_price - Unit Price - - - part.order.price_per - Price per - - - edit.caption_short - Edit - - - delete.caption - Delete - - - part.withdraw.caption - Withdraw parts - - - m_status.unknown - Unknown - - - m_status.announced - Announced - - - m_status.active - Active - - - m_status.nrfnd - Not recommended for new designs - - - m_status.eol - End of life - - - m_status.discontinued - Discontinued - - - tree.tools.system - System - - - tree.tools.system.users - Users - - - part.edited_flash.invalid - Error during saving: Please check your inputs! - - - part.created_flash.invalid - Error during creation: Please check your inputs! - - + + + + + templates\homepage.html.twig:7 + templates\homepage.html.twig:7 + + + version.caption + Version + + + + + templates\homepage.html.twig:22 + templates\homepage.html.twig:19 + + + homepage.license + License information + + + + + templates\homepage.html.twig:31 + templates\homepage.html.twig:28 + + + homepage.github.caption + Project page + + + + + templates\homepage.html.twig:31 + templates\homepage.html.twig:28 + + + homepage.github.text + GitHub project page]]> + + + + + templates\homepage.html.twig:32 + templates\homepage.html.twig:29 + + + homepage.help.caption + Help + + + + + templates\homepage.html.twig:32 + templates\homepage.html.twig:29 + + + homepage.help.text + GitHub page ]]> + + + + + templates\homepage.html.twig:33 + templates\homepage.html.twig:30 + + + homepage.forum.caption + Forum + + + + + templates\homepage.html.twig:33 + templates\homepage.html.twig:30 + + + homepage.forum.text + mikrocontroller.net]]> + + + + + templates\homepage.html.twig:34 + templates\homepage.html.twig:31 + + + homepage.wiki.caption + Wiki + + + + + templates\homepage.html.twig:34 + templates\homepage.html.twig:31 + + + homepage.wiki.text + mikrocontroller.net Article]]> + + + + + templates\homepage.html.twig:36 + templates\homepage.html.twig:33 + + + homepage.basedOn + Based on the original Part-DB by + + + + + templates\homepage.html.twig:39 + templates\homepage.html.twig:36 + + + homepage.others + and others + + + + + templates\mail\base.html.twig:24 + + + mail.footer.email_sent_by + This email was sent automatically by + + + + + templates\mail\base.html.twig:24 + + + mail.footer.dont_reply + Do not answer to this email. + + + + + templates\mail\pw_reset.html.twig:6 + + + email.hi %name% + Hi %name% + + + + + templates\mail\pw_reset.html.twig:7 + + + email.pw_reset.message + somebody (hopefully you) requested a reset of your password. If this request was not made by you, ignore this mail. + + + + + templates\mail\pw_reset.html.twig:9 + + + email.pw_reset.button + Click here to reset password + + + + + templates\mail\pw_reset.html.twig:11 + + + email.pw_reset.fallback + %url% and enter the following info]]> + + + + + templates\mail\pw_reset.html.twig:16 + + + email.pw_reset.username + Username + + + + + templates\mail\pw_reset.html.twig:19 + + + email.pw_reset.token + Token + + + + + templates\mail\pw_reset.html.twig:24 + + + email.pw_reset.valid_unit %date% + %date%.]]> + + + + + templates\Parts\edit\edit_form_styles.html.twig:18 + templates\Parts\edit\edit_form_styles.html.twig:58 + + orderdetail.delete Delete - - + + + + + templates\Parts\edit\edit_form_styles.html.twig:39 + + pricedetails.edit.min_qty Minimum discount quantity - - + + + + + templates\Parts\edit\edit_form_styles.html.twig:40 + + pricedetails.edit.price Price - - + + + + + templates\Parts\edit\edit_form_styles.html.twig:41 + + pricedetails.edit.price_qty for amount - - + + + + + templates\Parts\edit\edit_form_styles.html.twig:54 + + pricedetail.create Add price - - + + + + + templates\Parts\edit\edit_part_info.html.twig:4 + templates\Parts\edit_part_info.html.twig:4 + + + part.edit.title + Edit part + + + + + templates\Parts\edit\edit_part_info.html.twig:9 + templates\Parts\edit_part_info.html.twig:9 + + + part.edit.card_title + Edit part + + + + + templates\Parts\edit\edit_part_info.html.twig:22 + + part.edit.tab.common Common - - + + + + + templates\Parts\edit\edit_part_info.html.twig:28 + + part.edit.tab.manufacturer Manufacturer - - + + + + + templates\Parts\edit\edit_part_info.html.twig:34 + + part.edit.tab.advanced Advanced - - + + + + + templates\Parts\edit\edit_part_info.html.twig:40 + + part.edit.tab.part_lots Stocks - - + + + + + templates\Parts\edit\edit_part_info.html.twig:46 + + part.edit.tab.attachments Attachments - - + + + + + templates\Parts\edit\edit_part_info.html.twig:52 + + part.edit.tab.orderdetails Purchase informations - - + + + + + templates\Parts\edit\edit_part_info.html.twig:58 + + part.edit.tab.comment Comment - - - attachment.external - External - - - attachment.create - Add attachment - - - part_lot.edit.delete.confirm - Do you really want to delete this stock? This can not be undone! - - + + + + + templates\Parts\edit\new_part.html.twig:8 + templates\Parts\new_part.html.twig:8 + + + part.new.card_title + Create new part + + + + + templates\Parts\edit\_lots.html.twig:5 + + part_lot.delete Delete - - + + + + + templates\Parts\edit\_lots.html.twig:28 + + part_lot.create Add stock - - + + + + + templates\Parts\edit\_orderdetails.html.twig:13 + + orderdetail.create Add distributor - - + + + + + templates\Parts\edit\_orderdetails.html.twig:18 + + pricedetails.edit.delete.confirm Do you really want to delete this price? This can not be undone. - - + + + + + templates\Parts\edit\_orderdetails.html.twig:61 + + orderdetails.edit.delete.confirm Do you really want to delete this distributor info? This can not be undone! - - + + + + + templates\Parts\info\show_part_info.html.twig:4 + templates\Parts\info\show_part_info.html.twig:9 + templates\Parts\show_part_info.html.twig:4 + templates\Parts\show_part_info.html.twig:9 + + + part.info.title + Detail info for part + + + + + templates\Parts\info\show_part_info.html.twig:36 + + part.part_lots.label Stocks - - + + + + + templates\Parts\info\show_part_info.html.twig:46 + templates\_navbar.html.twig:46 + src\Form\AdminPages\BaseEntityAdminForm.php:84 + templates\base.html.twig:62 + templates\Parts\show_part_info.html.twig:74 + src\Form\PartType.php:86 + + + comment.label + Comment + + + + + templates\Parts\info\show_part_info.html.twig:54 + templates\Parts\show_part_info.html.twig:82 + + + attachment.labelp + Attachments + + + + + templates\Parts\info\show_part_info.html.twig:60 + templates\Parts\show_part_info.html.twig:88 + + + vendor.partinfo.shopping_infos + Shopping informations + + + + + templates\Parts\info\show_part_info.html.twig:66 + templates\Parts\show_part_info.html.twig:94 + + + vendor.partinfo.history + History + + + + + templates\Parts\info\show_part_info.html.twig:72 + templates\_sidebar.html.twig:54 + templates\_sidebar.html.twig:13 + templates\base.html.twig:176 + templates\base.html.twig:203 + templates\base.html.twig:217 + templates\base.html.twig:231 + templates\Parts\show_part_info.html.twig:100 + + + tools.label + Tools + + + + + templates\Parts\info\show_part_info.html.twig:78 + + + extended_info.label + Extended infos + + + + + templates\Parts\info\_attachments_info.html.twig:7 + + + attachment.name + Name + + + + + templates\Parts\info\_attachments_info.html.twig:8 + + + attachment.attachment_type + Attachment Type + + + + + templates\Parts\info\_attachments_info.html.twig:9 + + + attachment.file_name + File name + + + + + templates\Parts\info\_attachments_info.html.twig:10 + + + attachment.file_size + File size + + + + + templates\Parts\info\_attachments_info.html.twig:34 + + + attachment.external_file + External file + + + + + templates\Parts\info\_attachments_info.html.twig:50 + + + attachment.download + Download + + + + + templates\Parts\info\_attachments_info.html.twig:62 + + + attachment.edit + Edit + + + + + templates\Parts\info\_extended_infos.html.twig:21 + + + part.isFavorite + Favorite + + + + + templates\Parts\info\_extended_infos.html.twig:26 + + part.minOrderAmount Minimum order amount - - + + + + + templates\Parts\info\_extended_infos.html.twig:30 + + Unknown Unknown - - + + + + + templates\Parts\info\_main_infos.html.twig:8 + templates\_navbar.html.twig:61 + src\Services\ElementTypeNameGenerator.php:61 + templates\base.html.twig:70 + templates\Parts\show_part_info.html.twig:24 + src\Form\PartType.php:80 + + + manufacturer.label + Manufacturer + + + + + templates\Parts\info\_main_infos.html.twig:30 + templates\_navbar.html.twig:38 + templates\base.html.twig:58 + templates\Parts\show_part_info.html.twig:31 + src\Form\PartType.php:65 + + + description.label + Description + + + + + templates\Parts\info\_main_infos.html.twig:32 + templates\_navbar.html.twig:34 + src\Services\ElementTypeNameGenerator.php:57 + templates\base.html.twig:56 + templates\Parts\show_part_info.html.twig:32 + src\Form\PartType.php:74 + + + category.label + Category + + + + + templates\Parts\info\_main_infos.html.twig:37 + templates\Parts\show_part_info.html.twig:42 + src\Form\PartType.php:69 + + + instock.label + Instock + + + + + templates\Parts\info\_main_infos.html.twig:39 + templates\Parts\show_part_info.html.twig:44 + src\Form\PartType.php:72 + + + mininstock.label + Minimum Instock + + + + + templates\Parts\info\_main_infos.html.twig:43 + templates\_navbar.html.twig:67 + src\Services\ElementTypeNameGenerator.php:60 + templates\base.html.twig:73 + templates\Parts\show_part_info.html.twig:47 + + + footprint.label + Footprint + + + + + templates\Parts\info\_main_infos.html.twig:55 + templates\Parts\info\_main_infos.html.twig:58 + templates\Parts\show_part_info.html.twig:51 + + + part.avg_price.label + Average Price + + + + + templates\Parts\info\_order_infos.html.twig:5 + + + part.supplier.name + Name + + + + + templates\Parts\info\_order_infos.html.twig:6 + + + part.supplier.partnr + Partnr. + + + + + templates\Parts\info\_order_infos.html.twig:28 + + + part.order.minamount + Minimum amount + + + + + templates\Parts\info\_order_infos.html.twig:29 + + + part.order.price + Price + + + + + templates\Parts\info\_order_infos.html.twig:31 + + + part.order.single_price + Unit Price + + + + + templates\Parts\info\_order_infos.html.twig:71 + + + edit.caption_short + Edit + + + + + templates\Parts\info\_order_infos.html.twig:72 + + + delete.caption + Delete + + + + + templates\Parts\info\_part_lots.html.twig:6 + + part_lots.description Description - - + + + + + templates\Parts\info\_part_lots.html.twig:7 + + part_lots.storage_location Storage location - - + + + + + templates\Parts\info\_part_lots.html.twig:8 + + part_lots.amount Amount - - + + + + + templates\Parts\info\_part_lots.html.twig:23 + + part_lots.location_unknown Storage location unknown - - + + + + + templates\Parts\info\_part_lots.html.twig:30 + + part_lots.instock_unknown Amount unknown - - + + + + + templates\Parts\info\_part_lots.html.twig:39 + + part_lots.expiration_date Expiration date - - + + + + + templates\Parts\info\_part_lots.html.twig:47 + + part_lots.is_expired Expired - - + + + + + templates\Parts\info\_part_lots.html.twig:54 + + part_lots.need_refill Needs refill - - + + + + + templates\Parts\info\_picture.html.twig:15 + + + part.info.prev_picture + Previous picture + + + + + templates\Parts\info\_picture.html.twig:19 + + + part.info.next_picture + Next picture + + + + + templates\Parts\info\_sidebar.html.twig:17 + + part.mass.tooltip Mass - - + + + + + templates\Parts\info\_sidebar.html.twig:26 + + part.needs_review.badge Needs review - - + + + + + templates\Parts\info\_sidebar.html.twig:35 + + part.favorite.badge Favorite - - + + + + + templates\Parts\info\_sidebar.html.twig:43 + + part.obsolete.badge No longer available - - + + + + + templates\Parts\info\_tools.html.twig:4 + templates\Parts\show_part_info.html.twig:125 + + + part.edit.btn + Edit part + + + + + templates\Parts\info\_tools.html.twig:14 + templates\Parts\show_part_info.html.twig:135 + + + part.clone.btn + Clone part + + + + + templates\Parts\info\_tools.html.twig:22 + templates\Parts\show_part_info.html.twig:143 + + + part.create.btn + Create new part + + + + + templates\Parts\info\_tools.html.twig:29 + + part.delete.confirm_title Do you really want to delete this part? - - + + + + + templates\Parts\info\_tools.html.twig:30 + + part.delete.message This part and any associated information (like attachments, price informations, etc.) will be deleted. This can not be undone! - - + + + + + templates\Parts\info\_tools.html.twig:36 + + part.delete Delete part - - + + + + + templates\Parts\lists\all_list.html.twig:4 + + + parts_list.all.title + All parts + + + + + templates\Parts\lists\category_list.html.twig:4 + + + parts_list.category.title + Parts with category + + + + + templates\Parts\lists\footprint_list.html.twig:4 + + + parts_list.footprint.title + Parts with footprint + + + + + templates\Parts\lists\manufacturer_list.html.twig:4 + + + parts_list.manufacturer.title + Parts with manufacturer + + + + + templates\Parts\lists\search_list.html.twig:4 + + + parts_list.search.title + Search Parts + + + + + templates\Parts\lists\store_location_list.html.twig:4 + + + parts_list.storelocation.title + Parts with store locations + + + + + templates\Parts\lists\supplier_list.html.twig:4 + + + parts_list.supplier.title + Parts with supplier + + + + + templates\Parts\lists\tags_list.html.twig:4 + + + parts_list.tags.title + Parts with tag + + + + + templates\Parts\lists\_info_card.html.twig:17 + + + entity.info.common.tab + Common + + + + + templates\Parts\lists\_info_card.html.twig:20 + + + entity.info.statistics.tab + Statistics + + + + + templates\Parts\lists\_info_card.html.twig:30 + + + entity.info.name + Name + + + + + templates\Parts\lists\_info_card.html.twig:34 + templates\Parts\lists\_info_card.html.twig:67 + + + entity.info.parent + Parent + + + + + templates\Parts\lists\_info_card.html.twig:46 + + + entity.edit.btn + Edit + + + + + templates\Parts\lists\_info_card.html.twig:63 + + + entity.info.children_count + Count of children elements + + + + + templates\security\login.html.twig:3 + templates\security\login.html.twig:3 + + + login.title + Login + + + + + templates\security\login.html.twig:7 + templates\security\login.html.twig:7 + + + login.card_title + Login + + + + + templates\security\login.html.twig:31 + templates\security\login.html.twig:31 + + + login.username.label + Username + + + + + templates\security\login.html.twig:34 + templates\security\login.html.twig:34 + + + login.username.placeholder + Username + + + + + templates\security\login.html.twig:38 + templates\security\login.html.twig:38 + + + login.password.label + Password + + + + + templates\security\login.html.twig:40 + templates\security\login.html.twig:40 + + + login.password.placeholder + Password + + + + + templates\security\login.html.twig:50 + templates\security\login.html.twig:50 + + + login.rememberme + Remember me (should not be used on shared computers) + + + + + templates\security\login.html.twig:58 + templates\security\login.html.twig:58 + + + login.btn + Login + + + + + templates\security\login.html.twig:64 + + + pw_reset.password_forget + Forgot username/password? + + + + + templates\security\pw_reset_new_pw.html.twig:5 + + + pw_reset.new_pw.header.title + Set new password + + + + + templates\security\pw_reset_request.html.twig:5 + + + pw_reset.request.header.title + Request a new password + + + + + templates\Users\user_info.html.twig:3 + templates\Users\user_info.html.twig:6 + templates\_navbar.html.twig:101 + templates\base.html.twig:99 + templates\Users\user_info.html.twig:3 + templates\Users\user_info.html.twig:6 + + + user.info.label + User informations + + + + + templates\Users\user_info.html.twig:18 + src\Form\UserAdminForm.php:89 + src\Form\UserSettingsType.php:63 + templates\Users\user_info.html.twig:18 + src\Form\UserSettingsType.php:32 + + + user.firstName.label + First name + + + + + templates\Users\user_info.html.twig:24 + src\Form\UserAdminForm.php:96 + src\Form\UserSettingsType.php:68 + templates\Users\user_info.html.twig:24 + src\Form\UserSettingsType.php:35 + + + user.lastName.label + Last name + + + + + templates\Users\user_info.html.twig:30 + src\Form\UserAdminForm.php:104 + src\Form\UserSettingsType.php:78 + templates\Users\user_info.html.twig:30 + src\Form\UserSettingsType.php:41 + + + user.email.label + Email + + + + + templates\Users\user_info.html.twig:37 + src\Form\UserAdminForm.php:111 + src\Form\UserSettingsType.php:73 + templates\Users\user_info.html.twig:37 + src\Form\UserSettingsType.php:38 + + + user.department.label + Department + + + + + templates\Users\user_info.html.twig:47 + src\Form\UserAdminForm.php:75 + src\Form\UserSettingsType.php:58 + templates\Users\user_info.html.twig:47 + src\Form\UserSettingsType.php:30 + + + user.username.label + User name + + + + + templates\Users\user_info.html.twig:53 + src\Form\UserAdminForm.php:83 + src\Services\ElementTypeNameGenerator.php:70 + templates\Users\user_info.html.twig:53 + + + group.label + Gruppe: + + + + + templates\Users\user_info.html.twig:67 + + + user.permissions + Permissions + + + + + templates\Users\user_settings.html.twig:3 + templates\Users\user_settings.html.twig:6 + templates\_navbar.html.twig:100 + templates\base.html.twig:98 + templates\Users\user_settings.html.twig:3 + templates\Users\user_settings.html.twig:6 + + + user.settings.label + User settings + + + + + templates\Users\user_settings.html.twig:18 + templates\Users\user_settings.html.twig:14 + + + user_settings.data.label + Personal data + + + + + templates\Users\user_settings.html.twig:22 + templates\Users\user_settings.html.twig:18 + + + user_settings.configuration.label + Configuration + + + + + templates\Users\user_settings.html.twig:53 + templates\Users\user_settings.html.twig:48 + + + user.settings.change_pw + Change password + + + + + templates\_navbar.html.twig:4 + templates\base.html.twig:29 + + + sidebar.toggle + Toggle Sidebar + + + + + templates\_navbar.html.twig:24 + templates\base.html.twig:49 + + + search.options.label + Search options + + + + + templates\_navbar.html.twig:30 + src\Form\AdminPages\BaseEntityAdminForm.php:69 + templates\base.html.twig:54 + src\Form\PartType.php:62 + + + name.label + Name + + + + + templates\_navbar.html.twig:42 + src\Services\ElementTypeNameGenerator.php:65 + templates\base.html.twig:60 + templates\Parts\show_part_info.html.twig:36 + src\Form\PartType.php:77 + + + storelocation.label + Store location + + + + + templates\_navbar.html.twig:51 + templates\base.html.twig:65 + + + ordernumber.label.short + Ordernr. + + + + + templates\_navbar.html.twig:55 + src\Services\ElementTypeNameGenerator.php:66 + templates\base.html.twig:67 + + + supplier.label + Supplier + + + + + templates\_navbar.html.twig:72 + templates\base.html.twig:75 + + + search.deactivateBarcode + Deact. Barcode + + + + + templates\_navbar.html.twig:76 + templates\base.html.twig:77 + + + search.regexmatching + Reg.Ex. Matching + + + + + templates\_navbar.html.twig:83 + templates\base.html.twig:81 + + + go.exclamation + Go! + + + + + templates\_navbar.html.twig:90 + templates\base.html.twig:88 + + + barcode.scan + Scan Barcode + + + + + templates\_navbar.html.twig:99 + templates\base.html.twig:97 + + + user.loggedin.label + Logged in as + + + + + templates\_navbar.html.twig:103 + templates\base.html.twig:101 + + + user.logout + Logout + + + + + templates\_navbar.html.twig:105 + templates\base.html.twig:103 + + + user.login + Login + + + + + templates\_navbar.html.twig:111 + + + ui.toggle_darkmode + Darkmode + + + + + templates\_navbar.html.twig:115 + src\Form\UserAdminForm.php:122 + src\Form\UserSettingsType.php:86 + templates\base.html.twig:106 + src\Form\UserSettingsType.php:44 + + + user.language_select + Switch Language + + + + + templates\_navbar.html.twig:118 + templates\base.html.twig:109 + + + language.english + English + + + + + templates\_navbar.html.twig:121 + templates\base.html.twig:112 + + + language.german + German + + + + + templates\_sidebar.html.twig:37 + 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 + + + device.labelp + Devices + + + + + templates\_sidebar.html.twig:2 + templates\base.html.twig:165 + templates\base.html.twig:192 + templates\base.html.twig:220 + + + actions + Actions + + + + + templates\_sidebar.html.twig:6 + templates\base.html.twig:169 + templates\base.html.twig:196 + templates\base.html.twig:224 + + + datasource + Datasource + + + + + templates\_sidebar.html.twig:10 + templates\base.html.twig:173 + templates\base.html.twig:200 + templates\base.html.twig:228 + + + manufacturer.labelp + Manufacturers + + + + + templates\_sidebar.html.twig:11 + templates\base.html.twig:174 + templates\base.html.twig:201 + templates\base.html.twig:229 + + + supplier.labelp + Suppliers + + + + + src\Controller\AdminPages\BaseAdminController.php:103 + src\Controller\AdminPages\BaseAdminController.php:159 + src\Controller\PartController.php:93 + src\Controller\PartController.php:176 + + + attachment.download_failed + Download of the external attachment failed. + + + + + src\Controller\AdminPages\BaseAdminController.php:110 + + + entity.edit_flash + + + + + + src\Controller\AdminPages\BaseAdminController.php:116 + + + entity.edit_flash.invalid + + + + + + src\Controller\AdminPages\BaseAdminController.php:166 + + + entity.created_flash + + + + + + src\Controller\AdminPages\BaseAdminController.php:172 + + + entity.created_flash.invalid + + + + + + src\Controller\AdminPages\BaseAdminController.php:255 + src\Controller\BaseAdminController.php:154 + + + attachment_type.deleted + Element deleted! + + + + + src\Controller\AdminPages\BaseAdminController.php:257 + + + csfr_invalid + + + + + + src\Controller\DebugController.php:38 + src\Controller\DebugController.php:45 + + + Success Flash Message! + + + + + + src\Controller\DebugController.php:39 + src\Controller\DebugController.php:46 + + + Error Flash Message! + + + + + + src\Controller\DebugController.php:40 + src\Controller\DebugController.php:47 + + + Warning Flash Message! + + + + + + src\Controller\DebugController.php:41 + src\Controller\DebugController.php:48 + + + Notice Flash Message! + + + + + + src\Controller\DebugController.php:42 + src\Controller\DebugController.php:49 + + + Info Flash Message! <b>Test</b> + + + + + + src\Controller\DebugController.php:44 + src\Controller\DebugController.php:51 + + + Blabla. This message type should be not know to template! + + + + + + src\Controller\DebugController.php:57 + + + validator.noneofitschild.self + A element can not be its own parent. + + + + + src\Controller\DebugController.php:58 + + + validator.noneofitschild.children + The parent can not be one of the children of itself. + + + + + src\Controller\DebugController.php:59 + + + validator.isSelectable + The element must be selectable. + + + + + src\Controller\DebugController.php:60 + + + validator.part_lot.location_full.no_increasment + The storage location was marked as full, so you can not increase the instock amount. (New amount max. {{ old_amount }}) + + + + + src\Controller\DebugController.php:61 + + + validator.part_lot.location_full + The storage location was marked as full, so you can not add a new part to it. + + + + + src\Controller\DebugController.php:62 + + + validator.part_lot.only_existing + The storage location was marked as "only existing", so you can not add new part to it. + + + + + src\Controller\DebugController.php:63 + + + validator.part_lot.single_part + The storage location was marked as "single part", so you can not add a new part to it. + + + + + src\Controller\DebugController.php:66 + + + m_status.active.help + The part is currently and in forseeable future in production + + + + + src\Controller\DebugController.php:67 + + + m_status.announced.help + The part was announced but is not available yet. + + + + + src\Controller\DebugController.php:68 + + + m_status.discontinued.help + The part is discontinued and not produced anymore. + + + + + src\Controller\DebugController.php:69 + + + m_status.eol.help + The product has reached its end-of-life and the production will be stopped soon. + + + + + src\Controller\DebugController.php:70 + + + m_status.nrfnd.help + The part is currently in production but is not recommended for new designs. + + + + + src\Controller\DebugController.php:71 + + + m_status.unknown.help + The manufacturing status of the part is not known. + + + + + src\Controller\DebugController.php:74 + + + flash.success + Success + + + + + src\Controller\DebugController.php:75 + + + flash.error + Error + + + + + src\Controller\DebugController.php:76 + + + flash.warning + Warning + + + + + src\Controller\DebugController.php:77 + + + flash.notice + Notice + + + + + src\Controller\DebugController.php:78 + + + flash.info + Info + + + + + src\Controller\DebugController.php:80 + + + validator.noLockout + You can not withdraw yourself the "change permission" permission, to prevent that you lockout yourself accidentally. + + + + + src\Controller\PartController.php:100 + src\Controller\PartController.php:80 + + + part.edited_flash + Saved changes! + + + + + src\Controller\PartController.php:104 + + + part.edited_flash.invalid + Error during saving: Please check your inputs! + + + + + src\Controller\PartController.php:133 + + + part.deleted + + + + + + src\Controller\PartController.php:183 + src\Controller\PartController.php:219 + src\Controller\PartController.php:113 + src\Controller\PartController.php:142 + + + part.created_flash + Part created! + + + + + src\Controller\PartController.php:189 + + + part.created_flash.invalid + Error during creation: Please check your inputs! + + + + + src\Controller\RedirectController.php:64 + + + flash.password_change_needed + Password change needed! + + + + + src\Controller\SecurityController.php:85 + + + pw_reset.user_or_email + Username / Email + + + + + src\Controller\SecurityController.php:102 + + + pw_reset.request.success + Reset request was successful! Please check your emails for further instructions. + + + + + src\Controller\SecurityController.php:127 + + + pw_reset.username + Username + + + + + src\Controller\SecurityController.php:130 + + + pw_reset.token + Token + + + + + src\Controller\SecurityController.php:155 + + + pw_reset.new_pw.error + Username or Token invalid! Please check your input. + + + + + src\Controller\SecurityController.php:157 + + + pw_reset.new_pw.success + Password was reset successfully. You can now login with your new password. + + + + + src\Controller\UserController.php:184 + src\Controller\UserController.php:98 + + + user.settings.saved_flash + Settings saved! + + + + + src\Controller\UserController.php:224 + src\Controller\UserController.php:130 + + + user.settings.pw_changed_flash + Password changed! + + + + + src\DataTables\AttachmentDataTable.php:89 + src\Form\AttachmentFormType.php:62 + + + attachment.edit.name + Name + + + + + src\DataTables\AttachmentDataTable.php:113 + + + attachment.table.type + Attachment type + + + + + src\DataTables\AttachmentDataTable.php:125 + + + attachment.table.element + Associated element + + + + + src\DataTables\AttachmentDataTable.php:160 + src\DataTables\PartsDataTable.php:248 + + + part.table.addedDate + Created at + + + + + src\DataTables\AttachmentDataTable.php:164 + src\DataTables\PartsDataTable.php:252 + + + part.table.lastModified + Last modified + + + + + src\DataTables\AttachmentDataTable.php:169 + src\Form\AttachmentFormType.php:72 + + + attachment.edit.show_in_table + Show in table + + + + + src\DataTables\AttachmentDataTable.php:170 + src\DataTables\AttachmentDataTable.php:178 + src\DataTables\AttachmentDataTable.php:187 + src\DataTables\AttachmentDataTable.php:196 + src\DataTables\PartsDataTable.php:257 + src\DataTables\PartsDataTable.php:264 + + + true + true + + + + + src\DataTables\AttachmentDataTable.php:171 + src\DataTables\AttachmentDataTable.php:179 + src\DataTables\AttachmentDataTable.php:188 + src\DataTables\AttachmentDataTable.php:197 + src\DataTables\PartsDataTable.php:258 + src\DataTables\PartsDataTable.php:265 + + + false + false + + + + + src\DataTables\AttachmentDataTable.php:177 + + + attachment.edit.isPicture + Picture? + + + + + src\DataTables\AttachmentDataTable.php:186 + + + attachment.edit.is3DModel + 3D model? + + + + + src\DataTables\AttachmentDataTable.php:195 + + + attachment.edit.isBuiltin + Builtin? + + + + + src\DataTables\PartsDataTable.php:180 + + + part.table.name + Name + + + + + src\DataTables\PartsDataTable.php:190 + + + part.table.id + Id + + + + + src\DataTables\PartsDataTable.php:194 + + + part.table.description + Description + + + + + src\DataTables\PartsDataTable.php:197 + + + part.table.category + Category + + + + + src\DataTables\PartsDataTable.php:202 + + + part.table.footprint + Footprint + + + + + src\DataTables\PartsDataTable.php:206 + + + part.table.manufacturer + Manufacturer + + + + + src\DataTables\PartsDataTable.php:209 + + + part.table.storeLocations + Store locations + + + + + src\DataTables\PartsDataTable.php:228 + + + part.table.amount + Amount + + + + + src\DataTables\PartsDataTable.php:236 + + + part.table.minamount + Min. Amount + + + + + src\DataTables\PartsDataTable.php:244 + + + part.table.partUnit + Measurement Unit + + + + + src\DataTables\PartsDataTable.php:256 + + + part.table.needsReview + Needs review + + + + + src\DataTables\PartsDataTable.php:263 + + + part.table.favorite + Favorite + + + + + src\DataTables\PartsDataTable.php:270 + + + part.table.manufacturingStatus + Status + + + + + src\DataTables\PartsDataTable.php:272 + src\DataTables\PartsDataTable.php:274 + src\Form\Part\PartBaseType.php:70 + + + m_status.unknown + Unknown + + + + + src\DataTables\PartsDataTable.php:275 + src\Form\Part\PartBaseType.php:71 + + + m_status.announced + Announced + + + + + src\DataTables\PartsDataTable.php:276 + src\Form\Part\PartBaseType.php:72 + + + m_status.active + Active + + + + + src\DataTables\PartsDataTable.php:277 + src\Form\Part\PartBaseType.php:73 + + + m_status.nrfnd + Not recommended for new designs + + + + + src\DataTables\PartsDataTable.php:278 + src\Form\Part\PartBaseType.php:74 + + + m_status.eol + End of life + + + + + src\DataTables\PartsDataTable.php:279 + src\Form\Part\PartBaseType.php:75 + + + m_status.discontinued + Discontinued + + + + + src\DataTables\PartsDataTable.php:283 + + + part.table.mpn + MPN + + + + + src\DataTables\PartsDataTable.php:287 + + + part.table.mass + Mass + + + + + src\DataTables\PartsDataTable.php:291 + + + part.table.tags + Tags + + + + + src\DataTables\PartsDataTable.php:295 + + + part.table.attachments + Attachments + + + + + src\EventSubscriber\LoginSuccessListener.php:46 + + + flash.login_successful + Login successful + + + + + src\Form\AdminPages\AttachmentTypeAdminForm.php:48 + + + attachment_type.edit.filetype_filter + Allowed file extensions. + + + + + src\Form\AdminPages\AttachmentTypeAdminForm.php:49 + + + attachment_type.edit.filetype_filter.help + You can specify a comma separated list of file extension or mimetypes, which an uploaded file must have when assigned to this attachment type. To allow all supported image files you can use image/*. + + + + + src\Form\AdminPages\AttachmentTypeAdminForm.php:50 + + + attachment_type.edit.filetype_filter.placeholder + e.g. .txt, application/pdf, image/* + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:70 + src\Form\PartType.php:63 + + + part.name.placeholder + e.g. BC547 + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:74 + src\Form\AdminPages\ImportType.php:70 + src\Form\AdminPages\MassCreationForm.php:66 + src\Form\ImportType.php:72 + + + parent.label + Parent element + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:78 + + entity.edit.not_selectable Not selectable - - + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:79 + + entity.edit.not_selectable.help If this option is activated, this element can not be assigned to a part property. Useful if this element is just used for grouping. - - + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:85 + + bbcode.hint You can use BBCode here (e.g. [b]Bold[/b]) - - + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:106 + src\Form\Part\PartBaseType.php:213 + + + part.edit.master_attachment + Preview image + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:112 + + entity.create Create element - - + + + + + src\Form\AdminPages\BaseEntityAdminForm.php:112 + + entity.edit.save Save - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:36 + + category.edit.disable_footprints Disable footprints - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:37 + + category.edit.disable_footprints.help If this option is activated, the footprint property is disabled for all parts with this category. - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:42 + + category.edit.disable_manufacturers Disable manufacturers - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:43 + + category.edit.disable_manufacturers.help If this option is activated, the manufacturer property is disabled for all parts with this category. - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:48 + + category.edit.disable_autodatasheets Disable automatic datasheet links - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:49 + + category.edit.disable_autodatasheets.help If this option is activated, no automatic links to datasheets are created for parts with this category. - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:54 + + category.edit.disable_properties Disable properties - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:55 + + category.edit.disable_properties.help If this option is activated, the part properties are disabled for parts with this category. - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:60 + + category.edit.partname_hint Part name hint - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:61 + + category.edit.partname_hint.placeholder e.g. 100nF - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:65 + + category.edit.partname_regex Name filter - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:70 + + category.edit.default_description Default description - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:71 + + category.edit.default_description.placeholder e.g. Capacitor, 10mm x 10mm, SMD - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:75 + + category.edit.default_comment Default comment - - + + + + + src\Form\AdminPages\CategoryAdminForm.php:76 + + category.edit.default_comment.placeholder e.g. useful for switching - - + + + + + src\Form\AdminPages\CompanyForm.php:38 + + company.edit.address Address - - + + + + + src\Form\AdminPages\CompanyForm.php:40 + + company.edit.address.placeholder e.g. Examplestreet 314 Exampletown - - + + + + + src\Form\AdminPages\CompanyForm.php:45 + + company.edit.phone_number Phone number - - + + + + + src\Form\AdminPages\CompanyForm.php:47 + + company.edit.phone_number.placeholder +49 12345 6789 - - + + + + + src\Form\AdminPages\CompanyForm.php:53 + + company.edit.fax_number Fax number - - + + + + + src\Form\AdminPages\CompanyForm.php:60 + + company.edit.email Email - - + + + + + src\Form\AdminPages\CompanyForm.php:62 + + company.edit.email.placeholder e.g. contact@foo.bar - - + + + + + src\Form\AdminPages\CompanyForm.php:67 + + company.edit.website Website - - + + + + + src\Form\AdminPages\CompanyForm.php:69 + + company.edit.website.placeholder https://www.foo.bar - - + + + + + src\Form\AdminPages\CompanyForm.php:74 + + company.edit.auto_product_url Product url - - + + + + + src\Form\AdminPages\CompanyForm.php:75 + + company.edit.auto_product_url.help This field is used to determine an link to the part on the company page. %PARTNR% will be replaced with the order number. - - + + + + + src\Form\AdminPages\CompanyForm.php:77 + + company.edit.auto_product_url.placeholder https://foo.bar/product/%PARTNR% - - + + + + + src\Form\AdminPages\CurrencyAdminForm.php:37 + + currency.edit.iso_code ISO code - - + + + + + src\Form\AdminPages\CurrencyAdminForm.php:44 + + currency.edit.exchange_rate Exchange rate - - + + + + + src\Form\AdminPages\FootprintAdminForm.php:35 + + + footprint.edit.3d_model + 3D model + + + + + src\Form\AdminPages\ImportType.php:63 + src\Form\ImportType.php:70 + + + import.csv_separator + CSV separator + + + + + src\Form\AdminPages\ImportType.php:76 + src\Form\ImportType.php:75 + + + import.file + File + + + + + src\Form\AdminPages\ImportType.php:82 + src\Form\ImportType.php:78 + + + import.preserve_children + Preserve child elements on import + + + + + src\Form\AdminPages\ImportType.php:85 + src\Form\ImportType.php:80 + + + import.abort_on_validation + Abort on invalid data + + + + + src\Form\AdminPages\ImportType.php:86 + + import.abort_on_validation.help When this option is activated, the whole import process is aborted if invalid data is detected. If not selected, the invalid data is ignored and the importer will try to import the other elements. - - + + + + + src\Form\AdminPages\ImportType.php:59 + src\Form\ImportType.php:68 + + + JSON + JSON + + + + + src\Form\AdminPages\ImportType.php:59 + src\Form\ImportType.php:68 + + + XML + XML + + + + + src\Form\AdminPages\ImportType.php:59 + src\Form\ImportType.php:68 + + + CSV + CSV + + + + + src\Form\AdminPages\ImportType.php:59 + src\Form\ImportType.php:68 + + + YAML + YAML + + + + + src\Form\AdminPages\ImportType.php:90 + src\Form\ImportType.php:85 + + + import.btn + Import + + + + + src\Form\AdminPages\MassCreationForm.php:55 + + mass_creation.lines Input - - + + + + + src\Form\AdminPages\MassCreationForm.php:58 + + mass_creation.lines.placeholder Element 1 Element 2 Element 3 - - + + + + + src\Form\AdminPages\MassCreationForm.php:72 + + entity.mass_creation.btn Create - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:36 + + measurement_unit.edit.is_integer Is integer - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:37 + + measurement_unit.edit.is_integer.help If this option is activated, all values with this unit will be rounded to whole numbers. - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:42 + + measurement_unit.edit.use_si_prefix Use SI prefix - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:43 + + measurement_unit.edit.use_si_prefix.help If this option is activated, values are outputted with SI prefixes (e.g. 1,2kg instead of 1200g) - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:48 + + measurement_unit.edit.unit_symbol Unit symbol - - + + + + + src\Form\AdminPages\MeasurementUnitAdminForm.php:49 + + measurement_unit.edit.unit_symbol.placeholder e.g. m - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:38 + + storelocation.edit.is_full.label Storelocation full - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:39 + + storelocation.edit.is_full.help If this option is selected, it is neither possible to add new parts to this storelocation or to increase the amount of existing parts. - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:45 + + storelocation.limit_to_existing.label Limit to existing parts - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:46 + + storelocation.limit_to_existing.help If this option is activated, it is not possible to add new parts to this storelocation, but the amount of existing parts can be increased. - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:52 + + storelocation.only_single_part.label Only single part - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:53 + + storelocation.only_single_part.help If this option is activated, only a single part (with every amount) can be assigned to this store location. Useful for small SMD boxes or feeders. - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:59 + + storelocation.storage_type.label Storage type - - + + + + + src\Form\AdminPages\StorelocationAdminForm.php:60 + + storelocation.storage_type.help You can select a measurement unit here, which a part must have to be able to be assigned to this storage loaction - - + + + + + src\Form\AdminPages\SupplierForm.php:41 + + supplier.edit.default_currency Default currency - - + + + + + src\Form\AdminPages\SupplierForm.php:49 + + supplier.shipping_costs.label Shipping Costs - - - attachment.edit.name - Name - - + + + + + src\Form\AttachmentFormType.php:65 + + attachment.edit.attachment_type Attachment type - - - attachment.edit.show_in_table - Show in table - - - attachment.edit.url - URL - - - attachment.edit.file - Upload file - - - orderdetails.edit.supplierpartnr - Order number - - - orderdetails.edit.supplierpartnr.placeholder - e.g. BC 547 - - - orderdetails.edit.supplier - Supplier - - - orderdetails.edit.url - Link to offer - - - orderdetails.edit.obsolete - No longer available - - - part.edit.name - Name - - - part.edit.name.placeholder - e.g. BC547 - - - part.edit.description - Description - - - part.edit.description.placeholder - e.g. NPN 45V, 0,1A, 0,5W - - - part.editmininstock.placeholder - e.g. 1 - - - part.edit.mininstock - Minimum stock - - - part.edit.category - Category - - - part.edit.footprint - Footprint - - - part.edit.tags - Tags - - - part.edit.manufacturer.label - Manufacturer - - - part.edit.manufacturer_url.label - Link to product page - - - part.edit.mpn - Manufacturer part number - - - part.edit.manufacturing_status - Manufacturing status - - - part.edit.needs_review - Needs review - - - part.edit.is_favorite - Favorite - - - part.edit.mass - Mass - - - part.edit.partUnit - Measuring unit - - - part.edit.comment - Comment - - - part.edit.master_attachment - Preview image - - - part_lot.edit.description - Description - - - part_lot.edit.location - Storage location - - - part_lot.edit.amount - Amount - - - part_lot.edit.instock_unknown - Amount unknown - - - part_lot.edit.needs_refill - Needs refill - - - part_lot.edit.expiration_date - Expiration date - - - part_lot.edit.comment - Comment - - - user.username.placeholder - e.g. j.doe - - - user.firstName.placeholder - e.g John - - - user.lastName.placeholder - e.g. Doe - - - user.email.placeholder - j.doe@ecorp.com - - - user.department.placeholder - e.g. Development - - - user.create - Create user - - - user.edit.save - Save - - - entity.edit.reset - Discard changes - - - entity.info.parts_count - Count of parts with this element - - - validator.noneofitschild.self - A element can not be its own parent. - - - validator.noneofitschild.children - The parent can not be one of the children of itself. - - - validator.isSelectable - The element must be selectable. - - - validator.part_lot.location_full.no_increasment - The storage location was marked as full, so you can not increase the instock amount. (New amount max. {{ old_amount }}) - - - validator.part_lot.location_full - The storage location was marked as full, so you can not add a new part to it. - - - validator.part_lot.only_existing - The storage location was marked as "only existing", so you can not add new part to it. - - - validator.part_lot.single_part - The storage location was marked as "single part", so you can not add a new part to it. - - - m_status.active.help - The part is currently and in forseeable future in production - - - m_status.announced.help - The part was announced but is not available yet. - - - m_status.discontinued.help - The part is discontinued and not produced anymore. - - - m_status.eol.help - The product has reached its end-of-life and the production will be stopped soon. - - - m_status.nrfnd.help - The part is currently in production but is not recommended for new designs. - - - m_status.unknown.help - The manufacturing status of the part is not known. - - - flash.success - Success - - - flash.error - Error - - - flash.warning - Warning - - - flash.notice - Notice - - - flash.info - Info - - - part.table.name - Name - - - part.table.id - Id - - - part.table.description - Description - - - part.table.category - Category - - - part.table.amount - Amount - - - part.table.minamount - Min. Amount - - - part.table.addedDate - Created at - - - part.table.lastModified - Last modified - - - part.table.needsReview - Needs review - - - true - true - - - false - false - - - part.table.favorite - Favorite - - - part.table.manufacturingStatus - Status - - - part.table.mpn - MPN - - - part.table.mass - Mass - - - part.table.tags - Tags - - - datatable.datatable.lengthMenu - _MENU_ - - - part.table.footprint - Footprint - - - part.table.manufacturer - Manufacturer - - - part.table.storeLocations - Store locations - - - part.table.partUnit - Measurement Unit - - - parts_list.all.title - All parts - - - parts_list.category.title - Parts with category - - - parts_list.footprint.title - Parts with footprint - - - parts_list.manufacturer.title - Parts with manufacturer - - - parts_list.search.title - Search Parts - - - parts_list.storelocation.title - Parts with store locations - - - parts_list.supplier.title - Parts with supplier - - - parts_list.tags.title - Parts with tag - - - entity.info.common.tab - Common - - - entity.info.statistics.tab - Statistics - - - entity.info.name - Name - - - entity.info.parent - Parent - - - entity.edit.btn - Edit - - - entity.info.children_count - Count of children elements - - - perm.group.parts - Parts - - - perm.group.structures - Data structures - - - perm.group.system - System - - - perm.parts - Common - - - perm.read - View - - - perm.edit - Edit - - - perm.create - Create - - - perm.part.move - Change category - - - perm.delete - Delete - - - perm.part.search - Search - - - perm.part.all_parts - List all parts - - - perm.part.no_price_parts - List parts without price infos - - - perm.part.obsolete_parts - List obsolete parts - - - perm.part.unknown_instock_parts - Show parts with unknown instock - - - perm.part.change_favorite - Change favorite status - - - perm.part.show_favorite - List favorite parts - - - perm.part.show_last_edit_parts - Show last edited/added parts - - - perm.part.show_users - Show last modifying user - - - perm.part.show_history - Show history - - - perm.part.name - Name - - - perm.part.description - Description - - - perm.part.instock - Instock - - - perm.part.mininstock - Minimum instock - - - perm.part.comment - Comment - - - perm.part.storelocation - Storelocation - - - perm.part.manufacturer - Manufacturer - - - perm.part.orderdetails - Order informations - - - perm.part.prices - Prices - - - perm.part.attachments - File attachments - - - perm.part.order - Orders - - - perm.storelocations - Storelocations - - - perm.move - Move - - - perm.list_parts - List parts - - - perm.part.footprints - Footprints - - - perm.part.categories - Categories - - - perm.part.supplier - Suppliers - - - perm.part.manufacturers - Manufacturers - - - perm.part.devices - Devices - - - perm.part.attachment_types - Attachment types - - - perm.tools.import - Import - - - perm.tools.labels - Labels - - - perm.tools.calculator - Resistor calculator - - - perm.tools.footprints - Footprints - - - perm.tools.ic_logos - IC logos - - - perm.tools.statistics - Statistics - - - perm.edit_permissions - Edit permissions - - - perm.users.edit_user_name - Edit user name - - - perm.users.edit_change_group - Change group - - - perm.users.edit_infos - Edit infos - - - perm.users.edit_permissions - Edit permissions - - - perm.users.set_password - Set password - - - perm.users.change_user_settings - Change user settings - - - perm.database.see_status - Show status - - - perm.database.update_db - Update DB - - - perm.database.read_db_settings - Read DB settings - - - perm.database.write_db_settings - Write DB settings - - - perm.config.read_config - Read config - - - perm.config.edit_config - Edit config - - - perm.config.server_info - Server info - - - perm.config.use_debug - Use debug tools - - - perm.show_logs - Show logs - - - perm.delete_logs - Delete logs - - - perm.self.edit_infos - Edit infos - - - perm.self.edit_username - Edit username - - - perm.self.show_permissions - View permissions - - - perm.self.show_logs - Show own log entries - - - perm.self.create_labels - Create labels - - - perm.self.edit_options - Edit options - - - perm.self.delete_profiles - Delete profiles - - - perm.self.edit_profiles - Edit profiles - - - permission.edit.permission - Permissions - - - permission.edit.value - Value - - - perm.group.other - Miscellaneous - - - user.edit.permissions - Permissions - - - perm.part.tools - Tools - - - perm.groups - Groups - - - perm.users - Users - - - perm.database - Database - - - perm.config - Configuration - - - perm.system - System - - - perm.device_parts - Device parts - - - perm.self - Own user - - - perm.labels - Labels - - - perm.part.category - Category - - - perm.part.minamount - Minimum amount - - - perm.part.footprint - Footprint - - - perm.part.mpn - MPN - - - perm.part.status - Manufacturing status - - - perm.part.tags - Tags - - - perm.part.unit - Part unit - - - perm.part.mass - Mass - - - perm.part.lots - Part lots - - - perm.show_users - Show last modifying user - - - perm.currencies - Currencies - - - perm.measurement_units - Measurement unit - - - flash.password_change_needed - Password change needed! - - - attachment.table.element - Associated element - - - attachment.edit.isPicture - Picture? - - - attachment.edit.is3DModel - 3D model? - - - attachment.edit.isBuiltin - Builtin? - - - attachment.label - Attachment - - - attachment_type.label - Attachment type - - - device.label - Project - - - measurement_unit.label - Measurement unit - - - part.label - Part - - - part_lot.label - Part lot - - - currency.label - Currency - - - orderdetail.label - Order detail - - - pricedetail.label - Price detail - - - user.label - User - - - flash.login_successful - Login successful - - - attachment_type.edit.filetype_filter - Allowed file extensions. - - - attachment_type.edit.filetype_filter.help - You can specify a comma separated list of file extension or mimetypes, which an uploaded file must have when assigned to this attachment type. To allow all supported image files you can use image/*. - - - attachment_type.edit.filetype_filter.placeholder - e.g. .txt, application/pdf, image/* - - - footprint.edit.3d_model - 3D model - - + + + + + src\Form\AttachmentFormType.php:77 + + attachment.edit.secure_file Private attachment - - + + + + + src\Form\AttachmentFormType.php:80 + + attachment.edit.secure_file.help An attachment marked private can only accessed by authenticated users with the proper permission. If this is activated no thumbnails are generated and access to file is less perfomant. - - + + + + + src\Form\AttachmentFormType.php:84 + + + attachment.edit.url + URL + + + + + src\Form\AttachmentFormType.php:91 + + attachment.edit.url.help You can specify a url to an external file here, or input an keyword which is used to search in builtin ressources (e.g. footprints) - - + + + + + src\Form\AttachmentFormType.php:98 + + attachment.edit.download_url Download external file - - + + + + + src\Form\AttachmentFormType.php:105 + + + attachment.edit.file + Upload file + + + + + src\Form\Part\OrderdetailType.php:58 + + + orderdetails.edit.supplierpartnr + Order number + + + + + src\Form\Part\OrderdetailType.php:59 + + + orderdetails.edit.supplierpartnr.placeholder + e.g. BC 547 + + + + + src\Form\Part\OrderdetailType.php:66 + + + orderdetails.edit.supplier + Supplier + + + + + src\Form\Part\OrderdetailType.php:72 + + + orderdetails.edit.url + Link to offer + + + + + src\Form\Part\OrderdetailType.php:78 + + + orderdetails.edit.obsolete + No longer available + + + + + src\Form\Part\PartBaseType.php:82 + + + part.edit.name + Name + + + + + src\Form\Part\PartBaseType.php:83 + + + part.edit.name.placeholder + e.g. BC547 + + + + + src\Form\Part\PartBaseType.php:89 + + + part.edit.description + Description + + + + + src\Form\Part\PartBaseType.php:91 + + + part.edit.description.placeholder + e.g. NPN 45V, 0,1A, 0,5W + + + + + src\Form\Part\PartBaseType.php:95 + + + part.editmininstock.placeholder + e.g. 1 + + + + + src\Form\Part\PartBaseType.php:96 + + + part.edit.mininstock + Minimum stock + + + + + src\Form\Part\PartBaseType.php:102 + + + part.edit.category + Category + + + + + src\Form\Part\PartBaseType.php:109 + + + part.edit.footprint + Footprint + + + + + src\Form\Part\PartBaseType.php:115 + + + part.edit.tags + Tags + + + + + src\Form\Part\PartBaseType.php:127 + + + part.edit.manufacturer.label + Manufacturer + + + + + src\Form\Part\PartBaseType.php:134 + + + part.edit.manufacturer_url.label + Link to product page + + + + + src\Form\Part\PartBaseType.php:140 + + + part.edit.mpn + Manufacturer part number + + + + + src\Form\Part\PartBaseType.php:143 + + + part.edit.manufacturing_status + Manufacturing status + + + + + src\Form\Part\PartBaseType.php:153 + + + part.edit.needs_review + Needs review + + + + + src\Form\Part\PartBaseType.php:159 + + + part.edit.is_favorite + Favorite + + + + + src\Form\Part\PartBaseType.php:164 + + + part.edit.mass + Mass + + + + + src\Form\Part\PartBaseType.php:172 + + + part.edit.partUnit + Measuring unit + + + + + src\Form\Part\PartBaseType.php:179 + + + part.edit.comment + Comment + + + + + src\Form\Part\PartBaseType.php:233 + src\Form\PartType.php:91 + + + part.edit.save + Save changes + + + + + src\Form\Part\PartBaseType.php:234 + src\Form\PartType.php:92 + + + part.edit.reset + Reset changes + + + + + src\Form\Part\PartLotType.php:52 + + + part_lot.edit.description + Description + + + + + src\Form\Part\PartLotType.php:59 + + + part_lot.edit.location + Storage location + + + + + src\Form\Part\PartLotType.php:67 + + + part_lot.edit.amount + Amount + + + + + src\Form\Part\PartLotType.php:72 + + + part_lot.edit.instock_unknown + Amount unknown + + + + + src\Form\Part\PartLotType.php:78 + + + part_lot.edit.needs_refill + Needs refill + + + + + src\Form\Part\PartLotType.php:84 + + + part_lot.edit.expiration_date + Expiration date + + + + + src\Form\Part\PartLotType.php:89 + + + part_lot.edit.comment + Comment + + + + + src\Form\Part\PricedetailType.php:38 + + + min_discount_quantity + + + + + + src\Form\Part\PricedetailType.php:42 + + + price_related_quantity + + + + + + src\Form\Part\PricedetailType.php:46 + + + price + + + + + + src\Form\Part\PricedetailType.php:51 + + + currency + + + + + + src\Form\Permissions\PermissionsType.php:78 + + + perm.group.other + Miscellaneous + + + + + src\Form\Type\SIUnitType.php:115 + + + M + + + + + + src\Form\Type\SIUnitType.php:115 + + + k + + + + + + + + + + + + src\Form\Type\SIUnitType.php:115 + + + m + + + + + + src\Form\Type\SIUnitType.php:115 + + + µ + + + + + + src\Form\Type\SIUnitType.php:103 + + + value + + + + + + src\Form\Type\SIUnitType.php:114 + + + prefix + + + + + + src\Form\UserAdminForm.php:76 + + + user.username.placeholder + e.g. j.doe + + + + + src\Form\UserAdminForm.php:90 + + + user.firstName.placeholder + e.g John + + + + + src\Form\UserAdminForm.php:97 + + + user.lastName.placeholder + e.g. Doe + + + + + src\Form\UserAdminForm.php:105 + + + user.email.placeholder + j.doe@ecorp.com + + + + + src\Form\UserAdminForm.php:112 + + + user.department.placeholder + e.g. Development + + + + + src\Form\UserAdminForm.php:121 + src\Form\UserSettingsType.php:85 + src\Form\UserSettingsType.php:45 + + + user_settings.language.placeholder + Serverwide language + + + + + src\Form\UserAdminForm.php:129 + src\Form\UserSettingsType.php:93 + src\Form\UserSettingsType.php:48 + + + user_settings.timezone.placeholder + Serverwide Timezone + + + + + src\Form\UserAdminForm.php:130 + src\Form\UserSettingsType.php:94 + src\Form\UserSettingsType.php:46 + + + user.timezone.label + Timezone + + + + + src\Form\UserAdminForm.php:141 + src\Form\UserSettingsType.php:105 + src\Form\UserSettingsType.php:50 + + + user_settings.theme.placeholder + Serverwide Theme + + + + + src\Form\UserAdminForm.php:142 + src\Form\UserSettingsType.php:106 + src\Form\UserSettingsType.php:49 + + + user.theme.label + Theme + + + + + src\Form\UserAdminForm.php:147 + src\Form\UserSettingsType.php:111 + + user.currency.label Preferred currency - - + + + + + src\Form\UserAdminForm.php:153 + + user.settings.pw_new.label New password - - + + + + + src\Form\UserAdminForm.php:154 + + user.settings.pw_confirm.label Confirm new password - - + + + + + src\Form\UserAdminForm.php:168 + + user.edit.needs_pw_change User needs to change password - - + + + + + src\Form\UserAdminForm.php:175 + + user.edit.user_disabled User disbaled (no login possible) - - - tree.tools.show.all_attachments - Attachments - - - tree.tools.system.groups - Groups - - + + + + + src\Form\UserAdminForm.php:208 + + + user.create + Create user + + + + + src\Form\UserAdminForm.php:208 + + + user.edit.save + Save + + + + + src\Form\UserAdminForm.php:212 + + + entity.edit.reset + Discard changes + + + + + src\Form\UserSettingsType.php:115 + src\Form\UserSettingsType.php:53 + + + save + Apply changes + + + + + src\Form\UserSettingsType.php:116 + src\Form\UserSettingsType.php:54 + + + reset + Discard changes + + + + + src\Services\ElementTypeNameGenerator.php:56 + + + attachment.label + Attachment + + + + + src\Services\ElementTypeNameGenerator.php:58 + + + attachment_type.label + Attachment type + + + + + src\Services\ElementTypeNameGenerator.php:59 + + + device.label + Project + + + + + src\Services\ElementTypeNameGenerator.php:62 + + + measurement_unit.label + Measurement unit + + + + + src\Services\ElementTypeNameGenerator.php:63 + + + part.label + Part + + + + + src\Services\ElementTypeNameGenerator.php:64 + + + part_lot.label + Part lot + + + + + src\Services\ElementTypeNameGenerator.php:67 + + + currency.label + Currency + + + + + src\Services\ElementTypeNameGenerator.php:68 + + + orderdetail.label + Order detail + + + + + src\Services\ElementTypeNameGenerator.php:69 + + + pricedetail.label + Price detail + + + + + src\Services\ElementTypeNameGenerator.php:71 + + + user.label + User + + + + + src\Services\MarkdownParser.php:52 + + markdown.loading Loading markdown. If this message does not disappear, try to reload the page. - - - validator.noLockout - You can not withdraw yourself the "change permission" permission, to prevent that you lockout yourself accidentally. - - - attachment.download_failed - Download of the external attachment failed. - - - admin.attachments - Attachments - - - group.edit.caption - Groups - - - user.edit.caption - Users - - - user.edit.configuration - Configuration - - - user.edit.password - Password - - - attachment.preview.alt - Attachment thumbnail - - - attachment.secure - Private attachment - - - attachment.list.title - Attachments list - - - sidebar.big.toggle - Show/Hide sidebar - - - permission.legend.title - Explanation of the states: - - - permission.legend.disallow - Forbidden - - - permission.legend.allow - Allowed - - - permission.legend.inherit - Inherit from (parent) group - - - part.info.prev_picture - Previous picture - - - part.info.next_picture - Next picture - - - user.permissions - Permissions - - - user.settings.pw_old.label - Altes Passwort - - - part.table.attachments - Attachments - - - pw_reset.user_or_email - Username / Email - - - pw_reset.request.success - Reset request was successful! Please check your emails for further instructions. - - - pw_reset.username - Username - - - pw_reset.token - Token - - - pw_reset.new_pw.error - Username or Token invalid! Please check your input. - - - pw_reset.new_pw.success - Password was reset successfully. You can now login with your new password. - - - attachment.table.type - Attachment type - - + + + + + src\Services\PasswordResetManager.php:78 + + pw_reset.email.subject Password reset for your Part-DB account - - - mail.footer.email_sent_by - This email was sent automatically by - - - mail.footer.dont_reply - Do not answer to this email. - - - email.hi %name% - Hi %name% - - - email.pw_reset.message - somebody (hopefully you) requested a reset of your password. If this request was not made by you, ignore this mail. - - - email.pw_reset.button - Click here to reset password - - - email.pw_reset.fallback - %url% and enter the following info]]> - - - email.pw_reset.username - Username - - - email.pw_reset.token - Token - - - email.pw_reset.valid_unit %date% - %date%.]]> - - - pw_reset.password_forget - Forgot username/password? - - - pw_reset.new_pw.header.title - Set new password - - - pw_reset.request.header.title - Request a new password - - - ui.toggle_darkmode - Darkmode - - + + + + + src\Services\ToolsTreeBuilder.php:85 + src\Services\ToolsTreeBuilder.php:74 + + + tree.tools.edit + Edit + + + + + src\Services\ToolsTreeBuilder.php:86 + src\Services\ToolsTreeBuilder.php:81 + + + tree.tools.show + Show + + + + + src\Services\ToolsTreeBuilder.php:87 + + + tree.tools.system + System + + + + + src\Services\ToolsTreeBuilder.php:104 + src\Services\ToolsTreeBuilder.php:62 + + + tree.tools.edit.attachment_types + Attachment types + + + + + src\Services\ToolsTreeBuilder.php:110 + src\Services\ToolsTreeBuilder.php:64 + + + tree.tools.edit.categories + Categories + + + + + src\Services\ToolsTreeBuilder.php:116 + src\Services\ToolsTreeBuilder.php:66 + + + tree.tools.edit.devices + Devices + + + + + src\Services\ToolsTreeBuilder.php:122 + src\Services\ToolsTreeBuilder.php:68 + + + tree.tools.edit.suppliers + Suppliers + + + + + src\Services\ToolsTreeBuilder.php:128 + src\Services\ToolsTreeBuilder.php:70 + + + tree.tools.edit.manufacturer + Manufacturers + + + + + src\Services\ToolsTreeBuilder.php:134 + + + tree.tools.edit.storelocation + Storage locations + + + + + src\Services\ToolsTreeBuilder.php:140 + + + tree.tools.edit.footprint + Footprints + + + + + src\Services\ToolsTreeBuilder.php:146 + + + tree.tools.edit.currency + Currencies + + + + + src\Services\ToolsTreeBuilder.php:152 + + + tree.tools.edit.measurement_unit + Measurement Unit + + + + + src\Services\ToolsTreeBuilder.php:158 + + + tree.tools.edit.part + Part + + + + + src\Services\ToolsTreeBuilder.php:175 + src\Services\ToolsTreeBuilder.php:77 + + + tree.tools.show.all_parts + Show all parts + + + + + src\Services\ToolsTreeBuilder.php:181 + + + tree.tools.show.all_attachments + Attachments + + + + + src\Services\ToolsTreeBuilder.php:200 + + + tree.tools.system.users + Users + + + + + src\Services\ToolsTreeBuilder.php:206 + + + tree.tools.system.groups + Groups + + + + + src\Services\TreeBuilder.php:133 + src\Services\TreeBuilder.php:124 + + + entity.tree.new + New Element + + + + + obsolete + + + FormExtractorTest + + + + + + templates\Parts\show_part_info.html.twig:161 + obsolete + + + part.withdraw.caption: + Withdraw parts: + + + + + templates\Parts\show_part_info.html.twig:166 + obsolete + + + part.withdraw.btn + Withdraw + + + + + templates\Parts\show_part_info.html.twig:171 + obsolete + + + part.withdraw.comment: + Comment/Purpose + + + + + templates\Parts\show_part_info.html.twig:189 + obsolete + + + part.add.caption + Add parts + + + + + templates\Parts\show_part_info.html.twig:194 + obsolete + + + part.add.btn + Add + + + + + templates\Parts\show_part_info.html.twig:199 + obsolete + + + part.add.comment + Comment/Purpose + + + + + templates\AdminPages\CompanyAdminBase.html.twig:15 + obsolete + + + admin.comment + Comment + + + + + src\Form\PartType.php:83 + obsolete + + + manufacturer_url.label + Manufacturer link + + + + + src\Form\PartType.php:66 + obsolete + + + part.description.placeholder + e.g. NNPN 45V 0,1A 0,5W + + + + + src\Form\PartType.php:69 + obsolete + + + part.instock.placeholder + e.g. 10 + + + + + src\Form\PartType.php:72 + obsolete + + + part.mininstock.placeholder + e.g. 5 + + + + + obsolete + + + homepage.basedOn + Based on work of + + + + + obsolete + + + homepage.others + and others + + + + + obsolete + + + part.order.price_per + Price per + + + + + obsolete + + + part.withdraw.caption + Withdraw parts + + + + + obsolete + + + datatable.datatable.lengthMenu + _MENU_ + + + + + obsolete + + + perm.group.parts + Parts + + + + + obsolete + + + perm.group.structures + Data structures + + + + + obsolete + + + perm.group.system + System + + + + + obsolete + + + perm.parts + Common + + + + + obsolete + + + perm.read + View + + + + + obsolete + + + perm.edit + Edit + + + + + obsolete + + + perm.create + Create + + + + + obsolete + + + perm.part.move + Change category + + + + + obsolete + + + perm.delete + Delete + + + + + obsolete + + + perm.part.search + Search + + + + + obsolete + + + perm.part.all_parts + List all parts + + + + + obsolete + + + perm.part.no_price_parts + List parts without price infos + + + + + obsolete + + + perm.part.obsolete_parts + List obsolete parts + + + + + obsolete + + + perm.part.unknown_instock_parts + Show parts with unknown instock + + + + + obsolete + + + perm.part.change_favorite + Change favorite status + + + + + obsolete + + + perm.part.show_favorite + List favorite parts + + + + + obsolete + + + perm.part.show_last_edit_parts + Show last edited/added parts + + + + + obsolete + + + perm.part.show_users + Show last modifying user + + + + + obsolete + + + perm.part.show_history + Show history + + + + + obsolete + + + perm.part.name + Name + + + + + obsolete + + + perm.part.description + Description + + + + + obsolete + + + perm.part.instock + Instock + + + + + obsolete + + + perm.part.mininstock + Minimum instock + + + + + obsolete + + + perm.part.comment + Comment + + + + + obsolete + + + perm.part.storelocation + Storelocation + + + + + obsolete + + + perm.part.manufacturer + Manufacturer + + + + + obsolete + + + perm.part.orderdetails + Order informations + + + + + obsolete + + + perm.part.prices + Prices + + + + + obsolete + + + perm.part.attachments + File attachments + + + + + obsolete + + + perm.part.order + Orders + + + + + obsolete + + + perm.storelocations + Storelocations + + + + + obsolete + + + perm.move + Move + + + + + obsolete + + + perm.list_parts + List parts + + + + + obsolete + + + perm.part.footprints + Footprints + + + + + obsolete + + + perm.part.categories + Categories + + + + + obsolete + + + perm.part.supplier + Suppliers + + + + + obsolete + + + perm.part.manufacturers + Manufacturers + + + + + obsolete + + + perm.part.devices + Devices + + + + + obsolete + + + perm.part.attachment_types + Attachment types + + + + + obsolete + + + perm.tools.import + Import + + + + + obsolete + + + perm.tools.labels + Labels + + + + + obsolete + + + perm.tools.calculator + Resistor calculator + + + + + obsolete + + + perm.tools.footprints + Footprints + + + + + obsolete + + + perm.tools.ic_logos + IC logos + + + + + obsolete + + + perm.tools.statistics + Statistics + + + + + obsolete + + + perm.edit_permissions + Edit permissions + + + + + obsolete + + + perm.users.edit_user_name + Edit user name + + + + + obsolete + + + perm.users.edit_change_group + Change group + + + + + obsolete + + + perm.users.edit_infos + Edit infos + + + + + obsolete + + + perm.users.edit_permissions + Edit permissions + + + + + obsolete + + + perm.users.set_password + Set password + + + + + obsolete + + + perm.users.change_user_settings + Change user settings + + + + + obsolete + + + perm.database.see_status + Show status + + + + + obsolete + + + perm.database.update_db + Update DB + + + + + obsolete + + + perm.database.read_db_settings + Read DB settings + + + + + obsolete + + + perm.database.write_db_settings + Write DB settings + + + + + obsolete + + + perm.config.read_config + Read config + + + + + obsolete + + + perm.config.edit_config + Edit config + + + + + obsolete + + + perm.config.server_info + Server info + + + + + obsolete + + + perm.config.use_debug + Use debug tools + + + + + obsolete + + + perm.show_logs + Show logs + + + + + obsolete + + + perm.delete_logs + Delete logs + + + + + obsolete + + + perm.self.edit_infos + Edit infos + + + + + obsolete + + + perm.self.edit_username + Edit username + + + + + obsolete + + + perm.self.show_permissions + View permissions + + + + + obsolete + + + perm.self.show_logs + Show own log entries + + + + + obsolete + + + perm.self.create_labels + Create labels + + + + + obsolete + + + perm.self.edit_options + Edit options + + + + + obsolete + + + perm.self.delete_profiles + Delete profiles + + + + + obsolete + + + perm.self.edit_profiles + Edit profiles + + + + + obsolete + + + perm.part.tools + Tools + + + + + obsolete + + + perm.groups + Groups + + + + + obsolete + + + perm.users + Users + + + + + obsolete + + + perm.database + Database + + + + + obsolete + + + perm.config + Configuration + + + + + obsolete + + + perm.system + System + + + + + obsolete + + + perm.device_parts + Device parts + + + + + obsolete + + + perm.self + Own user + + + + + obsolete + + + perm.labels + Labels + + + + + obsolete + + + perm.part.category + Category + + + + + obsolete + + + perm.part.minamount + Minimum amount + + + + + obsolete + + + perm.part.footprint + Footprint + + + + + obsolete + + + perm.part.mpn + MPN + + + + + obsolete + + + perm.part.status + Manufacturing status + + + + + obsolete + + + perm.part.tags + Tags + + + + + obsolete + + + perm.part.unit + Part unit + + + + + obsolete + + + perm.part.mass + Mass + + + + + obsolete + + + perm.part.lots + Part lots + + + + + obsolete + + + perm.show_users + Show last modifying user + + + + + obsolete + + + perm.currencies + Currencies + + + + + obsolete + + + perm.measurement_units + Measurement unit + + + + + obsolete + + + user.settings.pw_old.label + Altes Passwort + + + + + obsolete + + pw_reset.submit Reset password - - + +
diff --git a/translations/security.de.xlf b/translations/security.de.xlf index f151fbff..54e7ad87 100644 --- a/translations/security.de.xlf +++ b/translations/security.de.xlf @@ -1,70 +1,140 @@ - - -
- -
- - + + + + + obsolete + + An authentication exception occurred. Es ist ein Fehler bei der Authentifikation aufgetreten. - - + + + + + obsolete + + Authentication credentials could not be found. Es konnten keine Zugangsdaten gefunden werden. - - + + + + + obsolete + + Authentication request could not be processed due to a system problem. Die Authentifikation konnte wegen eines Systemproblems nicht bearbeitet werden. - - + + + + + obsolete + + Invalid credentials. Fehlerhafte Zugangsdaten. - - + + + + + obsolete + + Cookie has already been used by someone else. Cookie wurde bereits von jemand anderem verwendet. - - + + + + + obsolete + + Not privileged to request the resource. Keine Rechte, um die Ressource anzufragen. - - + + + + + obsolete + + Invalid CSRF token. Ungültiges CSRF-Token. - - + + + + + obsolete + + No authentication provider found to support the authentication token. Es wurde kein Authentifizierungs-Provider gefunden, der das Authentifizierungs-Token unterstützt. - - + + + + + obsolete + + No session available, it either timed out or cookies are not enabled. Keine Session verfügbar, entweder ist diese abgelaufen oder Cookies sind nicht aktiviert. - - + + + + + obsolete + + No token could be found. Es wurde kein Token gefunden. - - + + + + + obsolete + + Username could not be found. Der Benutzername wurde nicht gefunden. - - + + + + + obsolete + + Account has expired. Der Account ist abgelaufen. - - + + + + + obsolete + + Credentials have expired. Die Zugangsdaten sind abgelaufen. - - + + + + + obsolete + + Account is disabled. Der Account ist deaktiviert. - - + + + + + obsolete + + Account is locked. Der Account ist gesperrt. - - + +
diff --git a/translations/security.en.xlf b/translations/security.en.xlf index 9e712983..32ebd518 100644 --- a/translations/security.en.xlf +++ b/translations/security.en.xlf @@ -1,70 +1,140 @@ - - -
- -
- - + + + + + obsolete + + An authentication exception occurred. An authentication exception occurred. - - + + + + + obsolete + + Authentication credentials could not be found. Authentication credentials could not be found. - - + + + + + obsolete + + Authentication request could not be processed due to a system problem. Authentication request could not be processed due to a system problem. - - + + + + + obsolete + + Invalid credentials. Invalid credentials. - - + + + + + obsolete + + Cookie has already been used by someone else. Cookie has already been used by someone else. - - + + + + + obsolete + + Not privileged to request the resource. Not privileged to request the resource. - - + + + + + obsolete + + Invalid CSRF token. Invalid CSRF token. - - + + + + + obsolete + + No authentication provider found to support the authentication token. No authentication provider found to support the authentication token. - - + + + + + obsolete + + No session available, it either timed out or cookies are not enabled. No session available, it either timed out or cookies are not enabled. - - + + + + + obsolete + + No token could be found. No token could be found. - - + + + + + obsolete + + Username could not be found. Username could not be found. - - + + + + + obsolete + + Account has expired. Account has expired. - - + + + + + obsolete + + Credentials have expired. Credentials have expired. - - + + + + + obsolete + + Account is disabled. Account is disabled. - - + + + + + obsolete + + Account is locked. Account is locked. - - + +
diff --git a/translations/validators.de.xlf b/translations/validators.de.xlf index 16fd94b2..c2064889 100644 --- a/translations/validators.de.xlf +++ b/translations/validators.de.xlf @@ -1,389 +1,47 @@ - - -
- -
- - - This value should be false. - Dieser Wert sollte false sein. - - - This value should be true. - Dieser Wert sollte true sein. - - - This value should be of type {{ type }}. - Dieser Wert sollte vom Typ {{ type }} sein. - - - This value should be blank. - Dieser Wert sollte leer sein. - - - The value you selected is not a valid choice. - Sie haben einen ungültigen Wert ausgewählt. - - - You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices. - Sie müssen mindestens {{ limit }} Möglichkeit wählen.|Sie müssen mindestens {{ limit }} Möglichkeiten wählen. - - - You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices. - Sie dürfen höchstens {{ limit }} Möglichkeit wählen.|Sie dürfen höchstens {{ limit }} Möglichkeiten wählen. - - - One or more of the given values is invalid. - Einer oder mehrere der angegebenen Werte sind ungültig. - - - This field was not expected. - Dieses Feld wurde nicht erwartet. - - - This field is missing. - Dieses Feld fehlt. - - - This value is not a valid date. - Dieser Wert entspricht keiner gültigen Datumsangabe. - - - This value is not a valid datetime. - Dieser Wert entspricht keiner gültigen Datums- und Zeitangabe. - - - This value is not a valid email address. - Dieser Wert ist keine gültige E-Mail-Adresse. - - - The file could not be found. - Die Datei wurde nicht gefunden. - - - The file is not readable. - Die Datei ist nicht lesbar. - - - The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}. - Die Datei ist zu groß ({{ size }} {{ suffix }}). Die maximal zulässige Größe beträgt {{ limit }} {{ suffix }}. - - - The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}. - Der Dateityp ist ungültig ({{ type }}). Erlaubte Dateitypen sind {{ types }}. - - - This value should be {{ limit }} or less. - Dieser Wert sollte kleiner oder gleich {{ limit }} sein. - - - This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less. - Diese Zeichenkette ist zu lang. Sie sollte höchstens {{ limit }} Zeichen haben.|Diese Zeichenkette ist zu lang. Sie sollte höchstens {{ limit }} Zeichen haben. - - - This value should be {{ limit }} or more. - Dieser Wert sollte größer oder gleich {{ limit }} sein. - - - This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more. - Diese Zeichenkette ist zu kurz. Sie sollte mindestens {{ limit }} Zeichen haben.|Diese Zeichenkette ist zu kurz. Sie sollte mindestens {{ limit }} Zeichen haben. - - - This value should not be blank. - Dieser Wert sollte nicht leer sein. - - - This value should not be null. - Dieser Wert sollte nicht null sein. - - - This value should be null. - Dieser Wert sollte null sein. - - - This value is not valid. - Dieser Wert ist nicht gültig. - - - This value is not a valid time. - Dieser Wert entspricht keiner gültigen Zeitangabe. - - - This value is not a valid URL. - Dieser Wert ist keine gültige URL. - - - The two values should be equal. - Die beiden Werte sollten identisch sein. - - - The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}. - Die Datei ist zu groß. Die maximal zulässige Größe beträgt {{ limit }} {{ suffix }}. - - - The file is too large. - Die Datei ist zu groß. - - - The file could not be uploaded. - Die Datei konnte nicht hochgeladen werden. - - - This value should be a valid number. - Dieser Wert sollte eine gültige Zahl sein. - - - This file is not a valid image. - Diese Datei ist kein gültiges Bild. - - - This is not a valid IP address. - Dies ist keine gültige IP-Adresse. - - - This value is not a valid language. - Dieser Wert entspricht keiner gültigen Sprache. - - - This value is not a valid locale. - Dieser Wert entspricht keinem gültigen Gebietsschema. - - - This value is not a valid country. - Dieser Wert entspricht keinem gültigen Land. - - - This value is already used. - Dieser Wert wird bereits verwendet. - - - The size of the image could not be detected. - Die Größe des Bildes konnte nicht ermittelt werden. - - - The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px. - Die Bildbreite ist zu groß ({{ width }}px). Die maximal zulässige Breite beträgt {{ max_width }}px. - - - The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px. - Die Bildbreite ist zu gering ({{ width }}px). Die erwartete Mindestbreite beträgt {{ min_width }}px. - - - The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px. - Die Bildhöhe ist zu groß ({{ height }}px). Die maximal zulässige Höhe beträgt {{ max_height }}px. - - - The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px. - Die Bildhöhe ist zu gering ({{ height }}px). Die erwartete Mindesthöhe beträgt {{ min_height }}px. - - - This value should be the user's current password. - Dieser Wert sollte dem aktuellen Benutzerpasswort entsprechen. - - - This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters. - Dieser Wert sollte genau {{ limit }} Zeichen lang sein.|Dieser Wert sollte genau {{ limit }} Zeichen lang sein. - - - The file was only partially uploaded. - Die Datei wurde nur teilweise hochgeladen. - - - No file was uploaded. - Es wurde keine Datei hochgeladen. - - - No temporary folder was configured in php.ini. - Es wurde kein temporärer Ordner in der php.ini konfiguriert oder der temporäre Ordner existiert nicht. - - - Cannot write temporary file to disk. - Kann die temporäre Datei nicht speichern. - - - A PHP extension caused the upload to fail. - Eine PHP-Erweiterung verhinderte den Upload. - - - This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more. - Diese Sammlung sollte {{ limit }} oder mehr Elemente beinhalten.|Diese Sammlung sollte {{ limit }} oder mehr Elemente beinhalten. - - - This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less. - Diese Sammlung sollte {{ limit }} oder weniger Elemente beinhalten.|Diese Sammlung sollte {{ limit }} oder weniger Elemente beinhalten. - - - This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements. - Diese Sammlung sollte genau {{ limit }} Element beinhalten.|Diese Sammlung sollte genau {{ limit }} Elemente beinhalten. - - - Invalid card number. - Ungültige Kartennummer. - - - Unsupported card type or invalid card number. - Nicht unterstützer Kartentyp oder ungültige Kartennummer. - - - This is not a valid International Bank Account Number (IBAN). - Dieser Wert ist keine gültige internationale Bankkontonummer (IBAN). - - - This value is not a valid ISBN-10. - Dieser Wert entspricht keiner gültigen ISBN-10. - - - This value is not a valid ISBN-13. - Dieser Wert entspricht keiner gültigen ISBN-13. - - - This value is neither a valid ISBN-10 nor a valid ISBN-13. - Dieser Wert ist weder eine gültige ISBN-10 noch eine gültige ISBN-13. - - - This value is not a valid ISSN. - Dieser Wert ist keine gültige ISSN. - - - This value is not a valid currency. - Dieser Wert ist keine gültige Währung. - - - This value should be equal to {{ compared_value }}. - Dieser Wert sollte gleich {{ compared_value }} sein. - - - This value should be greater than {{ compared_value }}. - Dieser Wert sollte größer als {{ compared_value }} sein. - - - This value should be greater than or equal to {{ compared_value }}. - Dieser Wert sollte größer oder gleich {{ compared_value }} sein. - - - This value should be identical to {{ compared_value_type }} {{ compared_value }}. - Dieser Wert sollte identisch sein mit {{ compared_value_type }} {{ compared_value }}. - - - This value should be less than {{ compared_value }}. - Dieser Wert sollte kleiner als {{ compared_value }} sein. - - - This value should be less than or equal to {{ compared_value }}. - Dieser Wert sollte kleiner oder gleich {{ compared_value }} sein. - - - This value should not be equal to {{ compared_value }}. - Dieser Wert sollte nicht {{ compared_value }} sein. - - - This value should not be identical to {{ compared_value_type }} {{ compared_value }}. - Dieser Wert sollte nicht identisch sein mit {{ compared_value_type }} {{ compared_value }}. - - - The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}. - Das Seitenverhältnis des Bildes ist zu groß ({{ ratio }}). Der erlaubte Maximalwert ist {{ max_ratio }}. - - - The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}. - Das Seitenverhältnis des Bildes ist zu klein ({{ ratio }}). Der erwartete Minimalwert ist {{ min_ratio }}. - - - The image is square ({{ width }}x{{ height }}px). Square images are not allowed. - Das Bild ist quadratisch ({{ width }}x{{ height }}px). Quadratische Bilder sind nicht erlaubt. - - - The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed. - Das Bild ist im Querformat ({{ width }}x{{ height }}px). Bilder im Querformat sind nicht erlaubt. - - - The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed. - Das Bild ist im Hochformat ({{ width }}x{{ height }}px). Bilder im Hochformat sind nicht erlaubt. - - - An empty file is not allowed. - Eine leere Datei ist nicht erlaubt. - - - The host could not be resolved. - Der Hostname konnte nicht aufgelöst werden. - - - This value does not match the expected {{ charset }} charset. - Dieser Wert entspricht nicht dem erwarteten Zeichensatz {{ charset }}. - - - This is not a valid Business Identifier Code (BIC). - Dieser Wert ist kein gültiger BIC. - - - Error - Fehler - - - This is not a valid UUID. - Dies ist keine gültige UUID. - - - This value should be a multiple of {{ compared_value }}. - Dieser Wert sollte ein Vielfaches von {{ compared_value }} sein. - - - This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. - Diese internationale Bankleitzahl (BIC) ist nicht mit der IBAN {{ iban }} assoziiert. - - - This value should be valid JSON. - Dieser Wert sollte gültiges JSON sein. - - - This collection should contain only unique elements. - Diese Sammlung darf keine doppelten Elemente enthalten. - - - This value should be positive. - Diese Zahl sollte positiv sein. - - - This value should be either positive or zero. - Diese Zahl sollte entweder positiv oder 0 sein. - - - This value should be negative. - Diese Zahl sollte negativ sein. - - - This value should be either negative or zero. - Diese Zahl sollte entweder negativ oder 0 sein. - - - This value is not a valid timezone. - Dieser Wert ist keine gültige Zeitzone. - - - This password has been leaked in a data breach, it must not be used. Please use another password. - Dieses Passwort ist Teil eines Datenlecks, es darf nicht verwendet werden. - - - This value should be between {{ min }} and {{ max }}. - Dieser Wert sollte zwischen {{ min }} und {{ max }} sein. - - - This form should not contain extra fields. - Dieses Formular sollte keine zusätzlichen Felder enthalten. - - - The uploaded file was too large. Please try to upload a smaller file. - Die hochgeladene Datei ist zu groß. Versuchen Sie bitte eine kleinere Datei hochzuladen. - - - The CSRF token is invalid. Please try to resubmit the form. - Der CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden. - - - structural.entity.unique_name - Es kann auf jeder Ebene nur ein Objekt mit dem gleichem Namen geben! + + + + + src\Entity\Attachments\AttachmentContainingDBElement.php:0 + src\Entity\Attachments\AttachmentType.php:0 + src\Entity\Base\Company.php:0 + src\Entity\Base\PartsContainingDBElement.php:0 + src\Entity\Base\StructuralDBElement.php:0 + src\Entity\Devices\Device.php:0 + src\Entity\Parts\Category.php:0 + src\Entity\Parts\Footprint.php:0 + src\Entity\Parts\Manufacturer.php:0 + src\Entity\Parts\MeasurementUnit.php:0 + src\Entity\Parts\Part.php:0 + src\Entity\Parts\Part.php:0 + src\Entity\Parts\Storelocation.php:0 + src\Entity\Parts\Supplier.php:0 + src\Entity\PriceInformations\Currency.php:0 + src\Entity\UserSystem\Group.php:0 + src\Entity\UserSystem\User.php:0 + new + + + part.master_attachment.must_be_picture + + + + + + src\Entity\Attachments\AttachmentType.php:0 + src\Entity\Base\Company.php:0 + src\Entity\Base\PartsContainingDBElement.php:0 + src\Entity\Base\StructuralDBElement.php:0 + src\Entity\Devices\Device.php:0 + src\Entity\Parts\Category.php:0 + src\Entity\Parts\Footprint.php:0 + src\Entity\Parts\Manufacturer.php:0 + src\Entity\Parts\MeasurementUnit.php:0 + src\Entity\Parts\Storelocation.php:0 + src\Entity\Parts\Supplier.php:0 + src\Entity\PriceInformations\Currency.php:0 + src\Entity\UserSystem\Group.php:0 src\Entity\AttachmentType.php:0 src\Entity\Category.php:0 src\Entity\Company.php:0 @@ -395,35 +53,930 @@ src\Entity\Storelocation.php:0 src\Entity\StructuralDBElement.php:0 src\Entity\Supplier.php:0 - - + + + structural.entity.unique_name + Es kann auf jeder Ebene nur ein Objekt mit dem gleichem Namen geben! + + + + + src\Entity\UserSystem\User.php:0 + new + + + validator.user.username_already_used + + + + + + obsolete + + + This value should be false. + Dieser Wert sollte false sein. + + + + + obsolete + + + This value should be true. + Dieser Wert sollte true sein. + + + + + obsolete + + + This value should be of type {{ type }}. + Dieser Wert sollte vom Typ {{ type }} sein. + + + + + obsolete + + + This value should be blank. + Dieser Wert sollte leer sein. + + + + + obsolete + + + The value you selected is not a valid choice. + Sie haben einen ungültigen Wert ausgewählt. + + + + + obsolete + + + You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices. + Sie müssen mindestens {{ limit }} Möglichkeit wählen.|Sie müssen mindestens {{ limit }} Möglichkeiten wählen. + + + + + obsolete + + + You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices. + Sie dürfen höchstens {{ limit }} Möglichkeit wählen.|Sie dürfen höchstens {{ limit }} Möglichkeiten wählen. + + + + + obsolete + + + One or more of the given values is invalid. + Einer oder mehrere der angegebenen Werte sind ungültig. + + + + + obsolete + + + This field was not expected. + Dieses Feld wurde nicht erwartet. + + + + + obsolete + + + This field is missing. + Dieses Feld fehlt. + + + + + obsolete + + + This value is not a valid date. + Dieser Wert entspricht keiner gültigen Datumsangabe. + + + + + obsolete + + + This value is not a valid datetime. + Dieser Wert entspricht keiner gültigen Datums- und Zeitangabe. + + + + + obsolete + + + This value is not a valid email address. + Dieser Wert ist keine gültige E-Mail-Adresse. + + + + + obsolete + + + The file could not be found. + Die Datei wurde nicht gefunden. + + + + + obsolete + + + The file is not readable. + Die Datei ist nicht lesbar. + + + + + obsolete + + + The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}. + Die Datei ist zu groß ({{ size }} {{ suffix }}). Die maximal zulässige Größe beträgt {{ limit }} {{ suffix }}. + + + + + obsolete + + + The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}. + Der Dateityp ist ungültig ({{ type }}). Erlaubte Dateitypen sind {{ types }}. + + + + + obsolete + + + This value should be {{ limit }} or less. + Dieser Wert sollte kleiner oder gleich {{ limit }} sein. + + + + + obsolete + + + This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less. + Diese Zeichenkette ist zu lang. Sie sollte höchstens {{ limit }} Zeichen haben.|Diese Zeichenkette ist zu lang. Sie sollte höchstens {{ limit }} Zeichen haben. + + + + + obsolete + + + This value should be {{ limit }} or more. + Dieser Wert sollte größer oder gleich {{ limit }} sein. + + + + + obsolete + + + This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more. + Diese Zeichenkette ist zu kurz. Sie sollte mindestens {{ limit }} Zeichen haben.|Diese Zeichenkette ist zu kurz. Sie sollte mindestens {{ limit }} Zeichen haben. + + + + + obsolete + + + This value should not be blank. + Dieser Wert sollte nicht leer sein. + + + + + obsolete + + + This value should not be null. + Dieser Wert sollte nicht null sein. + + + + + obsolete + + + This value should be null. + Dieser Wert sollte null sein. + + + + + obsolete + + + This value is not valid. + Dieser Wert ist nicht gültig. + + + + + obsolete + + + This value is not a valid time. + Dieser Wert entspricht keiner gültigen Zeitangabe. + + + + + obsolete + + + This value is not a valid URL. + Dieser Wert ist keine gültige URL. + + + + + obsolete + + + The two values should be equal. + Die beiden Werte sollten identisch sein. + + + + + obsolete + + + The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}. + Die Datei ist zu groß. Die maximal zulässige Größe beträgt {{ limit }} {{ suffix }}. + + + + + obsolete + + + The file is too large. + Die Datei ist zu groß. + + + + + obsolete + + + The file could not be uploaded. + Die Datei konnte nicht hochgeladen werden. + + + + + obsolete + + + This value should be a valid number. + Dieser Wert sollte eine gültige Zahl sein. + + + + + obsolete + + + This file is not a valid image. + Diese Datei ist kein gültiges Bild. + + + + + obsolete + + + This is not a valid IP address. + Dies ist keine gültige IP-Adresse. + + + + + obsolete + + + This value is not a valid language. + Dieser Wert entspricht keiner gültigen Sprache. + + + + + obsolete + + + This value is not a valid locale. + Dieser Wert entspricht keinem gültigen Gebietsschema. + + + + + obsolete + + + This value is not a valid country. + Dieser Wert entspricht keinem gültigen Land. + + + + + obsolete + + + This value is already used. + Dieser Wert wird bereits verwendet. + + + + + obsolete + + + The size of the image could not be detected. + Die Größe des Bildes konnte nicht ermittelt werden. + + + + + obsolete + + + The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px. + Die Bildbreite ist zu groß ({{ width }}px). Die maximal zulässige Breite beträgt {{ max_width }}px. + + + + + obsolete + + + The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px. + Die Bildbreite ist zu gering ({{ width }}px). Die erwartete Mindestbreite beträgt {{ min_width }}px. + + + + + obsolete + + + The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px. + Die Bildhöhe ist zu groß ({{ height }}px). Die maximal zulässige Höhe beträgt {{ max_height }}px. + + + + + obsolete + + + The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px. + Die Bildhöhe ist zu gering ({{ height }}px). Die erwartete Mindesthöhe beträgt {{ min_height }}px. + + + + + obsolete + + + This value should be the user's current password. + Dieser Wert sollte dem aktuellen Benutzerpasswort entsprechen. + + + + + obsolete + + + This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters. + Dieser Wert sollte genau {{ limit }} Zeichen lang sein.|Dieser Wert sollte genau {{ limit }} Zeichen lang sein. + + + + + obsolete + + + The file was only partially uploaded. + Die Datei wurde nur teilweise hochgeladen. + + + + + obsolete + + + No file was uploaded. + Es wurde keine Datei hochgeladen. + + + + + obsolete + + + No temporary folder was configured in php.ini. + Es wurde kein temporärer Ordner in der php.ini konfiguriert oder der temporäre Ordner existiert nicht. + + + + + obsolete + + + Cannot write temporary file to disk. + Kann die temporäre Datei nicht speichern. + + + + + obsolete + + + A PHP extension caused the upload to fail. + Eine PHP-Erweiterung verhinderte den Upload. + + + + + obsolete + + + This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more. + Diese Sammlung sollte {{ limit }} oder mehr Elemente beinhalten.|Diese Sammlung sollte {{ limit }} oder mehr Elemente beinhalten. + + + + + obsolete + + + This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less. + Diese Sammlung sollte {{ limit }} oder weniger Elemente beinhalten.|Diese Sammlung sollte {{ limit }} oder weniger Elemente beinhalten. + + + + + obsolete + + + This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements. + Diese Sammlung sollte genau {{ limit }} Element beinhalten.|Diese Sammlung sollte genau {{ limit }} Elemente beinhalten. + + + + + obsolete + + + Invalid card number. + Ungültige Kartennummer. + + + + + obsolete + + + Unsupported card type or invalid card number. + Nicht unterstützer Kartentyp oder ungültige Kartennummer. + + + + + obsolete + + + This is not a valid International Bank Account Number (IBAN). + Dieser Wert ist keine gültige internationale Bankkontonummer (IBAN). + + + + + obsolete + + + This value is not a valid ISBN-10. + Dieser Wert entspricht keiner gültigen ISBN-10. + + + + + obsolete + + + This value is not a valid ISBN-13. + Dieser Wert entspricht keiner gültigen ISBN-13. + + + + + obsolete + + + This value is neither a valid ISBN-10 nor a valid ISBN-13. + Dieser Wert ist weder eine gültige ISBN-10 noch eine gültige ISBN-13. + + + + + obsolete + + + This value is not a valid ISSN. + Dieser Wert ist keine gültige ISSN. + + + + + obsolete + + + This value is not a valid currency. + Dieser Wert ist keine gültige Währung. + + + + + obsolete + + + This value should be equal to {{ compared_value }}. + Dieser Wert sollte gleich {{ compared_value }} sein. + + + + + obsolete + + + This value should be greater than {{ compared_value }}. + Dieser Wert sollte größer als {{ compared_value }} sein. + + + + + obsolete + + + This value should be greater than or equal to {{ compared_value }}. + Dieser Wert sollte größer oder gleich {{ compared_value }} sein. + + + + + obsolete + + + This value should be identical to {{ compared_value_type }} {{ compared_value }}. + Dieser Wert sollte identisch sein mit {{ compared_value_type }} {{ compared_value }}. + + + + + obsolete + + + This value should be less than {{ compared_value }}. + Dieser Wert sollte kleiner als {{ compared_value }} sein. + + + + + obsolete + + + This value should be less than or equal to {{ compared_value }}. + Dieser Wert sollte kleiner oder gleich {{ compared_value }} sein. + + + + + obsolete + + + This value should not be equal to {{ compared_value }}. + Dieser Wert sollte nicht {{ compared_value }} sein. + + + + + obsolete + + + This value should not be identical to {{ compared_value_type }} {{ compared_value }}. + Dieser Wert sollte nicht identisch sein mit {{ compared_value_type }} {{ compared_value }}. + + + + + obsolete + + + The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}. + Das Seitenverhältnis des Bildes ist zu groß ({{ ratio }}). Der erlaubte Maximalwert ist {{ max_ratio }}. + + + + + obsolete + + + The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}. + Das Seitenverhältnis des Bildes ist zu klein ({{ ratio }}). Der erwartete Minimalwert ist {{ min_ratio }}. + + + + + obsolete + + + The image is square ({{ width }}x{{ height }}px). Square images are not allowed. + Das Bild ist quadratisch ({{ width }}x{{ height }}px). Quadratische Bilder sind nicht erlaubt. + + + + + obsolete + + + The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed. + Das Bild ist im Querformat ({{ width }}x{{ height }}px). Bilder im Querformat sind nicht erlaubt. + + + + + obsolete + + + The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed. + Das Bild ist im Hochformat ({{ width }}x{{ height }}px). Bilder im Hochformat sind nicht erlaubt. + + + + + obsolete + + + An empty file is not allowed. + Eine leere Datei ist nicht erlaubt. + + + + + obsolete + + + The host could not be resolved. + Der Hostname konnte nicht aufgelöst werden. + + + + + obsolete + + + This value does not match the expected {{ charset }} charset. + Dieser Wert entspricht nicht dem erwarteten Zeichensatz {{ charset }}. + + + + + obsolete + + + This is not a valid Business Identifier Code (BIC). + Dieser Wert ist kein gültiger BIC. + + + + + obsolete + + + Error + Fehler + + + + + obsolete + + + This is not a valid UUID. + Dies ist keine gültige UUID. + + + + + obsolete + + + This value should be a multiple of {{ compared_value }}. + Dieser Wert sollte ein Vielfaches von {{ compared_value }} sein. + + + + + obsolete + + + This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. + Diese internationale Bankleitzahl (BIC) ist nicht mit der IBAN {{ iban }} assoziiert. + + + + + obsolete + + + This value should be valid JSON. + Dieser Wert sollte gültiges JSON sein. + + + + + obsolete + + + This collection should contain only unique elements. + Diese Sammlung darf keine doppelten Elemente enthalten. + + + + + obsolete + + + This value should be positive. + Diese Zahl sollte positiv sein. + + + + + obsolete + + + This value should be either positive or zero. + Diese Zahl sollte entweder positiv oder 0 sein. + + + + + obsolete + + + This value should be negative. + Diese Zahl sollte negativ sein. + + + + + obsolete + + + This value should be either negative or zero. + Diese Zahl sollte entweder negativ oder 0 sein. + + + + + obsolete + + + This value is not a valid timezone. + Dieser Wert ist keine gültige Zeitzone. + + + + + obsolete + + + This password has been leaked in a data breach, it must not be used. Please use another password. + Dieses Passwort ist Teil eines Datenlecks, es darf nicht verwendet werden. + + + + + obsolete + + + This value should be between {{ min }} and {{ max }}. + Dieser Wert sollte zwischen {{ min }} und {{ max }} sein. + + + + + obsolete + + + This form should not contain extra fields. + Dieses Formular sollte keine zusätzlichen Felder enthalten. + + + + + obsolete + + + The uploaded file was too large. Please try to upload a smaller file. + Die hochgeladene Datei ist zu groß. Versuchen Sie bitte eine kleinere Datei hochzuladen. + + + + + obsolete + + + The CSRF token is invalid. Please try to resubmit the form. + Der CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden. + + + + + obsolete + + validator.noneofitschild.self Ein Element kann nicht sich selbst übergeordnet sein! - - + + + + + obsolete + + validator.noneofitschild.children Ein Kindelement kann nicht das übergeordnete Element sein! - - + + + + + obsolete + + validator.isSelectable Das Element muss auswählbar sein! - - + + + + + obsolete + + validator.part_lot.location_full.no_increasment Der verwendete Lagerort wurde als voll markiert, daher kann der Bestand nicht erhöht werden. (Neuer Bestand maximal {{ old_amount }}) - - + + + + + obsolete + + validator.part_lot.location_full Der Lagerort ist voll, daher können keine neue Teile hinzugefügt werden. - - + + + + + obsolete + + validator.part_lot.only_existing Der Lagerort wurde als "nur bestehende Teile" markiert, daher können keine neuen Teile hinzugefügt werden. - - + + + + + obsolete + + validator.part_lot.single_part Der Lagerort wurde als "Nur ein Bauteil" markiert, daher kann kein neues Bauteil hinzugefügt werden. - - + +
diff --git a/translations/validators.en.xlf b/translations/validators.en.xlf index ba5e2370..fcfcc479 100644 --- a/translations/validators.en.xlf +++ b/translations/validators.en.xlf @@ -1,389 +1,46 @@ - - -
- -
- - - This value should be false. - This value should be false. - - - This value should be true. - This value should be true. - - - This value should be of type {{ type }}. - This value should be of type {{ type }}. - - - This value should be blank. - This value should be blank. - - - The value you selected is not a valid choice. - The value you selected is not a valid choice. - - - You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices. - You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices. - - - You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices. - You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices. - - - One or more of the given values is invalid. - One or more of the given values is invalid. - - - This field was not expected. - This field was not expected. - - - This field is missing. - This field is missing. - - - This value is not a valid date. - This value is not a valid date. - - - This value is not a valid datetime. - This value is not a valid datetime. - - - This value is not a valid email address. - This value is not a valid email address. - - - The file could not be found. - The file could not be found. - - - The file is not readable. - The file is not readable. - - - The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}. - The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}. - - - The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}. - The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}. - - - This value should be {{ limit }} or less. - This value should be {{ limit }} or less. - - - This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less. - This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less. - - - This value should be {{ limit }} or more. - This value should be {{ limit }} or more. - - - This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more. - This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more. - - - This value should not be blank. - This value should not be blank. - - - This value should not be null. - This value should not be null. - - - This value should be null. - This value should be null. - - - This value is not valid. - This value is not valid. - - - This value is not a valid time. - This value is not a valid time. - - - This value is not a valid URL. - This value is not a valid URL. - - - The two values should be equal. - The two values should be equal. - - - The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}. - The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}. - - - The file is too large. - The file is too large. - - - The file could not be uploaded. - The file could not be uploaded. - - - This value should be a valid number. - This value should be a valid number. - - - This file is not a valid image. - This file is not a valid image. - - - This is not a valid IP address. - This is not a valid IP address. - - - This value is not a valid language. - This value is not a valid language. - - - This value is not a valid locale. - This value is not a valid locale. - - - This value is not a valid country. - This value is not a valid country. - - - This value is already used. - This value is already used. - - - The size of the image could not be detected. - The size of the image could not be detected. - - - The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px. - The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px. - - - The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px. - The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px. - - - The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px. - The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px. - - - The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px. - The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px. - - - This value should be the user's current password. - This value should be the user's current password. - - - This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters. - This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters. - - - The file was only partially uploaded. - The file was only partially uploaded. - - - No file was uploaded. - No file was uploaded. - - - No temporary folder was configured in php.ini. - No temporary folder was configured in php.ini, or the configured folder does not exist. - - - Cannot write temporary file to disk. - Cannot write temporary file to disk. - - - A PHP extension caused the upload to fail. - A PHP extension caused the upload to fail. - - - This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more. - This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more. - - - This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less. - This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less. - - - This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements. - This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements. - - - Invalid card number. - Invalid card number. - - - Unsupported card type or invalid card number. - Unsupported card type or invalid card number. - - - This is not a valid International Bank Account Number (IBAN). - This is not a valid International Bank Account Number (IBAN). - - - This value is not a valid ISBN-10. - This value is not a valid ISBN-10. - - - This value is not a valid ISBN-13. - This value is not a valid ISBN-13. - - - This value is neither a valid ISBN-10 nor a valid ISBN-13. - This value is neither a valid ISBN-10 nor a valid ISBN-13. - - - This value is not a valid ISSN. - This value is not a valid ISSN. - - - This value is not a valid currency. - This value is not a valid currency. - - - This value should be equal to {{ compared_value }}. - This value should be equal to {{ compared_value }}. - - - This value should be greater than {{ compared_value }}. - This value should be greater than {{ compared_value }}. - - - This value should be greater than or equal to {{ compared_value }}. - This value should be greater than or equal to {{ compared_value }}. - - - This value should be identical to {{ compared_value_type }} {{ compared_value }}. - This value should be identical to {{ compared_value_type }} {{ compared_value }}. - - - This value should be less than {{ compared_value }}. - This value should be less than {{ compared_value }}. - - - This value should be less than or equal to {{ compared_value }}. - This value should be less than or equal to {{ compared_value }}. - - - This value should not be equal to {{ compared_value }}. - This value should not be equal to {{ compared_value }}. - - - This value should not be identical to {{ compared_value_type }} {{ compared_value }}. - This value should not be identical to {{ compared_value_type }} {{ compared_value }}. - - - The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}. - The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}. - - - The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}. - The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}. - - - The image is square ({{ width }}x{{ height }}px). Square images are not allowed. - The image is square ({{ width }}x{{ height }}px). Square images are not allowed. - - - The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed. - The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed. - - - The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed. - The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed. - - - An empty file is not allowed. - An empty file is not allowed. - - - The host could not be resolved. - The host could not be resolved. - - - This value does not match the expected {{ charset }} charset. - This value does not match the expected {{ charset }} charset. - - - This is not a valid Business Identifier Code (BIC). - This is not a valid Business Identifier Code (BIC). - - - Error - Error - - - This is not a valid UUID. - This is not a valid UUID. - - - This value should be a multiple of {{ compared_value }}. - This value should be a multiple of {{ compared_value }}. - - - This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. - This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. - - - This value should be valid JSON. - This value should be valid JSON. - - - This collection should contain only unique elements. - This collection should contain only unique elements. - - - This value should be positive. - This value should be positive. - - - This value should be either positive or zero. - This value should be either positive or zero. - - - This value should be negative. - This value should be negative. - - - This value should be either negative or zero. - This value should be either negative or zero. - - - This value is not a valid timezone. - This value is not a valid timezone. - - - This password has been leaked in a data breach, it must not be used. Please use another password. - This password has been leaked in a data breach, it must not be used. Please use another password. - - - This value should be between {{ min }} and {{ max }}. - This value should be between {{ min }} and {{ max }}. - - - This form should not contain extra fields. - This form should not contain extra fields. - - - The uploaded file was too large. Please try to upload a smaller file. - The uploaded file was too large. Please try to upload a smaller file. - - - The CSRF token is invalid. Please try to resubmit the form. - The CSRF token is invalid. Please try to resubmit the form. - - - structural.entity.unique_name + + + + + src\Entity\Attachments\AttachmentContainingDBElement.php:0 + src\Entity\Attachments\AttachmentType.php:0 + src\Entity\Base\Company.php:0 + src\Entity\Base\PartsContainingDBElement.php:0 + src\Entity\Base\StructuralDBElement.php:0 + src\Entity\Devices\Device.php:0 + src\Entity\Parts\Category.php:0 + src\Entity\Parts\Footprint.php:0 + src\Entity\Parts\Manufacturer.php:0 + src\Entity\Parts\MeasurementUnit.php:0 + src\Entity\Parts\Part.php:0 + src\Entity\Parts\Part.php:0 + src\Entity\Parts\Storelocation.php:0 + src\Entity\Parts\Supplier.php:0 + src\Entity\PriceInformations\Currency.php:0 + src\Entity\UserSystem\Group.php:0 + src\Entity\UserSystem\User.php:0 + + + part.master_attachment.must_be_picture + + + + + src\Entity\Attachments\AttachmentType.php:0 + src\Entity\Base\Company.php:0 + src\Entity\Base\PartsContainingDBElement.php:0 + src\Entity\Base\StructuralDBElement.php:0 + src\Entity\Devices\Device.php:0 + src\Entity\Parts\Category.php:0 + src\Entity\Parts\Footprint.php:0 + src\Entity\Parts\Manufacturer.php:0 + src\Entity\Parts\MeasurementUnit.php:0 + src\Entity\Parts\Storelocation.php:0 + src\Entity\Parts\Supplier.php:0 + src\Entity\PriceInformations\Currency.php:0 + src\Entity\UserSystem\Group.php:0 src\Entity\AttachmentType.php:0 src\Entity\Category.php:0 src\Entity\Company.php:0 @@ -395,35 +52,929 @@ src\Entity\Storelocation.php:0 src\Entity\StructuralDBElement.php:0 src\Entity\Supplier.php:0 - - + + + structural.entity.unique_name + + + + + + src\Entity\UserSystem\User.php:0 + + + validator.user.username_already_used + + + + + + obsolete + + + This value should be false. + This value should be false. + + + + + obsolete + + + This value should be true. + This value should be true. + + + + + obsolete + + + This value should be of type {{ type }}. + This value should be of type {{ type }}. + + + + + obsolete + + + This value should be blank. + This value should be blank. + + + + + obsolete + + + The value you selected is not a valid choice. + The value you selected is not a valid choice. + + + + + obsolete + + + You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices. + You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices. + + + + + obsolete + + + You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices. + You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices. + + + + + obsolete + + + One or more of the given values is invalid. + One or more of the given values is invalid. + + + + + obsolete + + + This field was not expected. + This field was not expected. + + + + + obsolete + + + This field is missing. + This field is missing. + + + + + obsolete + + + This value is not a valid date. + This value is not a valid date. + + + + + obsolete + + + This value is not a valid datetime. + This value is not a valid datetime. + + + + + obsolete + + + This value is not a valid email address. + This value is not a valid email address. + + + + + obsolete + + + The file could not be found. + The file could not be found. + + + + + obsolete + + + The file is not readable. + The file is not readable. + + + + + obsolete + + + The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}. + The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}. + + + + + obsolete + + + The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}. + The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}. + + + + + obsolete + + + This value should be {{ limit }} or less. + This value should be {{ limit }} or less. + + + + + obsolete + + + This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less. + This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less. + + + + + obsolete + + + This value should be {{ limit }} or more. + This value should be {{ limit }} or more. + + + + + obsolete + + + This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more. + This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more. + + + + + obsolete + + + This value should not be blank. + This value should not be blank. + + + + + obsolete + + + This value should not be null. + This value should not be null. + + + + + obsolete + + + This value should be null. + This value should be null. + + + + + obsolete + + + This value is not valid. + This value is not valid. + + + + + obsolete + + + This value is not a valid time. + This value is not a valid time. + + + + + obsolete + + + This value is not a valid URL. + This value is not a valid URL. + + + + + obsolete + + + The two values should be equal. + The two values should be equal. + + + + + obsolete + + + The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}. + The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}. + + + + + obsolete + + + The file is too large. + The file is too large. + + + + + obsolete + + + The file could not be uploaded. + The file could not be uploaded. + + + + + obsolete + + + This value should be a valid number. + This value should be a valid number. + + + + + obsolete + + + This file is not a valid image. + This file is not a valid image. + + + + + obsolete + + + This is not a valid IP address. + This is not a valid IP address. + + + + + obsolete + + + This value is not a valid language. + This value is not a valid language. + + + + + obsolete + + + This value is not a valid locale. + This value is not a valid locale. + + + + + obsolete + + + This value is not a valid country. + This value is not a valid country. + + + + + obsolete + + + This value is already used. + This value is already used. + + + + + obsolete + + + The size of the image could not be detected. + The size of the image could not be detected. + + + + + obsolete + + + The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px. + The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px. + + + + + obsolete + + + The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px. + The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px. + + + + + obsolete + + + The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px. + The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px. + + + + + obsolete + + + The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px. + The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px. + + + + + obsolete + + + This value should be the user's current password. + This value should be the user's current password. + + + + + obsolete + + + This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters. + This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters. + + + + + obsolete + + + The file was only partially uploaded. + The file was only partially uploaded. + + + + + obsolete + + + No file was uploaded. + No file was uploaded. + + + + + obsolete + + + No temporary folder was configured in php.ini. + No temporary folder was configured in php.ini, or the configured folder does not exist. + + + + + obsolete + + + Cannot write temporary file to disk. + Cannot write temporary file to disk. + + + + + obsolete + + + A PHP extension caused the upload to fail. + A PHP extension caused the upload to fail. + + + + + obsolete + + + This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more. + This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more. + + + + + obsolete + + + This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less. + This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less. + + + + + obsolete + + + This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements. + This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements. + + + + + obsolete + + + Invalid card number. + Invalid card number. + + + + + obsolete + + + Unsupported card type or invalid card number. + Unsupported card type or invalid card number. + + + + + obsolete + + + This is not a valid International Bank Account Number (IBAN). + This is not a valid International Bank Account Number (IBAN). + + + + + obsolete + + + This value is not a valid ISBN-10. + This value is not a valid ISBN-10. + + + + + obsolete + + + This value is not a valid ISBN-13. + This value is not a valid ISBN-13. + + + + + obsolete + + + This value is neither a valid ISBN-10 nor a valid ISBN-13. + This value is neither a valid ISBN-10 nor a valid ISBN-13. + + + + + obsolete + + + This value is not a valid ISSN. + This value is not a valid ISSN. + + + + + obsolete + + + This value is not a valid currency. + This value is not a valid currency. + + + + + obsolete + + + This value should be equal to {{ compared_value }}. + This value should be equal to {{ compared_value }}. + + + + + obsolete + + + This value should be greater than {{ compared_value }}. + This value should be greater than {{ compared_value }}. + + + + + obsolete + + + This value should be greater than or equal to {{ compared_value }}. + This value should be greater than or equal to {{ compared_value }}. + + + + + obsolete + + + This value should be identical to {{ compared_value_type }} {{ compared_value }}. + This value should be identical to {{ compared_value_type }} {{ compared_value }}. + + + + + obsolete + + + This value should be less than {{ compared_value }}. + This value should be less than {{ compared_value }}. + + + + + obsolete + + + This value should be less than or equal to {{ compared_value }}. + This value should be less than or equal to {{ compared_value }}. + + + + + obsolete + + + This value should not be equal to {{ compared_value }}. + This value should not be equal to {{ compared_value }}. + + + + + obsolete + + + This value should not be identical to {{ compared_value_type }} {{ compared_value }}. + This value should not be identical to {{ compared_value_type }} {{ compared_value }}. + + + + + obsolete + + + The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}. + The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}. + + + + + obsolete + + + The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}. + The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}. + + + + + obsolete + + + The image is square ({{ width }}x{{ height }}px). Square images are not allowed. + The image is square ({{ width }}x{{ height }}px). Square images are not allowed. + + + + + obsolete + + + The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed. + The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed. + + + + + obsolete + + + The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed. + The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed. + + + + + obsolete + + + An empty file is not allowed. + An empty file is not allowed. + + + + + obsolete + + + The host could not be resolved. + The host could not be resolved. + + + + + obsolete + + + This value does not match the expected {{ charset }} charset. + This value does not match the expected {{ charset }} charset. + + + + + obsolete + + + This is not a valid Business Identifier Code (BIC). + This is not a valid Business Identifier Code (BIC). + + + + + obsolete + + + Error + Error + + + + + obsolete + + + This is not a valid UUID. + This is not a valid UUID. + + + + + obsolete + + + This value should be a multiple of {{ compared_value }}. + This value should be a multiple of {{ compared_value }}. + + + + + obsolete + + + This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. + This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}. + + + + + obsolete + + + This value should be valid JSON. + This value should be valid JSON. + + + + + obsolete + + + This collection should contain only unique elements. + This collection should contain only unique elements. + + + + + obsolete + + + This value should be positive. + This value should be positive. + + + + + obsolete + + + This value should be either positive or zero. + This value should be either positive or zero. + + + + + obsolete + + + This value should be negative. + This value should be negative. + + + + + obsolete + + + This value should be either negative or zero. + This value should be either negative or zero. + + + + + obsolete + + + This value is not a valid timezone. + This value is not a valid timezone. + + + + + obsolete + + + This password has been leaked in a data breach, it must not be used. Please use another password. + This password has been leaked in a data breach, it must not be used. Please use another password. + + + + + obsolete + + + This value should be between {{ min }} and {{ max }}. + This value should be between {{ min }} and {{ max }}. + + + + + obsolete + + + This form should not contain extra fields. + This form should not contain extra fields. + + + + + obsolete + + + The uploaded file was too large. Please try to upload a smaller file. + The uploaded file was too large. Please try to upload a smaller file. + + + + + obsolete + + + The CSRF token is invalid. Please try to resubmit the form. + The CSRF token is invalid. Please try to resubmit the form. + + + + + obsolete + + validator.noneofitschild.self A element can not be its own parent. - - + + + + + obsolete + + validator.noneofitschild.children The parent can not be one of the children of itself. - - + + + + + obsolete + + validator.isSelectable The element must be selectable. - - + + + + + obsolete + + validator.part_lot.location_full.no_increasment The storage location was marked as full, so you can not increase the instock amount. (New amount max. {{ old_amount }}) - - + + + + + obsolete + + validator.part_lot.location_full The storage location was marked as full, so you can not add a new part to it. - - + + + + + obsolete + + validator.part_lot.only_existing The storage location was marked as "only existing", so you can not add new part to it. - - + + + + + obsolete + + validator.part_lot.single_part The storage location was marked as "single part", so you can not add a new part to it. - - + +