mirror of https://gitee.com/answerdev/answer.git
fix: i18n some tag escape
This commit is contained in:
parent
367abc3003
commit
9927b7f48f
|
@ -1292,16 +1292,16 @@ ui:
|
||||||
page_title: CSS and HTML
|
page_title: CSS and HTML
|
||||||
custom_css:
|
custom_css:
|
||||||
label: Custom CSS
|
label: Custom CSS
|
||||||
text: This will insert as <link>
|
text: This will insert as <link>
|
||||||
head:
|
head:
|
||||||
label: Head
|
label: Head
|
||||||
text: This will insert before </head>
|
text: This will insert before </head>
|
||||||
header:
|
header:
|
||||||
label: Header
|
label: Header
|
||||||
text: This will insert after <body>
|
text: This will insert after <body>
|
||||||
footer:
|
footer:
|
||||||
label: Footer
|
label: Footer
|
||||||
text: This will insert before </html>.
|
text: This will insert before </body>.
|
||||||
login:
|
login:
|
||||||
page_title: Login
|
page_title: Login
|
||||||
membership:
|
membership:
|
||||||
|
|
|
@ -1657,16 +1657,16 @@ ui:
|
||||||
page_title: CSS and HTML
|
page_title: CSS and HTML
|
||||||
custom_css:
|
custom_css:
|
||||||
label: Custom CSS
|
label: Custom CSS
|
||||||
text: This will insert as <link>
|
text: This will insert as <link>
|
||||||
head:
|
head:
|
||||||
label: Head
|
label: Head
|
||||||
text: This will insert before </head>
|
text: This will insert before </head>
|
||||||
header:
|
header:
|
||||||
label: Header
|
label: Header
|
||||||
text: This will insert after <body>
|
text: This will insert after <body>
|
||||||
footer:
|
footer:
|
||||||
label: Footer
|
label: Footer
|
||||||
text: This will insert before </body>.
|
text: This will insert before </body>.
|
||||||
sidebar:
|
sidebar:
|
||||||
label: Sidebar
|
label: Sidebar
|
||||||
text: This will insert in sidebar.
|
text: This will insert in sidebar.
|
||||||
|
|
|
@ -1607,16 +1607,16 @@ ui:
|
||||||
page_title: CSS 与 HTML
|
page_title: CSS 与 HTML
|
||||||
custom_css:
|
custom_css:
|
||||||
label: 自定义 CSS
|
label: 自定义 CSS
|
||||||
text: 这将以 <link> 方式插入
|
text: 这将以 <link> 方式插入
|
||||||
head:
|
head:
|
||||||
label: 头部
|
label: 头部
|
||||||
text: 这将在 </head> 之前插入
|
text: 这将在 </head> 之前插入
|
||||||
header:
|
header:
|
||||||
label: 页眉
|
label: 页眉
|
||||||
text: 这将在 <body> 之后插入
|
text: 这将在 <body> 之后插入
|
||||||
footer:
|
footer:
|
||||||
label: 页脚
|
label: 页脚
|
||||||
text: 这将在 </body> 之前插入.
|
text: 这将在 </body> 之前插入.
|
||||||
sidebar:
|
sidebar:
|
||||||
label: 侧边栏
|
label: 侧边栏
|
||||||
text: 这将插入侧边栏中。
|
text: 这将插入侧边栏中。
|
||||||
|
|
Loading…
Reference in New Issue