This commit is contained in:
Mikan
2026-06-21 04:11:38 +03:00
parent bd85e186dc
commit 4dee4fb0a8
19 changed files with 1423 additions and 115 deletions

View File

@@ -89,6 +89,7 @@
"status_failed": "Failed",
"status_archived": "Archived",
"restore": "Restore",
"continue_setup": "Continue setup",
"restored": "World restored.",
"restore_failed": "Failed to restore world.",
"delete_permanent": "Delete permanently",
@@ -123,7 +124,8 @@
"llm_call": "LLM call",
"schema_generated": "World schema generated",
"environment_generated": "Environment generated",
"entities_generated": "Entities generated"
"entities_generated": "Entities generated",
"retry_disabled": "Cannot retry — no world was created yet."
},
"editor": {
"title": "World Editor",
@@ -142,7 +144,24 @@
"changes_discarded": "Changes discarded.",
"edit_world": "Edit world",
"submit_instruction": "Submitting…",
"streaming": "Streaming…"
"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"
},
"play": {
"title": "Play",
@@ -171,7 +190,7 @@
"rollback": "Rollback one step",
"rollback_confirm": "Rollback the last step?",
"rolled_back": "Rolled back one step.",
"not_ready": "World is not ready yet. Complete world creation first.",
"not_ready": "This world is not ready yet. Generate the intro scene first.",
"no_steps_to_retry": "No steps to retry yet.",
"no_steps_to_rollback": "No steps to rollback yet.",
"streaming": "AI is responding…",
@@ -259,7 +278,11 @@
"icons_upload": "Upload",
"icons_uploaded": "Icon uploaded.",
"icons_upload_failed": "Failed to upload icon.",
"choose_file": "Choose file"
"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"
},
"errors": {
"generic": "Something went wrong.",