mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-13 07:21:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
49
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.fr-FR.js
vendored
Normal file
49
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.fr-FR.js
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* French translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["fr-FR"] = {
|
||||
font_styles: {
|
||||
normal: "Texte normal",
|
||||
h1: "Titre 1",
|
||||
h2: "Titre 2",
|
||||
h3: "Titre 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Gras",
|
||||
italic: "Italique",
|
||||
underline: "Souligné"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Liste à puces",
|
||||
ordered: "Liste numérotée",
|
||||
outdent: "Diminuer le retrait",
|
||||
indent: "Augmenter le retrait",
|
||||
indered: "Augmenter le retrait"
|
||||
},
|
||||
link: {
|
||||
insert: "Insérer un lien",
|
||||
cancel: "Annuler"
|
||||
},
|
||||
image: {
|
||||
insert: "Insérer une image",
|
||||
cancel: "Annuler"
|
||||
},
|
||||
html: {
|
||||
edit: "Editer en HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Noir",
|
||||
silver: "Gris clair",
|
||||
gray: "Gris",
|
||||
maroon: "Marron",
|
||||
red: "Rouge",
|
||||
purple: "Pourpre",
|
||||
green: "Vert",
|
||||
olive: "Olive",
|
||||
navy: "Bleu marine",
|
||||
blue: "Bleu",
|
||||
orange: "Orange"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
Reference in New Issue
Block a user