Initial commit
This commit is contained in:
6
components/uni-load-state/i18n/en.json
Normal file
6
components/uni-load-state/i18n/en.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"noData": "No Data",
|
||||
"noNetwork": "Network error",
|
||||
"toSet": "Go to settings",
|
||||
"error": "error"
|
||||
}
|
||||
6
components/uni-load-state/i18n/index.js
Normal file
6
components/uni-load-state/i18n/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import en from './en.json'
|
||||
import zhHans from './zh-Hans.json'
|
||||
export default {
|
||||
en,
|
||||
'zh-Hans': zhHans
|
||||
}
|
||||
6
components/uni-load-state/i18n/zh-Hans.json
Normal file
6
components/uni-load-state/i18n/zh-Hans.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"noData": "暂无数据",
|
||||
"noNetwork": "网络异常",
|
||||
"toSet": "前往设置",
|
||||
"error": "错误"
|
||||
}
|
||||
Reference in New Issue
Block a user