Complete C# rewrite with working game in Editor (#6)

* Refactor collectable components to C# and update resource scripts for consistency

* Update resource paths and refactor properties for consistency

* Refactor UI components to inherit from Control and update node paths for consistency

* Update node paths and group assignments for consistency across scenes

* Refactor GameManager and PlayerDeathComponent for improved state management and logging; update scene connections for player death handling

* Add PhantomCamera components and UI elements for improved scene management; refactor existing components for better integration

* Refactor skill components and update resource paths for consistency; enhance skill management in scenes

* Add new UID files and update scene configurations for dialogue components; refactor skill management and input handling

* Add next level command and refactor player retrieval in GameManager; update scene files for consistency

* Add skill upgrade system and refactor skill components for enhanced functionality; update resource paths and configurations

* Enhance ChargeProgressBar and Marketplace functionality; add owner exit handling and update skill button states

* Refactor ChargeProgressBar and SkillManager; update skill handling and improve component interactions

* Refactor player and level configurations; streamline FlipPlayerComponent and reposition Spaceship Enter
This commit is contained in:
2025-08-27 01:12:26 +02:00
committed by GitHub
parent d84f7d1740
commit d786ef4c22
532 changed files with 22009 additions and 6630 deletions

Binary file not shown.

View File

@@ -0,0 +1,442 @@
msgid ""
msgstr ""
"Project-Id-Version: Dialogue Manager\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.2.2\n"
msgid "start_a_new_file"
msgstr "Start a new file"
msgid "open_a_file"
msgstr "Open a file"
msgid "open.open"
msgstr "Open..."
msgid "open.quick_open"
msgstr "Quick open..."
msgid "open.no_recent_files"
msgstr "No recent files"
msgid "open.clear_recent_files"
msgstr "Clear recent files"
msgid "save_all_files"
msgstr "Save all files"
msgid "all"
msgstr "All"
msgid "find_in_files"
msgstr "Find in files..."
msgid "test_dialogue"
msgstr "Test dialogue from start of file"
msgid "test_dialogue_from_line"
msgstr "Test dialogue from current line"
msgid "search_for_text"
msgstr "Search for text"
msgid "insert"
msgstr "Insert"
msgid "translations"
msgstr "Translations"
msgid "sponsor"
msgstr "Sponsor"
msgid "show_support"
msgstr "Support Dialogue Manager"
msgid "docs"
msgstr "Docs"
msgid "insert.wave_bbcode"
msgstr "Wave BBCode"
msgid "insert.shake_bbcode"
msgstr "Shake BBCode"
msgid "insert.typing_pause"
msgstr "Typing pause"
msgid "insert.typing_speed_change"
msgstr "Typing speed change"
msgid "insert.auto_advance"
msgstr "Auto advance"
msgid "insert.templates"
msgstr "Templates"
msgid "insert.title"
msgstr "Title"
msgid "insert.dialogue"
msgstr "Dialogue"
msgid "insert.response"
msgstr "Response"
msgid "insert.random_lines"
msgstr "Random lines"
msgid "insert.random_text"
msgstr "Random text"
msgid "insert.actions"
msgstr "Actions"
msgid "insert.jump"
msgstr "Jump to title"
msgid "insert.end_dialogue"
msgstr "End dialogue"
msgid "generate_line_ids"
msgstr "Generate line IDs"
msgid "use_uuid_only_for_ids"
msgstr "Use UUID only for IDs"
msgid "set_id_prefix_length"
msgstr "Set ID prefix length"
msgid "id_prefix_length"
msgstr "ID prefix length:"
msgid "save_characters_to_csv"
msgstr "Save character names to CSV..."
msgid "save_to_csv"
msgstr "Save lines to CSV..."
msgid "import_from_csv"
msgstr "Import line changes from CSV..."
msgid "confirm_close"
msgstr "Save changes to '{path}'?"
msgid "confirm_close.save"
msgstr "Save changes"
msgid "confirm_close.discard"
msgstr "Discard"
msgid "buffer.save"
msgstr "Save"
msgid "buffer.save_as"
msgstr "Save as..."
msgid "buffer.close"
msgstr "Close"
msgid "buffer.close_all"
msgstr "Close all"
msgid "buffer.close_other_files"
msgstr "Close other files"
msgid "buffer.copy_file_path"
msgstr "Copy file path"
msgid "buffer.show_in_filesystem"
msgstr "Show in FileSystem"
msgid "n_of_n"
msgstr "{index} of {total}"
msgid "search.find"
msgstr "Find:"
msgid "search.find_all"
msgstr "Find all..."
msgid "search.placeholder"
msgstr "Text to search for"
msgid "search.replace_placeholder"
msgstr "Text to replace it with"
msgid "search.replace_selected"
msgstr "Replace selected"
msgid "search.previous"
msgstr "Previous"
msgid "search.next"
msgstr "Next"
msgid "search.match_case"
msgstr "Match case"
msgid "search.toggle_replace"
msgstr "Replace"
msgid "search.replace_with"
msgstr "Replace with:"
msgid "search.replace"
msgstr "Replace"
msgid "search.replace_all"
msgstr "Replace all"
msgid "files_list.filter"
msgstr "Filter files"
msgid "titles_list.filter"
msgstr "Filter titles"
msgid "errors.key_not_found"
msgstr "Key \"{key}\" not found."
msgid "errors.line_and_message"
msgstr "Error at {line}, {column}: {message}"
msgid "errors_in_script"
msgstr "You have errors in your script. Fix them and then try again."
msgid "errors_with_build"
msgstr "You need to fix dialogue errors before you can run your game."
msgid "errors.import_errors"
msgstr "There are errors in this imported file."
msgid "errors.already_imported"
msgstr "File already imported."
msgid "errors.duplicate_import"
msgstr "Duplicate import name."
msgid "errors.unknown_using"
msgstr "Unknown autoload in using statement."
msgid "errors.empty_title"
msgstr "Titles cannot be empty."
msgid "errors.duplicate_title"
msgstr "There is already a title with that name."
msgid "errors.invalid_title_string"
msgstr "Titles can only contain alphanumeric characters and numbers."
msgid "errors.invalid_title_number"
msgstr "Titles cannot begin with a number."
msgid "errors.unknown_title"
msgstr "Unknown title."
msgid "errors.jump_to_invalid_title"
msgstr "This jump is pointing to an invalid title."
msgid "errors.title_has_no_content"
msgstr "That title has no content. Maybe change this to a \"=> END\"."
msgid "errors.invalid_expression"
msgstr "Expression is invalid."
msgid "errors.unexpected_condition"
msgstr "Unexpected condition."
msgid "errors.duplicate_id"
msgstr "This ID is already on another line."
msgid "errors.missing_id"
msgstr "This line is missing an ID."
msgid "errors.invalid_indentation"
msgstr "Invalid indentation."
msgid "errors.condition_has_no_content"
msgstr "A condition line needs an indented line below it."
msgid "errors.incomplete_expression"
msgstr "Incomplete expression."
msgid "errors.invalid_expression_for_value"
msgstr "Invalid expression for value."
msgid "errors.file_not_found"
msgstr "File not found."
msgid "errors.unexpected_end_of_expression"
msgstr "Unexpected end of expression."
msgid "errors.unexpected_function"
msgstr "Unexpected function."
msgid "errors.unexpected_bracket"
msgstr "Unexpected bracket."
msgid "errors.unexpected_closing_bracket"
msgstr "Unexpected closing bracket."
msgid "errors.missing_closing_bracket"
msgstr "Missing closing bracket."
msgid "errors.unexpected_operator"
msgstr "Unexpected operator."
msgid "errors.unexpected_comma"
msgstr "Unexpected comma."
msgid "errors.unexpected_colon"
msgstr "Unexpected colon."
msgid "errors.unexpected_dot"
msgstr "Unexpected dot."
msgid "errors.unexpected_boolean"
msgstr "Unexpected boolean."
msgid "errors.unexpected_string"
msgstr "Unexpected string."
msgid "errors.unexpected_number"
msgstr "Unexpected number."
msgid "errors.unexpected_variable"
msgstr "Unexpected variable."
msgid "errors.invalid_index"
msgstr "Invalid index."
msgid "errors.unexpected_assignment"
msgstr "Unexpected assignment."
msgid "errors.expected_when_or_else"
msgstr "Expecting a when or an else case."
msgid "errors.only_one_else_allowed"
msgstr "Only one else case is allowed per match."
msgid "errors.when_must_belong_to_match"
msgstr "When statements can only appear as children of match statements."
msgid "errors.concurrent_line_without_origin"
msgstr "Concurrent lines need an origin line that doesn't start with \"| \"."
msgid "errors.goto_not_allowed_on_concurrect_lines"
msgstr "Goto references are not allowed on concurrent dialogue lines."
msgid "errors.unexpected_syntax_on_nested_dialogue_line"
msgstr "Nested dialogue lines may only contain dialogue."
msgid "errors.err_nested_dialogue_invalid_jump"
msgstr "Only the last line of nested dialogue is allowed to include a jump."
msgid "errors.unknown"
msgstr "Unknown syntax."
msgid "update.available"
msgstr "v{version} available"
msgid "update.is_available_for_download"
msgstr "Version %s is available for download!"
msgid "update.downloading"
msgstr "Downloading..."
msgid "update.download_update"
msgstr "Download update"
msgid "update.needs_reload"
msgstr "The project needs to be reloaded to install the update."
msgid "update.reload_ok_button"
msgstr "Reload project"
msgid "update.reload_cancel_button"
msgstr "Do it later"
msgid "update.reload_project"
msgstr "Reload project"
msgid "update.release_notes"
msgstr "Read release notes"
msgid "update.success"
msgstr "Dialogue Manager is now v{version}."
msgid "update.failed"
msgstr "There was a problem downloading the update."
msgid "runtime.no_resource"
msgstr "No dialogue resource provided."
msgid "runtime.no_content"
msgstr "\"{file_path}\" has no content."
msgid "runtime.errors"
msgstr "You have {count} errors in your dialogue text."
msgid "runtime.error_detail"
msgstr "Line {line}: {message}"
msgid "runtime.errors_see_details"
msgstr "You have {count} errors in your dialogue text. See Output for details."
msgid "runtime.invalid_expression"
msgstr "\"{expression}\" is not a valid expression: {error}"
msgid "runtime.array_index_out_of_bounds"
msgstr "Index {index} out of bounds of array \"{array}\"."
msgid "runtime.left_hand_size_cannot_be_assigned_to"
msgstr "Left hand side of expression cannot be assigned to."
msgid "runtime.key_not_found"
msgstr "Key \"{key}\" not found in dictionary \"{dictionary}\""
msgid "runtime.property_not_found"
msgstr "\"{property}\" not found. States with directly referenceable properties/methods/signals include {states}. Autoloads need to be referenced by their name to use their properties."
msgid "runtime.property_not_found_missing_export"
msgstr "\"{property}\" not found. You might need to add an [Export] decorator. States with directly referenceable properties/methods/signals include {states}. Autoloads need to be referenced by their name to use their properties."
msgid "runtime.method_not_found"
msgstr "Method \"{method}\" not found. States with directly referenceable properties/methods/signals include {states}. Autoloads need to be referenced by their name to use their properties."
msgid "runtime.signal_not_found"
msgstr "Signal \"{signal_name}\" not found. States with directly referenceable properties/methods/signals include {states}. Autoloads need to be referenced by their name to use their properties."
msgid "runtime.method_not_callable"
msgstr "\"{method}\" is not a callable method on \"{object}\""
msgid "runtime.unknown_operator"
msgstr "Unknown operator."
msgid "runtime.unknown_autoload"
msgstr "\"{autoload}\" doesn't appear to be a valid autoload."
msgid "runtime.something_went_wrong"
msgstr "Something went wrong."
msgid "runtime.expected_n_got_n_args"
msgstr "\"{method}\" was called with {received} arguments but it only has {expected}."
msgid "runtime.unsupported_array_type"
msgstr "Array[{type}] isn't supported in mutations. Use Array as a type instead."
msgid "runtime.dialogue_balloon_missing_start_method"
msgstr "Your dialogue balloon is missing a \"start\" or \"Start\" method."
msgid "runtime.top_level_states_share_name"
msgstr "Multiple top-level states ({states}) share method/property/signal name \"{key}\". Only the first occurance is accessible to dialogue."
msgid "translation_plugin.character_name"
msgstr "Character name"

View File

@@ -0,0 +1,387 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Dialogue Manager\n"
"POT-Creation-Date: 2024-02-25 20:58\n"
"PO-Revision-Date: 2024-02-25 20:58\n"
"Last-Translator: you <you@example.com>\n"
"Language-Team: Spanish <yourteam@example.com>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "start_a_new_file"
msgstr "Crear un nuevo archivo"
msgid "open_a_file"
msgstr "Abrir un archivo"
msgid "open.open"
msgstr "Abrir..."
msgid "open.no_recent_files"
msgstr "No hay archivos recientes"
msgid "open.clear_recent_files"
msgstr "Limpiar archivos recientes"
msgid "save_all_files"
msgstr "Guardar todos los archivos"
msgid "test_dialogue"
msgstr "Diálogo de prueba"
msgid "search_for_text"
msgstr "Buscar texto"
msgid "insert"
msgstr "Insertar"
msgid "translations"
msgstr "Traducciones"
msgid "show_support"
msgstr "Contribuye con Dialogue Manager"
msgid "docs"
msgstr "Docs"
msgid "insert.wave_bbcode"
msgstr "BBCode ondulado"
msgid "insert.shake_bbcode"
msgstr "BBCode agitado"
msgid "insert.typing_pause"
msgstr "Pausa de escritura"
msgid "insert.typing_speed_change"
msgstr "Cambiar la velocidad de escritura"
msgid "insert.auto_advance"
msgstr "Avance automático"
msgid "insert.templates"
msgstr "Plantillas"
msgid "insert.title"
msgstr "Título"
msgid "insert.dialogue"
msgstr "Diálogo"
msgid "insert.response"
msgstr "Respuesta"
msgid "insert.random_lines"
msgstr "Líneas aleatorias"
msgid "insert.random_text"
msgstr "Texto aleatorio"
msgid "insert.actions"
msgstr "Acciones"
msgid "insert.jump"
msgstr "Ir al título"
msgid "insert.end_dialogue"
msgstr "Finalizar diálogo"
msgid "generate_line_ids"
msgstr "Generar IDs de línea"
msgid "use_uuid_only_for_ids"
msgstr "Usar solo UUID como ID"
msgid "set_id_prefix_length"
msgstr "Establecer la longitud del prefijo de ID"
msgid "id_prefix_length"
msgstr "Longitud del prefijo de ID:"
msgid "save_characters_to_csv"
msgstr "Guardar los nombres de los personajes en un archivo CSV..."
msgid "save_to_csv"
msgstr "Guardar líneas en CSV..."
msgid "import_from_csv"
msgstr "Importar cambios de línea desde CSV..."
msgid "confirm_close"
msgstr "¿Guardar los cambios en '{path}'?"
msgid "confirm_close.save"
msgstr "Guardar cambios"
msgid "confirm_close.discard"
msgstr "Descartar"
msgid "buffer.save"
msgstr "Guardar"
msgid "buffer.save_as"
msgstr "Guardar como..."
msgid "buffer.close"
msgstr "Cerrar"
msgid "buffer.close_all"
msgstr "Cerrar todo"
msgid "buffer.close_other_files"
msgstr "Cerrar otros archivos"
msgid "buffer.copy_file_path"
msgstr "Copiar la ruta del archivo"
msgid "buffer.show_in_filesystem"
msgstr "Mostrar en el sistema de archivos"
msgid "n_of_n"
msgstr "{index} de {total}"
msgid "search.previous"
msgstr "Anterior"
msgid "search.next"
msgstr "Siguiente"
msgid "search.match_case"
msgstr "Coincidir mayúsculas/minúsculas"
msgid "search.toggle_replace"
msgstr "Reemplazar"
msgid "search.replace_with"
msgstr "Reemplazar con:"
msgid "search.replace"
msgstr "Reemplazar"
msgid "search.replace_all"
msgstr "Reemplazar todo"
msgid "files_list.filter"
msgstr "Filtrar archivos"
msgid "titles_list.filter"
msgstr "Filtrar títulos"
msgid "errors.key_not_found"
msgstr "La tecla \"{key}\" no se encuentra."
msgid "errors.line_and_message"
msgstr "Error en {line}, {column}: {message}"
msgid "errors_in_script"
msgstr "Tienes errores en tu guion. Corrígelos y luego inténtalo de nuevo."
msgid "errors_with_build"
msgstr "Debes corregir los errores de diálogo antes de poder ejecutar tu juego."
msgid "errors.import_errors"
msgstr "Hay errores en este archivo importado."
msgid "errors.already_imported"
msgstr "Archivo ya importado."
msgid "errors.duplicate_import"
msgstr "Nombre de importación duplicado."
msgid "errors.unknown_using"
msgstr "Autoload desconocida en la declaración de uso."
msgid "errors.empty_title"
msgstr "Los títulos no pueden estar vacíos."
msgid "errors.duplicate_title"
msgstr "Ya hay un título con ese nombre."
msgid "errors.nested_title"
msgstr "Los títulos no pueden tener sangría."
msgid "errors.invalid_title_string"
msgstr "Los títulos solo pueden contener caracteres alfanuméricos y números."
msgid "errors.invalid_title_number"
msgstr "Los títulos no pueden empezar con un número."
msgid "errors.unknown_title"
msgstr "Título desconocido."
msgid "errors.jump_to_invalid_title"
msgstr "Este salto está apuntando a un título inválido."
msgid "errors.title_has_no_content"
msgstr "Ese título no tiene contenido. Quizá cambiarlo a \"=> FIN\"."
msgid "errors.invalid_expression"
msgstr "La expresión es inválida."
msgid "errors.unexpected_condition"
msgstr "Condición inesperada."
msgid "errors.duplicate_id"
msgstr "Este ID ya está en otra línea."
msgid "errors.missing_id"
msgstr "Esta línea está sin ID."
msgid "errors.invalid_indentation"
msgstr "Sangría no válida."
msgid "errors.condition_has_no_content"
msgstr "Una línea de condición necesita una línea sangrada debajo de ella."
msgid "errors.incomplete_expression"
msgstr "Expresión incompleta."
msgid "errors.invalid_expression_for_value"
msgstr "Expresión no válida para valor."
msgid "errors.file_not_found"
msgstr "Archivo no encontrado."
msgid "errors.unexpected_end_of_expression"
msgstr "Fin de expresión inesperado."
msgid "errors.unexpected_function"
msgstr "Función inesperada."
msgid "errors.unexpected_bracket"
msgstr "Corchete inesperado."
msgid "errors.unexpected_closing_bracket"
msgstr "Bracket de cierre inesperado."
msgid "errors.missing_closing_bracket"
msgstr "Falta cerrar corchete."
msgid "errors.unexpected_operator"
msgstr "Operador inesperado."
msgid "errors.unexpected_comma"
msgstr "Coma inesperada."
msgid "errors.unexpected_colon"
msgstr "Dos puntos inesperados"
msgid "errors.unexpected_dot"
msgstr "Punto inesperado."
msgid "errors.unexpected_boolean"
msgstr "Booleano inesperado."
msgid "errors.unexpected_string"
msgstr "String inesperado."
msgid "errors.unexpected_number"
msgstr "Número inesperado."
msgid "errors.unexpected_variable"
msgstr "Variable inesperada."
msgid "errors.invalid_index"
msgstr "Índice no válido."
msgid "errors.unexpected_assignment"
msgstr "Asignación inesperada."
msgid "errors.unknown"
msgstr "Sintaxis desconocida."
msgid "update.available"
msgstr "v{version} disponible"
msgid "update.is_available_for_download"
msgstr "¡La versión %s ya está disponible para su descarga!"
msgid "update.downloading"
msgstr "Descargando..."
msgid "update.download_update"
msgstr "Descargar actualización"
msgid "update.needs_reload"
msgstr "El proyecto debe ser recargado para instalar la actualización."
msgid "update.reload_ok_button"
msgstr "Recargar proyecto"
msgid "update.reload_cancel_button"
msgstr "Hazlo más tarde"
msgid "update.reload_project"
msgstr "Recargar proyecto"
msgid "update.release_notes"
msgstr "Leer las notas de la versión"
msgid "update.success"
msgstr "El Gestor de Diálogo ahora es v{versión}."
msgid "update.failed"
msgstr "Hubo un problema al descargar la actualización."
msgid "runtime.no_resource"
msgstr "Recurso de diálogo no proporcionado."
msgid "runtime.no_content"
msgstr "\"{file_path}\" no tiene contenido."
msgid "runtime.errors"
msgstr "Tienes {count} errores en tu diálogo de texto."
msgid "runtime.error_detail"
msgstr "Línea {line}: {message}"
msgid "runtime.errors_see_details"
msgstr "Tienes {count} errores en tu texto de diálogo. Consulta la salida para más detalles."
msgid "runtime.invalid_expression"
msgstr "\"{expression}\" no es una expresión válida: {error}"
msgid "runtime.array_index_out_of_bounds"
msgstr "Índice {index} fuera de los límites del array \"{array}\"."
msgid "runtime.left_hand_size_cannot_be_assigned_to"
msgstr "El lado izquierdo de la expresión no se puede asignar."
msgid "runtime.key_not_found"
msgstr "Clave \"{key}\" no encontrada en el diccionario \"{dictionary}\""
msgid "runtime.property_not_found"
msgstr "\"{property}\" no es una propiedad en ningún estado del juego ({states})."
msgid "runtime.property_not_found_missing_export"
msgstr "\"{property}\" no es una propiedad en ningún estado del juego ({states}). Es posible que necesites añadir un decorador [Export]."
msgid "runtime.method_not_found"
msgstr "\"{method}\" no es un método en ningún estado del juego ({states})"
msgid "runtime.signal_not_found"
msgstr "\"{signal_name}\" no es una señal en ningún estado del juego ({states})"
msgid "runtime.method_not_callable"
msgstr "\"{method}\" no es un método llamable en \"{object}\""
msgid "runtime.unknown_operator"
msgstr "Operador desconocido."
msgid "runtime.unknown_autoload"
msgstr "\"{autoload}\" parece no ser un autoload válido."
msgid "runtime.something_went_wrong"
msgstr "Algo salió mal."
msgid "runtime.expected_n_got_n_args"
msgstr "El método \"{method}\" se llamó con {received} argumentos, pero solo tiene {expected}."
msgid "runtime.unsupported_array_type"
msgstr "Array[{type}] no está soportado en mutaciones. Utiliza Array como tipo en su lugar."
msgid "runtime.dialogue_balloon_missing_start_method"
msgstr "Tu globo de diálogo no tiene un método \"start\" o \"Start\"."

View File

@@ -0,0 +1,432 @@
msgid ""
msgstr ""
"Project-Id-Version: Dialogue Manager\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
msgid "start_a_new_file"
msgstr ""
msgid "open_a_file"
msgstr ""
msgid "open.open"
msgstr ""
msgid "open.quick_open"
msgstr ""
msgid "open.no_recent_files"
msgstr ""
msgid "open.clear_recent_files"
msgstr ""
msgid "save_all_files"
msgstr ""
msgid "all"
msgstr ""
msgid "find_in_files"
msgstr ""
msgid "test_dialogue"
msgstr ""
msgid "test_dialogue_from_line"
msgstr ""
msgid "search_for_text"
msgstr ""
msgid "insert"
msgstr ""
msgid "translations"
msgstr ""
msgid "sponsor"
msgstr ""
msgid "show_support"
msgstr ""
msgid "docs"
msgstr ""
msgid "insert.wave_bbcode"
msgstr ""
msgid "insert.shake_bbcode"
msgstr ""
msgid "insert.typing_pause"
msgstr ""
msgid "insert.typing_speed_change"
msgstr ""
msgid "insert.auto_advance"
msgstr ""
msgid "insert.templates"
msgstr ""
msgid "insert.title"
msgstr ""
msgid "insert.dialogue"
msgstr ""
msgid "insert.response"
msgstr ""
msgid "insert.random_lines"
msgstr ""
msgid "insert.random_text"
msgstr ""
msgid "insert.actions"
msgstr ""
msgid "insert.jump"
msgstr ""
msgid "insert.end_dialogue"
msgstr ""
msgid "generate_line_ids"
msgstr ""
msgid "use_uuid_only_for_ids"
msgstr ""
msgid "set_id_prefix_length"
msgstr ""
msgid "id_prefix_length"
msgstr ""
msgid "save_to_csv"
msgstr ""
msgid "import_from_csv"
msgstr ""
msgid "confirm_close"
msgstr ""
msgid "confirm_close.save"
msgstr ""
msgid "confirm_close.discard"
msgstr ""
msgid "buffer.save"
msgstr ""
msgid "buffer.save_as"
msgstr ""
msgid "buffer.close"
msgstr ""
msgid "buffer.close_all"
msgstr ""
msgid "buffer.close_other_files"
msgstr ""
msgid "buffer.copy_file_path"
msgstr ""
msgid "buffer.show_in_filesystem"
msgstr ""
msgid "n_of_n"
msgstr ""
msgid "search.find"
msgstr ""
msgid "search.find_all"
msgstr ""
msgid "search.placeholder"
msgstr ""
msgid "search.replace_placeholder"
msgstr ""
msgid "search.replace_selected"
msgstr ""
msgid "search.previous"
msgstr ""
msgid "search.next"
msgstr ""
msgid "search.match_case"
msgstr ""
msgid "search.toggle_replace"
msgstr ""
msgid "search.replace_with"
msgstr ""
msgid "search.replace"
msgstr ""
msgid "search.replace_all"
msgstr ""
msgid "files_list.filter"
msgstr ""
msgid "titles_list.filter"
msgstr ""
msgid "errors.key_not_found"
msgstr ""
msgid "errors.line_and_message"
msgstr ""
msgid "errors_in_script"
msgstr ""
msgid "errors_with_build"
msgstr ""
msgid "errors.import_errors"
msgstr ""
msgid "errors.already_imported"
msgstr ""
msgid "errors.duplicate_import"
msgstr ""
msgid "errors.unknown_using"
msgstr ""
msgid "errors.empty_title"
msgstr ""
msgid "errors.duplicate_title"
msgstr ""
msgid "errors.invalid_title_string"
msgstr ""
msgid "errors.invalid_title_number"
msgstr ""
msgid "errors.unknown_title"
msgstr ""
msgid "errors.jump_to_invalid_title"
msgstr ""
msgid "errors.title_has_no_content"
msgstr ""
msgid "errors.invalid_expression"
msgstr ""
msgid "errors.unexpected_condition"
msgstr ""
msgid "errors.duplicate_id"
msgstr ""
msgid "errors.missing_id"
msgstr ""
msgid "errors.invalid_indentation"
msgstr ""
msgid "errors.condition_has_no_content"
msgstr ""
msgid "errors.incomplete_expression"
msgstr ""
msgid "errors.invalid_expression_for_value"
msgstr ""
msgid "errors.file_not_found"
msgstr ""
msgid "errors.unexpected_end_of_expression"
msgstr ""
msgid "errors.unexpected_function"
msgstr ""
msgid "errors.unexpected_bracket"
msgstr ""
msgid "errors.unexpected_closing_bracket"
msgstr ""
msgid "errors.missing_closing_bracket"
msgstr ""
msgid "errors.unexpected_operator"
msgstr ""
msgid "errors.unexpected_comma"
msgstr ""
msgid "errors.unexpected_colon"
msgstr ""
msgid "errors.unexpected_dot"
msgstr ""
msgid "errors.unexpected_boolean"
msgstr ""
msgid "errors.unexpected_string"
msgstr ""
msgid "errors.unexpected_number"
msgstr ""
msgid "errors.unexpected_variable"
msgstr ""
msgid "errors.invalid_index"
msgstr ""
msgid "errors.unexpected_assignment"
msgstr ""
msgid "errors.expected_when_or_else"
msgstr ""
msgid "errors.only_one_else_allowed"
msgstr ""
msgid "errors.when_must_belong_to_match"
msgstr ""
msgid "errors.concurrent_line_without_origin"
msgstr ""
msgid "errors.goto_not_allowed_on_concurrect_lines"
msgstr ""
msgid "errors.unexpected_syntax_on_nested_dialogue_line"
msgstr ""
msgid "errors.err_nested_dialogue_invalid_jump"
msgstr ""
msgid "errors.unknown"
msgstr ""
msgid "update.available"
msgstr ""
msgid "update.is_available_for_download"
msgstr ""
msgid "update.downloading"
msgstr ""
msgid "update.download_update"
msgstr ""
msgid "update.needs_reload"
msgstr ""
msgid "update.reload_ok_button"
msgstr ""
msgid "update.reload_cancel_button"
msgstr ""
msgid "update.reload_project"
msgstr ""
msgid "update.release_notes"
msgstr ""
msgid "update.success"
msgstr ""
msgid "update.failed"
msgstr ""
msgid "runtime.no_resource"
msgstr ""
msgid "runtime.no_content"
msgstr ""
msgid "runtime.errors"
msgstr ""
msgid "runtime.error_detail"
msgstr ""
msgid "runtime.errors_see_details"
msgstr ""
msgid "runtime.invalid_expression"
msgstr ""
msgid "runtime.array_index_out_of_bounds"
msgstr ""
msgid "runtime.left_hand_size_cannot_be_assigned_to"
msgstr ""
msgid "runtime.key_not_found"
msgstr ""
msgid "runtime.property_not_found"
msgstr ""
msgid "runtime.property_not_found_missing_export"
msgstr ""
msgid "runtime.method_not_found"
msgstr ""
msgid "runtime.signal_not_found"
msgstr ""
msgid "runtime.method_not_callable"
msgstr ""
msgid "runtime.unknown_operator"
msgstr ""
msgid "runtime.unknown_autoload"
msgstr ""
msgid "runtime.something_went_wrong"
msgstr ""
msgid "runtime.expected_n_got_n_args"
msgstr ""
msgid "runtime.unsupported_array_type"
msgstr ""
msgid "runtime.dialogue_balloon_missing_start_method"
msgstr ""
msgid "runtime.top_level_states_share_name"
msgstr ""
msgid "translation_plugin.character_name"
msgstr ""

View File

@@ -0,0 +1,438 @@
msgid ""
msgstr ""
"Project-Id-Version: Dialogue Manager\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.2.2\n"
msgid "start_a_new_file"
msgstr "Створити новий файл"
msgid "open_a_file"
msgstr "Відкрити файл"
msgid "open.open"
msgstr "Відкрити..."
msgid "open.quick_open"
msgstr "Швидко відкрити..."
msgid "open.no_recent_files"
msgstr "Жодних недавніх файлів"
msgid "open.clear_recent_files"
msgstr "Очистити недавні файли"
msgid "save_all_files"
msgstr "Зберегти всі файли"
msgid "find_in_files"
msgstr "Знайти у файлах..."
msgid "test_dialogue"
msgstr "Протестувати діалог з початку файлу"
msgid "test_dialogue_from_line"
msgstr "Протестувати діалог з поточного рядка"
msgid "search_for_text"
msgstr "Пошук тексту"
msgid "insert"
msgstr "Вставити"
msgid "translations"
msgstr "Переклади"
msgid "sponsor"
msgstr "Спонсор"
msgid "show_support"
msgstr "Підтримка Dialogue Manager"
msgid "docs"
msgstr "Документація"
msgid "insert.wave_bbcode"
msgstr "Хвиля BBCode"
msgid "insert.shake_bbcode"
msgstr "Тряска BBCode"
msgid "insert.typing_pause"
msgstr "Пауза друку"
msgid "insert.typing_speed_change"
msgstr "Зміна швидкості друку"
msgid "insert.auto_advance"
msgstr "Автоматичне просування"
msgid "insert.templates"
msgstr "Шаблони"
msgid "insert.title"
msgstr "Заголовок"
msgid "insert.dialogue"
msgstr "Діалог"
msgid "insert.response"
msgstr "Відповідь"
msgid "insert.random_lines"
msgstr "Випадкові рядки"
msgid "insert.random_text"
msgstr "Випадковий текст"
msgid "insert.actions"
msgstr "Дії"
msgid "insert.jump"
msgstr "Перейти до заголовку"
msgid "insert.end_dialogue"
msgstr "Кінець діалогу"
msgid "generate_line_ids"
msgstr "Згенерувати ідентифікатори рядків"
msgid "use_uuid_only_for_ids"
msgstr "Використовувати лише UUID як ID"
msgid "set_id_prefix_length"
msgstr "Встановити довжину префікса ID"
msgid "id_prefix_length"
msgstr "Довжина префікса ID:"
msgid "save_characters_to_csv"
msgstr "Зберегти імена персонажів в CSV..."
msgid "save_to_csv"
msgstr "Зберегти рядки в CSV..."
msgid "import_from_csv"
msgstr "Імпортувати зміни рядків з CSV..."
msgid "confirm_close"
msgstr "Зберегти зміни до «{path}»?"
msgid "confirm_close.save"
msgstr "Зберегти зміни"
msgid "confirm_close.discard"
msgstr "Скасувати"
msgid "buffer.save"
msgstr "Зберегти"
msgid "buffer.save_as"
msgstr "Зберегти як..."
msgid "buffer.close"
msgstr "Закрити"
msgid "buffer.close_all"
msgstr "Закрити все"
msgid "buffer.close_other_files"
msgstr "Закрити інші файли"
msgid "buffer.copy_file_path"
msgstr "Копіювати шлях файлу"
msgid "buffer.show_in_filesystem"
msgstr "Показати у файловій системі"
msgid "n_of_n"
msgstr "{index} з {total}"
msgid "search.find"
msgstr "Знайти:"
msgid "search.find_all"
msgstr "Знайти всі..."
msgid "search.placeholder"
msgstr "Текст для пошуку"
msgid "search.replace_placeholder"
msgstr "Текст для заміни"
msgid "search.replace_selected"
msgstr "Замінити вибране"
msgid "search.previous"
msgstr "Назад"
msgid "search.next"
msgstr "Далі"
msgid "search.match_case"
msgstr "Збіг регістру"
msgid "search.toggle_replace"
msgstr "Замінити"
msgid "search.replace_with"
msgstr "Замінити на:"
msgid "search.replace"
msgstr "Замінити"
msgid "search.replace_all"
msgstr "Замінити все"
msgid "files_list.filter"
msgstr "Фільтр файлів"
msgid "titles_list.filter"
msgstr "Фільтр заголовків"
msgid "errors.key_not_found"
msgstr "Ключ «{key}» не знайдено."
msgid "errors.line_and_message"
msgstr "Помилка в {line}, {column}: {message}"
msgid "errors_in_script"
msgstr "У вашому скрипті є помилки. Виправте їх і спробуйте ще раз."
msgid "errors_with_build"
msgstr "Вам потрібно виправити помилки в діалогах, перш ніж ви зможете запустити гру."
msgid "errors.import_errors"
msgstr "В імпортованому файлі є помилки."
msgid "errors.already_imported"
msgstr "Файл уже імпортовано."
msgid "errors.duplicate_import"
msgstr "Дублювання назви імпорту."
msgid "errors.unknown_using"
msgstr "Невідоме автозавантаження в операторі «using»."
msgid "errors.empty_title"
msgstr "Заголовки не можуть бути порожніми."
msgid "errors.duplicate_title"
msgstr "Заголовок з такою назвою уже є."
msgid "errors.invalid_title_string"
msgstr "Заголовки можуть містити лише алфавітно-цифрові символи та цифри."
msgid "errors.invalid_title_number"
msgstr "Заголовки не можуть починатися з цифри."
msgid "errors.unknown_title"
msgstr "Невідомий заголовок."
msgid "errors.jump_to_invalid_title"
msgstr "Цей перехід вказує на недійсний заголовок."
msgid "errors.title_has_no_content"
msgstr "Цей заголовок не має змісту. Можливо, варто змінити його на «=> END»."
msgid "errors.invalid_expression"
msgstr "Вираз є недійсним."
msgid "errors.unexpected_condition"
msgstr "Несподівана умова."
msgid "errors.duplicate_id"
msgstr "Цей ідентифікатор уже є на іншому рядку."
msgid "errors.missing_id"
msgstr "У цьому рядку відсутній ідентифікатор."
msgid "errors.invalid_indentation"
msgstr "Неправильний відступ."
msgid "errors.condition_has_no_content"
msgstr "Рядок умови потребує відступу під ним."
msgid "errors.incomplete_expression"
msgstr "Незавершений вираз."
msgid "errors.invalid_expression_for_value"
msgstr "Недійсний вираз для значення."
msgid "errors.file_not_found"
msgstr "Файл не знайдено."
msgid "errors.unexpected_end_of_expression"
msgstr "Несподіваний кінець виразу."
msgid "errors.unexpected_function"
msgstr "Несподівана функція."
msgid "errors.unexpected_bracket"
msgstr "Несподівана дужка."
msgid "errors.unexpected_closing_bracket"
msgstr "Несподівана закриваюча дужка."
msgid "errors.missing_closing_bracket"
msgstr "Відсутня закриваюча дужка."
msgid "errors.unexpected_operator"
msgstr "Несподіваний оператор."
msgid "errors.unexpected_comma"
msgstr "Несподівана кома."
msgid "errors.unexpected_colon"
msgstr "Несподівана двокрапка."
msgid "errors.unexpected_dot"
msgstr "Несподівана крапка."
msgid "errors.unexpected_boolean"
msgstr "Несподіваний логічний вираз."
msgid "errors.unexpected_string"
msgstr "Несподіваний рядок."
msgid "errors.unexpected_number"
msgstr "Несподіване число."
msgid "errors.unexpected_variable"
msgstr "Несподівана змінна."
msgid "errors.invalid_index"
msgstr "Недійсний індекс."
msgid "errors.unexpected_assignment"
msgstr "Несподіване призначення."
msgid "errors.expected_when_or_else"
msgstr "Очікувався випадок «when» або «else»."
msgid "errors.only_one_else_allowed"
msgstr "Для кожного «match» допускається лише один випадок «else»."
msgid "errors.when_must_belong_to_match"
msgstr "Оператори «when» можуть з’являтися лише як дочірні операторів «match»."
msgid "errors.concurrent_line_without_origin"
msgstr "Паралельні рядки потребують початкового рядка, який не починається з «|»."
msgid "errors.goto_not_allowed_on_concurrect_lines"
msgstr "У паралельних діалогових рядках не допускаються Goto посилання."
msgid "errors.unexpected_syntax_on_nested_dialogue_line"
msgstr "Вкладені рядки діалогу можуть містити лише діалог."
msgid "errors.err_nested_dialogue_invalid_jump"
msgstr "Лише останній рядок вкладеного діалогу може містити перехід."
msgid "errors.unknown"
msgstr "Невідомий синтаксис."
msgid "update.available"
msgstr "Доступна версія {version}"
msgid "update.is_available_for_download"
msgstr "Версія %s доступна для завантаження!"
msgid "update.downloading"
msgstr "Завантаження..."
msgid "update.download_update"
msgstr "Завантажити оновлення"
msgid "update.needs_reload"
msgstr "Щоб установити оновлення, проєкт потрібно перезавантажити."
msgid "update.reload_ok_button"
msgstr "Перезавантажити проєкт"
msgid "update.reload_cancel_button"
msgstr "Пізніше"
msgid "update.reload_project"
msgstr "Перезавантажити проєкт"
msgid "update.release_notes"
msgstr "Читати зміни оновлення"
msgid "update.success"
msgstr "Dialogue Manager тепер з версією {version}."
msgid "update.failed"
msgstr "Виникла проблема із завантаженням оновлення."
msgid "runtime.no_resource"
msgstr "Ресурс для діалогу не надано."
msgid "runtime.no_content"
msgstr "«{file_path}» не має вмісту."
msgid "runtime.errors"
msgstr "У тексті діалогу було виявлено помилки ({count})."
msgid "runtime.error_detail"
msgstr "Рядок {line}: {message}"
msgid "runtime.errors_see_details"
msgstr "У тексті діалогу було виявлено помилки ({count}). Див. детальніше у розділі «Вивід»."
msgid "runtime.invalid_expression"
msgstr "«{expression}» не є допустимим виразом: {error}"
msgid "runtime.array_index_out_of_bounds"
msgstr "Індекс {index} виходить за межі масиву «{array}»."
msgid "runtime.left_hand_size_cannot_be_assigned_to"
msgstr "Ліва частина виразу не може бути призначена."
msgid "runtime.key_not_found"
msgstr "Ключ «{key}» не знайдено у словнику «{dictionary}»"
msgid "runtime.property_not_found"
msgstr "«{property}» не знайдено. Стани з безпосередньо доступними властивостями/методами/сигналами включають {states}. На автозавантаження потрібно посилатися за їхніми назвами для використання їхніх властивостей."
msgid "runtime.property_not_found_missing_export"
msgstr "«{property}» не знайдено. Можливо, вам слід додати декоратор «[Export]». Стани з безпосередньо доступними властивостями/методами/сигналами включають {states}. На автозавантаження потрібно посилатися за їхніми назвами для використання їхніх властивостей."
msgid "runtime.method_not_found"
msgstr "Метод «{method}» не знайдено. Стани з безпосередньо доступними властивостями/методами/сигналами включають {states}. На автозавантаження потрібно посилатися за їхніми назвами для використання їхніх властивостей."
msgid "runtime.signal_not_found"
msgstr "Сигнал «{signal_name}» не знайдено. Стани з безпосередньо доступними властивостями/методами/сигналами включають {states}. На автозавантаження потрібно посилатися за їхніми назвами для використання їхніх властивостей."
msgid "runtime.method_not_callable"
msgstr "«{method}» не є методом, який можна викликати в «{object}»"
msgid "runtime.unknown_operator"
msgstr "Невідомий оператор."
msgid "runtime.unknown_autoload"
msgstr "Схоже, «{autoload}» не є дійсним автозавантаженням."
msgid "runtime.something_went_wrong"
msgstr "Щось пішло не так."
msgid "runtime.expected_n_got_n_args"
msgstr "«{method}» було викликано з аргументами «{received}», але воно має лише «{expected}»."
msgid "runtime.unsupported_array_type"
msgstr "Array[{type}] не підтримується у модифікаціях. Натомість використовуйте Array як тип."
msgid "runtime.dialogue_balloon_missing_start_method"
msgstr "У вашій кулі діалогу відсутній метод «start» або «Start»."
msgid "runtime.top_level_states_share_name"
msgstr "Кілька станів верхнього рівня ({states}) мають спільну назву методу/властивості/сигналу «{key}». Для діалогу доступний лише перший випадок."
msgid "translation_plugin.character_name"
msgstr "Ім’я персонажа"

View File

@@ -0,0 +1,387 @@
msgid ""
msgstr ""
"Project-Id-Version: Dialogue Manager\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: penghao123456、憨憨羊の宇航鸽鸽、ABShinri\n"
"Language: zh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4\n"
msgid "start_a_new_file"
msgstr "创建新文件"
msgid "open_a_file"
msgstr "打开已有文件"
msgid "open.open"
msgstr "打开……"
msgid "open.no_recent_files"
msgstr "无历史记录"
msgid "open.clear_recent_files"
msgstr "清空历史记录"
msgid "save_all_files"
msgstr "保存所有文件"
msgid "find_in_files"
msgstr "在文件中查找"
msgid "test_dialogue"
msgstr "测试对话"
msgid "search_for_text"
msgstr "查找……"
msgid "insert"
msgstr "插入"
msgid "translations"
msgstr "翻译"
msgid "show_support"
msgstr "支持 Dialogue Manager"
msgid "docs"
msgstr "文档"
msgid "insert.wave_bbcode"
msgstr "波浪效果"
msgid "insert.shake_bbcode"
msgstr "抖动效果"
msgid "insert.typing_pause"
msgstr "输入间隔"
msgid "insert.typing_speed_change"
msgstr "输入速度变更"
msgid "insert.auto_advance"
msgstr "自动切行"
msgid "insert.templates"
msgstr "模板"
msgid "insert.title"
msgstr "标题"
msgid "insert.dialogue"
msgstr "对话"
msgid "insert.response"
msgstr "回复选项"
msgid "insert.random_lines"
msgstr "随机行"
msgid "insert.random_text"
msgstr "随机文本"
msgid "insert.actions"
msgstr "操作"
msgid "insert.jump"
msgstr "标题间跳转"
msgid "insert.end_dialogue"
msgstr "结束对话"
msgid "generate_line_ids"
msgstr "生成行 ID"
msgid "use_uuid_only_for_ids"
msgstr "仅使用UUID作为ID"
msgid "set_id_prefix_length"
msgstr "设置ID前缀长度"
msgid "id_prefix_length"
msgstr "ID前缀长度"
msgid "save_characters_to_csv"
msgstr "保存角色到 CSV"
msgid "save_to_csv"
msgstr "生成 CSV"
msgid "import_from_csv"
msgstr "从 CSV 导入"
msgid "confirm_close"
msgstr "是否要保存到“{path}”?"
msgid "confirm_close.save"
msgstr "保存"
msgid "confirm_close.discard"
msgstr "不保存"
msgid "buffer.save"
msgstr "保存"
msgid "buffer.save_as"
msgstr "另存为……"
msgid "buffer.close"
msgstr "关闭"
msgid "buffer.close_all"
msgstr "全部关闭"
msgid "buffer.close_other_files"
msgstr "关闭其他文件"
msgid "buffer.copy_file_path"
msgstr "复制文件路径"
msgid "buffer.show_in_filesystem"
msgstr "在 Godot 侧边栏中显示"
msgid "n_of_n"
msgstr "第{index}个,共{total}个"
msgid "search.find"
msgstr "查找:"
msgid "search.find_all"
msgstr "查找全部..."
msgid "search.placeholder"
msgstr "请输入查找的内容"
msgid "search.replace_placeholder"
msgstr "请输入替换的内容"
msgid "search.replace_selected"
msgstr "替换勾选"
msgid "search.previous"
msgstr "查找上一个"
msgid "search.next"
msgstr "查找下一个"
msgid "search.match_case"
msgstr "大小写敏感"
msgid "search.toggle_replace"
msgstr "替换"
msgid "search.replace_with"
msgstr "替换为"
msgid "search.replace"
msgstr "替换"
msgid "search.replace_all"
msgstr "全部替换"
msgid "files_list.filter"
msgstr "查找文件"
msgid "titles_list.filter"
msgstr "查找标题"
msgid "errors.key_not_found"
msgstr "键“{key}”未找到"
msgid "errors.line_and_message"
msgstr "第{line}行第{colume}列发生错误:{message}"
msgid "errors_in_script"
msgstr "你的脚本中存在错误。请修复错误,然后重试。"
msgid "errors_with_build"
msgstr "请先解决 Dialogue 中的错误。"
msgid "errors.import_errors"
msgstr "被导入的文件存在问题。"
msgid "errors.already_imported"
msgstr "文件已被导入。"
msgid "errors.duplicate_import"
msgstr "导入名不能重复。"
msgid "errors.empty_title"
msgstr "标题名不能为空。"
msgid "errors.duplicate_title"
msgstr "标题名不能重复。"
msgid "errors.invalid_title_string"
msgstr "标题名无效。"
msgid "errors.invalid_title_number"
msgstr "标题不能以数字开始。"
msgid "errors.unknown_title"
msgstr "标题未定义。"
msgid "errors.jump_to_invalid_title"
msgstr "标题名无效。"
msgid "errors.title_has_no_content"
msgstr "目标标题为空。请替换为“=> END”。"
msgid "errors.invalid_expression"
msgstr "表达式无效。"
msgid "errors.unexpected_condition"
msgstr "未知条件。"
msgid "errors.duplicate_id"
msgstr "ID 重复。"
msgid "errors.missing_id"
msgstr "ID 不存在。"
msgid "errors.invalid_indentation"
msgstr "缩进无效。"
msgid "errors.condition_has_no_content"
msgstr "条件下方不能为空。"
msgid "errors.incomplete_expression"
msgstr "不完整的表达式。"
msgid "errors.invalid_expression_for_value"
msgstr "无效的赋值表达式。"
msgid "errors.file_not_found"
msgstr "文件不存在。"
msgid "errors.unexpected_end_of_expression"
msgstr "表达式 end 不应存在。"
msgid "errors.unexpected_function"
msgstr "函数不应存在。"
msgid "errors.unexpected_bracket"
msgstr "方括号不应存在。"
msgid "errors.unexpected_closing_bracket"
msgstr "方括号不应存在。"
msgid "errors.missing_closing_bracket"
msgstr "闭方括号不存在。"
msgid "errors.unexpected_operator"
msgstr "操作符不应存在。"
msgid "errors.unexpected_comma"
msgstr "逗号不应存在。"
msgid "errors.unexpected_colon"
msgstr "冒号不应存在。"
msgid "errors.unexpected_dot"
msgstr "句号不应存在。"
msgid "errors.unexpected_boolean"
msgstr "布尔值不应存在。"
msgid "errors.unexpected_string"
msgstr "字符串不应存在。"
msgid "errors.unexpected_number"
msgstr "数字不应存在。"
msgid "errors.unexpected_variable"
msgstr "标识符不应存在。"
msgid "errors.invalid_index"
msgstr "索引无效。"
msgid "errors.unexpected_assignment"
msgstr "不应在条件判断中使用 = ,应使用 == 。"
msgid "errors.unknown"
msgstr "语法错误。"
msgid "update.available"
msgstr "v{version} 更新可用。"
msgid "update.is_available_for_download"
msgstr "v%s 已经可以下载。"
msgid "update.downloading"
msgstr "正在下载更新……"
msgid "update.download_update"
msgstr "下载"
msgid "update.needs_reload"
msgstr "需要重新加载项目以应用更新。"
msgid "update.reload_ok_button"
msgstr "重新加载"
msgid "update.reload_cancel_button"
msgstr "暂不重新加载"
msgid "update.reload_project"
msgstr "重新加载"
msgid "update.release_notes"
msgstr "查看发行注记"
msgid "update.success"
msgstr "v{version} 已成功安装并应用。"
msgid "update.failed"
msgstr "更新失败。"
msgid "runtime.no_resource"
msgstr "找不到资源。"
msgid "runtime.no_content"
msgstr "资源“{file_path}”为空。"
msgid "runtime.errors"
msgstr "文件中存在{errrors}个错误。"
msgid "runtime.error_detail"
msgstr "第{index}行:{message}"
msgid "runtime.errors_see_details"
msgstr "文件中存在{errrors}个错误。请查看调试输出。"
msgid "runtime.invalid_expression"
msgstr "表达式“{expression}”无效:{error}"
msgid "runtime.array_index_out_of_bounds"
msgstr "数组索引“{index}”越界。(数组名:“{array}”)"
msgid "runtime.left_hand_size_cannot_be_assigned_to"
msgstr "表达式左侧的变量无法被赋值。"
msgid "runtime.key_not_found"
msgstr "键“{key}”在字典“{dictionary}”中不存在。"
msgid "runtime.property_not_found"
msgstr "“{property}”不存在。(全局变量:{states}"
msgid "runtime.property_not_found_missing_export"
msgstr "“{property}”不存在。(全局变量:{states})你可能需要添加一个修饰词 [Export]。"
msgid "runtime.method_not_found"
msgstr "“{method}”不存在。(全局变量:{states}"
msgid "runtime.signal_not_found"
msgstr "“{sighal_name}”不存在。(全局变量:{states}"
msgid "runtime.method_not_callable"
msgstr "{method}不是对象“{object}”上的函数。"
msgid "runtime.unknown_operator"
msgstr "未知操作符。"
msgid "runtime.something_went_wrong"
msgstr "有什么出错了。"

View File

@@ -0,0 +1,387 @@
msgid ""
msgstr ""
"Project-Id-Version: Dialogue Manager\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: 憨憨羊の宇航鴿鴿、ABShinri\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.4\n"
msgid "start_a_new_file"
msgstr "創建新檔案"
msgid "open_a_file"
msgstr "開啟已有檔案"
msgid "open.open"
msgstr "開啟……"
msgid "open.no_recent_files"
msgstr "無歷史記錄"
msgid "open.clear_recent_files"
msgstr "清空歷史記錄"
msgid "save_all_files"
msgstr "儲存所有檔案"
msgid "find_in_files"
msgstr "在檔案中查找"
msgid "test_dialogue"
msgstr "測試對話"
msgid "search_for_text"
msgstr "搜尋……"
msgid "insert"
msgstr "插入"
msgid "translations"
msgstr "翻譯"
msgid "show_support"
msgstr "支援 Dialogue Manager"
msgid "docs"
msgstr "文檔"
msgid "insert.wave_bbcode"
msgstr "波浪特效"
msgid "insert.shake_bbcode"
msgstr "震動特效"
msgid "insert.typing_pause"
msgstr "輸入間隔"
msgid "insert.typing_speed_change"
msgstr "輸入速度變更"
msgid "insert.auto_advance"
msgstr "自動切行"
msgid "insert.templates"
msgstr "模板"
msgid "insert.title"
msgstr "標題"
msgid "insert.dialogue"
msgstr "對話"
msgid "insert.response"
msgstr "回覆選項"
msgid "insert.random_lines"
msgstr "隨機行"
msgid "insert.random_text"
msgstr "隨機文本"
msgid "insert.actions"
msgstr "操作"
msgid "insert.jump"
msgstr "標題間跳轉"
msgid "insert.end_dialogue"
msgstr "結束對話"
msgid "generate_line_ids"
msgstr "生成行 ID"
msgid "use_uuid_only_for_ids"
msgstr "僅使用 UUID 作為 ID"
msgid "set_id_prefix_length"
msgstr "設定 ID 前綴長度"
msgid "id_prefix_length"
msgstr "ID 前綴長度:"
msgid "save_characters_to_csv"
msgstr "保存角色到 CSV"
msgid "save_to_csv"
msgstr "生成 CSV"
msgid "import_from_csv"
msgstr "從 CSV 匯入"
msgid "confirm_close"
msgstr "是否要儲存到“{path}”?"
msgid "confirm_close.save"
msgstr "儲存"
msgid "confirm_close.discard"
msgstr "不儲存"
msgid "buffer.save"
msgstr "儲存"
msgid "buffer.save_as"
msgstr "儲存爲……"
msgid "buffer.close"
msgstr "關閉"
msgid "buffer.close_all"
msgstr "全部關閉"
msgid "buffer.close_other_files"
msgstr "關閉其他檔案"
msgid "buffer.copy_file_path"
msgstr "複製檔案位置"
msgid "buffer.show_in_filesystem"
msgstr "在 Godot 側邊欄中顯示"
msgid "n_of_n"
msgstr "第{index}個,共{total}個"
msgid "search.find"
msgstr "搜尋:"
msgid "search.find_all"
msgstr "搜尋全部..."
msgid "search.placeholder"
msgstr "請輸入搜尋的內容"
msgid "search.replace_placeholder"
msgstr "請輸入替換的內容"
msgid "search.replace_selected"
msgstr "替換勾選"
msgid "search.previous"
msgstr "搜尋上一個"
msgid "search.next"
msgstr "搜尋下一個"
msgid "search.match_case"
msgstr "大小寫敏感"
msgid "search.toggle_replace"
msgstr "替換"
msgid "search.replace_with"
msgstr "替換爲"
msgid "search.replace"
msgstr "替換"
msgid "search.replace_all"
msgstr "全部替換"
msgid "files_list.filter"
msgstr "搜尋檔案"
msgid "titles_list.filter"
msgstr "搜尋標題"
msgid "errors.key_not_found"
msgstr "鍵“{key}”未找到"
msgid "errors.line_and_message"
msgstr "第{line}行第{colume}列發生錯誤:{message}"
msgid "errors_in_script"
msgstr "你的腳本中存在錯誤。請修復錯誤,然後重試。"
msgid "errors_with_build"
msgstr "請先解決 Dialogue 中的錯誤。"
msgid "errors.import_errors"
msgstr "被匯入的檔案存在問題。"
msgid "errors.already_imported"
msgstr "檔案已被匯入。"
msgid "errors.duplicate_import"
msgstr "匯入名不能重複。"
msgid "errors.empty_title"
msgstr "標題名不能爲空。"
msgid "errors.duplicate_title"
msgstr "標題名不能重複。"
msgid "errors.invalid_title_string"
msgstr "標題名無效。"
msgid "errors.invalid_title_number"
msgstr "標題不能以數字開始。"
msgid "errors.unknown_title"
msgstr "標題未定義。"
msgid "errors.jump_to_invalid_title"
msgstr "標題名無效。"
msgid "errors.title_has_no_content"
msgstr "目標標題爲空。請替換爲“=> END”。"
msgid "errors.invalid_expression"
msgstr "表達式無效。"
msgid "errors.unexpected_condition"
msgstr "未知條件。"
msgid "errors.duplicate_id"
msgstr "ID 重複。"
msgid "errors.missing_id"
msgstr "ID 不存在。"
msgid "errors.invalid_indentation"
msgstr "縮進無效。"
msgid "errors.condition_has_no_content"
msgstr "條件下方不能爲空。"
msgid "errors.incomplete_expression"
msgstr "不完整的表達式。"
msgid "errors.invalid_expression_for_value"
msgstr "無效的賦值表達式。"
msgid "errors.file_not_found"
msgstr "檔案不存在。"
msgid "errors.unexpected_end_of_expression"
msgstr "表達式 end 不應存在。"
msgid "errors.unexpected_function"
msgstr "函數不應存在。"
msgid "errors.unexpected_bracket"
msgstr "方括號不應存在。"
msgid "errors.unexpected_closing_bracket"
msgstr "方括號不應存在。"
msgid "errors.missing_closing_bracket"
msgstr "閉方括號不存在。"
msgid "errors.unexpected_operator"
msgstr "操作符不應存在。"
msgid "errors.unexpected_comma"
msgstr "逗號不應存在。"
msgid "errors.unexpected_colon"
msgstr "冒號不應存在。"
msgid "errors.unexpected_dot"
msgstr "句號不應存在。"
msgid "errors.unexpected_boolean"
msgstr "布爾值不應存在。"
msgid "errors.unexpected_string"
msgstr "字符串不應存在。"
msgid "errors.unexpected_number"
msgstr "數字不應存在。"
msgid "errors.unexpected_variable"
msgstr "標識符不應存在。"
msgid "errors.invalid_index"
msgstr "索引無效。"
msgid "errors.unexpected_assignment"
msgstr "不應在條件判斷中使用 = ,應使用 == 。"
msgid "errors.unknown"
msgstr "語法錯誤。"
msgid "update.available"
msgstr "v{version} 更新可用。"
msgid "update.is_available_for_download"
msgstr "v%s 已經可以下載。"
msgid "update.downloading"
msgstr "正在下載更新……"
msgid "update.download_update"
msgstr "下載"
msgid "update.needs_reload"
msgstr "需要重新加載項目以套用更新。"
msgid "update.reload_ok_button"
msgstr "重新加載"
msgid "update.reload_cancel_button"
msgstr "暫不重新加載"
msgid "update.reload_project"
msgstr "重新加載"
msgid "update.release_notes"
msgstr "查看發行註記"
msgid "update.success"
msgstr "v{version} 已成功安裝並套用。"
msgid "update.failed"
msgstr "更新失敗。"
msgid "runtime.no_resource"
msgstr "找不到資源。"
msgid "runtime.no_content"
msgstr "資源“{file_path}”爲空。"
msgid "runtime.errors"
msgstr "檔案中存在{errrors}個錯誤。"
msgid "runtime.error_detail"
msgstr "第{index}行:{message}"
msgid "runtime.errors_see_details"
msgstr "檔案中存在{errrors}個錯誤。請查看調試輸出。"
msgid "runtime.invalid_expression"
msgstr "表達式“{expression}”無效:{error}"
msgid "runtime.array_index_out_of_bounds"
msgstr "數組索引“{index}”越界。(數組名:“{array}”)"
msgid "runtime.left_hand_size_cannot_be_assigned_to"
msgstr "表達式左側的變量無法被賦值。"
msgid "runtime.key_not_found"
msgstr "鍵“{key}”在字典“{dictionary}”中不存在。"
msgid "runtime.property_not_found"
msgstr "“{property}”不存在。(全局變量:{states}"
msgid "runtime.method_not_found"
msgstr "“{method}”不存在。(全局變量:{states}"
msgid "runtime.signal_not_found"
msgstr "“{sighal_name}”不存在。(全局變量:{states}"
msgid "runtime.property_not_found_missing_export"
msgstr "“{property}”不存在。(全局變量:{states})你可能需要添加一個修飾詞 [Export]。"
msgid "runtime.method_not_callable"
msgstr "{method}不是對象“{object}”上的函數。"
msgid "runtime.unknown_operator"
msgstr "未知操作符。"
msgid "runtime.something_went_wrong"
msgstr "有什麼出錯了。"