fix: i18n some tag escape

This commit is contained in:
shuai 2023-09-05 10:56:59 +08:00
parent 367abc3003
commit 9927b7f48f
3 changed files with 12 additions and 12 deletions

View File

@ -1292,16 +1292,16 @@ ui:
page_title: CSS and HTML
custom_css:
label: Custom CSS
text: This will insert as <link>
text: This will insert as &lt;link>
head:
label: Head
text: This will insert before </head>
text: This will insert before &lt;/head>
header:
label: Header
text: This will insert after <body>
text: This will insert after &lt;body>
footer:
label: Footer
text: This will insert before </html>.
text: This will insert before &lt;/body>.
login:
page_title: Login
membership:

View File

@ -1657,16 +1657,16 @@ ui:
page_title: CSS and HTML
custom_css:
label: Custom CSS
text: This will insert as <link>
text: This will insert as &lt;link>
head:
label: Head
text: This will insert before </head>
text: This will insert before &lt;/head>
header:
label: Header
text: This will insert after <body>
text: This will insert after &lt;body>
footer:
label: Footer
text: This will insert before </body>.
text: This will insert before &lt;/body>.
sidebar:
label: Sidebar
text: This will insert in sidebar.

View File

@ -1607,16 +1607,16 @@ ui:
page_title: CSS 与 HTML
custom_css:
label: 自定义 CSS
text: 这将以 <link> 方式插入
text: 这将以 &lt;link> 方式插入
head:
label: 头部
text: 这将在 </head> 之前插入
text: 这将在 &lt;/head> 之前插入
header:
label: 页眉
text: 这将在 <body> 之后插入
text: 这将在 &lt;body> 之后插入
footer:
label: 页脚
text: 这将在 </body> 之前插入.
text: 这将在 &lt;/body> 之前插入.
sidebar:
label: 侧边栏
text: 这将插入侧边栏中。