mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-14 16:01:39 +08:00
添加Metronic(作为LFS)
This commit is contained in:
49
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.de-DE.js
vendored
Normal file
49
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.de-DE.js
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* German translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["de-DE"] = {
|
||||
font_styles: {
|
||||
normal: "Normaler Text",
|
||||
h1: "Überschrift 1",
|
||||
h2: "Überschrift 2",
|
||||
h3: "Überschrift 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Fett",
|
||||
italic: "Kursiv",
|
||||
underline: "Unterstrichen"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Ungeordnete Liste",
|
||||
ordered: "Geordnete Liste",
|
||||
outdent: "Einzug verkleinern",
|
||||
indent: "Einzug vergrößern"
|
||||
},
|
||||
link: {
|
||||
insert: "Link einfügen",
|
||||
cancel: "Abbrechen",
|
||||
target: "Link in neuen Fenster öffnen"
|
||||
},
|
||||
image: {
|
||||
insert: "Bild einfügen",
|
||||
cancel: "Abbrechen"
|
||||
},
|
||||
html: {
|
||||
edit: "HTML bearbeiten"
|
||||
},
|
||||
colours: {
|
||||
black: "Schwarz",
|
||||
silver: "Silber",
|
||||
gray: "Grau",
|
||||
maroon: "Kastanienbraun",
|
||||
red: "Rot",
|
||||
purple: "Violett",
|
||||
green: "Grün",
|
||||
olive: "Olivgrün",
|
||||
navy: "Marineblau",
|
||||
blue: "Blau",
|
||||
orange: "Orange"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
Reference in New Issue
Block a user