File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
test/unit/editors/ied/__snapshots__ Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export class AccessPointContainer extends Container {
46
46
return html `` ;
47
47
}
48
48
49
- return html ` <abbr slot= "action" title = "${ translate ( 'settings' ) } " >
49
+ return html ` <abbr slot= "action" title = "${ translate ( 'iededitor. settings' ) } " >
50
50
<mwc- icon- butto n
51
51
icon= "settings"
52
52
@click = ${ ( ) => this . openSettingsWizard ( services ) }
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export class IedContainer extends Container {
40
40
return html `` ;
41
41
}
42
42
43
- return html ` <abbr slot= "action" title = "${ translate ( 'settings' ) } " >
43
+ return html ` <abbr slot= "action" title = "${ translate ( 'iededitor. settings' ) } " >
44
44
<mwc- icon- butto n
45
45
icon= "settings"
46
46
@click = ${ ( ) => this . openSettingsWizard ( services ) }
Original file line number Diff line number Diff line change @@ -222,9 +222,10 @@ export const de: Translations = {
222
222
} ,
223
223
iededitor : {
224
224
iedSelector : 'IED auswählen' ,
225
- lnFilter : '??? ' ,
225
+ lnFilter : 'Filter für logische Knoten ' ,
226
226
missing : 'Kein IED vorhanden' ,
227
227
toggleChildElements : 'Kindelemente umschalten' ,
228
+ settings : 'Services für IED or AccessPoint' ,
228
229
wizard : {
229
230
daTitle : 'DA Informationen anzeigen' ,
230
231
doTitle : 'DO Informationen anzeigen' ,
Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ export const en = {
222
222
lnFilter : 'Logical Node Filter' ,
223
223
missing : 'No IED' ,
224
224
toggleChildElements : 'Toggle child elements' ,
225
+ settings : 'Show Services the IED/AccessPoint provides' ,
225
226
wizard : {
226
227
daTitle : 'Show DA Info' ,
227
228
doTitle : 'Show DO Info' ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ snapshots["ied-container looks like the latest snapshot"] =
22
22
</abbr>
23
23
<abbr
24
24
slot="action"
25
- title="[settings]"
25
+ title="[iededitor. settings]"
26
26
>
27
27
<mwc-icon-button icon="settings">
28
28
</mwc-icon-button>
You can’t perform that action at this time.
0 commit comments