updated locales

This commit is contained in:
Eugene Pankov
2023-01-03 10:15:53 +01:00
parent dc4f428786
commit e7cbb6a165
12 changed files with 346 additions and 334 deletions

View File

@@ -1,8 +1,8 @@
.item(*ngFor='let hotkey of hotkeys')
.body((click)='editItem(hotkey)')
.stroke(*ngFor='let stroke of hotkey.strokes')
span(*ngIf='!hotkey.isDuplicate', translate) {{stroke}}
span.duplicate(*ngIf='hotkey.isDuplicate', translate) {{stroke}}
span(*ngIf='!hotkey.isDuplicate') {{stroke}}
span.duplicate(*ngIf='hotkey.isDuplicate') {{stroke}}
.remove((click)='removeItem(hotkey)') ×
.add((click)='addItem()', translate) Add...