mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-13 07:21:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
48
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.cs-CZ.js
vendored
Normal file
48
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.cs-CZ.js
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Czech translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["cs-CZ"] = {
|
||||
font_styles: {
|
||||
normal: "Normální text",
|
||||
h1: "Nadpis úrovně 1",
|
||||
h2: "Nadpis úrovně 2",
|
||||
h3: "Nadpis úrovně 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Tučné",
|
||||
italic: "Kurzíva",
|
||||
underline: "Podtržení"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Seznam s odrážkami",
|
||||
ordered: "Číslovaný seznam",
|
||||
outdent: "Zvětšit odsazení",
|
||||
indent: "Zmenšit odsazení"
|
||||
},
|
||||
link: {
|
||||
insert: "Vložit odkaz",
|
||||
cancel: "Zrušit"
|
||||
},
|
||||
image: {
|
||||
insert: "Vložit obrázek",
|
||||
cancel: "Zrušit"
|
||||
},
|
||||
html: {
|
||||
edit: "Upravit HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Černá",
|
||||
silver: "Stříbrná",
|
||||
gray: "Šedá",
|
||||
maroon: "Vínová",
|
||||
red: "Červená",
|
||||
purple: "Fialová",
|
||||
green: "Zelená",
|
||||
olive: "Olivová",
|
||||
navy: "Tmavomodrá",
|
||||
blue: "Modrá",
|
||||
orange: "Oranžová"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
Reference in New Issue
Block a user