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.el-GR.js
vendored
Normal file
48
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.el-GR.js
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Greek translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["el-GR"] = {
|
||||
font_styles: {
|
||||
normal: "Απλό κείμενο",
|
||||
h1: "Κεφαλίδα 1",
|
||||
h2: "Κεφαλίδα 2",
|
||||
h3: "Κεφαλίδα 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "B",
|
||||
italic: "I",
|
||||
underline: "U"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Λίστα με κουκκίδες",
|
||||
ordered: "Αριθμημένη λίστα",
|
||||
outdent: "Μείωση εσοχής",
|
||||
indent: "Αύξηση εσοχής"
|
||||
},
|
||||
link: {
|
||||
insert: "Εισαγωγή Συνδέσμου",
|
||||
cancel: "Άκυρο"
|
||||
},
|
||||
image: {
|
||||
insert: "Εισαγωγή Εικόνας",
|
||||
cancel: "Άκυρο"
|
||||
},
|
||||
html: {
|
||||
edit: "Επεξεργασία HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Μαύρο",
|
||||
silver: "Ασημί",
|
||||
gray: "Γκρι",
|
||||
maroon: "Καφέ",
|
||||
red: "Κόκκινο",
|
||||
purple: "Μωβ",
|
||||
green: "Πράσινο",
|
||||
olive: "Λαδί",
|
||||
navy: "Βαθύ Μπλε",
|
||||
blue: "Μπλε",
|
||||
orange: "Πορτοκαλί"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
Reference in New Issue
Block a user