Spaces:
Sleeping
Sleeping
| # config/localization.py | |
| """Localization strings for TriviaVerse""" | |
| UI_TEXT = { | |
| "app_name": "TriviaVerse", | |
| "app_description": "A Dynamic Quiz App Powered by Wikipedia, Wikidata & Wikibooks", | |
| "enhanced_edition": "Enhanced Edition", | |
| "game_settings": "Game Settings", | |
| "home": "Home", | |
| "choose_language": "Choose Language", | |
| "welcome": "Welcome", | |
| "choose_theme": "Choose Theme", | |
| "select_game_mode": "Select Game Mode", | |
| "mcq_quiz": "π§© MCQ Quiz", | |
| "flashcards": "π Flashcards", | |
| "fact_game": "π‘ Fact Game", | |
| "challenge_mode": "βοΈ Challenge Mode", | |
| "page_info": "π‘ Page Info", | |
| "use_adaptive_difficulty": "Use Adaptive Difficulty", | |
| "recommended": "Recommended", | |
| "difficulty_level": "Difficulty Level", | |
| "choose_topic": "Choose Topic", | |
| "enter_topic": "Enter topic", | |
| "random_topic": "Random topic", | |
| "trending_topics": "Trending Topics", | |
| "quick_select": "Quick select", | |
| "number_of_questions": "Number of Questions", | |
| "select_number_of_questions": "Select number of questions", | |
| "your_stats": "Your Stats", | |
| "total_score": "Total Score", | |
| "current_streak": "Current Streak", | |
| "quizzes": "Quizzes", | |
| "best_streak": "Best Streak", | |
| "your_badges": "Your Badges", | |
| "logout": "Logout", | |
| "good_morning": "Good morning", | |
| "good_afternoon": "Good afternoon", | |
| "good_evening": "Good evening", | |
| "your_achievements": "Your Achievements", | |
| "view_detailed_progress": "View Detailed Progress", | |
| "complete_quizzes_prompt": "Complete some quizzes to see your progress chart!", | |
| "start_new_quiz": "Start New Quiz", | |
| "generating_quiz_questions": "Generating quiz questions...", | |
| "failed_quiz_generation": "Failed to generate quiz questions. Please try a different topic.", | |
| "question": "Question", | |
| "of": "of", | |
| "time_limit": "Time Limit", | |
| "hints": "Hints", | |
| "time_remaining": "Time remaining", | |
| "get_hint": "Get Hint", | |
| "left": "left", | |
| "hint": "Hint", | |
| "submit_answer": "Submit Answer", | |
| "correct": "Correct", | |
| "points": "points", | |
| "incorrect": "Incorrect", | |
| "the_answer_was": "The answer was", | |
| "explanation": "Explanation", | |
| "next_question": "Next Question", | |
| "quiz_completed": "Quiz Completed!", | |
| "quiz_results_summary": "Quiz Results Summary", | |
| "your_answer": "Your Answer", | |
| "correct_answer": "Correct Answer", | |
| "times_up": "Time's up!", | |
| "no_answer_timed_out": "No answer (Time's up)", | |
| "interactive_flashcards": "Interactive Flashcards", | |
| "generate_flashcard": "Generate Flashcard", | |
| "creating_flashcard_deck": "Creating flashcard deck...", | |
| "failed_flashcard_generation": "Failed to generate flashcards. Please try a different topic.", | |
| "flashcard": "Flashcard", | |
| "flip_card": "Flip Card", | |
| "got_it": "Got it!", | |
| "great": "Great", | |
| "flashcard_deck_completed": "Flashcard Deck Completed!", | |
| "need_practice": "Need Practice", | |
| "flashcard_deck_completed_practice": "Flashcard Deck Completed. Keep practicing!", | |
| "no_flashcards_in_deck": "No flashcards in deck. Click 'Generate Flashcard' to create a new one.", | |
| "random_fact_game": "Random Fact Game", | |
| "get_random_fact": "Get Random Fact", | |
| "finding_interesting_fact": "Finding an interesting fact...", | |
| "quick_read_challenge": "Quick Read Challenge", | |
| "did_you_know": "Did you know?", | |
| "topic": "Topic", | |
| "interesting_next_fact": "Interesting! Next fact", | |
| "knowledge_gained": "Knowledge gained", | |
| "times_up_next_fact": "Time's up! Ready for the next fact?", | |
| "next_fact": "Next Fact", | |
| "failed_fact_generation": "Failed to generate fact. Please try again.", | |
| "create_challenge": "Create Challenge", | |
| "join_challenge": "Join Challenge", | |
| "create_new_challenge": "Create a New Challenge", | |
| "challenge_topic": "Challenge Topic", | |
| "challenge_difficulty": "Challenge Difficulty", | |
| "challenge_created": "Challenge created! Share this ID", | |
| "challenge_id": "Challenge ID", | |
| "start_challenge_play": "Start Challenge Play", | |
| "join_existing_challenge": "Join an Existing Challenge", | |
| "enter_challenge_id": "Enter Challenge ID", | |
| "joined_challenge": "Joined challenge", | |
| "challenge_not_found": "Challenge not found. Please check the ID.", | |
| "active_challenge": "Active Challenge", | |
| "created_by": "Created by", | |
| "questions": "Questions", | |
| "participants": "Participants", | |
| "score": "Score", | |
| "completed": "Completed", | |
| "no_participants_yet": "No participants yet.", | |
| "challenge_question": "Challenge Question", | |
| "challenge_quiz_completed": "Challenge Quiz Completed!", | |
| "page_information": "Page Information", | |
| "get_page_info_prompt": "Get detailed information and images for any topic.", | |
| "enter_topic_for_info": "Enter Topic for Information", | |
| "number_of_images": "Number of Images", | |
| "get_information": "Get Information", | |
| "fetching_information_for": "Fetching information for", | |
| "made_with": "Made with", | |
| "using_streamlit_and_wikimedia": "using Streamlit and Wikimedia APIs", | |
| "start_your_learning_journey": "Start Your Learning Journey", | |
| "click_to_explore": "Click to explore game modes", | |
| } |