Files
ai-rpg/frontend/src/i18n/en.json

266 lines
8.1 KiB
JSON
Raw Normal View History

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",
"session_expired": "Session expired, please sign in again."
},
"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",
"status_archived": "Archived"
},
"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",
"entities_generated": "Entities generated"
},
"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…",
"streaming": "Streaming…"
},
"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.",
"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.",
"group_llm": "LLM",
"group_embeddings": "Embeddings",
"group_qdrant": "Qdrant",
"group_ui": "UI",
"group_game": "Game",
"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",
"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.",
"choose_file": "Choose file"
},
"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"
}
}