Add custom widgets
This commit is contained in:
parent
3b9a2964d9
commit
1f4aeb2a1d
34 changed files with 7790 additions and 0 deletions
17
1.12/widgets/print-widget/dist/runtime/translations/default.ts
vendored
Normal file
17
1.12/widgets/print-widget/dist/runtime/translations/default.ts
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
export default {
|
||||
_widgetLabel: 'Print',
|
||||
heading: 'PDF drucken',
|
||||
titleLabel: 'Titel',
|
||||
scaleLabel: 'Maßstab',
|
||||
formatLabel: 'Format',
|
||||
'A4 Hochformat': 'A4 Hochformat',
|
||||
'A4 Hochformat mit Legende': 'A4 Hochformat mit Legende',
|
||||
'A4 Querformat': 'A4 Querformat',
|
||||
'A4 Querformat mit Legende': 'A4 Querformat mit Legende',
|
||||
'A3 Hochformat': 'A3 Hochformat',
|
||||
'A3 Hochformat mit Legende': 'A3 Hochformat mit Legende',
|
||||
'A3 Querformat': 'A3 Querformat',
|
||||
'A3 Querformat mit Legende': 'A3 Querformat mit Legende',
|
||||
buttonPrint: 'Drucken',
|
||||
buttonCancel: 'Abbrechen',
|
||||
};
|
1
1.12/widgets/print-widget/dist/runtime/translations/en.js
vendored
Normal file
1
1.12/widgets/print-widget/dist/runtime/translations/en.js
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
System.register([],(function(e){return{execute:function(){e({_widgetLabel:"Print",heading:"Print PDF",titleLabel:"Title",scaleLabel:"Scale",formatLabel:"Format","A4 Hochformat":"A4 portrait","A4 Hochformat mit Legende":"A4 portrait with legend","A4 Querformat":"A4 landscape","A4 Querformat mit Legende":"A4 landscape with legend","A3 Hochformat":"A3 portrait","A3 Hochformat mit Legende":"A3 portrait with legend","A3 Querformat":"A3 landscape","A3 Querformat mit Legende":"A3 landscape with legend",buttonPrint:"Print",buttonCancel:"Cancel"})}}}));
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue