@dssp/dcsp 1.0.0-alpha.1 → 1.0.0-alpha.100

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.
@@ -1,3 +1,7 @@
1
1
  {
2
- "menu.home": "HOME"
2
+ "menu.home": "HOME",
3
+ "label.domain_type.domain": "Admin Domain",
4
+ "label.domain_type.project": "Construction Project",
5
+ "label.select_domain": "Select Construction Site",
6
+ "label.search_domain": "Search by name or code"
3
7
  }
@@ -1,3 +1,7 @@
1
1
  {
2
- "menu.home": "HOME"
2
+ "menu.home": "HOME",
3
+ "label.domain_type.domain": "관리자 도메인",
4
+ "label.domain_type.project": "프로젝트 목록",
5
+ "label.select_domain": "프로젝트 선택",
6
+ "label.search_domain": "이름 또는 관리번호 검색"
3
7
  }
@@ -2,10 +2,10 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
- <title>Construction Site Link</title>
5
+ <title>Construction Supervision Platform</title>
6
6
  <meta name="generator" content="Things Factory Starter Kit" />
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
8
- <meta name="description" content="Revolutionizing Safety Oversight" />
8
+ <meta name="description" content="Driving the Digitalization of Site Supervision" />
9
9
  <meta name="color-scheme" content="light only"/>
10
10
  <meta name="supported-color-schemes" content="light"/>
11
11
 
@@ -21,15 +21,15 @@
21
21
 
22
22
  <!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
23
23
  <meta name="mobile-web-app-capable" content="yes" />
24
- <meta name="application-name" content="Construction Site Link" />
25
- <meta name="application-description" content="Revolutionizing Safety Oversight" />
24
+ <meta name="application-name" content="Construction Supervision Platform" />
25
+ <meta name="application-description" content="Driving the Digitalization of Site Supervision" />
26
26
  <meta name="application-copyright" content="Copyright © hatiolab.com. All Rights Reserved." />
27
27
  <link rel="application-icon" href="/assets/manifest/icon-96x96.png" />
28
28
 
29
29
  <!-- Add to homescreen for Safari on iOS -->
30
30
  <meta name="apple-mobile-web-app-capable" content="yes" />
31
31
  <meta name="apple-mobile-web-app-status-bar-style" content="default" />
32
- <meta name="apple-mobile-web-app-title" content="Construction Site Link" />
32
+ <meta name="apple-mobile-web-app-title" content="Construction Supervision Platform" />
33
33
 
34
34
  <!-- Homescreen icons -->
35
35
  <link rel="apple-touch-icon" href="/assets/manifest/icon-48x48.png" />
@@ -47,7 +47,7 @@
47
47
  <meta name="twitter:card" content="summary" />
48
48
  <meta name="twitter:site" content="@username" />
49
49
  <meta property="og:type" content="website" />
50
- <meta property="og:site_name" content="Construction Site Link, Revolutionizing Safety Oversight" />
50
+ <meta property="og:site_name" content="Construction Supervision Platform, Driving the Digitalization of Site Supervision" />
51
51
  <meta property="og:image" content="/assets/manifest/image-metaog.png" />
52
52
 
53
53
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
@@ -69,7 +69,6 @@
69
69
  </noscript>
70
70
  <!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
71
71
  <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
72
- <script src="/node_modules/web-animations-js/web-animations-next.min.js"></script>
73
72
  <!-- Built with love using PWA Starter Kit -->
74
73
 
75
74
  <script src="<%- elementScript %>"></script>
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
5
  <meta name="google" content="notranslate" />
6
- <title>Construction Site Link</title>
6
+ <title>Construction Supervision Platform</title>
7
7
  <meta name="generator" content="Things Factory Starter Kit" />
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
9
9
  <meta name="description" content="Smart Digital Construction Supervision Platform" />
@@ -20,7 +20,7 @@
20
20
 
21
21
  <!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
22
22
  <meta name="mobile-web-app-capable" content="yes" />
23
- <meta name="application-name" content="Construction Site Link" />
23
+ <meta name="application-name" content="Construction Supervision Platform" />
24
24
  <meta name="application-description" content="Smart Digital Construction Supervision Platform" />
25
25
  <meta name="application-copyright" content="Copyright © hatiolab.com. All Rights Reserved." />
26
26
  <link rel="application-icon" href="/assets/manifest/icon-96x96.png" />
@@ -28,7 +28,7 @@
28
28
  <!-- Add to homescreen for Safari on iOS -->
29
29
  <meta name="apple-mobile-web-app-capable" content="yes" />
30
30
  <meta name="apple-mobile-web-app-status-bar-style" content="default" />
31
- <meta name="apple-mobile-web-app-title" content="Construction Site Link" />
31
+ <meta name="apple-mobile-web-app-title" content="Construction Supervision Platform" />
32
32
 
33
33
  <!-- Homescreen icons -->
34
34
  <link rel="apple-touch-icon" href="/assets/manifest/icon-48x48.png" />
@@ -63,7 +63,6 @@
63
63
  <noscript> Please enable JavaScript to view this website. </noscript>
64
64
  <!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
65
65
  <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
66
- <script src="/node_modules/web-animations-js/web-animations-next.min.js"></script>
67
66
  <!-- Built with love using PWA Starter Kit -->
68
67
 
69
68
  <script src="/public/home.js"></script>