touchstudy-core 0.1.182 → 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.
- package/dist/index.js +18 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +18 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1551,6 +1551,10 @@ var exam_message = {
|
|
1551
1551
|
subject_required: "시험 과목은 필수입니다."
|
1552
1552
|
};
|
1553
1553
|
var fix_this_information_for_this_exam = "이 시험 정보를 수정하세요";
|
1554
|
+
var are_you_sure_you_want_to_merge_these_two_users_into_one = "이 두 사용자를 하나로 병합하시겠습니까?";
|
1555
|
+
var merge = "병합";
|
1556
|
+
var this_action_cannot_be_undone = "이 작업은 되돌릴 수 없습니다!";
|
1557
|
+
var merge_users = "사용자 병합";
|
1554
1558
|
var lang_ko = {
|
1555
1559
|
problem_solving: problem_solving,
|
1556
1560
|
my_story: my_story,
|
@@ -2733,7 +2737,11 @@ var lang_ko = {
|
|
2733
2737
|
there_is_no_schedule: there_is_no_schedule,
|
2734
2738
|
new_schedule: new_schedule,
|
2735
2739
|
exam_message: exam_message,
|
2736
|
-
fix_this_information_for_this_exam: fix_this_information_for_this_exam
|
2740
|
+
fix_this_information_for_this_exam: fix_this_information_for_this_exam,
|
2741
|
+
are_you_sure_you_want_to_merge_these_two_users_into_one: are_you_sure_you_want_to_merge_these_two_users_into_one,
|
2742
|
+
merge: merge,
|
2743
|
+
this_action_cannot_be_undone: this_action_cannot_be_undone,
|
2744
|
+
merge_users: merge_users
|
2737
2745
|
};
|
2738
2746
|
|
2739
2747
|
var problem_solving$1 = "Problem Solving";
|
@@ -3943,6 +3951,10 @@ var exam_message$1 = {
|
|
3943
3951
|
subject_required: "The exam subject is required."
|
3944
3952
|
};
|
3945
3953
|
var fix_this_information_for_this_exam$1 = "Fix this information for this exam";
|
3954
|
+
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?";
|
3955
|
+
var merge$1 = "Merge";
|
3956
|
+
var this_action_cannot_be_undone$1 = "This action cannot be undone!";
|
3957
|
+
var merge_users$1 = "Merge users";
|
3946
3958
|
var lang_en = {
|
3947
3959
|
problem_solving: problem_solving$1,
|
3948
3960
|
my_story: my_story$1,
|
@@ -5127,7 +5139,11 @@ var lang_en = {
|
|
5127
5139
|
there_is_no_schedule: there_is_no_schedule$1,
|
5128
5140
|
new_schedule: new_schedule$1,
|
5129
5141
|
exam_message: exam_message$1,
|
5130
|
-
fix_this_information_for_this_exam: fix_this_information_for_this_exam$1
|
5142
|
+
fix_this_information_for_this_exam: fix_this_information_for_this_exam$1,
|
5143
|
+
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,
|
5144
|
+
merge: merge$1,
|
5145
|
+
this_action_cannot_be_undone: this_action_cannot_be_undone$1,
|
5146
|
+
merge_users: merge_users$1
|
5131
5147
|
};
|
5132
5148
|
|
5133
5149
|
i18n__default.use(reactI18next.initReactI18next).init({
|