touchstudy-core 0.1.49 → 0.1.50

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.
@@ -2119,6 +2119,11 @@ var grades_by_area = "영역별 성적";
2119
2119
  var problems_that_took_a_long_time = "시간이 오래 걸린 문제";
2120
2120
  var my_time = "나의 시간";
2121
2121
  var top_time = "상위권 시간";
2122
+ var easy_problem = "쉬운 문제";
2123
+ var trick_problem = "함정 문제";
2124
+ var differential_problem = "변별력 문제";
2125
+ var difficult_problem = "어려운 문제";
2126
+ var general_problem = "일반적인 문제";
2122
2127
  var fingerprint = "지문";
2123
2128
  var end = "종료";
2124
2129
  var ask_for_feedback = "피드백 요청하기";
@@ -2126,7 +2131,6 @@ var quit = "종료하기";
2126
2131
  var chosen = "정답";
2127
2132
  var sign_in_with_your_google_account = "Google 계정으로 로그인";
2128
2133
  var it_will_be_generated_automatically_if_not_provided = "제공되지 않으면 자동으로 생성됩니다";
2129
- var go_back = "돌아가기";
2130
2134
  var academy_not_found = "아카데미를 찾을 수 없습니다";
2131
2135
  var full_notice = "전체 공";
2132
2136
  var academy_notice = "학원 공지";
@@ -2150,6 +2154,7 @@ var registration = "등록하기";
2150
2154
  var you_can_only_select_the_10_most_recent_exams = "최근 시험 10개만 선택 가능합니다.";
2151
2155
  var ask_a_question = "문제 질문하기";
2152
2156
  var request_a_consultation = "상담 요청하기";
2157
+ var go_back = "돌아가기";
2153
2158
  var next = "다음";
2154
2159
  var complete_processing = "완료 처리";
2155
2160
  var creation_date = "생성 날짜";
@@ -2531,6 +2536,11 @@ var lang_ko = {
2531
2536
  problems_that_took_a_long_time: problems_that_took_a_long_time,
2532
2537
  my_time: my_time,
2533
2538
  top_time: top_time,
2539
+ easy_problem: easy_problem,
2540
+ trick_problem: trick_problem,
2541
+ differential_problem: differential_problem,
2542
+ difficult_problem: difficult_problem,
2543
+ general_problem: general_problem,
2534
2544
  fingerprint: fingerprint,
2535
2545
  end: end,
2536
2546
  ask_for_feedback: ask_for_feedback,
@@ -2538,7 +2548,6 @@ var lang_ko = {
2538
2548
  chosen: chosen,
2539
2549
  sign_in_with_your_google_account: sign_in_with_your_google_account,
2540
2550
  it_will_be_generated_automatically_if_not_provided: it_will_be_generated_automatically_if_not_provided,
2541
- go_back: go_back,
2542
2551
  academy_not_found: academy_not_found,
2543
2552
  full_notice: full_notice,
2544
2553
  academy_notice: academy_notice,
@@ -2564,6 +2573,7 @@ var lang_ko = {
2564
2573
  you_can_only_select_the_10_most_recent_exams: you_can_only_select_the_10_most_recent_exams,
2565
2574
  ask_a_question: ask_a_question,
2566
2575
  request_a_consultation: request_a_consultation,
2576
+ go_back: go_back,
2567
2577
  next: next,
2568
2578
  "i'm_waiting_for_the_teacher_to_start_the_test": "선생님의 시험 시작을 기다리고 있습니다...",
2569
2579
  complete_processing: complete_processing,
@@ -2993,11 +3003,11 @@ var grades_by_area$1 = "Grades by area";
2993
3003
  var problems_that_took_a_long_time$1 = "Problems that took a long time";
2994
3004
  var my_time$1 = "My time";
2995
3005
  var top_time$1 = "Top time";
2996
- var easy_problem = "Easy problem";
2997
- var trick_problem = "Trick problem";
2998
- var differential_problem = "Differential problem";
2999
- var difficult_problem = "Difficult problem";
3000
- var general_problem = "General problem";
3006
+ var easy_problem$1 = "Easy problem";
3007
+ var trick_problem$1 = "Trick problem";
3008
+ var differential_problem$1 = "Differential problem";
3009
+ var difficult_problem$1 = "Difficult problem";
3010
+ var general_problem$1 = "General problem";
3001
3011
  var fingerprint$1 = "Fingerprint";
3002
3012
  var end$1 = "end";
3003
3013
  var ask_for_feedback$1 = "Ask for feedback";
@@ -3005,7 +3015,6 @@ var quit$1 = "Quit";
3005
3015
  var chosen$1 = "Answer";
3006
3016
  var sign_in_with_your_google_account$1 = "Sign in with your Google Account";
3007
3017
  var it_will_be_generated_automatically_if_not_provided$1 = "It will be generated automatically if not provided";
3008
- var go_back$1 = "Go back";
3009
3018
  var academy_not_found$1 = "Academy not found";
3010
3019
  var full_notice$1 = "Full notice";
3011
3020
  var academy_notice$1 = "Academy Notice";
@@ -3029,6 +3038,7 @@ var registration$1 = "Registration";
3029
3038
  var you_can_only_select_the_10_most_recent_exams$1 = "You can only select the 10 most recent exams.";
3030
3039
  var ask_a_question$1 = "Ask a question";
3031
3040
  var request_a_consultation$1 = "Request a consultation";
3041
+ var go_back$1 = "Go back";
3032
3042
  var next$1 = "Next";
3033
3043
  var complete_processing$1 = "Complete processing";
3034
3044
  var creation_date$1 = "Creation date";
@@ -3444,11 +3454,11 @@ var lang_en = {
3444
3454
  problems_that_took_a_long_time: problems_that_took_a_long_time$1,
3445
3455
  my_time: my_time$1,
3446
3456
  top_time: top_time$1,
3447
- easy_problem: easy_problem,
3448
- trick_problem: trick_problem,
3449
- differential_problem: differential_problem,
3450
- difficult_problem: difficult_problem,
3451
- general_problem: general_problem,
3457
+ easy_problem: easy_problem$1,
3458
+ trick_problem: trick_problem$1,
3459
+ differential_problem: differential_problem$1,
3460
+ difficult_problem: difficult_problem$1,
3461
+ general_problem: general_problem$1,
3452
3462
  fingerprint: fingerprint$1,
3453
3463
  end: end$1,
3454
3464
  ask_for_feedback: ask_for_feedback$1,
@@ -3456,7 +3466,6 @@ var lang_en = {
3456
3466
  chosen: chosen$1,
3457
3467
  sign_in_with_your_google_account: sign_in_with_your_google_account$1,
3458
3468
  it_will_be_generated_automatically_if_not_provided: it_will_be_generated_automatically_if_not_provided$1,
3459
- go_back: go_back$1,
3460
3469
  academy_not_found: academy_not_found$1,
3461
3470
  full_notice: full_notice$1,
3462
3471
  academy_notice: academy_notice$1,
@@ -3482,6 +3491,7 @@ var lang_en = {
3482
3491
  you_can_only_select_the_10_most_recent_exams: you_can_only_select_the_10_most_recent_exams$1,
3483
3492
  ask_a_question: ask_a_question$1,
3484
3493
  request_a_consultation: request_a_consultation$1,
3494
+ go_back: go_back$1,
3485
3495
  next: next$1,
3486
3496
  "i'm_waiting_for_the_teacher_to_start_the_test": "I'm waiting for the teacher to start the test...",
3487
3497
  complete_processing: complete_processing$1,
@@ -12223,7 +12233,7 @@ var CompareGrass = function CompareGrass(_ref) {
12223
12233
  style: {
12224
12234
  border: "1px solid #FF0000"
12225
12235
  }
12226
- }, t("Difficult_problem")));
12236
+ }, t("difficult_problem")));
12227
12237
  }))));
12228
12238
  });
12229
12239
  };