mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
47
web/metronic/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ca-CT.js
vendored
Normal file
47
web/metronic/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));
|
Loading…
Add table
Add a link
Reference in a new issue