2026-06-20 19:13:05 +03:00
{
"common" : {
"app_name" : "AI-RPG" ,
"loading" : "Loading…" ,
"save" : "Save" ,
"cancel" : "Cancel" ,
"delete" : "Delete" ,
"edit" : "Edit" ,
"create" : "Create" ,
"back" : "Back" ,
"next" : "Next" ,
"previous" : "Previous" ,
"submit" : "Submit" ,
"retry" : "Retry" ,
"close" : "Close" ,
"yes" : "Yes" ,
"no" : "No" ,
"search" : "Search" ,
"no_data" : "No data" ,
"actions" : "Actions" ,
"status" : "Status" ,
"name" : "Name" ,
"description" : "Description" ,
"language" : "Language" ,
"type" : "Type" ,
"preview" : "Preview" ,
"details" : "Details"
} ,
"nav" : {
"worlds" : "Worlds" ,
"create_world" : "Create World" ,
"admin" : "Admin" ,
"play" : "Play" ,
"logout" : "Logout" ,
"profile" : "Profile"
} ,
"theme" : {
"toggle" : "Toggle theme" ,
"dark" : "Dark" ,
"light" : "Light"
} ,
"lang" : {
"switch" : "Switch language" ,
"en" : "English" ,
"ru" : "Русский"
} ,
"auth" : {
"login_title" : "Sign in" ,
"register_title" : "Create account" ,
"admin_register_title" : "Create admin account" ,
"email" : "Email" ,
"username" : "Username" ,
"password" : "Password" ,
"password_confirm" : "Confirm password" ,
"login_field" : "Email or username" ,
"login_button" : "Sign in" ,
"register_button" : "Register" ,
"admin_token" : "Admin invitation token" ,
"have_account" : "Already have an account? Sign in" ,
"no_account" : "No account? Register" ,
"logged_out" : "You have been signed out." ,
"login_success" : "Signed in." ,
"register_success" : "Account created. You can sign in now." ,
"admin_register_success" : "Admin account created. You can sign in now." ,
"login_failed" : "Sign-in failed" ,
"register_failed" : "Registration failed" ,
2026-06-21 02:41:48 +03:00
"session_expired" : "Session expired, please sign in again." ,
"username_hint" : "Letters, numbers, and underscores only. No @ or other special characters." ,
"username_invalid_chars" : "Username can only contain letters, numbers, and underscores (a-z, A-Z, 0-9, _). @ and other special characters are not allowed."
2026-06-20 19:13:05 +03:00
} ,
"worlds" : {
"title" : "Your Worlds" ,
"create_new" : "Create new world" ,
"empty" : "No worlds yet. Create your first one!" ,
"last_played" : "Last played" ,
"never_played" : "Not played yet" ,
"current_time" : "Current time" ,
"player" : "Player" ,
"delete_confirm" : "Delete this world? This cannot be undone." ,
"deleted" : "World deleted." ,
"delete_failed" : "Failed to delete world." ,
"load_failed" : "Failed to load worlds." ,
"play" : "Play" ,
"edit" : "Edit" ,
"not_found" : "World not found." ,
"status_draft" : "Draft" ,
"status_building" : "Building" ,
"status_ready" : "Ready" ,
"status_failed" : "Failed" ,
2026-06-21 02:41:48 +03:00
"status_archived" : "Archived" ,
"restore" : "Restore" ,
2026-06-21 04:11:38 +03:00
"continue_setup" : "Continue setup" ,
2026-06-21 02:41:48 +03:00
"restored" : "World restored." ,
"restore_failed" : "Failed to restore world." ,
"delete_permanent" : "Delete permanently" ,
"delete_permanent_confirm" : "Permanently delete this world? This action cannot be undone and removes all steps, entities, and logs."
2026-06-20 19:13:05 +03:00
} ,
"builder" : {
"title" : "World Builder" ,
"step_choose_mode" : "Choose creation mode" ,
"step_preset" : "Pick a preset" ,
"step_form" : "Configure details" ,
"step_building" : "Building world…" ,
"mode_preset" : "From preset" ,
"mode_form" : "Custom form" ,
"preset_help" : "Start from a pre-configured world template." ,
"form_help" : "Configure the world yourself with custom rules." ,
"world_name" : "World name" ,
"player_name" : "Player character name" ,
"notes" : "Notes (optional)" ,
"notes_help" : "Additional instructions for the Game Master." ,
"language_en" : "English" ,
"language_ru" : "Russian" ,
"create_button" : "Create world" ,
"creating" : "Creating…" ,
"build_progress" : "Build progress" ,
"phase" : "Phase" ,
"step" : "Step" ,
"of" : "of" ,
"intro_scene" : "Intro scene" ,
"build_complete" : "World built successfully!" ,
"build_failed" : "World build failed." ,
"tool_call" : "Tool call" ,
"llm_call" : "LLM call" ,
"schema_generated" : "World schema generated" ,
"environment_generated" : "Environment generated" ,
2026-06-21 04:11:38 +03:00
"entities_generated" : "Entities generated" ,
"retry_disabled" : "Cannot retry — no world was created yet."
2026-06-20 19:13:05 +03:00
} ,
"editor" : {
"title" : "World Editor" ,
"instruction" : "Instruction" ,
"instruction_placeholder" : "Describe what to change about the world…" ,
"send" : "Send" ,
"world_json" : "World JSON" ,
"json_saved" : "World JSON updated." ,
"json_invalid" : "Invalid JSON." ,
"clarification" : "Clarification needed" ,
"change_proposed" : "Change proposed" ,
"comment" : "Comment" ,
"apply_changes" : "Apply changes" ,
"discard_changes" : "Discard changes" ,
"changes_applied" : "Changes applied." ,
"changes_discarded" : "Changes discarded." ,
"edit_world" : "Edit world" ,
"submit_instruction" : "Submitting…" ,
2026-06-21 04:11:38 +03:00
"streaming" : "Streaming…" ,
"accept" : "Accept" ,
"reject" : "Reject" ,
"your_answer" : "Your answer" ,
"answer_placeholder" : "Type your answer…" ,
"apply_failed" : "Failed to apply changes." ,
"discard_failed" : "Failed to discard changes." ,
"answer_failed" : "Failed to submit answer." ,
"cannot_play_draft" : "Generate the intro scene first." ,
"generate_intro_title" : "Generate Intro Scene" ,
"generate_intro_help" : "This world is still a draft. Generate the intro scene to make it playable." ,
"generate_intro_button" : "Generate Intro Scene" ,
"intro_generating" : "Generating intro scene…" ,
"intro_complete" : "Intro scene generated." ,
"intro_failed" : "Failed to generate intro scene." ,
"intro_scene" : "Intro scene" ,
"world_ready" : "World is ready! You can now play." ,
"regenerate_intro" : "Regenerate intro scene"
2026-06-20 19:13:05 +03:00
} ,
"play" : {
"title" : "Play" ,
"environment" : "Environment" ,
"location" : "Location" ,
"time_of_day" : "Time of day" ,
"weather" : "Weather" ,
"player" : "Player" ,
"hp" : "HP" ,
"level" : "Level" ,
"inventory" : "Inventory" ,
"conditions" : "Conditions" ,
"npcs" : "NPCs" ,
"items" : "Items" ,
"plot_rails" : "Plot rails" ,
"chat" : "Chat" ,
"scene" : "Scene" ,
"you" : "You" ,
"game_master" : "Game Master" ,
"action_placeholder" : "What do you do?" ,
"send_action" : "Send" ,
"sending" : "Sending…" ,
"suggested_actions" : "Suggested actions" ,
"no_suggestions" : "No suggestions yet." ,
"retry_last" : "Retry last step" ,
"rollback" : "Rollback one step" ,
"rollback_confirm" : "Rollback the last step?" ,
"rolled_back" : "Rolled back one step." ,
2026-06-21 04:11:38 +03:00
"not_ready" : "This world is not ready yet. Generate the intro scene first." ,
2026-06-21 02:41:48 +03:00
"no_steps_to_retry" : "No steps to retry yet." ,
"no_steps_to_rollback" : "No steps to rollback yet." ,
2026-06-20 19:13:05 +03:00
"streaming" : "AI is responding…" ,
"scene_chunk" : "Scene" ,
"iteration_complete" : "Step complete" ,
"trigger_fired" : "Trigger fired" ,
"summary_generated" : "Summary generated" ,
"load_failed" : "Failed to load session." ,
"no_actions_yet" : "Take an action to begin."
} ,
"sse" : {
"connecting" : "Connecting…" ,
"connected" : "Connected" ,
"disconnected" : "Disconnected" ,
"error" : "Connection error" ,
"reconnecting" : "Reconnecting…"
} ,
"admin" : {
"title" : "Admin Dashboard" ,
"tab_settings" : "Settings" ,
"tab_logs" : "LLM Logs" ,
"tab_users" : "Users" ,
"tab_stats" : "Stats" ,
"tab_test" : "Diagnostics" ,
"tab_icons" : "Icons" ,
"not_admin" : "You do not have admin access." ,
"settings_saved" : "Settings saved." ,
"settings_save_failed" : "Failed to save settings." ,
"settings_load_failed" : "Failed to load settings." ,
2026-06-21 02:41:48 +03:00
"group_llm" : "LLM Configuration" ,
2026-06-20 19:13:05 +03:00
"group_embeddings" : "Embeddings" ,
"group_qdrant" : "Qdrant" ,
2026-06-21 02:41:48 +03:00
"group_context" : "Context Manager" ,
"group_ui" : "UI Settings" ,
"group_game" : "Game Settings" ,
2026-06-20 19:13:05 +03:00
"logs_filter_world" : "World ID" ,
"logs_filter_stage" : "Stage" ,
"logs_filter_status" : "Status" ,
"logs_filter_apply" : "Apply filters" ,
"logs_stage" : "Stage" ,
"logs_status" : "Status" ,
"logs_latency" : "Latency" ,
"logs_tokens" : "Tokens" ,
"logs_created" : "Created" ,
"logs_detail" : "Log detail" ,
"logs_prompt" : "Prompt" ,
"logs_response" : "Response" ,
"logs_error" : "Error" ,
"users_email" : "Email" ,
"users_username" : "Username" ,
"users_admin" : "Admin" ,
"users_active" : "Active" ,
"users_created" : "Created" ,
"users_last_login" : "Last login" ,
"users_make_admin" : "Make admin" ,
"users_remove_admin" : "Remove admin" ,
"users_activate" : "Activate" ,
"users_deactivate" : "Deactivate" ,
"stats_users" : "Users" ,
"stats_worlds" : "Worlds" ,
2026-06-21 02:41:48 +03:00
"stats_active_worlds" : "Active Worlds" ,
"stats_archived" : "Archived" ,
"stats_total_worlds" : "Total Worlds" ,
2026-06-20 19:13:05 +03:00
"stats_steps" : "Steps" ,
"stats_avg_latency" : "Avg LLM latency" ,
"test_llm" : "Test LLM" ,
"test_llm_tools" : "Test LLM tools" ,
"test_embeddings" : "Test embeddings" ,
"probe_dimension" : "Probe dimension" ,
"recreate_collections" : "Recreate collections" ,
"api_url" : "API URL" ,
"api_key" : "API key" ,
"model" : "Model" ,
"provider" : "Provider" ,
"run_test" : "Run test" ,
"running" : "Running…" ,
"result" : "Result" ,
"elapsed_ms" : "Elapsed (ms)" ,
"dimension" : "Dimension" ,
"ok" : "OK" ,
"failed" : "Failed" ,
"icons_favicon" : "Favicon" ,
"icons_logo" : "Logo" ,
"icons_og" : "Open Graph image" ,
"icons_upload" : "Upload" ,
"icons_uploaded" : "Icon uploaded." ,
"icons_upload_failed" : "Failed to upload icon." ,
2026-06-21 04:11:38 +03:00
"choose_file" : "Choose file" ,
"tool_calls_detected" : "Tool calls detected" ,
"no_tool_calls_warning_title" : "No tool calls returned" ,
"no_tool_calls_warning" : "Model did not return tool calls. This may mean the model doesn't support function calling, or uses a non-standard format." ,
"raw_response" : "Raw LLM response"
2026-06-20 19:13:05 +03:00
} ,
"errors" : {
"generic" : "Something went wrong." ,
"network" : "Network error. Check your connection." ,
"unauthorized" : "Unauthorized." ,
"not_found" : "Not found." ,
"server_error" : "Server error." ,
"forbidden" : "Forbidden." ,
"validation" : "Validation error."
} ,
"toast" : {
"error_title" : "Error" ,
"success_title" : "Success" ,
"warning_title" : "Warning" ,
"info_title" : "Info"
}
}