|
@@ -0,0 +1,22 @@
|
|
|
+// 定义内容
|
|
|
+export default {
|
|
|
+ dashboard: {
|
|
|
+ "产品": "Product",
|
|
|
+ "在线设备": "Online Device",
|
|
|
+ "设备消息": "Device Message",
|
|
|
+ "设备警告": "Device Warning",
|
|
|
+ "启用": "Enable",
|
|
|
+ "停用": "Disable",
|
|
|
+ "本月": "This Month",
|
|
|
+ "今日": "Today",
|
|
|
+ warningType: "Warning Type",
|
|
|
+ messageCount: "Message Count",
|
|
|
+ warningCount: "Warning Count",
|
|
|
+ "超紧急": "Super Urgent",
|
|
|
+ "紧急": "Urgent",
|
|
|
+ "严重": "Serious",
|
|
|
+ "一般": "General",
|
|
|
+ "提醒": "Remind"
|
|
|
+ },
|
|
|
+
|
|
|
+};
|