@things-factory/work-shift 10.0.19 → 10.1.1

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.
@@ -0,0 +1,5 @@
1
+ # 근무 교대
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 답해야 할 것은 en 판과 같다(`work-shift.md`).
5
+ -->
@@ -0,0 +1,13 @@
1
+ # work shifts
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. **내용은 전담 에이전트가 쓴다** — 여기서는 배치만 했다.
5
+
6
+ 이 문서를 가리키는 화면:
7
+ · work-shift/work-shift.ts
8
+
9
+ 전에는 그 화면의 도움말 아이콘이 **없는 문서를 가리켜 404 로 갔다.** 아이콘이 있으니 답이
10
+ 있는 줄 알고 누르는데 아무것도 없었다 — 없는 것보다 나쁘다.
11
+
12
+ 쓸 때 답해야 하는 것은 **그 화면의 독자가 무엇을 묻는가**다. 화면을 열어 보고 정한다.
13
+ -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/work-shift",
3
- "version": "10.0.19",
3
+ "version": "10.1.1",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -28,10 +28,10 @@
28
28
  "test": "node --import ./test/resolve-ts-siblings.mjs --test --test-force-exit test/*.test.ts"
29
29
  },
30
30
  "dependencies": {
31
- "@things-factory/auth-base": "^10.0.19",
32
- "@things-factory/env": "^10.0.8",
33
- "@things-factory/shell": "^10.0.19",
31
+ "@things-factory/auth-base": "^10.1.1",
32
+ "@things-factory/env": "^10.1.1",
33
+ "@things-factory/shell": "^10.1.1",
34
34
  "moment-timezone": "^0.5.40"
35
35
  },
36
- "gitHead": "5c170a55152cfe906fe6dbc30e6bfe474ed64122"
36
+ "gitHead": "c8f13c30c39e006f932eb2903b27bd30587e7dc6"
37
37
  }
@@ -2,8 +2,8 @@
2
2
  "button.announce-shift": "announce",
3
3
  "button.apply-now": "save",
4
4
  "button.cancel-announcement": "cancel",
5
- "field.changed-by": "changed by",
6
- "field.shift": "shifts",
5
+ "field.changed-by": "by",
6
+ "field.shift": "shift",
7
7
  "field.starts": "starts",
8
8
  "text.announced-set-is-running": "a scheduled arrangement has been in force since {since}. the editor above is not the current arrangement — saving it applies the editor's arrangement from now on.",
9
9
  "text.apply-from-when": "effective from",
@@ -1,3 +1,3 @@
1
1
  {
2
- "title.work-shift": "交代作業組"
2
+ "title.work-shift": "勤務シフト"
3
3
  }
@@ -2,7 +2,7 @@
2
2
  "button.announce-shift": "예고",
3
3
  "button.apply-now": "저장",
4
4
  "button.cancel-announcement": "예정 취소",
5
- "field.changed-by": "바꾼 사람",
5
+ "field.changed-by": "누가",
6
6
  "field.shift": "교대",
7
7
  "field.starts": "시작",
8
8
  "text.announced-set-is-running": "{since} 부터 예정된 편성이 적용 중입니다. 위 편집기의 내용은 현재 편성이 아닙니다. 저장하면 지금부터 편집기의 편성이 적용됩니다.",
@@ -1,3 +1,3 @@
1
1
  {
2
- "title.work-shift": "work shift"
2
+ "title.work-shift": "syif kerja"
3
3
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "title.work-shift": "work shift"
2
+ "title.work-shift": "班次"
3
3
  }