@things-factory/operato-fleet 10.0.18 → 10.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -75,8 +75,8 @@ export class FMSReport extends localize(i18next)(PageView) {
75
75
  get oopsNote() {
76
76
  return {
77
77
  icon: 'insert_chart_outlined',
78
- title: 'EMPTY BOARD',
79
- description: 'There are no board to be shown'
78
+ title: i18next.t('title.no board to show'),
79
+ description: i18next.t('text.no board to show')
80
80
  }
81
81
  }
82
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
3
- "version": "10.0.18",
3
+ "version": "10.0.19",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.ts",
6
6
  "things-factory": true,
@@ -72,35 +72,35 @@
72
72
  "@operato/scene-timer": "^10.0.0",
73
73
  "@operato/scene-transport": "^10.0.0",
74
74
  "@operato/scene-visualizer": "^10.0.0",
75
- "@things-factory/apptool-ui": "^10.0.18",
76
- "@things-factory/attachment-base": "^10.0.18",
77
- "@things-factory/auth-ui": "^10.0.18",
78
- "@things-factory/biz-base": "^10.0.18",
79
- "@things-factory/board-service": "^10.0.18",
80
- "@things-factory/board-ui": "^10.0.18",
81
- "@things-factory/code-ui": "^10.0.18",
82
- "@things-factory/codelingua": "^10.0.18",
83
- "@things-factory/context-ui": "^10.0.18",
84
- "@things-factory/dashboard": "^10.0.18",
85
- "@things-factory/evaluation": "^10.0.18",
86
- "@things-factory/export-ui": "^10.0.18",
87
- "@things-factory/export-ui-csv": "^10.0.18",
88
- "@things-factory/export-ui-excel": "^10.0.18",
89
- "@things-factory/help": "^10.0.18",
90
- "@things-factory/i18n-base": "^10.0.18",
91
- "@things-factory/integration-fulfillment": "^10.0.18",
92
- "@things-factory/integration-marketplace": "^10.0.18",
93
- "@things-factory/more-ui": "^10.0.18",
94
- "@things-factory/notification": "^10.0.18",
95
- "@things-factory/oauth2-client": "^10.0.18",
96
- "@things-factory/pdf": "^10.0.18",
97
- "@things-factory/resource-ui": "^10.0.18",
98
- "@things-factory/setting-ui": "^10.0.18",
99
- "@things-factory/system": "^10.0.18",
75
+ "@things-factory/apptool-ui": "^10.0.19",
76
+ "@things-factory/attachment-base": "^10.0.19",
77
+ "@things-factory/auth-ui": "^10.0.19",
78
+ "@things-factory/biz-base": "^10.0.19",
79
+ "@things-factory/board-service": "^10.0.19",
80
+ "@things-factory/board-ui": "^10.0.19",
81
+ "@things-factory/code-ui": "^10.0.19",
82
+ "@things-factory/codelingua": "^10.0.19",
83
+ "@things-factory/context-ui": "^10.0.19",
84
+ "@things-factory/dashboard": "^10.0.19",
85
+ "@things-factory/evaluation": "^10.0.19",
86
+ "@things-factory/export-ui": "^10.0.19",
87
+ "@things-factory/export-ui-csv": "^10.0.19",
88
+ "@things-factory/export-ui-excel": "^10.0.19",
89
+ "@things-factory/help": "^10.0.19",
90
+ "@things-factory/i18n-base": "^10.0.19",
91
+ "@things-factory/integration-fulfillment": "^10.0.19",
92
+ "@things-factory/integration-marketplace": "^10.0.19",
93
+ "@things-factory/more-ui": "^10.0.19",
94
+ "@things-factory/notification": "^10.0.19",
95
+ "@things-factory/oauth2-client": "^10.0.19",
96
+ "@things-factory/pdf": "^10.0.19",
97
+ "@things-factory/resource-ui": "^10.0.19",
98
+ "@things-factory/setting-ui": "^10.0.19",
99
+ "@things-factory/system": "^10.0.19",
100
100
  "chance": "^1.1.11"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@things-factory/builder": "^10.0.9"
104
104
  },
105
- "gitHead": "806c7af400517177f1323645df03558451587533"
105
+ "gitHead": "5c170a55152cfe906fe6dbc30e6bfe474ed64122"
106
106
  }
@@ -1,30 +1,32 @@
1
1
  {
2
2
  "button.register": "register",
3
+ "field.#devices": "# of devices",
3
4
  "field.battery": "battery",
4
5
  "field.client": "client",
5
6
  "field.date": "date",
6
7
  "field.delivery": "delivery",
7
8
  "field.device": "device",
8
- "field.#devices": "# of devices",
9
9
  "field.geofence": "geofence",
10
10
  "field.monitoring": "monitoring",
11
11
  "field.registration": "registration",
12
12
  "field.status": "status",
13
- "title.dashboard setting": "dashboard setting",
13
+ "text.no board to show": "no board is set for this report. choose one in the settings.",
14
+ "title.air-pressure": "air-pressure",
15
+ "title.breakdown": "breakdown",
14
16
  "title.client": "client",
17
+ "title.dashboard setting": "dashboard setting",
15
18
  "title.delivery": "delivery",
16
19
  "title.device": "device",
17
20
  "title.geofence": "geofence",
21
+ "title.humidity": "humidity",
22
+ "title.illuminance": "illuminance",
23
+ "title.infowindow setting": "infowindow setting",
18
24
  "title.monitoring": "monitoring",
25
+ "title.no board to show": "no board to show",
19
26
  "title.report": "report",
20
27
  "title.shock": "shock",
21
- "title.air-pressure": "air-pressure",
22
- "title.breakdown": "breakdown",
23
- "title.temperature": "temperature",
24
- "title.humidity": "humidity",
25
- "title.illuminance": "illuminance",
26
28
  "title.smoking": "smoking",
27
- "title.infowindow setting": "infowindow setting",
29
+ "title.temperature": "temperature",
28
30
  "title.total": "total",
29
31
  "title.track": "track"
30
32
  }
@@ -1,30 +1,32 @@
1
1
  {
2
2
  "button.register": "登録",
3
+ "field.#devices": "デバイス個数",
3
4
  "field.battery": "バッテリー",
4
5
  "field.client": "顧客",
5
6
  "field.date": "日付",
6
7
  "field.delivery": "配送番号",
7
8
  "field.device": "デバイス",
8
- "field.#devices": "デバイス個数",
9
9
  "field.geofence": "geofence",
10
10
  "field.monitoring": "モニタリング",
11
11
  "field.registration": "登録",
12
12
  "field.status": "状態",
13
+ "text.no board to show": "このレポートに使用するボードが指定されていません。設定で指定してください。",
14
+ "title.air-pressure": "空気圧",
15
+ "title.breakdown": "故障",
13
16
  "title.client": "顧客",
17
+ "title.dashboard setting": "ダッシュボード設定",
14
18
  "title.delivery": "配送",
15
19
  "title.device": "デバイス",
16
20
  "title.geofence": "geofence",
21
+ "title.humidity": "湿度",
22
+ "title.illuminance": "照度",
23
+ "title.infowindow setting": "インフォ ウィンドウ設定",
17
24
  "title.monitoring": "モニタリング",
25
+ "title.no board to show": "表示するボードがありません",
18
26
  "title.report": "レポート",
19
27
  "title.shock": "衝撃",
20
- "title.air-pressure": "空気圧",
21
- "title.breakdown": "故障",
22
- "title.temperature": "温度",
23
- "title.humidity": "湿度",
24
- "title.illuminance": "照度",
25
28
  "title.smoking": "喫煙",
26
- "title.dashboard setting": "ダッシュボード設定",
27
- "title.infowindow setting": "インフォ ウィンドウ設定",
29
+ "title.temperature": "温度",
28
30
  "title.total": "総",
29
31
  "title.track": "トラック"
30
32
  }
@@ -1,30 +1,32 @@
1
1
  {
2
2
  "button.register": "등록",
3
+ "field.#devices": "디바이스 갯수",
3
4
  "field.battery": "배터리",
4
5
  "field.client": "고객",
5
6
  "field.date": "날짜",
6
7
  "field.delivery": "배송번호",
7
8
  "field.device": "디바이스",
8
- "field.#devices": "디바이스 갯수",
9
9
  "field.geofence": "geofence",
10
10
  "field.monitoring": "모니터링",
11
11
  "field.registration": "등록",
12
12
  "field.status": "상태",
13
+ "text.no board to show": "이 리포트에 사용할 보드가 지정되지 않았습니다. 설정에서 지정해 주십시오.",
14
+ "title.air-pressure": "공기압",
15
+ "title.breakdown": "고장",
13
16
  "title.client": "고객",
17
+ "title.dashboard setting": "대시보드 설정",
14
18
  "title.delivery": "배송",
15
19
  "title.device": "디바이스",
16
20
  "title.geofence": "geofence",
21
+ "title.humidity": "습도",
22
+ "title.illuminance": "조도",
23
+ "title.infowindow setting": "인포윈도우 설정",
17
24
  "title.monitoring": "모니터링",
25
+ "title.no board to show": "표시할 보드가 없습니다",
18
26
  "title.report": "리포트",
19
27
  "title.shock": "충격",
20
- "title.air-pressure": "공기압",
21
- "title.breakdown": "고장",
22
- "title.temperature": "온도",
23
- "title.humidity": "습도",
24
- "title.illuminance": "조도",
25
28
  "title.smoking": "흡연",
26
- "title.dashboard setting": "대시보드 설정",
27
- "title.infowindow setting": "인포윈도우 설정",
29
+ "title.temperature": "온도",
28
30
  "title.total": "총",
29
31
  "title.track": "트랙"
30
32
  }
@@ -1,30 +1,32 @@
1
1
  {
2
2
  "button.register": "register",
3
+ "field.#devices": "# of devices",
3
4
  "field.battery": "battery",
4
5
  "field.client": "client",
5
6
  "field.date": "date",
6
7
  "field.delivery": "delivery",
7
8
  "field.device": "device",
8
- "field.#devices": "# of devices",
9
9
  "field.geofence": "geofence",
10
10
  "field.monitoring": "monitoring",
11
11
  "field.registration": "registration",
12
12
  "field.status": "status",
13
+ "text.no board to show": "tiada papan ditetapkan untuk laporan ini. sila pilih satu dalam tetapan.",
14
+ "title.air-pressure": "air-pressure",
15
+ "title.breakdown": "breakdown",
13
16
  "title.client": "client",
17
+ "title.dashboard setting": "dashboard setting",
14
18
  "title.delivery": "delivery",
15
19
  "title.device": "device",
16
20
  "title.geofence": "geofence",
21
+ "title.humidity": "humidity",
22
+ "title.illuminance": "illuminance",
23
+ "title.infowindow setting": "infowindow setting",
17
24
  "title.monitoring": "monitoring",
25
+ "title.no board to show": "tiada papan untuk dipaparkan",
18
26
  "title.report": "report",
19
27
  "title.shock": "shock",
20
- "title.air-pressure": "air-pressure",
21
- "title.breakdown": "breakdown",
22
- "title.temperature": "temperature",
23
- "title.humidity": "humidity",
24
- "title.illuminance": "illuminance",
25
28
  "title.smoking": "smoking",
26
- "title.dashboard setting": "dashboard setting",
27
- "title.infowindow setting": "infowindow setting",
29
+ "title.temperature": "temperature",
28
30
  "title.total": "total",
29
31
  "title.track": "track"
30
32
  }
@@ -1,30 +1,32 @@
1
1
  {
2
2
  "button.register": "register",
3
+ "field.#devices": "# of devices",
3
4
  "field.battery": "battery",
4
5
  "field.client": "client",
5
6
  "field.date": "date",
6
7
  "field.delivery": "delivery",
7
8
  "field.device": "device",
8
- "field.#devices": "# of devices",
9
9
  "field.geofence": "geofence",
10
10
  "field.monitoring": "monitoring",
11
11
  "field.registration": "registration",
12
12
  "field.status": "status",
13
+ "text.no board to show": "尚未为此报表指定看板。请在设置中指定。",
14
+ "title.air-pressure": "air-pressure",
15
+ "title.breakdown": "breakdown",
13
16
  "title.client": "client",
17
+ "title.dashboard setting": "dashboard setting",
14
18
  "title.delivery": "delivery",
15
19
  "title.device": "device",
16
20
  "title.geofence": "geofence",
21
+ "title.humidity": "humidity",
22
+ "title.illuminance": "illuminance",
23
+ "title.infowindow setting": "infowindow setting",
17
24
  "title.monitoring": "monitoring",
25
+ "title.no board to show": "没有可显示的看板",
18
26
  "title.report": "report",
19
27
  "title.shock": "shock",
20
- "title.air-pressure": "air-pressure",
21
- "title.breakdown": "breakdown",
22
- "title.temperature": "temperature",
23
- "title.humidity": "humidity",
24
- "title.illuminance": "illuminance",
25
28
  "title.smoking": "smoking",
26
- "title.dashboard setting": "dashboard setting",
27
- "title.infowindow setting": "infowindow setting",
29
+ "title.temperature": "temperature",
28
30
  "title.total": "total",
29
31
  "title.track": "track"
30
32
  }