touchstudy-core 0.1.181 → 0.1.183

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.
@@ -1555,6 +1555,10 @@ var exam_message = {
1555
1555
  subject_required: "시험 과목은 필수입니다."
1556
1556
  };
1557
1557
  var fix_this_information_for_this_exam = "이 시험 정보를 수정하세요";
1558
+ var are_you_sure_you_want_to_merge_these_two_users_into_one = "이 두 사용자를 하나로 병합하시겠습니까?";
1559
+ var merge = "병합";
1560
+ var this_action_cannot_be_undone = "이 작업은 되돌릴 수 없습니다!";
1561
+ var merge_users = "사용자 병합";
1558
1562
  var lang_ko = {
1559
1563
  problem_solving: problem_solving,
1560
1564
  my_story: my_story,
@@ -2737,7 +2741,11 @@ var lang_ko = {
2737
2741
  there_is_no_schedule: there_is_no_schedule,
2738
2742
  new_schedule: new_schedule,
2739
2743
  exam_message: exam_message,
2740
- fix_this_information_for_this_exam: fix_this_information_for_this_exam
2744
+ fix_this_information_for_this_exam: fix_this_information_for_this_exam,
2745
+ are_you_sure_you_want_to_merge_these_two_users_into_one: are_you_sure_you_want_to_merge_these_two_users_into_one,
2746
+ merge: merge,
2747
+ this_action_cannot_be_undone: this_action_cannot_be_undone,
2748
+ merge_users: merge_users
2741
2749
  };
2742
2750
 
2743
2751
  var problem_solving$1 = "Problem Solving";
@@ -3947,6 +3955,10 @@ var exam_message$1 = {
3947
3955
  subject_required: "The exam subject is required."
3948
3956
  };
3949
3957
  var fix_this_information_for_this_exam$1 = "Fix this information for this exam";
3958
+ var are_you_sure_you_want_to_merge_these_two_users_into_one$1 = "Are you sure you want to merge these two users into one?";
3959
+ var merge$1 = "Merge";
3960
+ var this_action_cannot_be_undone$1 = "This action cannot be undone!";
3961
+ var merge_users$1 = "Merge users";
3950
3962
  var lang_en = {
3951
3963
  problem_solving: problem_solving$1,
3952
3964
  my_story: my_story$1,
@@ -5131,7 +5143,11 @@ var lang_en = {
5131
5143
  there_is_no_schedule: there_is_no_schedule$1,
5132
5144
  new_schedule: new_schedule$1,
5133
5145
  exam_message: exam_message$1,
5134
- fix_this_information_for_this_exam: fix_this_information_for_this_exam$1
5146
+ fix_this_information_for_this_exam: fix_this_information_for_this_exam$1,
5147
+ are_you_sure_you_want_to_merge_these_two_users_into_one: are_you_sure_you_want_to_merge_these_two_users_into_one$1,
5148
+ merge: merge$1,
5149
+ this_action_cannot_be_undone: this_action_cannot_be_undone$1,
5150
+ merge_users: merge_users$1
5135
5151
  };
5136
5152
 
5137
5153
  i18n.use(initReactI18next).init({