diff --git a/maxkey-web-manage/src/main/resources/messages/message.properties b/maxkey-web-manage/src/main/resources/messages/message.properties index 4bc5fdf2..74c57514 100644 --- a/maxkey-web-manage/src/main/resources/messages/message.properties +++ b/maxkey-web-manage/src/main/resources/messages/message.properties @@ -1,11 +1,13 @@ global.application=MaxKey\u5E94\u7528\u5B89\u5168\u7BA1\u7406\u7CFB\u7EDF +global.application.version=v1.2 GA global.change.language=\u8BED\u97F3\u9009\u62E9 global.change.language.en=English global.change.language.zh=\u4E2D\u6587 global.text.welcome=\u6B22\u8FCE\u60A8 global.text.manage=\u7BA1\u7406 global.text.copyright=\u7248\u6743\u6240\u6709 -global.text.copyright.content=Copyright 2018-2019 shimingxy@163.com Licensed under the Apache License, Version 2.0 +global.text.copyright.content=Copyright 2018-2020 shimingxy@163.com +global.text.copyright.license=Licensed under the Apache License, Version 2.0 global.text.logout=\u9000\u51FA global.logout.tip=\u6CE8\u9500\u6210\u529F global.logout.text.suffix=\u91CD\u65B0\u767B\u5F55 diff --git a/maxkey-web-manage/src/main/resources/messages/message_en.properties b/maxkey-web-manage/src/main/resources/messages/message_en.properties index 2ac920ae..8d69fdce 100644 --- a/maxkey-web-manage/src/main/resources/messages/message_en.properties +++ b/maxkey-web-manage/src/main/resources/messages/message_en.properties @@ -1,11 +1,13 @@ global.application=MaxKey Secure Management +global.application.version=v1.2 GA global.change.language=Language global.change.language.en=English global.change.language.zh=\u4E2D\u6587 global.text.welcome=Welcome global.text.manage=Manage global.text.copyright=CopyRight -global.text.copyright.content=Copyright 2018-2019 shimingxy@163.com Licensed under the Apache License, Version 2.0 +global.text.copyright.content=Copyright 2018-2020 shimingxy@163.com +global.text.copyright.license=Licensed under the Apache License, Version 2.0 global.text.logout=Logout global.logout.tip=Tip global.logout.text.suffix=re-login diff --git a/maxkey-web-manage/src/main/resources/templates/views/layout/footer.ftl b/maxkey-web-manage/src/main/resources/templates/views/layout/footer.ftl index 1722e400..9538aa37 100644 --- a/maxkey-web-manage/src/main/resources/templates/views/layout/footer.ftl +++ b/maxkey-web-manage/src/main/resources/templates/views/layout/footer.ftl @@ -4,8 +4,9 @@
|
+ MaxKey <@locale code="global.application.version"/> https://github.com/shimingxy/MaxKey/ <@locale code="global.text.copyright"/> © <@locale code="global.text.copyright.content"/> - https://github.com/shimingxy/MaxKey/ + <@locale code="global.text.copyright.license"/> |
|
+ MaxKey <@locale code="global.application.version"/> https://github.com/shimingxy/MaxKey/ <@locale code="global.text.copyright"/> © <@locale code="global.text.copyright.content"/> - https://github.com/shimingxy/MaxKey/ + <@locale code="global.text.copyright.license"/> |