Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions i18n/af_ZA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions i18n/en_US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions i18n/zh_CN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 这将插入侧边栏中。
Expand Down