edge-subtype-list locales added and fixed
This commit is contained in:
parent
02f6b9bda0
commit
764166582d
@ -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', () => {
|
||||
|
||||
@ -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.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user