Skip to content

Commit aa184aa

Browse files
fix: copyright
1 parent a58d1a7 commit aa184aa

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

ui/src/layout/components/top-bar/avatar/AboutDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</div>
4949
</div>
5050
<div class="border-t text-center mt-16 p-16 pb-0">
51-
<el-text type="info">2014-2025 版权所有 © 杭州飞致云信息科技有限公司</el-text>
51+
<el-text type="info">{{ $t('layout.copyright') }}</el-text>
5252
</div>
5353
</el-dialog>
5454
</template>

ui/src/locales/lang/en-US/layout.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export default {
33
wiki: 'User Manual',
44
forum: 'Forum For Help',
55
logout: 'Logout',
6-
76
apiKey: 'API Key',
87
apiServiceAddress: 'API Service Address',
98
language: 'Language',
@@ -23,5 +22,6 @@ export default {
2322
hoursLater: 'hours later',
2423
expired: 'expired',
2524
expiringSoon: 'expiring soon'
26-
}
25+
},
26+
copyright: 'Copyright © 2014-2025 FIT2CLOUD, All rights reserved.'
2727
}

ui/src/locales/lang/zh-CN/layout.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ export default {
2222
hoursLater: '小时后',
2323
expired: '已过期',
2424
expiringSoon: '即将到期'
25-
}
25+
},
26+
copyright: '版权所有 © 2014-2025 杭州飞致云信息科技有限公司'
2627
}

ui/src/locales/lang/zh-Hant/layout.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ export default {
2323
hoursLater: '小時後',
2424
expired: '已過期',
2525
expiringSoon: '即將到期'
26-
}
26+
},
27+
copyright: '版權所有 © 2014-2025 杭州飛致雲信息科技有限公司'
2728
}

0 commit comments

Comments
 (0)