Skip to content

Commit

Permalink
style: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
teaSummer committed Jun 28, 2024
1 parent 9d028fe commit 3da9f0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
head.title: Wow, It's All Minecraft - MCiSEE
description.title: Wow, It's All <i>Minecraft</i>
description.1: Here are Minecraft resources for players. How about "Apps"?
description.2: |-
description.2: >-
Welcome to contribute for <a href="https://github.com/teaSummer/MCiSEE" target="_blank">GitHub Repo</a>!
Please give us a star
description.3: Enjoy and share more interesting with everyone!
Expand Down Expand Up @@ -38,7 +38,7 @@ data:
gotoLauncherWebsite.note: To GitHub Repo or official website
unfold: More...
fold: Less
GitHubProxy: |-
GitHubProxy: >-
Speedup the GitHub with <a href="https://mirror.ghproxy.com" target="_blank">mirror</a> proxy
searchableDirect: '{searchable}: Auto access to the detail page when possible'
ellipsis: ....
Expand Down Expand Up @@ -66,15 +66,15 @@ data:
release.note: the stable release version
preRelease: Dev
preRelease.note: the developing beta version
launcher.release: |-
launcher.release: >-
<a class="button download data-download-launcher" target="_blank" title="{download} {release.note} ${linkVersion}"
data-backup-href="${linkDownload}" href="${linkUrl}">${downloadSVG}{download} {release} ${linkVersion}</a>
launcher.release.latest: |-
launcher.release.latest: >-
<a class="button download data-download-launcher" target="_blank" title="{download} {release.note} {latest.note}"
data-backup-href="${linkDownload}" href="${linkUrl}">${downloadSVG}{download} {latest} {release}</a>
launcher.preRelease: |-
launcher.preRelease: >-
<a class="button download data-dev-download-launcher" target="_blank" title="{download} {preRelease.note} ${linkDevVersion}"
data-backup-href="${linkDevDownload}" href="${linkDevUrl}">${downloadSVG} {download} {preRelease} ${linkDevVersion}</a>
launcher.preRelease.latest: |-
launcher.preRelease.latest: >-
<a class="button download data-dev-download-launcher" target="_blank" title="{download} {preRelease.note} {latest.note}"
data-backup-href="${linkDevDownload}" href="${linkDevUrl}">${downloadSVG} {download} {latest} {preRelease}</a>
12 changes: 6 additions & 6 deletions locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
head.title: 所见皆是Minecraft - MCiSEE
description.title: 所见皆是<i>Minecraft</i>
description.1: 玩家们可以从这里挖掘Minecraft常用资源,例如软件等。
description.2: |-
description.2: >-
欢迎各位来 <a href="https://GitHub.com/teaSummer/MCiSEE" target="_blank">GitHub 项目</a>
{contribute} 或 点击 Star
description.3: 这里也需要你们提供更多有趣的资源!
Expand Down Expand Up @@ -38,7 +38,7 @@ data:
gotoLauncherWebsite.note: 跳转至GitHub仓库或官方网站
unfold: 展开...
fold: 收起
GitHubProxy: |-
GitHubProxy: >-
GitHub 文件使用 <a href="https://mirror.ghproxy.com" target="_blank">下载加速</a> {download}
searchableDirect: '{searchable}:尽可能自动进入详情页'
ellipsis: ....
Expand Down Expand Up @@ -66,15 +66,15 @@ data:
release.note: 稳定正式版
preRelease: 开发版
preRelease.note: 开发测试版
launcher.release: |-
launcher.release: >-
<a class="button download data-download-launcher" target="_blank" title="{download}{release.note} ${linkVersion}"
data-backup-href="${linkDownload}" href="${linkUrl}">${downloadSVG}{download}{release} ${linkVersion}</a>
launcher.release.latest: |-
launcher.release.latest: >-
<a class="button download data-download-launcher" target="_blank" title="{download}{latest.note}{release.note}"
data-backup-href="${linkDownload}" href="${linkUrl}">${downloadSVG}{download}{latest}{release}</a>
launcher.preRelease: |-
launcher.preRelease: >-
<a class="button download data-dev-download-launcher" target="_blank" title="{download}{preRelease.note} ${linkDevVersion}"
data-backup-href="${linkDevDownload}" href="${linkDevUrl}">${downloadSVG}{download}{preRelease} ${linkDevVersion}</a>
launcher.preRelease.latest: |-
launcher.preRelease.latest: >-
<a class="button download data-dev-download-launcher" target="_blank" title="{download}{latest.note}{preRelease.note}"
data-backup-href="${linkDevDownload}" href="${linkDevUrl}">${downloadSVG}{download}{latest}{preRelease}</a>

0 comments on commit 3da9f0d

Please sign in to comment.