mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
63 lines
2.2 KiB
JavaScript
63 lines
2.2 KiB
JavaScript
|
tinyMCE.addI18n('th.style_dlg',{
|
||
|
title:"\u0E41\u0E01\u0E49\u0E44\u0E02 CSS",
|
||
|
apply:"\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19",
|
||
|
text_tab:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21",
|
||
|
background_tab:"\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07",
|
||
|
block_tab:"Block",
|
||
|
box_tab:"Box",
|
||
|
border_tab:"\u0E01\u0E23\u0E2D\u0E1A",
|
||
|
list_tab:"List",
|
||
|
positioning_tab:"Positioning",
|
||
|
text_props:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21",
|
||
|
text_font:"\u0E15\u0E31\u0E27\u0E2B\u0E19\u0E31\u0E07\u0E2A\u0E37\u0E2D",
|
||
|
text_size:"\u0E02\u0E19\u0E32\u0E14",
|
||
|
text_weight:"\u0E19\u0E49\u0E33\u0E2B\u0E19\u0E31\u0E01",
|
||
|
text_style:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A",
|
||
|
text_variant:"Variant",
|
||
|
text_lineheight:"\u0E04\u0E27\u0E32\u0E21\u0E2A\u0E39\u0E07\u0E02\u0E2D\u0E07\u0E1A\u0E31\u0E19\u0E17\u0E31\u0E14",
|
||
|
text_case:"Case",
|
||
|
text_color:"\u0E2A\u0E35",
|
||
|
text_decoration:"Decoration",
|
||
|
text_overline:"overline",
|
||
|
text_underline:"underline",
|
||
|
text_striketrough:"strikethrough",
|
||
|
text_blink:"blink",
|
||
|
text_none:"none",
|
||
|
background_color:"\u0E2A\u0E35\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07",
|
||
|
background_image:"\u0E23\u0E39\u0E1B\u0E1E\u0E37\u0E49\u0E19\u0E2B\u0E25\u0E31\u0E07",
|
||
|
background_repeat:"Repeat",
|
||
|
background_attachment:"Attachment",
|
||
|
background_hpos:"Horizontal position",
|
||
|
background_vpos:"Vertical position",
|
||
|
block_wordspacing:"Word spacing",
|
||
|
block_letterspacing:"Letter spacing",
|
||
|
block_vertical_alignment:"Vertical alignment",
|
||
|
block_text_align:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21 align",
|
||
|
block_text_indent:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21 indent",
|
||
|
block_whitespace:"Whitespace",
|
||
|
block_display:"Display",
|
||
|
box_width:"Width",
|
||
|
box_height:"Height",
|
||
|
box_float:"Float",
|
||
|
box_clear:"Clear",
|
||
|
padding:"Padding",
|
||
|
same:"Same for all",
|
||
|
top:"\u0E1A\u0E19",
|
||
|
right:"\u0E02\u0E27\u0E32",
|
||
|
bottom:"\u0E25\u0E48\u0E32\u0E07",
|
||
|
left:"\u0E0B\u0E49\u0E32\u0E22",
|
||
|
margin:"Margin",
|
||
|
style:"\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A",
|
||
|
width:"Width",
|
||
|
height:"Height",
|
||
|
color:"\u0E2A\u0E35",
|
||
|
list_type:"Type",
|
||
|
bullet_image:"Bullet image",
|
||
|
position:"Position",
|
||
|
positioning_type:"Type",
|
||
|
visibility:"Visibility",
|
||
|
zindex:"Z-index",
|
||
|
overflow:"Overflow",
|
||
|
placement:"Placement",
|
||
|
clip:"Clip"
|
||
|
});
|