angular-rich-text-editor
Version:
A lightweight, configurable rich-text editor component for Angular applications.
165 lines (164 loc) • 11.6 kB
JavaScript
//Catalan , Català
RTE_DefaultConfig.text_language = "llengua"; //"Language"
RTE_DefaultConfig.text_ok = "OK"; //"OK"
RTE_DefaultConfig.text_cancel = "cancel·lar"; //"Cancel"
RTE_DefaultConfig.text_normal = "normal"; //"Normal"
RTE_DefaultConfig.text_h1 = "Títol 1"; //"Headline 1"
RTE_DefaultConfig.text_h2 = "Títol 2"; //"Headline 2"
RTE_DefaultConfig.text_h3 = "Títol 3"; //"Headline 3"
RTE_DefaultConfig.text_h4 = "Títol 4"; //"Headline 4"
RTE_DefaultConfig.text_h5 = "Títol 5"; //"Headline 5"
RTE_DefaultConfig.text_h6 = "Títol 6"; //"Headline 6"
RTE_DefaultConfig.text_h7 = "Títol 7"; //"Headline 7"
RTE_DefaultConfig.text_close = "tancar"; //"Close"
RTE_DefaultConfig.text_bold = "negreta"; //"Bold"
RTE_DefaultConfig.text_italic = "itàlica"; //"Italic"
RTE_DefaultConfig.text_underline = "subratllat"; //"Underline"
RTE_DefaultConfig.text_strike = "Línia d'atac"; //"Strike Line"
RTE_DefaultConfig.text_superscript = "superíndex"; //"Superscript"
RTE_DefaultConfig.text_subscript = "Subcript"; //"Subcript"
RTE_DefaultConfig.text_ucase = "Majúscules"; //"Upper Case"
RTE_DefaultConfig.text_lcase = "Minúscules"; //"Lower Case"
RTE_DefaultConfig.text_removeformat = "Suprimeix el format"; //"Remove Format"
RTE_DefaultConfig.text_insertlink = "Insereix un enllaç"; //"Insert Link"
RTE_DefaultConfig.text_openlink = "Obrir enllaç"; //"Open Link"
RTE_DefaultConfig.text_editlink = "Edita l'enllaç"; //"Edit Link"
RTE_DefaultConfig.text_unlink = "Suprimeix l'enllaç"; //"Remove Link"
RTE_DefaultConfig.text_controlinsertlink = "@insertlink"; //"@insertlink"
RTE_DefaultConfig.text_controleditlink = "@editlink"; //"@editlink"
RTE_DefaultConfig.text_controlopenlink = "@openlink"; //"@openlink"
RTE_DefaultConfig.text_controlunlink = "@unlink"; //"@unlink"
RTE_DefaultConfig.text_lineheight = "Alçada de línia"; //"Line Height"
RTE_DefaultConfig.text_indent = "sagnia"; //"Indent"
RTE_DefaultConfig.text_outdent = "Sagnia negativa"; //"Outdent"
RTE_DefaultConfig.text_insertblockquote = "Citació de bloc"; //"Block Quote"
RTE_DefaultConfig.text_insertorderedlist = "Llista ordenada"; //"Ordered List"
RTE_DefaultConfig.text_insertunorderedlist = "Llista desordenada"; //"Unordered List"
RTE_DefaultConfig.text_inserthorizontalrule = "Insereix una regla horitzontal"; //"Insert Horizontal Rule"
RTE_DefaultConfig.text_insertdate = "Insereix data"; //"Insert Date"
RTE_DefaultConfig.text_inserttable = "Insereix taula"; //"Insert Table"
RTE_DefaultConfig.text_insertimage = "Insereix imatge"; //"Insert Image"
RTE_DefaultConfig.text_insertvideo = "Inserir vídeo"; //"Insert Video"
RTE_DefaultConfig.text_insertcode = "Codi d'inserció"; //"Insert Code"
RTE_DefaultConfig.text_html2pdf = "Crear PDF"; //"Create PDF"
RTE_DefaultConfig.text_insertemoji = "Insereix Emoji"; //"Insert Emoji"
RTE_DefaultConfig.text_insertchars = "Caràcters especials"; //"Special characters"
RTE_DefaultConfig.text_characters = "caràcters"; //"Characters"
RTE_DefaultConfig.text_fontname = "lletra"; //"Font"
RTE_DefaultConfig.text_fontsize = "mida"; //"Size"
RTE_DefaultConfig.text_forecolor = "Color del text"; //"Text Color"
RTE_DefaultConfig.text_backcolor = "Color del fons"; //"Back Color"
RTE_DefaultConfig.text_justify = "justificar"; //"Justify"
RTE_DefaultConfig.text_justifyleft = "Justifica l'esquerra"; //"Justify Left"
RTE_DefaultConfig.text_justifyright = "Justifiqui dret"; //"Justify Right"
RTE_DefaultConfig.text_justifycenter = "Justifica el centre"; //"Justify Center"
RTE_DefaultConfig.text_justifyfull = "Justifiqui ple"; //"Justify Full"
RTE_DefaultConfig.text_justifynone = "Justificar cap"; //"Justify None"
RTE_DefaultConfig.text_delete = "suprimir"; //"Delete"
RTE_DefaultConfig.text_save = "Desa el fitxer"; //"Save file"
RTE_DefaultConfig.text_selectall = "Selecciona-les totes"; //"Select All"
RTE_DefaultConfig.text_code = "Codi HTML"; //"HTML Code"
RTE_DefaultConfig.text_preview = "vista prèvia"; //"Preview"
RTE_DefaultConfig.text_print = "imprimir"; //"Print"
RTE_DefaultConfig.text_undo = "desfer"; //"Undo"
RTE_DefaultConfig.text_redo = "refer"; //"Redo"
RTE_DefaultConfig.text_more = "Més..."; //"More..."
RTE_DefaultConfig.text_newdoc = "Nou doc"; //"New Doc"
RTE_DefaultConfig.text_help = "ajudar"; //"Help"
RTE_DefaultConfig.text_fullscreenenter = "Ajusta a la finestra"; //"Fit to Window"
RTE_DefaultConfig.text_fullscreenexit = "Sortir de la pantalla completa"; //"Exit Full Screen"
RTE_DefaultConfig.text_fullscreen = "@text_fullscreenenter"; //"@text_fullscreenenter"
RTE_DefaultConfig.text_imageeditor = "Editor d'imatges"; //"Image Editor"
RTE_DefaultConfig.text_imagestyle = "Estils d'imatge"; //"Image Styles"
RTE_DefaultConfig.text_inlinestyle = "Estils en línia"; //"Inline Styles"
RTE_DefaultConfig.text_paragraphstyle = "Estils de paràgraf"; //"Paragraph Styles"
RTE_DefaultConfig.text_linkstyle = "Estils d'enllaç"; //"Link Styles"
RTE_DefaultConfig.text_link = "enllaç"; //"Link"
RTE_DefaultConfig.text_style = "estils"; //"Styles"
RTE_DefaultConfig.text_cssclass = "Classes CSS"; //"Css Classes"
RTE_DefaultConfig.text_url = "url"; //"Url"
RTE_DefaultConfig.text_byurl = "Per URL"; //"By Url"
RTE_DefaultConfig.text_upload = "carregar"; //"Upload"
RTE_DefaultConfig.text_size = "mida"; //"Size"
RTE_DefaultConfig.text_text = "text"; //"Text"
RTE_DefaultConfig.text_opennewwin = "Obre en una pestanya nova"; //"Open in new tab"
RTE_DefaultConfig.text_insert = "inserir"; //"Insert"
RTE_DefaultConfig.text_update = "actualització"; //"Update"
RTE_DefaultConfig.text_find = "Cerca & reemplaça"; //"Find&Replace"
RTE_DefaultConfig.text_findwhat = "trobar"; //"Find"
RTE_DefaultConfig.text_replacewith = "reemplaçar"; //"Replace"
RTE_DefaultConfig.text_findnext = "pròxim"; //"Next"
RTE_DefaultConfig.text_replaceonce = "reemplaçar"; //"Replace"
RTE_DefaultConfig.text_replaceall = "Reemplaça-ho tot"; //"Replace All"
RTE_DefaultConfig.text_matchcase = "Cas de concordança"; //"Match Case"
RTE_DefaultConfig.text_matchword = "Paraula de concordança"; //"Match Word"
RTE_DefaultConfig.text_move_down = "Desplaça avall"; //"Move Down"
RTE_DefaultConfig.text_move_up = "Mou amunt"; //"Move Up"
RTE_DefaultConfig.text_controlsizeauto = "Mida auto"; //"Auto size"
RTE_DefaultConfig.text_controlsize100 = "100% d'amplada"; //"100% width"
RTE_DefaultConfig.text_controlsize75 = "75% d'amplada"; //"75% width"
RTE_DefaultConfig.text_controlsize50 = "50% d'amplada"; //"50% width"
RTE_DefaultConfig.text_controlsize25 = "25% d'ample"; //"25% width"
RTE_DefaultConfig.text_controlsize = "Mida del conjunt"; //"Set Size"
RTE_DefaultConfig.text_controlalt = "Text alternatiu"; //"Alt text"
RTE_DefaultConfig.text_controljustify = "justificar"; //"Justify"
RTE_DefaultConfig.text_imagecaption = "Títol de la imatge"; //"Image Caption"
RTE_DefaultConfig.text_tablecellmerge = "Fusiona les cel·les"; //"Merge Cells"
RTE_DefaultConfig.text_tablecellsplitver = "Divideix les cel·les verticals"; //"Split Cells Vertical"
RTE_DefaultConfig.text_tablecellsplithor = "Cèl·lules dividides horitzontals"; //"Split Cells Horizontal"
RTE_DefaultConfig.text_tablecellforecolor = "Color del text de la cel·la"; //"Cell Text Color"
RTE_DefaultConfig.text_tablecellbackcolor = "Color de l'esquena de la cel·la"; //"Cell Back Color"
RTE_DefaultConfig.text_tablerowinsertabove = "Insereix una fila a dalt"; //"Insert Row Above"
RTE_DefaultConfig.text_tablerowinsertbelow = "Insereix una fila a sota"; //"Insert Row Below"
RTE_DefaultConfig.text_tablecolumninsertleft = "Insereix una columna a l'esquerra"; //"Insert Column Left"
RTE_DefaultConfig.text_tablecolumninsertright = "Insereix una columna a la dreta"; //"Insert Column Right"
RTE_DefaultConfig.text_tablecolumndelete = "Suprimeix la columna"; //"Delete Column"
RTE_DefaultConfig.text_tablerowdelete = "Suprimeix la fila"; //"Delete Row"
RTE_DefaultConfig.text_tabledelete = "Suprimeix la taula"; //"Delete Table"
RTE_DefaultConfig.text_tableautosize = "Mida auto"; //"Auto Size"
RTE_DefaultConfig.text_tableheader = "Capçalera de la taula"; //"Table Header"
RTE_DefaultConfig.text_plusbtn = "Afegir un paràgraf nou"; //"Add a new paragraph"
RTE_DefaultConfig.text_paste = "enganxar"; //"Paste"
RTE_DefaultConfig.text_pasteauto = "enganxar"; //"Paste"
RTE_DefaultConfig.text_pastetext = "Enganxa text"; //"Paste Text"
RTE_DefaultConfig.text_pasteashtml = "Enganxa-la com a HTML"; //"Paste as Html"
RTE_DefaultConfig.text_pasteword = "Enganxa la paraula"; //"Paste Word"
RTE_DefaultConfig.text_pasteinstruction = "Feu servir CTRL + V per enganxar el contingut al quadre de sota. \R\nel contingut es netejarà automàticament."; //"Please use CTRL+V to paste the content into the box below. \\r\\nThe content will be cleaned automatically."
RTE_DefaultConfig.text_paragraphop = "paràgrafs"; //"Paragraphs"
RTE_DefaultConfig.text_paragraphs = "paràgrafs"; //"Paragraphs"
RTE_DefaultConfig.text_pmoveup = "Mou amunt"; //"Move Up"
RTE_DefaultConfig.text_pmovedown = "Desplaça avall"; //"Move Down"
RTE_DefaultConfig.text_pduplicate = "duplicats"; //"Duplicate"
RTE_DefaultConfig.text_pdelete = "suprimir"; //"Delete"
RTE_DefaultConfig.text_pmore = "Més.."; //"More.."
RTE_DefaultConfig.text_togglemore = "Més.."; //"More.."
RTE_DefaultConfig.text_toggleborder = "Commuta la vora"; //"Toggle Border"
RTE_DefaultConfig.text_cut = "tallar"; //"Cut"
RTE_DefaultConfig.text_copy = "còpia"; //"Copy"
RTE_DefaultConfig.text_copied = "copiat"; //"copied"
RTE_DefaultConfig.text_insertgallery = "Insereix una galeria"; //"Insert Gallery"
RTE_DefaultConfig.text_insertdocument = "Insereix un document"; //"Insert Document"
RTE_DefaultConfig.text_inserttemplate = "Insereix una plantilla"; //"Insert Template"
RTE_DefaultConfig.text_previewtitle = "vista prèvia"; //"Preview"
RTE_DefaultConfig.text_previewnormal = "normal"; //"Normal"
RTE_DefaultConfig.text_previewmobile = "mòbil"; //"Mobile"
RTE_DefaultConfig.text_previewtablet = "pastilla"; //"Tablet"
RTE_DefaultConfig.text_table = "taula"; //"Table"
RTE_DefaultConfig.text_tablecell = "Cel·la de la taula"; //"Table Cell"
RTE_DefaultConfig.text_tablerow = "Fila de la taula"; //"Table Row"
RTE_DefaultConfig.text_tablecolumn = "Columna de la taula"; //"Table Column"
RTE_DefaultConfig.text_colorauto = "Automàtica"; //"Automatic"
RTE_DefaultConfig.text_colormore = "més"; //"More"
RTE_DefaultConfig.text_colorpicker = "Selector de color"; //"Color Picker"
RTE_DefaultConfig.text_colorwebpalette = "Paleta web"; //"Web Palette"
RTE_DefaultConfig.text_colornamedcolors = "Anomenats colors"; //"Named Colors"
RTE_DefaultConfig.text_colorbasic = "bàsica"; //"Basic"
RTE_DefaultConfig.text_coloraddition = "addició"; //"Addition"
RTE_DefaultConfig.text_draganddrop = "Arrossegar i deixar anar"; //"Drag and drop"
RTE_DefaultConfig.text_or = "o"; //"or"
RTE_DefaultConfig.text_clicktoupload = "Feu clic per penjar"; //"Click to upload"
RTE_DefaultConfig.text_defaultimagecaption = "Llegenda d'imatge per defecte"; //"Default Image Caption"
RTE_DefaultConfig.text_searchemojis = "cerca"; //"Search"
RTE_DefaultConfig.text_insertgallerytitle = "@insertgallery"; //"@insertgallery"
RTE_DefaultConfig.text_inserttemplatetitle = "@inserttemplate"; //"@inserttemplate"
RTE_DefaultConfig.text_reachmaxlength = "El text que s'afegirà ha assolit el límit de caràcters d'aquest camp."; //"The text to be added has reached the character limit for this field."