forked from eclipse-edc/DataDashboard
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
src/app/routes/connector-ui/asset-edit-page/asset-edit-page/asset-edit-page.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,15 @@ | |
"header_name": "Header Name", | ||
"header_value": "Header Value", | ||
"add_add_header": "Add Additional Header", | ||
"page": "Page" | ||
"page": "Page", | ||
"show_adv_fields": "Show Advanced Fields", | ||
"publishing": "Publishing", | ||
"pub_desc": "Publish data offer to other data space participants", | ||
"pub_unrestr": "Publish unrestricted", | ||
"pub_restr": "Publish restricted", | ||
"pub_asset_only": "Create asset only (without data offer)", | ||
"pub_mode": "Publishing Mode", | ||
"doc": "Documentation" | ||
}, | ||
"tooltip": { | ||
"negotiate": "Cannot negotiate contracts with your own connector.", | ||
|
@@ -228,6 +236,12 @@ | |
"title": "Data Offers", | ||
"page": "Data Offer Page" | ||
}, | ||
"create_data_offer": { | ||
"def_datasrc": "Define the datasource of the asset", | ||
"data_type": "Datasource Type", | ||
"contact_email_placeholder": "[email protected]", | ||
"contact_email": "Contact E-Mail" | ||
}, | ||
"create_data_offer_page": { | ||
"title": "Create Data Offer" | ||
}, | ||
|
@@ -300,7 +314,8 @@ | |
"date_range": "Date Range", | ||
"search_pol": "Search policies", | ||
"create_policy": "Create Policy", | ||
"no_pol": "No policy found with given filter." | ||
"no_pol": "No policy found with given filter.", | ||
"expression": "Policy Expression" | ||
}, | ||
"create_policy_page": { | ||
"title": "Create Policy" | ||
|