mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 23:11:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
48
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.lt-LT.js
vendored
Normal file
48
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.lt-LT.js
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Lithuanian translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["lt-LT"] = {
|
||||
font_styles: {
|
||||
normal: "Normalus",
|
||||
h1: "Antraštė 1",
|
||||
h2: "Antraštė 2",
|
||||
h3: "Antraštė 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Pastorintas",
|
||||
italic: "Kursyvas",
|
||||
underline: "Pabrauktas"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Suženklintas sąrašas",
|
||||
ordered: "Numeruotas sąrašas",
|
||||
outdent: "Padidinti įtrauką",
|
||||
indent: "Sumažinti įtrauką"
|
||||
},
|
||||
link: {
|
||||
insert: "Įterpti nuorodą",
|
||||
cancel: "Atšaukti"
|
||||
},
|
||||
image: {
|
||||
insert: "Įterpti atvaizdą",
|
||||
cancel: "Atšaukti"
|
||||
},
|
||||
html: {
|
||||
edit: "Redaguoti HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Juoda",
|
||||
silver: "Sidabrinė",
|
||||
gray: "Pilka",
|
||||
maroon: "Kaštoninė",
|
||||
red: "Raudona",
|
||||
purple: "Violetinė",
|
||||
green: "Žalia",
|
||||
olive: "Gelsvai žalia",
|
||||
navy: "Tamsiai mėlyna",
|
||||
blue: "Mėlyna",
|
||||
orange: "Oranžinė"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
Reference in New Issue
Block a user