OCEANAI / config.toml
DmitryRyumin's picture
Summary
b5ab0e1
raw history blame
No virus
838 Bytes
[AppSettings]
APP_VERSION = "0.3.0"
CSS_PATH = "app.css"
[InformationMessages]
NOTI_VIDEOS = "Select the video(s)"
PRACTICAL_TASKS_INFO = "Choose a practical task"
PRACTICAL_SUBTASKS_INFO = "Choose a practical subtask"
NOTI_IN_DEV = "In development"
[OtherMessages]
CALCULATE_PT_SCORES = "Calculation of Big Five personality traits scores"
CALCULATE_PRACTICAL_TASK = "Calculation of information for a practical task"
CLEAR_APP = "Clear"
EXAMPLES_APP = "Examples"
EXPORT_PT_SCORES = "Export Big Five personality traits to a CSV file"
NOTI_CALCULATE = "You can calculate Big Five personality traits scores"
[Labels]
PRACTICAL_TASKS_LABEL = "Practical tasks"
PRACTICAL_SUBTASKS_LABEL = "Practical subtasks"
[TabCreators]
"App" = "app_tab"
"About the Authors" = "about_authors_tab"
[Filenames]
PT_SCORES = "personality_traits_scores.csv"