mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-13 07:21:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
47
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.it-IT.js
vendored
Normal file
47
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.it-IT.js
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
/**
|
||||
* Italian translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["it-IT"] = {
|
||||
font_styles: {
|
||||
normal: "Testo normale",
|
||||
h1: "Titolo 1",
|
||||
h2: "Titolo 2"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Grassetto",
|
||||
italic: "Corsivo",
|
||||
underline: "Sottolineato"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Lista non ordinata",
|
||||
ordered: "Lista ordinata",
|
||||
outdent: "Elimina rientro",
|
||||
indent: "Aggiungi rientro"
|
||||
},
|
||||
link: {
|
||||
insert: "Inserisci link",
|
||||
cancel: "Annulla"
|
||||
},
|
||||
image: {
|
||||
insert: "Inserisci immagine",
|
||||
cancel: "Annulla"
|
||||
},
|
||||
html: {
|
||||
edit: "Modifica HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Nero",
|
||||
silver: "Argento",
|
||||
gray: "Grigio",
|
||||
maroon: "Marrone",
|
||||
red: "Rosso",
|
||||
purple: "Viola",
|
||||
green: "Verde",
|
||||
olive: "Oliva",
|
||||
navy: "Blu Marino",
|
||||
blue: "Blu",
|
||||
orange: "Arancio"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
Reference in New Issue
Block a user