add message on versioning

This commit is contained in:
buzzcode2007 2024-03-23 20:23:02 +08:00
parent 9334f2c59d
commit 5066be6e87
2 changed files with 20 additions and 9 deletions

View file

@ -19,7 +19,7 @@
},
"GUI_welcome_version": {
"message": "Youve got version $manifest_version$.",
"description": "Version number of welcome message",
"description": "Version number in welcome message",
"placeholders": {
"manifest_version": {
"content": "$1",
@ -27,10 +27,15 @@
}
}
},
"GUI_error_stop": {
"message": "The web browser can not open this page.",
"description": "Error message when opening the HTML page directly"
"GUI_status_version": {
"message": "V$manifest_version$",
"description": "Version number in status bars",
"placeholders": {
"manifest_version": {
"content": "$1",
"description": "The manifest version"
}
}
},
"GUI_credits_0": {
"message": "Made with love.",

View file

@ -24,9 +24,15 @@
}
}
},
"GUI_error_stop": {
"message": "浏览器无法打开网页。",
"description": "禁止扩展程序外打开 HTML 文件"
"GUI_status_version": {
"message": "$manifest_version$ 版本",
"description": "statusbar 上的版本",
"placeholders": {
"manifest_version": {
"content": "$1",
"description": "版本"
}
}
},
"GUI_credits_0": {
"message": "亲爱的马老师…",