diff --git a/templates/admin/attachment_type_admin.html.twig b/templates/admin/attachment_type_admin.html.twig
index 06a8c09d..87a053af 100644
--- a/templates/admin/attachment_type_admin.html.twig
+++ b/templates/admin/attachment_type_admin.html.twig
@@ -15,4 +15,4 @@
{% block new_title %}
{% trans %}attachment_type.new{% endtrans %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/templates/admin/category_admin.html.twig b/templates/admin/category_admin.html.twig
index 7478de11..3ddc1472 100644
--- a/templates/admin/category_admin.html.twig
+++ b/templates/admin/category_admin.html.twig
@@ -1,8 +1,7 @@
{% extends "admin/base_admin.html.twig" %}
{% block card_title %}
-
- {{ data_source_name_with_hint('category', 'category.label') }}
+ {{ type_label_p(entity) }}
{% endblock %}
{% block additional_pills %}
diff --git a/templates/admin/currency_admin.html.twig b/templates/admin/currency_admin.html.twig
index fbd3822c..a5d59970 100644
--- a/templates/admin/currency_admin.html.twig
+++ b/templates/admin/currency_admin.html.twig
@@ -3,7 +3,7 @@
{% import "vars.macro.twig" as vars %}
{% block card_title %}
- {% trans %}currency.caption{% endtrans %}
+ {{ type_label_p(entity) }}
{% endblock %}
{% block additional_controls %}
@@ -41,4 +41,4 @@
{% block new_title %}
{% trans %}currency.new{% endtrans %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/templates/admin/footprint_admin.html.twig b/templates/admin/footprint_admin.html.twig
index e76fa52f..1ed39e9f 100644
--- a/templates/admin/footprint_admin.html.twig
+++ b/templates/admin/footprint_admin.html.twig
@@ -1,8 +1,7 @@
{% extends "admin/base_admin.html.twig" %}
{% block card_title %}
-
- {{ data_source_name_with_hint('footprint', 'footprint.labelp') }}
+ {{ type_label_p(entity) }}
{% endblock %}
{% block master_picture_block %}
diff --git a/templates/admin/group_admin.html.twig b/templates/admin/group_admin.html.twig
index 91975524..831c08d5 100644
--- a/templates/admin/group_admin.html.twig
+++ b/templates/admin/group_admin.html.twig
@@ -1,7 +1,7 @@
{% extends "admin/base_admin.html.twig" %}
{% block card_title %}
- {% trans %}group.edit.caption{% endtrans %}
+ {{ type_label_p(entity) }}
{% endblock %}
@@ -27,4 +27,4 @@
{% block new_title %}
{% trans %}group.new{% endtrans %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/templates/admin/label_profile_admin.html.twig b/templates/admin/label_profile_admin.html.twig
index 10c2320f..8702b18a 100644
--- a/templates/admin/label_profile_admin.html.twig
+++ b/templates/admin/label_profile_admin.html.twig
@@ -1,7 +1,7 @@
{% extends "admin/base_admin.html.twig" %}
{% block card_title %}
- {% trans %}label_profile.caption{% endtrans %}
+ {{ type_label_p(entity) }}
{% endblock %}
{% block additional_pills %}
@@ -58,4 +58,4 @@
{% block new_title %}
{% trans %}label_profile.new{% endtrans %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/templates/admin/manufacturer_admin.html.twig b/templates/admin/manufacturer_admin.html.twig
index 3289fb08..4f8f1c2b 100644
--- a/templates/admin/manufacturer_admin.html.twig
+++ b/templates/admin/manufacturer_admin.html.twig
@@ -1,8 +1,7 @@
{% extends "admin/base_company_admin.html.twig" %}
{% block card_title %}
-
- {{ data_source_name_with_hint('manufacturer', 'manufacturer.caption') }}
+ {{ type_label_p(entity) }}
{% endblock %}
{% block edit_title %}
diff --git a/templates/admin/measurement_unit_admin.html.twig b/templates/admin/measurement_unit_admin.html.twig
index 31748509..14df7364 100644
--- a/templates/admin/measurement_unit_admin.html.twig
+++ b/templates/admin/measurement_unit_admin.html.twig
@@ -1,7 +1,7 @@
{% extends "admin/base_admin.html.twig" %}
{% block card_title %}
- {% trans %}measurement_unit.caption{% endtrans %}
+ {{ type_label_p(entity) }}
{% endblock %}
{% block edit_title %}
diff --git a/templates/admin/part_custom_state_admin.html.twig b/templates/admin/part_custom_state_admin.html.twig
index 004ceb65..9d857646 100644
--- a/templates/admin/part_custom_state_admin.html.twig
+++ b/templates/admin/part_custom_state_admin.html.twig
@@ -1,7 +1,7 @@
{% extends "admin/base_admin.html.twig" %}
{% block card_title %}
- {% trans %}part_custom_state.caption{% endtrans %}
+ {{ type_label_p(entity) }}
{% endblock %}
{% block edit_title %}
diff --git a/templates/admin/project_admin.html.twig b/templates/admin/project_admin.html.twig
index 044f50a5..d199b63c 100644
--- a/templates/admin/project_admin.html.twig
+++ b/templates/admin/project_admin.html.twig
@@ -3,8 +3,7 @@
{# @var entity App\Entity\ProjectSystem\Project #}
{% block card_title %}
-
- {{ data_source_name_with_hint('project', 'project.labelp') }}
+ {{ type_label_p(entity) }}
{% endblock %}
{% block edit_title %}
diff --git a/templates/admin/storelocation_admin.html.twig b/templates/admin/storelocation_admin.html.twig
index 954c0322..b01ecc73 100644
--- a/templates/admin/storelocation_admin.html.twig
+++ b/templates/admin/storelocation_admin.html.twig
@@ -2,8 +2,7 @@
{% import "label_system/dropdown_macro.html.twig" as dropdown %}
{% block card_title %}
-
- {{ data_source_name_with_hint('storagelocation', 'storelocation.labelp') }}
+ {{ type_label_p(entity) }}
{% endblock %}
{% block additional_controls %}
diff --git a/templates/admin/supplier_admin.html.twig b/templates/admin/supplier_admin.html.twig
index 7b0813d4..d0ca85aa 100644
--- a/templates/admin/supplier_admin.html.twig
+++ b/templates/admin/supplier_admin.html.twig
@@ -1,8 +1,7 @@
{% extends "admin/base_company_admin.html.twig" %}
{% block card_title %}
-
- {{ data_source_name_with_hint('supplier', 'supplier.labelp') }}
+ {{ type_label_p(entity) }}
{% endblock %}
{% block additional_panes %}
diff --git a/templates/admin/user_admin.html.twig b/templates/admin/user_admin.html.twig
index 772b42d9..9b241e56 100644
--- a/templates/admin/user_admin.html.twig
+++ b/templates/admin/user_admin.html.twig
@@ -5,7 +5,7 @@
{# @var entity \App\Entity\UserSystem\User #}
{% block card_title %}
- {% trans %}user.edit.caption{% endtrans %}
+ {{ type_label_p(entity) }}
{% endblock %}
{% block comment %}{% endblock %}
@@ -111,4 +111,4 @@
{% block preview_picture %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 5d2c404e..c148db2a 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -97,16 +97,6 @@
New category
-
-
- Part-DB1\templates\AdminPages\CurrencyAdmin.html.twig:4
- Part-DB1\templates\AdminPages\CurrencyAdmin.html.twig:4
-
-
- currency.caption
- Currency
-
-
Part-DB1\templates\AdminPages\CurrencyAdmin.html.twig:12
@@ -418,16 +408,6 @@
New footprint
-
-
- Part-DB1\templates\AdminPages\GroupAdmin.html.twig:4
- Part-DB1\templates\AdminPages\GroupAdmin.html.twig:4
-
-
- group.edit.caption
- Groups
-
-
Part-DB1\templates\AdminPages\GroupAdmin.html.twig:9
@@ -460,15 +440,6 @@
New group
-
-
- Part-DB1\templates\AdminPages\LabelProfileAdmin.html.twig:4
-
-
- label_profile.caption
- Label profiles
-
-
Part-DB1\templates\AdminPages\LabelProfileAdmin.html.twig:8
@@ -507,17 +478,6 @@
New label profile
-
-
- Part-DB1\templates\AdminPages\ManufacturerAdmin.html.twig:4
- Part-DB1\templates\AdminPages\ManufacturerAdmin.html.twig:4
- templates\AdminPages\ManufacturerAdmin.html.twig:4
-
-
- manufacturer.caption
- Manufacturers
-
-
Part-DB1\templates\AdminPages\ManufacturerAdmin.html.twig:8
@@ -538,22 +498,6 @@
New manufacturer
-
-
- Part-DB1\templates\AdminPages\MeasurementUnitAdmin.html.twig:4
- Part-DB1\templates\AdminPages\MeasurementUnitAdmin.html.twig:4
-
-
- measurement_unit.caption
- Measurement Unit
-
-
-
-
- part_custom_state.caption
- Custom part states
-
-
Part-DB1\templates\AdminPages\StorelocationAdmin.html.twig:5
@@ -620,16 +564,6 @@
New supplier
-
-
- Part-DB1\templates\AdminPages\UserAdmin.html.twig:8
- Part-DB1\templates\AdminPages\UserAdmin.html.twig:8
-
-
- user.edit.caption
- Users
-
-
Part-DB1\templates\AdminPages\UserAdmin.html.twig:14
@@ -4897,7 +4831,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
Measurement Unit
-
+
part.table.partCustomState
Custom part state
@@ -5767,7 +5701,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
Measuring unit
-
+
part.edit.partCustomState
Custom part state
@@ -6060,7 +5994,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
Measurement unit
-
+
part_custom_state.label
Custom part state
@@ -6309,7 +6243,7 @@ If you have done this incorrectly or if a computer is no longer trusted, you can
Measurement Unit
-
+
tree.tools.edit.part_custom_state
Custom part states
@@ -8594,7 +8528,7 @@ Element 1 -> Element 1.2]]>
Measurement unit
-
+
perm.part_custom_states
Custom part state
@@ -10995,7 +10929,7 @@ Element 1 -> Element 1.2]]>
Measuring Unit
-
+
log.element_edited.changed_fields.partCustomState
Custom part state
@@ -11265,13 +11199,13 @@ Element 1 -> Element 1.2]]>
Edit Measurement Unit
-
+
part_custom_state.new
New custom part state
-
+
part_custom_state.edit
Edit custom part state
@@ -12882,91 +12816,91 @@ Please note, that you can not impersonate a disabled user. If you try you will g
Please note that the currencies are not converted, when changing this value. So changing the default currency after you already added price information, will result in wrong prices!]]>
-
+
settings.system.data_source_synonyms
Data source synonyms
-
+
settings.system.data_source_synonyms.configuration
Source
-
+
settings.system.data_source_synonyms.configuration.help
Define your own synonyms for the given data sources. Add data source, language and translations freely; unused languages remain empty.
-
+
settings.behavior.data_source_synonyms.category
Category
-
+
settings.behavior.data_source_synonyms.storagelocation
Storage location
-
+
settings.behavior.data_source_synonyms.footprint
Footprint
-
+
settings.behavior.data_source_synonyms.manufacturer
Manufacturer
-
+
settings.behavior.data_source_synonyms.supplier
Supplier
-
+
settings.behavior.data_source_synonyms.project
Project
-
+
settings.behavior.data_source_synonyms.collection.add_entry
Add entry
-
+
settings.behavior.data_source_synonyms.collection.remove_entry
Remove entry
-
+
settings.behavior.data_source_synonyms.row_type.form.datasource
Data source
-
+
settings.behavior.data_source_synonyms.row_type.form.locale
Locale
-
+
settings.behavior.data_source_synonyms.row_type.form.translation_singular
Translation singular
-
+
settings.behavior.data_source_synonyms.row_type.form.translation_plural
Translation plural
@@ -14496,31 +14430,6 @@ Please note, that you can not impersonate a disabled user. If you try you will g
-
-
- project.builds.no_bom_entries
- Project has no BOM entries
-
-
-
-
- settings.behavior.sidebar.data_structure_nodes_table_include_children
- Tables should include children nodes by default
-
-
-
-
- settings.behavior.sidebar.data_structure_nodes_table_include_children.help
- If checked, the part tables for categories, footprints, etc. should include all parts of child categories. If not checked, only parts that strictly belong to the clicked node are shown.
-
-
-
-
- info_providers.search.error.oauth_reconnect
- You need to reconnect OAuth for following providers: %provider%
-You can do this in the provider info list.
-
-
project.builds.no_bom_entries
@@ -14558,11 +14467,53 @@ You can do this in the provider info list.
A PCRE-compatible regular expression every IPN has to fulfill. Leave empty to allow all everything as IPN.
-
+
datasource.synonym
%name% (Your synonym: %synonym%)
+
+
+ user.labelp
+ Users
+
+
+
+
+ currency.labelp
+ Currencies
+
+
+
+
+ measurement_unit.labelp
+ Measurement units
+
+
+
+
+ attachment_type.labelp
+ Attachment types
+
+
+
+
+ label_profile.labelp
+ Label profiles
+
+
+
+
+ part_custom_state.labelp
+ Custom part states
+
+
+
+
+ group.labelp
+ Groups
+
+