mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-13 15:31:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
48
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.da-DK.js
vendored
Normal file
48
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.da-DK.js
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Danish translations
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["da-DK"] = {
|
||||
font_styles: {
|
||||
normal: "Normal tekst",
|
||||
h1: "Overskrift 1",
|
||||
h2: "Overskrift 2",
|
||||
h3: "Overskrift 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Fed",
|
||||
italic: "Kursiv",
|
||||
underline: "Understreget"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Uordnet liste",
|
||||
ordered: "Ordnet liste",
|
||||
outdent: "Udryk",
|
||||
indent: "Indryk"
|
||||
},
|
||||
link: {
|
||||
insert: "Indsæt Link",
|
||||
cancel: "Annuler"
|
||||
},
|
||||
image: {
|
||||
insert: "Indsæt billede",
|
||||
cancel: "Annuler"
|
||||
},
|
||||
html: {
|
||||
edit: "Rediger HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Sort",
|
||||
silver: "Sølv",
|
||||
gray: "Grå",
|
||||
maroon: "Mørkerød",
|
||||
red: "Rød",
|
||||
purple: "Lilla",
|
||||
green: "Grøn",
|
||||
olive: "Lysegrøn",
|
||||
navy: "Mørkeblå",
|
||||
blue: "Blå",
|
||||
orange: "Orange"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
Reference in New Issue
Block a user