@things-factory/dashboard 6.2.20 → 6.2.24

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.
@@ -125,13 +125,13 @@ export class DashboardSettingLet extends connect(store)(localize(i18next)(LitEle
125
125
  <form slot="content" @submit=${e => this._handleSubmit(e)}>
126
126
  ${[
127
127
  {
128
- title: 'Dashboard for Desktop',
128
+ title: i18next.t('label.dashboard for desktop'),
129
129
  board: this.dashboard,
130
130
  key: DASHBOARD,
131
131
  description: DASHBOARD_DESCRIPTION
132
132
  },
133
133
  {
134
- title: 'Dashboard for Mobile',
134
+ title: i18next.t('label.dashboard for mobile'),
135
135
  board: this.dashboardMobile,
136
136
  key: DASHBOARD_MOBILE,
137
137
  description: DASHBOARD_MOBILE_DESCRIPTION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/dashboard",
3
- "version": "6.2.20",
3
+ "version": "6.2.24",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,10 +24,10 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/auth-base": "^6.2.19",
28
- "@things-factory/board-service": "^6.2.20",
29
- "@things-factory/board-ui": "^6.2.19",
30
- "@things-factory/setting-base": "^6.2.19"
27
+ "@things-factory/auth-base": "^6.2.24",
28
+ "@things-factory/board-service": "^6.2.24",
29
+ "@things-factory/board-ui": "^6.2.24",
30
+ "@things-factory/setting-base": "^6.2.24"
31
31
  },
32
- "gitHead": "ae266d40ea265fcc96e53e5264ed17d1b9a7185f"
32
+ "gitHead": "f407983563cca529ba87ea8febb5be751ad3229e"
33
33
  }
@@ -1,4 +1,6 @@
1
1
  {
2
+ "label.dashboard for desktop": "dashboard for desktop",
3
+ "label.dashboard for mobile": "dashboard for mobile",
2
4
  "title.dashboard setting": "dashboard setting",
3
5
  "title.home dashboard": "home dashboard"
4
- }
6
+ }
@@ -1,4 +1,6 @@
1
1
  {
2
+ "label.dashboard for desktop": "デスクトップ用ダッシュボード",
3
+ "label.dashboard for mobile": "モバイル用ダッシュボード",
2
4
  "title.dashboard setting": "ダッシュボード設定",
3
5
  "title.home dashboard": "ホーム ダッシュボード"
4
- }
6
+ }
@@ -1,4 +1,6 @@
1
1
  {
2
+ "label.dashboard for desktop": "데스크탑용 대시보드",
3
+ "label.dashboard for mobile": "모바일용 대시보드",
2
4
  "title.dashboard setting": "대시보드 설정",
3
5
  "title.home dashboard": "홈 대시보드"
4
- }
6
+ }
@@ -1,4 +1,6 @@
1
1
  {
2
+ "label.dashboard for desktop": "papan pemuka untuk desktop",
3
+ "label.dashboard for mobile": "papan pemuka untuk mudah alih",
2
4
  "title.dashboard setting": "tetapan untuk dashboard",
3
5
  "title.home dashboard": "halaman dashboard"
4
- }
6
+ }
@@ -1,4 +1,6 @@
1
1
  {
2
+ "label.dashboard for desktop": "桌面仪表板",
3
+ "label.dashboard for mobile": "移动仪表板",
2
4
  "title.dashboard setting": "仪表板设置",
3
5
  "title.home dashboard": "主页仪表板"
4
- }
6
+ }