- 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:
24
src/editor/extensions/ext-shapes/locale/de.js
Normal file
24
src/editor/extensions/ext-shapes/locale/de.js
Normal file
@@ -0,0 +1,24 @@
|
||||
export default {
|
||||
loading: 'Lädt...',
|
||||
categories: {
|
||||
basic: 'Basis',
|
||||
object: 'Objekte',
|
||||
symbol: 'Symbole',
|
||||
arrow: 'Pfeile',
|
||||
flowchart: 'Flussdiagramm',
|
||||
animal: 'Tiere',
|
||||
game: 'Karten & Schach',
|
||||
dialog_balloon: 'Sprechblasen',
|
||||
electronics: 'Elektronik',
|
||||
math: 'Mathematik',
|
||||
music: 'Musik',
|
||||
misc: 'Verschiedenes',
|
||||
raphael_1: 'raphaeljs.com set 1',
|
||||
raphael_2: 'raphaeljs.com set 2'
|
||||
},
|
||||
buttons: [
|
||||
{
|
||||
title: 'Form-Bibliothek'
|
||||
}
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user