@elice/material-survey 1.231201.0 → 1.231212.0

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.
@@ -3,23 +3,23 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var en = {
6
- 'common.option': '옵션 {number}',
7
- 'common.errorMessage.range': '{min} ~ {max} 이내로 입력해주세요.',
8
- 'content.title': '질문',
6
+ 'common.option': 'Option {number}',
7
+ 'common.errorMessage.range': 'Please enter within {min} ~ {max} characters.',
8
+ 'content.title': 'Question',
9
9
  'content.title.errorMessage.required': 'Please fill the question.',
10
- 'content.title.placeholder': '질문을 입력해주세요.',
11
- 'content.description.title': '세부 내용',
12
- 'content.description.placeholder': '자세한 질문 설명이나 이미지 등을 입력해주세요.',
13
- 'content.option.title': '답변',
14
- 'content.option.tooltip.disabled': '설문 조사가 공개된 상태이거나 제출한 학생이 존재하면\n수정이 불가능합니다.',
15
- 'content.option.select.items.selectOne': '객관식 (단일 답변)',
16
- 'content.option.select.items.selectMultiple': '객관식 (복수 답변)',
17
- 'content.option.select.items.text': '주관식 답변',
18
- 'option.common.select.errorMessage.required': '선택지를 입력해주세요.',
19
- 'option.common.select.placeholder': '선택지 입력',
20
- 'option.common.select.tooltip.minOptionInfoItem': '선택지는 2개 이상 입력해야 합니다.',
21
- 'option.common.select.tooltip.maxOptionInfoItem': '선택지는 20개 초과하여 입력할 없습니다.',
22
- 'option.common.select.addButton': '보기 추가'
10
+ 'content.title.placeholder': 'Please enter question.',
11
+ 'content.description.title': 'Detailed Contents',
12
+ 'content.description.placeholder': 'Please enter a detailed question description or image, etc.',
13
+ 'content.option.title': 'Answer',
14
+ 'content.option.tooltip.disabled': "Editing is not possible if the question is public or if there are students who have submitted the question.\nYou can check the configured question in the Learner's Materials tab on the left.",
15
+ 'content.option.select.items.selectOne': 'Single Choice',
16
+ 'content.option.select.items.selectMultiple': 'Multiple Choice',
17
+ 'content.option.select.items.text': 'Short Answer',
18
+ 'option.common.select.errorMessage.required': 'Please enter options.',
19
+ 'option.common.select.placeholder': 'Enter options',
20
+ 'option.common.select.tooltip.minOptionInfoItem': 'You must enter at least 2 options.',
21
+ 'option.common.select.tooltip.maxOptionInfoItem': 'You cannot enter more than 20 options.',
22
+ 'option.common.select.addButton': 'Add Option'
23
23
  };
24
24
  var ko = {
25
25
  'common.option': '옵션 {number}',
@@ -1,21 +1,21 @@
1
1
  var en = {
2
- 'common.option': '옵션 {number}',
3
- 'common.errorMessage.range': '{min} ~ {max} 이내로 입력해주세요.',
4
- 'content.title': '질문',
2
+ 'common.option': 'Option {number}',
3
+ 'common.errorMessage.range': 'Please enter within {min} ~ {max} characters.',
4
+ 'content.title': 'Question',
5
5
  'content.title.errorMessage.required': 'Please fill the question.',
6
- 'content.title.placeholder': '질문을 입력해주세요.',
7
- 'content.description.title': '세부 내용',
8
- 'content.description.placeholder': '자세한 질문 설명이나 이미지 등을 입력해주세요.',
9
- 'content.option.title': '답변',
10
- 'content.option.tooltip.disabled': '설문 조사가 공개된 상태이거나 제출한 학생이 존재하면\n수정이 불가능합니다.',
11
- 'content.option.select.items.selectOne': '객관식 (단일 답변)',
12
- 'content.option.select.items.selectMultiple': '객관식 (복수 답변)',
13
- 'content.option.select.items.text': '주관식 답변',
14
- 'option.common.select.errorMessage.required': '선택지를 입력해주세요.',
15
- 'option.common.select.placeholder': '선택지 입력',
16
- 'option.common.select.tooltip.minOptionInfoItem': '선택지는 2개 이상 입력해야 합니다.',
17
- 'option.common.select.tooltip.maxOptionInfoItem': '선택지는 20개 초과하여 입력할 없습니다.',
18
- 'option.common.select.addButton': '보기 추가'
6
+ 'content.title.placeholder': 'Please enter question.',
7
+ 'content.description.title': 'Detailed Contents',
8
+ 'content.description.placeholder': 'Please enter a detailed question description or image, etc.',
9
+ 'content.option.title': 'Answer',
10
+ 'content.option.tooltip.disabled': "Editing is not possible if the question is public or if there are students who have submitted the question.\nYou can check the configured question in the Learner's Materials tab on the left.",
11
+ 'content.option.select.items.selectOne': 'Single Choice',
12
+ 'content.option.select.items.selectMultiple': 'Multiple Choice',
13
+ 'content.option.select.items.text': 'Short Answer',
14
+ 'option.common.select.errorMessage.required': 'Please enter options.',
15
+ 'option.common.select.placeholder': 'Enter options',
16
+ 'option.common.select.tooltip.minOptionInfoItem': 'You must enter at least 2 options.',
17
+ 'option.common.select.tooltip.maxOptionInfoItem': 'You cannot enter more than 20 options.',
18
+ 'option.common.select.addButton': 'Add Option'
19
19
  };
20
20
  var ko = {
21
21
  'common.option': '옵션 {number}',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-survey",
3
- "version": "1.231201.0",
3
+ "version": "1.231212.0",
4
4
  "description": "User view and editing components of Elice material survey",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -51,8 +51,8 @@
51
51
  "@elice/icons": "^1.230814.0",
52
52
  "@elice/icons-legacy": "npm:@elice/icons@0.230814.0",
53
53
  "@elice/markdown": "^1.220815.0",
54
- "@elice/material-shared-types": "1.231201.0",
55
- "@elice/material-shared-utils": "1.231201.0",
54
+ "@elice/material-shared-types": "1.231212.0",
55
+ "@elice/material-shared-utils": "1.231212.0",
56
56
  "@elice/types": "^1.230815.0",
57
57
  "@types/classnames": "^2.3.1",
58
58
  "@types/react": "~17.0.9",
@@ -63,5 +63,5 @@
63
63
  "react-use": "^17.2.4",
64
64
  "styled-components": "^5.3.0"
65
65
  },
66
- "gitHead": "431c2aff6d4bb89edc35bd6a5f935f0bea3b72c2"
66
+ "gitHead": "e0724fdcb32c9ad474bf14d58a37e1faea7589e7"
67
67
  }