fixed duplicate localization strings
This commit is contained in:
parent
5a340347f9
commit
0ba6b57c29
2 changed files with 10 additions and 6 deletions
|
@ -2,19 +2,22 @@
|
||||||
"config": {
|
"config": {
|
||||||
"message": "en"
|
"message": "en"
|
||||||
},
|
},
|
||||||
"manifest_name": {
|
"manifest_name": {
|
||||||
|
|
||||||
"message": "ShopAI",
|
"message": "ShopAI",
|
||||||
"description": "Extension name"
|
"description": "Extension name"
|
||||||
},
|
},
|
||||||
|
|
||||||
"manifest_description": {
|
"manifest_description": {
|
||||||
"message": "Shop wisely with AI!",
|
"message": "Shop wisely with AI!",
|
||||||
"description": "Extension description"
|
"description": "Extension description"
|
||||||
},
|
},
|
||||||
"GUI_welcome_headline": {
|
"GUI_welcome_headline": {
|
||||||
"message": "Welcome to ShopAI!",
|
"message": "Welcome to ShopAI!",
|
||||||
"description": "Welcome message"
|
"description": "Welcome message"
|
||||||
|
|
||||||
},
|
},
|
||||||
"GUI_welcome_headline": {
|
"GUI_welcome_version": {
|
||||||
"message": "You’ve got version $manifest_version$.",
|
"message": "You’ve got version $manifest_version$.",
|
||||||
"description": "Version number of welcome message",
|
"description": "Version number of welcome message",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
|
@ -26,7 +29,8 @@
|
||||||
},
|
},
|
||||||
"GUI_error_stop": {
|
"GUI_error_stop": {
|
||||||
"message": "The web browser can not open this page.",
|
"message": "The web browser can not open this page.",
|
||||||
"description": "Error message when opening the HTML page directly"
|
"description": "Error message when opening the HTML page directly"
|
||||||
|
|
||||||
},
|
},
|
||||||
"GUI_credits_0": {
|
"GUI_credits_0": {
|
||||||
"message": "Made with love.",
|
"message": "Made with love.",
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"message": "欢迎使用购物人类智能!",
|
"message": "欢迎使用购物人类智能!",
|
||||||
"description": "欢迎信息"
|
"description": "欢迎信息"
|
||||||
},
|
},
|
||||||
"GUI_welcome_headline": {
|
"GUI_welcome_version": {
|
||||||
"message": "本浏览器有 $manifest_version$ 版本的。",
|
"message": "本浏览器有 $manifest_version$ 版本的。",
|
||||||
"description": "版本简介",
|
"description": "版本简介",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue