- Title
+ {{ 'general.title' | translate }}
class="!scale-[0.9]"
mat-icon-button
matSuffix
- matTooltip="The main title of your asset. It will also be the title of the data offering displayed in the catalog.">
+ matTooltip="{{ 'create_asset.title_tooltip' | translate }}">
info_outline
@@ -39,7 +39,7 @@
class="!scale-[0.9]"
mat-icon-button
matSuffix
- matTooltip="The version of your asset. Especially useful if you have iterations of the same asset.">
+ matTooltip="{{ 'create_asset.version_tooltip' | translate }}">
info_outline
@@ -59,7 +59,7 @@
class="!scale-[0.9]"
mat-icon-button
matSuffix
- matTooltip="Asset ID, used internally, is an auto-generated string in a URL-compatible format, combining the asset name and version with a urn:artifact: prefix. You can customize it if needed.">
+ matTooltip="{{ 'create_asset.asset_id_tooltip' | translate }}">
info_outline
@@ -117,7 +117,7 @@
- Contact E-Mail
+ {{
+ 'create_data_offer.contact_email' | translate
+ }}
class="!scale-[0.9]"
mat-icon-button
matSuffix
- matTooltip="This email address will be offered to potential consumers for
- contacting you. This is done in place of having an actual data
- source connected.">
+ matTooltip="{{ 'create_asset.email_tooltip' | translate }}">
info_outline
@@ -582,7 +629,9 @@
- This data offer is not available for immediate consumption. However, the
- creator left an email address to contact them if interested.
+ {{ 'asset_detail_dialog.on_request_data_offer_description1' | translate }}
- Click Contact to email the data offer
- provider. Alternatively, you can also copy the contact email address from
- the Contact Information section above.
+ {{ 'asset_detail_dialog.on_request_data_offer_description2' | translate
+ }}{{
+ 'asset_detail_dialog.on_request_data_offer_description3' | translate
+ }}{{ 'asset_detail_dialog.on_request_data_offer_description4' | translate
+ }} {{
+ 'asset_detail_dialog.on_request_data_offer_description5' | translate
+ }}.
@@ -165,7 +171,7 @@
color="warn"
[disabled]="data.contractAgreement?.isTerminated ?? false"
(click)="onTerminateClick()">
- Terminate
+ {{ 'general.terminate' | translate }}
@@ -190,7 +196,8 @@
color="primary"
[matTooltip]="
limitsExceeded
- ? 'You have reached the maximum number of consuming contracts. Please terminate one of the existing contracts to negotiate a new one.'
+ ? ('You have reached the maximum number of consuming contracts. Please terminate one of the existing contracts to negotiate a new one.'
+ | translate)
: ''
"
[disabled]="
@@ -222,7 +229,7 @@
mat-raised-button
color="primary"
(click)="onContactClick()">
- Contact
+ {{ 'general.contact' | translate }}
diff --git a/src/app/shared/business/edit-asset-form/edit-asset-form.component.html b/src/app/shared/business/edit-asset-form/edit-asset-form.component.html
index 8b6ab9cc..013d9ef3 100644
--- a/src/app/shared/business/edit-asset-form/edit-asset-form.component.html
+++ b/src/app/shared/business/edit-asset-form/edit-asset-form.component.html
@@ -17,15 +17,15 @@
aria-label="Select an option"
[formControl]="form.datasource.controls.dataSourceAvailability">
- Keep the datasource unchanged.
+ {{ 'create_data_offer.unchanged' | translate }}
- Readily available with a new data source
+ {{ 'create_data_offer.readily_available' | translate }}
- On Request
+ {{ 'create_data_offer.on_request' | translate }}
@@ -39,7 +39,7 @@
placeholder="{{
'create_data_offer.contact_email_placeholder' | translate
}}"
- tooltip="'contact_form.contact_email_tooltip' | translate"
+ [tooltip]="'create_data_offer.contact_email_tooltip' | translate"
[label]="'create_data_offer.contact_email' | translate"
[ctrl]="
form.datasource.controls.contactEmail
@@ -50,8 +50,10 @@
class="mt-5"
fieldId="create-asset-form-contact-subject"
label="Preferred E-Mail Subject"
- placeholder="Data Offer 'xyz'"
- tooltip="'contact_form.contact_subject_tooltip' | translate"
+ placeholder="{{
+ 'create_data_offer.data_offer_email_subject_placeholder' | translate
+ }}"
+ [tooltip]="'create_data_offer.contact_subject_tooltip' | translate"
[ctrl]="form.datasource.controls.contactPreferredEmailSubject">
@@ -76,7 +78,9 @@
form.datasource.controls.dataDestination;
let ctrl
"
- label="Custom Datasource Config (JSON)"
+ label="{{
+ 'create_data_offer.custom_datasource_config_json_label' | translate
+ }}"
fieldId="create-asset-form-custom-datasource-json"
placeholder='{"https://w3id.org/edc/v0.0.1/ns/type": "HttpData", ...}'
[ctrl]="ctrl">
@@ -209,9 +213,7 @@
- With query param parameterization enabled, the default query
- params and the query params provided by the consumer will be
- merged.
+ {{ 'create_data_offer.query_param_enabled_hint' | translate }}
@@ -311,7 +313,10 @@
@@ -323,7 +328,9 @@
class="grow">
@@ -378,7 +385,9 @@
@@ -420,7 +429,7 @@
@@ -429,7 +438,7 @@
@@ -471,7 +480,7 @@
class="mt-4"
fieldId="create-asset-form-version"
placeholder="1.0.0"
- tooltip="The version of your asset. Especially useful if you have iterations of the same asset."
+ tooltip="{{ 'create_data_offer.version_tooltip' | translate }}"
[label]="'asset_list_page.version' | translate"
[ctrl]="form.general.controls.version">
@@ -484,20 +493,24 @@
+ myTitle="{{
+ 'create_data_offer.mobility_information_myTitle' | translate
+ }}"
+ description="{{
+ 'create_data_offer.mobility_information_description' | translate
+ }}">
@@ -515,30 +528,36 @@