Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 2b10c61

Browse files
committed
Feat: settings text
1 parent 405d727 commit 2b10c61

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/app/views/Settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<span v-html="$t('settings.aboutTitle')"></span>
167167
</p>
168168
<p class="sub-title-info">
169-
<span v-text="$t('settings.aboutTitleInfo')"></span>
169+
{{ $t("settings.aboutTitle2") }}
170170
</p>
171171
</div>
172172

src/language/en_us.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,8 @@
896896
"qrCode": "Donation QR Code:",
897897
"ver": "Current Theme Version: ",
898898
"checkVer": "Check for Update"
899-
}
899+
},
900+
"aboutTitle2": "You may copy or modify the source code, but you must keep all the copyright notice and attach it Powered by MCSManager."
900901
},
901902
"home": {
902903
"totalInstance": "Total Number of Instances",

src/language/zh_cn.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -874,8 +874,8 @@
874874
"attention": "注意事项",
875875
"attentionInfo": "这些配置设置需要一部分专业知识,您可以根据您的硬件设备来大概猜测哪些值适合您。<br />一般情况下,默认值可以满足个人日常的使用场景,如果规模一旦更大,对硬件的要求更高,为了不过分损失用户体验,一个合适的阈值是十分重要的。",
876876
"about": "关于",
877-
"aboutTitle": "软件根据 <a target='black' href='https://github.com/MCSManager/MCSManager-Daemon/blob/master/LICENSE'>Apache-2.0</a> 开源软件协议发行<br />版权所有 MCSManager 开发团队",
878-
"aboutTitleInfo": "此协议准许每个人都可以复制和修改代码副本,并且可以对使用者收取服务费用。<br />",
877+
"aboutTitle": "软件根据 <a target='black' href='https://github.com/MCSManager/MCSManager-Daemon/blob/master/LICENSE'>Apache-2.0</a> 开源软件协议发行",
878+
"aboutTitleInfo": "此协议准许每个人都可以复制和修改代码副本,并且可以对使用者收取服务费用",
879879
"learnMore": "了解更多",
880880
"userAgreement": "用户协议",
881881
"sponsorList": "开源项目赞助名单",
@@ -896,7 +896,8 @@
896896
"qrCode": "赞助二维码:",
897897
"ver": "当前主题版本:",
898898
"checkVer": "检查更新"
899-
}
899+
},
900+
"aboutTitle2": "你可以复制或修改源代码,但必须保留所有版权声明文字和并附上 Powered by MCSManager,不得删除。"
900901
},
901902
"home": {
902903
"totalInstance": "实例总计",

0 commit comments

Comments
 (0)