fix
This commit is contained in:
@@ -66,7 +66,14 @@
|
||||
"register_failed": "Registration failed",
|
||||
"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."
|
||||
"username_invalid_chars": "Username can only contain letters, numbers, and underscores (a-z, A-Z, 0-9, _). @ and other special characters are not allowed.",
|
||||
"recover_title": "Recover admin access",
|
||||
"recover_help": "Disaster-recovery: creates a new admin account using the setup token. Use this when all admins have lost access.",
|
||||
"recover_token_hint": "The setup token from the server config (admin.setup_token).",
|
||||
"recover_button": "Create admin",
|
||||
"recover_success": "Admin created. You can now log in.",
|
||||
"recover_failed": "Recovery failed",
|
||||
"recover_link": "Lost admin access? Recover here"
|
||||
},
|
||||
"worlds": {
|
||||
"title": "Your Worlds",
|
||||
@@ -232,6 +239,8 @@
|
||||
"logs_filter_apply": "Apply filters",
|
||||
"logs_stage": "Stage",
|
||||
"logs_status": "Status",
|
||||
"logs_world": "World",
|
||||
"logs_filtered": "filtered",
|
||||
"logs_latency": "Latency",
|
||||
"logs_tokens": "Tokens",
|
||||
"logs_created": "Created",
|
||||
@@ -282,7 +291,17 @@
|
||||
"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"
|
||||
"raw_response": "Raw LLM response",
|
||||
"fetch_models": "Fetch models",
|
||||
"fetched_models": "Available models",
|
||||
"pick_model": "Pick a model…",
|
||||
"fetch_models_failed": "Could not fetch model list. Enter the model name manually.",
|
||||
"text_replacements_title": "Text Replacements",
|
||||
"text_replacements_help": "These replacements are applied to all LLM scene text output. Use empty 'To' to remove a word/phrase entirely.",
|
||||
"text_replacements_empty": "No replacement rules yet. Click 'Add rule' to create one.",
|
||||
"text_replacements_from": "From",
|
||||
"text_replacements_to": "To",
|
||||
"text_replacements_add": "Add rule"
|
||||
},
|
||||
"errors": {
|
||||
"generic": "Something went wrong.",
|
||||
|
||||
Reference in New Issue
Block a user