update localization
This commit is contained in:
parent
e359ab7c8c
commit
504d40ab03
2 changed files with 25 additions and 22 deletions
|
@ -70,16 +70,6 @@
|
||||||
"term_behavior": {
|
"term_behavior": {
|
||||||
"message": "Behaviour"
|
"message": "Behaviour"
|
||||||
},
|
},
|
||||||
"error_fileNotFound": {
|
|
||||||
"message": "This build is broken, as a file could not be found. The error is as follows: $error_msg$",
|
|
||||||
"description": "The error message when a file couldn't be found",
|
|
||||||
"placeholders": {
|
|
||||||
"error_msg": {
|
|
||||||
"content": "$1",
|
|
||||||
"description": "The error message"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"settings_general_showApplicable": {
|
"settings_general_showApplicable": {
|
||||||
"message": "Show product's ratings in this extension's icon"
|
"message": "Show product's ratings in this extension's icon"
|
||||||
|
@ -104,5 +94,30 @@
|
||||||
},
|
},
|
||||||
"settings_filters_open": {
|
"settings_filters_open": {
|
||||||
"message": "Edit"
|
"message": "Edit"
|
||||||
|
},
|
||||||
|
|
||||||
|
"error_msg": {
|
||||||
|
"message": "$ERROR_CODE$: $ERROR_MSG$",
|
||||||
|
"description": "The error message template",
|
||||||
|
"placeholders": {
|
||||||
|
"ERROR_CODE": {
|
||||||
|
"content": "$1",
|
||||||
|
"description": "The error code"
|
||||||
|
},
|
||||||
|
"ERROR_MSG": {
|
||||||
|
"content": "$2",
|
||||||
|
"description": "The error message"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error_msg_GUI": {
|
||||||
|
"message": "Unfortunately, an exception of type $ERROR_CODE$ has occured. Click OK to terminate the script.",
|
||||||
|
"description": "The error message template for a full graphical UI",
|
||||||
|
"placeholders": {
|
||||||
|
"ERROR_CODE": {
|
||||||
|
"content": "$1",
|
||||||
|
"description": "The error code"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,18 +71,6 @@
|
||||||
"message": "性能"
|
"message": "性能"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
"error_fileNotFound": {
|
|
||||||
"message": "找不到一个文件!错误是: $error_msg$",
|
|
||||||
"description": "找不到文件错误的信息",
|
|
||||||
"placeholders": {
|
|
||||||
"error_msg": {
|
|
||||||
"content": "$1",
|
|
||||||
"description": "错误信息"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"settings_general_showApplicable": {
|
"settings_general_showApplicable": {
|
||||||
"message": "在此扩展程序图标中显示产品评分"
|
"message": "在此扩展程序图标中显示产品评分"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue