updated locales
This commit is contained in:
parent
a5f6069a99
commit
54eb16eb69
2 changed files with 51 additions and 1 deletions
|
@ -45,5 +45,30 @@
|
|||
"GUI_title_preferences": {
|
||||
"message": "ShopAI Settings",
|
||||
"description": "Welcome message"
|
||||
},
|
||||
"term_preferences": {
|
||||
"message": "Settings"
|
||||
},
|
||||
"term_about": {
|
||||
"message": "About"
|
||||
},
|
||||
"term_filters": {
|
||||
"message": "Filters"
|
||||
},
|
||||
"term_apply": {
|
||||
"message": "Apply"
|
||||
},
|
||||
"term_cancel": {
|
||||
"message": "Cancel"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -45,5 +45,30 @@
|
|||
"GUI_title_preferences": {
|
||||
"message": "购物人类智能设置",
|
||||
"description": "设置网页的题目"
|
||||
}
|
||||
},
|
||||
"term_preferences": {
|
||||
"message": "设置"
|
||||
},
|
||||
"term_about": {
|
||||
"message": "关于"
|
||||
},
|
||||
"term_filters": {
|
||||
"message": "过滤器"
|
||||
},
|
||||
"term_apply": {
|
||||
"message": "应用"
|
||||
},
|
||||
"term_cancel": {
|
||||
"message": "取消"
|
||||
},
|
||||
"error_fileNotFound": {
|
||||
"message": "找不到一个文件!错误是: $error_msg$",
|
||||
"description": "找不到文件错误的信息",
|
||||
"placeholders": {
|
||||
"error_msg": {
|
||||
"content": "$1",
|
||||
"description": "错误信息"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue