- Added text decoration options (underline, overline, line-through) (#469)
- Added german translations to extensions Co-authored-by: Timo Dittmann <timo.dittmann@kaufland.com>
This commit is contained in:
46
src/editor/extensions/ext-markers/locale/de.js
Normal file
46
src/editor/extensions/ext-markers/locale/de.js
Normal file
@@ -0,0 +1,46 @@
|
||||
export default {
|
||||
name: 'Markers',
|
||||
langList: [
|
||||
{id: 'nomarker', title: 'Keine Markierung'},
|
||||
{id: 'leftarrow', title: 'Pfeil links'},
|
||||
{id: 'rightarrow', title: 'Pfeil rechts'},
|
||||
{id: 'textmarker', title: 'Text Marker'},
|
||||
{id: 'forwardslash', title: 'Schrägstrich'},
|
||||
{id: 'reverseslash', title: 'Umgekehrter Schrägstrich'},
|
||||
{id: 'verticalslash', title: 'Vertikaler Strich'},
|
||||
{id: 'box', title: 'Box'},
|
||||
{id: 'star', title: 'Stern'},
|
||||
{id: 'xmark', title: 'X'},
|
||||
{id: 'triangle', title: 'Dreieck'},
|
||||
{id: 'mcircle', title: 'Kreis'},
|
||||
{id: 'leftarrow_o', title: 'Offener Pfeil links'},
|
||||
{id: 'rightarrow_o', title: 'Offener Pfeil rechts'},
|
||||
{id: 'box_o', title: 'Offene Box'},
|
||||
{id: 'star_o', title: 'Offener Stern'},
|
||||
{id: 'triangle_o', title: 'Offenes Dreieck'},
|
||||
{id: 'mcircle_o', title: 'Offener Kreis'}
|
||||
],
|
||||
contextTools: [
|
||||
{
|
||||
title: 'Start-Markierung',
|
||||
label: 's'
|
||||
},
|
||||
{
|
||||
title: 'Start-Markierung auswählen'
|
||||
},
|
||||
{
|
||||
title: 'Mitte-Markierung',
|
||||
label: 'm'
|
||||
},
|
||||
{
|
||||
title: 'Mitte-Markierung auswählen'
|
||||
},
|
||||
{
|
||||
title: 'End-Markierung',
|
||||
label: 'e'
|
||||
},
|
||||
{
|
||||
title: 'End-Markierung auswählen'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user