Spaces:
Running
Running
ElenaRyumina
commited on
Commit
β’
f11533a
1
Parent(s):
1a72a47
Update config.toml
Browse files- config.toml +2 -2
config.toml
CHANGED
@@ -15,11 +15,11 @@ DROPDOWN_LANGUAGES_INFO = "Select the language of the app"
|
|
15 |
VALUE_FROM_TO_INFO = "Set value from {} to {}"
|
16 |
SUM_WEIGHTS = "The sum of the weights of the personality traits should be 100, not {}"
|
17 |
STEP_1 = "Step 1: Calculation of personality traits scores"
|
18 |
-
STEP_2 = "Step 2: Solving
|
19 |
|
20 |
[OtherMessages]
|
21 |
CALCULATE_PT_SCORES = "Calculation of Big Five personality traits scores"
|
22 |
-
CALCULATE_PRACTICAL_TASK = "Solving
|
23 |
CLEAR_APP = "Clear"
|
24 |
EXAMPLES_APP = "Examples"
|
25 |
EXPORT_PT_SCORES = "Export Big Five personality traits to a CSV file"
|
|
|
15 |
VALUE_FROM_TO_INFO = "Set value from {} to {}"
|
16 |
SUM_WEIGHTS = "The sum of the weights of the personality traits should be 100, not {}"
|
17 |
STEP_1 = "Step 1: Calculation of personality traits scores"
|
18 |
+
STEP_2 = "Step 2: Solving practical task"
|
19 |
|
20 |
[OtherMessages]
|
21 |
CALCULATE_PT_SCORES = "Calculation of Big Five personality traits scores"
|
22 |
+
CALCULATE_PRACTICAL_TASK = "Solving practical task"
|
23 |
CLEAR_APP = "Clear"
|
24 |
EXAMPLES_APP = "Examples"
|
25 |
EXPORT_PT_SCORES = "Export Big Five personality traits to a CSV file"
|