%= render :partial => "/tr8n/admin/common/header" %>
Label - text to be translated (required)
<%=text_area_tag(:label, "{count|| message, messages}", :style => "width:98%; height:40px;")%> |
Description - defines the context of the label (optional)
<%=text_area_tag(:description, "", :style => "width:98%; height:40px;")%> |
|
Tokens JSON - provides values for tokens used in translation. (required, if data tokens are defined)
<%=text_area_tag(:tokens, "{'count':5}", :style => "width:99%; height:50px;")%>
|
||
Translation - translated label with substituted tokens
Translation Raw HTML - translated label with substituted tokens
<%=text_area_tag(:result, "", :style => "width:99%; background:#F9F8F7;height:50px; border:1px solid #ccc;", :readonly => true)%>
|