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

View file

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