mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-15 04:26:05 +00:00
Initial commit
This commit is contained in:
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ar-AR.js
vendored
Normal file
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ar-AR.js
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Arabic translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["mo-MD"] = {
|
||||
font_styles: {
|
||||
normal: "نص عادي",
|
||||
h1: "عنوان رئيسي 1",
|
||||
h2: "عنوان رئيسي 2",
|
||||
h3: "عنوان رئيسي 3",
|
||||
},
|
||||
emphasis: {
|
||||
bold: "عريض",
|
||||
italic: "مائل",
|
||||
underline: "تحته خط"
|
||||
},
|
||||
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));
|
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.bg-BG.js
vendored
Normal file
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.bg-BG.js
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Bulgarian translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["bg-BG"] = {
|
||||
font_styles: {
|
||||
normal: "Нормален текст",
|
||||
h1: "Заглавие 1",
|
||||
h2: "Заглавие 2",
|
||||
h3: "Заглавие 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Удебелен",
|
||||
italic: "Курсив",
|
||||
underline: "Подчертан"
|
||||
},
|
||||
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));
|
||||
|
47
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ca-CT.js
vendored
Normal file
47
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ca-CT.js
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
/**
|
||||
* Catalan translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["ca-CT"] = {
|
||||
font_styles: {
|
||||
normal: "Text normal",
|
||||
h1: "Títol 1",
|
||||
h2: "Títol 2"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Negreta",
|
||||
italic: "Cursiva",
|
||||
underline: "Subratllat"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Llista desordenada",
|
||||
ordered: "Llista ordenada",
|
||||
outdent: "Esborrar tabulació",
|
||||
indent: "Afegir tabulació"
|
||||
},
|
||||
link: {
|
||||
insert: "Afegir enllaç",
|
||||
cancel: "Cancelar"
|
||||
},
|
||||
image: {
|
||||
insert: "Afegir imatge",
|
||||
cancel: "Cancelar"
|
||||
},
|
||||
html: {
|
||||
edit: "Editar HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Negre",
|
||||
silver: "Plata",
|
||||
gray: "Gris",
|
||||
maroon: "Marró",
|
||||
red: "Vermell",
|
||||
purple: "Porpre",
|
||||
green: "Verd",
|
||||
olive: "Oliva",
|
||||
navy: "Blau marí",
|
||||
blue: "Blau",
|
||||
orange: "Taronja"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.cs-CZ.js
vendored
Normal file
48
app/static/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));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.da-DK.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.da-DK.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Danish translations
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["da-DK"] = {
|
||||
font_styles: {
|
||||
normal: "Normal tekst",
|
||||
h1: "Overskrift 1",
|
||||
h2: "Overskrift 2",
|
||||
h3: "Overskrift 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Fed",
|
||||
italic: "Kursiv",
|
||||
underline: "Understreget"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Uordnet liste",
|
||||
ordered: "Ordnet liste",
|
||||
outdent: "Udryk",
|
||||
indent: "Indryk"
|
||||
},
|
||||
link: {
|
||||
insert: "Indsæt Link",
|
||||
cancel: "Annuler"
|
||||
},
|
||||
image: {
|
||||
insert: "Indsæt billede",
|
||||
cancel: "Annuler"
|
||||
},
|
||||
html: {
|
||||
edit: "Rediger HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Sort",
|
||||
silver: "Sølv",
|
||||
gray: "Grå",
|
||||
maroon: "Mørkerød",
|
||||
red: "Rød",
|
||||
purple: "Lilla",
|
||||
green: "Grøn",
|
||||
olive: "Lysegrøn",
|
||||
navy: "Mørkeblå",
|
||||
blue: "Blå",
|
||||
orange: "Orange"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.de-DE.js
vendored
Normal file
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.de-DE.js
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
/**
|
||||
* German translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["de-DE"] = {
|
||||
font_styles: {
|
||||
normal: "Normaler Text",
|
||||
h1: "Überschrift 1",
|
||||
h2: "Überschrift 2",
|
||||
h3: "Überschrift 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Fett",
|
||||
italic: "Kursiv",
|
||||
underline: "Unterstrichen"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Ungeordnete Liste",
|
||||
ordered: "Geordnete Liste",
|
||||
outdent: "Einzug verkleinern",
|
||||
indent: "Einzug vergrößern"
|
||||
},
|
||||
link: {
|
||||
insert: "Link einfügen",
|
||||
cancel: "Abbrechen",
|
||||
target: "Link in neuen Fenster öffnen"
|
||||
},
|
||||
image: {
|
||||
insert: "Bild einfügen",
|
||||
cancel: "Abbrechen"
|
||||
},
|
||||
html: {
|
||||
edit: "HTML bearbeiten"
|
||||
},
|
||||
colours: {
|
||||
black: "Schwarz",
|
||||
silver: "Silber",
|
||||
gray: "Grau",
|
||||
maroon: "Kastanienbraun",
|
||||
red: "Rot",
|
||||
purple: "Violett",
|
||||
green: "Grün",
|
||||
olive: "Olivgrün",
|
||||
navy: "Marineblau",
|
||||
blue: "Blau",
|
||||
orange: "Orange"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.el-GR.js
vendored
Normal file
48
app/static/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));
|
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.es-AR.js
vendored
Normal file
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.es-AR.js
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Spanish Argenina translation for bootstrap-wysihtml5
|
||||
*/
|
||||
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["es-AR"] = {
|
||||
font_styles: {
|
||||
normal: "Texto normal",
|
||||
h1: "Título 1",
|
||||
h2: "Título 2",
|
||||
h3: "Título 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Negrita",
|
||||
italic: "Itálica",
|
||||
underline: "Subrayado"
|
||||
},
|
||||
lists: {
|
||||
ordered: "Lista ordenada",
|
||||
unordered: "Lista desordenada",
|
||||
indent: "Agregar sangría",
|
||||
outdent: "Eliminar sangría"
|
||||
},
|
||||
link: {
|
||||
insert: "Insertar enlace",
|
||||
cancel: "Cancelar"
|
||||
},
|
||||
image: {
|
||||
insert: "Insertar imágen",
|
||||
cancel: "Cancelar"
|
||||
},
|
||||
html: {
|
||||
edit: "Editar HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Negro",
|
||||
silver: "Plata",
|
||||
gray: "Gris",
|
||||
maroon: "Marrón",
|
||||
red: "Rojo",
|
||||
purple: "Púrpura",
|
||||
green: "Verde",
|
||||
olive: "Oliva",
|
||||
navy: "Azul Marino",
|
||||
blue: "Azul",
|
||||
orange: "Naranja"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.es-ES.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.es-ES.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Uruguayan spanish translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["es-ES"] = {
|
||||
font_styles: {
|
||||
normal: "Texto normal",
|
||||
h1: "Título 1",
|
||||
h2: "Título 2",
|
||||
h3: "Título 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Negrita",
|
||||
italic: "Itálica",
|
||||
underline: "Subrayado"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Lista desordenada",
|
||||
ordered: "Lista ordenada",
|
||||
outdent: "Eliminar sangría",
|
||||
indent: "Agregar sangría"
|
||||
},
|
||||
link: {
|
||||
insert: "Insertar enlace",
|
||||
cancel: "Cancelar"
|
||||
},
|
||||
image: {
|
||||
insert: "Insertar imágen",
|
||||
cancel: "Cancelar"
|
||||
},
|
||||
html: {
|
||||
edit: "Editar HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Negro",
|
||||
silver: "Plata",
|
||||
gray: "Gris",
|
||||
maroon: "Marrón",
|
||||
red: "Rojo",
|
||||
purple: "Púrpura",
|
||||
green: "Verde",
|
||||
olive: "Oliva",
|
||||
navy: "Azul Marino",
|
||||
blue: "Azul",
|
||||
orange: "Naranja"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.fr-FR.js
vendored
Normal file
49
app/static/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));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.hr-HR.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.hr-HR.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Croatian localisation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["hr-HR"] = {
|
||||
font_styles: {
|
||||
normal: "Normalan tekst",
|
||||
h1: "Naslov 1",
|
||||
h2: "Naslov 2",
|
||||
h3: "Naslov 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Podebljano",
|
||||
italic: "Nakrivljeno",
|
||||
underline: "Podcrtano"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Nesortirana lista",
|
||||
ordered: "Sortirana lista",
|
||||
outdent: "Izdubi",
|
||||
indent: "Udubi"
|
||||
},
|
||||
link: {
|
||||
insert: "Umetni poveznicu",
|
||||
cancel: "Otkaži"
|
||||
},
|
||||
image: {
|
||||
insert: "Umetni sliku",
|
||||
cancel: "Otkaži"
|
||||
},
|
||||
html: {
|
||||
edit: "Izmjeni HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Crna",
|
||||
silver: "Srebrna",
|
||||
gray: "Siva",
|
||||
maroon: "Kestenjasta",
|
||||
red: "Crvena",
|
||||
purple: "Ljubičasta",
|
||||
green: "Zelena",
|
||||
olive: "Maslinasta",
|
||||
navy: "Mornarska",
|
||||
blue: "Plava",
|
||||
orange: "Narandžasta"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
47
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.it-IT.js
vendored
Normal file
47
app/static/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));
|
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ja-JP.js
vendored
Normal file
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ja-JP.js
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Japanese translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["ja-JP"] = {
|
||||
font_styles: {
|
||||
normal: "通常の文字",
|
||||
h1: "見出し1",
|
||||
h2: "見出し2",
|
||||
h3: "見出し3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "太字",
|
||||
italic: "斜体",
|
||||
underline: "下線"
|
||||
},
|
||||
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));
|
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ko-KR.js
vendored
Normal file
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ko-KR.js
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Korean translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["ko-KR"] = {
|
||||
font_styles: {
|
||||
normal: "일반",
|
||||
h1: "헤드라인 1",
|
||||
h2: "헤드라인 2",
|
||||
h3: "헤드라인 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "굵게",
|
||||
italic: "기울게",
|
||||
underline: "밑줄"
|
||||
},
|
||||
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));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.lt-LT.js
vendored
Normal file
48
app/static/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));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.mo-MD.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.mo-MD.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Moldavian translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["mo-MD"] = {
|
||||
font_styles: {
|
||||
normal: "Normal",
|
||||
h1: "Titlu 1",
|
||||
h2: "Titlu 2"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Bold",
|
||||
italic: "Cursiv",
|
||||
underline: "Accentuat"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Neordonata",
|
||||
ordered: "Ordonata",
|
||||
outdent: "Margine",
|
||||
indent: "zimțuire"
|
||||
},
|
||||
link: {
|
||||
insert: "Indroduce link-ul",
|
||||
cancel: "Anula"
|
||||
},
|
||||
image: {
|
||||
insert: "Insera imagina",
|
||||
cancel: "Anula"
|
||||
},
|
||||
html: {
|
||||
edit: "Editare HTML"
|
||||
},
|
||||
|
||||
colours: {
|
||||
black: "Negru",
|
||||
silver: "Argint",
|
||||
gray: "Gri",
|
||||
maroon: "Castaniu",
|
||||
red: "Roșu",
|
||||
purple: "Violet",
|
||||
green: "Verde",
|
||||
olive: "Oliv",
|
||||
navy: "Marin",
|
||||
blue: "Albastru",
|
||||
orange: "Portocaliu"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.nb-NB.js
vendored
Normal file
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.nb-NB.js
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Norwegian translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["nb-NB"] = {
|
||||
font_styles: {
|
||||
normal: "Normal tekst",
|
||||
h1: "Tittel 1",
|
||||
h2: "Tittel 2",
|
||||
h3: "Tittel 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Fet",
|
||||
italic: "Kursiv",
|
||||
underline: "Understrekning"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Usortert",
|
||||
ordered: "Sortert",
|
||||
outdent: "Detabuler",
|
||||
indent: "Tabuler",
|
||||
indered: "Tabuler"
|
||||
},
|
||||
link: {
|
||||
insert: "Sett inn lenke",
|
||||
cancel: "Avbryt"
|
||||
},
|
||||
image: {
|
||||
insert: "Sett inn bilde",
|
||||
cancel: "Avbryt"
|
||||
},
|
||||
html: {
|
||||
edit: "Rediger HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Svart",
|
||||
silver: "Sølv",
|
||||
gray: "Grå",
|
||||
maroon: "Brun",
|
||||
red: "Rød",
|
||||
purple: "Lilla",
|
||||
green: "Grønn",
|
||||
olive: "Oliven",
|
||||
navy: "Marineblå",
|
||||
blue: "Blå",
|
||||
orange: "Oransj"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.nl-NL.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.nl-NL.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Dutch translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["nl-NL"] = {
|
||||
font_styles: {
|
||||
normal: "Normale Tekst",
|
||||
h1: "Kop 1",
|
||||
h2: "Kop 2",
|
||||
h3: "Kop 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Vet",
|
||||
italic: "Cursief",
|
||||
underline: "Onderstrepen"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Ongeordende lijst",
|
||||
ordered: "Geordende lijst",
|
||||
outdent: "Inspringen verkleinen",
|
||||
indent: "Inspringen vergroten"
|
||||
},
|
||||
link: {
|
||||
insert: "Link invoegen",
|
||||
cancel: "Annuleren"
|
||||
},
|
||||
image: {
|
||||
insert: "Afbeelding invoegen",
|
||||
cancel: "Annuleren"
|
||||
},
|
||||
html: {
|
||||
edit: "HTML bewerken"
|
||||
},
|
||||
colours: {
|
||||
black: "Zwart",
|
||||
silver: "Zilver",
|
||||
gray: "Grijs",
|
||||
maroon: "Kastanjebruin",
|
||||
red: "Rood",
|
||||
purple: "Paars",
|
||||
green: "Groen",
|
||||
olive: "Olijfgroen",
|
||||
navy: "Donkerblauw",
|
||||
blue: "Blauw",
|
||||
orange: "Oranje"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.pl-PL.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.pl-PL.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Polish translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["pl-PL"] = {
|
||||
font_styles: {
|
||||
normal: "Tekst podstawowy",
|
||||
h1: "Nagłówek 1",
|
||||
h2: "Nagłówek 2",
|
||||
h3: "Nagłówek 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Pogrubienie",
|
||||
italic: "Kursywa",
|
||||
underline: "Podkreślenie"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Lista wypunktowana",
|
||||
ordered: "Lista numerowana",
|
||||
outdent: "Zwiększ wcięcie",
|
||||
indent: "Zmniejsz wcięcie"
|
||||
},
|
||||
link: {
|
||||
insert: "Wstaw odnośnik",
|
||||
cancel: "Anuluj"
|
||||
},
|
||||
image: {
|
||||
insert: "Wstaw obrazek",
|
||||
cancel: "Anuluj"
|
||||
},
|
||||
html: {
|
||||
edit: "Edycja HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Czarny",
|
||||
silver: "Srebrny",
|
||||
gray: "Szary",
|
||||
maroon: "Kasztanowy",
|
||||
red: "Czerwony",
|
||||
purple: "Fioletowy",
|
||||
green: "Zielony",
|
||||
olive: "Oliwkowy",
|
||||
navy: "Granatowy",
|
||||
blue: "Niebieski",
|
||||
orange: "Pomarańczowy"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.pt-BR.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.pt-BR.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Brazilian portuguese translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["pt-BR"] = {
|
||||
font_styles: {
|
||||
normal: "Texto normal",
|
||||
h1: "Título 1",
|
||||
h2: "Título 2",
|
||||
h3: "Título 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Negrito",
|
||||
italic: "Itálico",
|
||||
underline: "Sublinhado"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Lista",
|
||||
ordered: "Lista numerada",
|
||||
outdent: "Remover indentação",
|
||||
indent: "Indentar"
|
||||
},
|
||||
link: {
|
||||
insert: "Inserir link",
|
||||
cancel: "Cancelar"
|
||||
},
|
||||
image: {
|
||||
insert: "Inserir imagem",
|
||||
cancel: "Cancelar"
|
||||
},
|
||||
html: {
|
||||
edit: "Editar HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Preto",
|
||||
silver: "Prata",
|
||||
gray: "Cinza",
|
||||
maroon: "Marrom",
|
||||
red: "Vermelho",
|
||||
purple: "Roxo",
|
||||
green: "Verde",
|
||||
olive: "Oliva",
|
||||
navy: "Marinho",
|
||||
blue: "Azul",
|
||||
orange: "Laranja"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ru-RU.js
vendored
Normal file
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ru-RU.js
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Russian translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["ru-RU"] = {
|
||||
font_styles: {
|
||||
normal: "Обычный текст",
|
||||
h1: "Заголовок 1",
|
||||
h2: "Заголовок 2",
|
||||
h3: "Заголовок 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Полужирный",
|
||||
italic: "Курсив",
|
||||
underline: "Подчёркнутый"
|
||||
},
|
||||
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));
|
||||
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.sk-SK.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.sk-SK.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Slovak translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["sk-SK"] = {
|
||||
font_styles: {
|
||||
normal: "Normálny text",
|
||||
h1: "Nadpis úrovne 1",
|
||||
h2: "Nadpis úrovne 2",
|
||||
h3: "Nadpis úrovne 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Tučné",
|
||||
italic: "Kurzíva",
|
||||
underline: "Podčiarknuté"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Neusporiadaný zoznam",
|
||||
ordered: "Číslovaný zoznam",
|
||||
outdent: "Zväčšiť odsadenie",
|
||||
indent: "Zmenšiť odsadenie"
|
||||
},
|
||||
link: {
|
||||
insert: "Vložiť odkaz",
|
||||
cancel: "Zrušiť"
|
||||
},
|
||||
image: {
|
||||
insert: "Vložiť obrázok",
|
||||
cancel: "Zrušiť"
|
||||
},
|
||||
html: {
|
||||
edit: "Editovať HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Čierna",
|
||||
silver: "Strieborná",
|
||||
gray: "Šedá",
|
||||
maroon: "Bordová",
|
||||
red: "Červená",
|
||||
purple: "Fialová",
|
||||
green: "Zelená",
|
||||
olive: "Olivová",
|
||||
navy: "Tmavomodrá",
|
||||
blue: "Modrá",
|
||||
orange: "Oranžová"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.sv-SE.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.sv-SE.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Swedish translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["sv-SE"] = {
|
||||
font_styles: {
|
||||
normal: "Normal Text",
|
||||
h1: "Rubrik 1",
|
||||
h2: "Rubrik 2",
|
||||
h3: "Rubrik 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Fet",
|
||||
italic: "Kursiv",
|
||||
underline: "Understruken"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Osorterad lista",
|
||||
ordered: "Sorterad lista",
|
||||
outdent: "Minska indrag",
|
||||
indent: "Öka indrag"
|
||||
},
|
||||
link: {
|
||||
insert: "Lägg till länk",
|
||||
cancel: "Avbryt"
|
||||
},
|
||||
image: {
|
||||
insert: "Lägg till Bild",
|
||||
cancel: "Avbryt"
|
||||
},
|
||||
html: {
|
||||
edit: "Redigera HTML"
|
||||
},
|
||||
colours: {
|
||||
black: "Svart",
|
||||
silver: "Silver",
|
||||
gray: "Grå",
|
||||
maroon: "Kastaniebrun",
|
||||
red: "Röd",
|
||||
purple: "Lila",
|
||||
green: "Grön",
|
||||
olive: "Olivgrön",
|
||||
navy: "Marinblå",
|
||||
blue: "Blå",
|
||||
orange: "Orange"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.tr-TR.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.tr-TR.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Turkish translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["tr-TR"] = {
|
||||
font_styles: {
|
||||
normal: "Normal",
|
||||
h1: "Başlık 1",
|
||||
h2: "Başlık 2",
|
||||
h3: "Başlık 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Kalın",
|
||||
italic: "İtalik",
|
||||
underline: "Altı Çizili"
|
||||
},
|
||||
lists: {
|
||||
unordered: "Sırasız Liste",
|
||||
ordered: "Sıralı Liste",
|
||||
outdent: "Girintiyi Azalt",
|
||||
indent: "Girintiyi Arttır"
|
||||
},
|
||||
link: {
|
||||
insert: "Ekle",
|
||||
cancel: "Vazgeç"
|
||||
},
|
||||
image: {
|
||||
insert: "Ekle",
|
||||
cancel: "Vazgeç"
|
||||
},
|
||||
html: {
|
||||
edit: "HTML Göster"
|
||||
},
|
||||
colours: {
|
||||
black: "Siyah",
|
||||
silver: "Gümüş",
|
||||
gray: "Gri",
|
||||
maroon: "Vişne Çürüğü",
|
||||
red: "Kırmızı",
|
||||
purple: "Pembe",
|
||||
green: "Yeşil",
|
||||
olive: "Zeytin Yeşili",
|
||||
navy: "Lacivert",
|
||||
blue: "Mavi",
|
||||
orange: "Turuncu"
|
||||
}
|
||||
};
|
||||
}(jQuery));
|
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ua-UA.js
vendored
Normal file
49
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ua-UA.js
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Ukrainian translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["ua-UA"] = {
|
||||
font_styles: {
|
||||
normal: "Звичайний текст",
|
||||
h1: "Заголовок 1",
|
||||
h2: "Заголовок 2",
|
||||
h3: "Заголовок 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "Напівжирний",
|
||||
italic: "Курсив",
|
||||
underline: "Підкреслений"
|
||||
},
|
||||
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));
|
||||
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.zh-CN.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.zh-CN.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Chinese translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["zh-CN"] = {
|
||||
font_styles: {
|
||||
normal: "正文",
|
||||
h1: "标题 1",
|
||||
h2: "标题 2",
|
||||
h3: "标题 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "粗体",
|
||||
italic: "斜体",
|
||||
underline: "下划线"
|
||||
},
|
||||
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));
|
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.zh-TW.js
vendored
Normal file
48
app/static/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.zh-TW.js
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
/**
|
||||
* Chinese Traditional translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["zh-TW"] = {
|
||||
font_styles: {
|
||||
normal: "內文",
|
||||
h1: "標題 1",
|
||||
h2: "標題 2",
|
||||
h3: "標題 3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "粗體",
|
||||
italic: "斜體",
|
||||
underline: "底線"
|
||||
},
|
||||
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