touchstudy-core 0.1.31 → 0.1.32

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.
@@ -1356,6 +1356,7 @@ var duration = "시험 시간";
1356
1356
  var answer_count = "답변 수";
1357
1357
  var question_count = "문제 갯수";
1358
1358
  var category = "문항 카테고리";
1359
+ var _category = "카테고리";
1359
1360
  var save_and_exit = "저장 및 종료";
1360
1361
  var update_exam = "시험 업데이트";
1361
1362
  var create_exam = "새 시험 만들기";
@@ -1572,6 +1573,10 @@ var my_classes_calendar = "내 수업 캘린더";
1572
1573
  var enter_exam_code = "시험 코드 입력";
1573
1574
  var my_score = "내 점수";
1574
1575
  var exam_date = "시험 날짜";
1576
+ var my_problem_solving_order = "내 순서";
1577
+ var top_rankings_problem_solving_order = "상위권 학생의 순서";
1578
+ var comparison_of_top_rankings_and_problem_solving_order = "상위권과 문제 푸는 순서 비교";
1579
+ var my_answers = "내 해답";
1575
1580
  var lang_ko = {
1576
1581
  problem_solving: problem_solving,
1577
1582
  my_story: my_story,
@@ -1642,6 +1647,7 @@ var lang_ko = {
1642
1647
  answer_count: answer_count,
1643
1648
  question_count: question_count,
1644
1649
  category: category,
1650
+ _category: _category,
1645
1651
  save_and_exit: save_and_exit,
1646
1652
  update_exam: update_exam,
1647
1653
  create_exam: create_exam,
@@ -1854,7 +1860,11 @@ var lang_ko = {
1854
1860
  my_classes_calendar: my_classes_calendar,
1855
1861
  enter_exam_code: enter_exam_code,
1856
1862
  my_score: my_score,
1857
- exam_date: exam_date
1863
+ exam_date: exam_date,
1864
+ my_problem_solving_order: my_problem_solving_order,
1865
+ top_rankings_problem_solving_order: top_rankings_problem_solving_order,
1866
+ comparison_of_top_rankings_and_problem_solving_order: comparison_of_top_rankings_and_problem_solving_order,
1867
+ my_answers: my_answers
1858
1868
  };
1859
1869
 
1860
1870
  var problem_solving$1 = "Problem Solving";
@@ -1946,6 +1956,7 @@ var update_question_success = "Question is updated successfully";
1946
1956
  var number_of_answers = "Number of answers";
1947
1957
  var correct_answers = "Correct answers";
1948
1958
  var category$1 = "Category";
1959
+ var _category$1 = "Category";
1949
1960
  var score = "Score";
1950
1961
  var enter_title$1 = "Enter title";
1951
1962
  var enter_score = "Enter score";
@@ -2175,6 +2186,10 @@ var my_classes_calendar$1 = "My classes calendar";
2175
2186
  var enter_exam_code$1 = "Enter exam code";
2176
2187
  var my_score$1 = "My score";
2177
2188
  var exam_date$1 = "Exam date";
2189
+ var my_problem_solving_order$1 = "My problem solving order";
2190
+ var top_rankings_problem_solving_order$1 = "Top rankings problem solving order";
2191
+ var comparison_of_top_rankings_and_problem_solving_order$1 = "Comparison of top rankings and problem-solving order";
2192
+ var my_answers$1 = "My answers";
2178
2193
  var lang_en = {
2179
2194
  problem_solving: problem_solving$1,
2180
2195
  my_story: my_story$1,
@@ -2268,6 +2283,7 @@ var lang_en = {
2268
2283
  number_of_answers: number_of_answers,
2269
2284
  correct_answers: correct_answers,
2270
2285
  category: category$1,
2286
+ _category: _category$1,
2271
2287
  score: score,
2272
2288
  enter_title: enter_title$1,
2273
2289
  enter_score: enter_score,
@@ -2492,7 +2508,11 @@ var lang_en = {
2492
2508
  my_classes_calendar: my_classes_calendar$1,
2493
2509
  enter_exam_code: enter_exam_code$1,
2494
2510
  my_score: my_score$1,
2495
- exam_date: exam_date$1
2511
+ exam_date: exam_date$1,
2512
+ my_problem_solving_order: my_problem_solving_order$1,
2513
+ top_rankings_problem_solving_order: top_rankings_problem_solving_order$1,
2514
+ comparison_of_top_rankings_and_problem_solving_order: comparison_of_top_rankings_and_problem_solving_order$1,
2515
+ my_answers: my_answers$1
2496
2516
  };
2497
2517
 
2498
2518
  i18n.use(initReactI18next).init({