edge-subtype-list locales added and fixed

This commit is contained in:
Artem Babak 2020-11-05 16:38:49 +02:00
parent 02f6b9bda0
commit 764166582d
2 changed files with 5 additions and 2 deletions

View File

@ -143,7 +143,7 @@ export class EntitySubTypeListComponent implements ControlValueAccessor, OnInit,
break;
case EntityType.EDGE:
this.placeholder = this.required ? this.translate.instant('edge.enter-edge-type')
: this.translate.instant('edge-any-edge');
: this.translate.instant('edge.edge-any-edge');
this.secondaryPlaceholder = '+' + this.translate.instant('edge.edge-type');
this.noSubtypesMathingText = 'edge.no-edge-types-matching';
this.broadcastSubscription = this.broadcast.on('edgeSaved', () => {

View File

@ -1001,7 +1001,10 @@
"success": "Deployed",
"failed": "Pending",
"search": "Search edges",
"selected-edges": "{ count, plural, 1 {1 edge} other {# edges} } selected"
"selected-edges": "{ count, plural, 1 {1 edge} other {# edges} } selected",
"enter-edge-type": "Enter entity view type",
"any-edge": "Any edge",
"no-edge-types-matching": "No edge types matching '{{entitySubtype}}' were found."
},
"error": {
"unable-to-connect": "Unable to connect to the server! Please check your internet connection.",