It's Cow Game! Version 2.04!

This commit is contained in:
PajamaBee 2024-09-19 23:06:51 -05:00
commit a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,445 @@
msgid ""
msgstr ""
"Project-Id-Version: Dialogue Manager\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de\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.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 "test_dialogue"
msgstr "Test dialogue"
msgid "search_for_text"
msgstr "Search for text"
msgid "insert"
msgstr "Insert"
msgid "translations"
msgstr "Translations"
msgid "settings"
msgstr "Settings"
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 "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 "settings.invalid_test_scene"
msgstr "\"{path}\" does not extend BaseDialogueTestScene."
msgid "settings.revert_to_default_test_scene"
msgstr "Revert to default test scene"
msgid "settings.default_balloon_hint"
msgstr "Custom balloon to use when calling \"DialogueManager.show_balloon()\""
msgid "settings.revert_to_default_balloon"
msgstr "Revert to default balloon"
msgid "settings.default_balloon_path"
msgstr "<example balloon>"
msgid "settings.autoload"
msgstr "Autoload"
msgid "settings.path"
msgstr "Path"
msgid "settings.new_template"
msgstr "New dialogue files will start with template text"
msgid "settings.missing_keys"
msgstr "Treat missing translation keys as errors"
msgid "settings.missing_keys_hint"
msgstr "If you are using static translation keys then having this enabled will help you find any lines that you haven't added a key to yet."
msgid "settings.characters_translations"
msgstr "Export character names in translation files"
msgid "settings.wrap_long_lines"
msgstr "Wrap long lines"
msgid "settings.include_failed_responses"
msgstr "Include responses with failed conditions"
msgid "settings.ignore_missing_state_values"
msgstr "Skip over missing state value errors (not recommended)"
msgid "settings.custom_test_scene"
msgstr "Custom test scene (must extend BaseDialogueTestScene)"
msgid "settings.default_csv_locale"
msgstr "Default CSV Locale"
msgid "settings.states_shortcuts"
msgstr "State Shortcuts"
msgid "settings.states_message"
msgstr "If an autoload is enabled here you can refer to its properties and methods without having to use its name."
msgid "settings.states_hint"
msgstr "ie. Instead of \"SomeState.some_property\" you could just use \"some_property\""
msgid "settings.recompile_warning"
msgstr "Changing these settings will force a recompile of all dialogue. Only change them if you know what you are doing."
msgid "settings.create_lines_for_responses_with_characters"
msgstr "Create child dialogue line for responses with character names in them"
msgid "n_of_n"
msgstr "{index} of {total}"
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.nested_title"
msgstr "Titles cannot be indented."
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.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.unsupported_array_method"
msgstr "Calling \"{method_name}\" on an array isn't supported."
msgid "runtime.unsupported_dictionary_method"
msgstr "Calling \"{method_name}\" on a dictionary isn't supported."
msgid "runtime.unsupported_quaternion_method"
msgstr "Calling \"{method_name}\" on a quaternion isn't supported."
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}\" is not a property on any game states ({states})."
msgid "runtime.property_not_found_missing_export"
msgstr "\"{property}\" is not a property on any game states ({states}). You might need to add an [Export] decorator."
msgid "runtime.method_not_found"
msgstr "\"{method}\" is not a method on any game states ({states})"
msgid "runtime.signal_not_found"
msgstr "\"{signal_name}\" is not a signal on any game states ({states})"
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."

View file

@ -0,0 +1,435 @@
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.no_recent_files"
msgstr ""
msgid "open.clear_recent_files"
msgstr ""
msgid "save_all_files"
msgstr ""
msgid "test_dialogue"
msgstr ""
msgid "search_for_text"
msgstr ""
msgid "insert"
msgstr ""
msgid "translations"
msgstr ""
msgid "settings"
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 "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 "settings.invalid_test_scene"
msgstr ""
msgid "settings.revert_to_default_test_scene"
msgstr ""
msgid "settings.default_balloon_hint"
msgstr ""
msgid "settings.revert_to_default_balloon"
msgstr ""
msgid "settings.default_balloon_path"
msgstr ""
msgid "settings.autoload"
msgstr ""
msgid "settings.path"
msgstr ""
msgid "settings.new_template"
msgstr ""
msgid "settings.missing_keys"
msgstr ""
msgid "settings.missing_keys_hint"
msgstr ""
msgid "settings.characters_translations"
msgstr ""
msgid "settings.wrap_long_lines"
msgstr ""
msgid "settings.include_failed_responses"
msgstr ""
msgid "settings.ignore_missing_state_values"
msgstr ""
msgid "settings.custom_test_scene"
msgstr ""
msgid "settings.default_csv_locale"
msgstr ""
msgid "settings.states_shortcuts"
msgstr ""
msgid "settings.states_message"
msgstr ""
msgid "settings.states_hint"
msgstr ""
msgid "settings.recompile_warning"
msgstr ""
msgid "settings.create_lines_for_responses_with_characters"
msgstr ""
msgid "n_of_n"
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.nested_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.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.unsupported_array_method"
msgstr ""
msgid "runtime.unsupported_dictionary_method"
msgstr ""
msgid "runtime.unsupported_quaternion_method"
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 ""

View file

@ -0,0 +1,417 @@
msgid ""
msgstr ""
"Project-Id-Version: Dialogue Manager\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: penghao123456、憨憨羊の宇航鸽鸽\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 "test_dialogue"
msgstr "测试对话"
msgid "search_for_text"
msgstr "查找……"
msgid "insert"
msgstr "插入"
msgid "translations"
msgstr "翻译"
msgid "settings"
msgstr "设置"
msgid "show_support"
msgstr "支持 Dialogue Manager"
msgid "docs"
msgstr "文档"
msgid "insert.wave_bbcode"
msgstr "BBCode [lb]wave[rb]"
msgid "insert.shake_bbcode"
msgstr "BBCode [lb]wave[rb]"
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 "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 "settings.revert_to_default_test_scene"
msgstr "重置测试场景设定"
msgid "settings.autoload"
msgstr "Autoload"
msgid "settings.path"
msgstr "路径"
msgid "settings.new_template"
msgstr "新建文件时自动插入模板"
msgid "settings.missing_keys"
msgstr "将翻译键缺失视为错误"
msgid "settings.missing_keys_hint"
msgstr "如果你使用静态键,这将会帮助你寻找未添加至翻译文件的键。"
msgid "settings.characters_translations"
msgstr "在翻译文件中导出角色名。"
msgid "settings.wrap_long_lines"
msgstr "自动折行"
msgid "settings.include_failed_responses"
msgstr "在判断条件失败时仍显示回复选项"
msgid "settings.ignore_missing_state_values"
msgstr "忽略全局变量缺失错误(不建议)"
msgid "settings.custom_test_scene"
msgstr "自定义测试场景必须继承自BaseDialogueTestScene"
msgid "settings.default_csv_locale"
msgstr "默认 CSV 区域格式"
msgid "settings.states_shortcuts"
msgstr "全局变量映射"
msgid "settings.states_message"
msgstr "当一个 Autoload 在这里被勾选,他的所有成员会被映射为全局变量。"
msgid "settings.states_hint"
msgstr "比如当你开启对于“Foo”的映射时你可以将“Foo.bar”简写成“bar”。"
msgid "n_of_n"
msgstr "第{index}个,共{total}个"
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.nested_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.unsupported_array_method"
msgstr "不支持的数组方法{method_name}。"
msgid "runtime.unsupported_dictionary_method"
msgstr "不支持的字典方法{method_name}。"
msgid "runtime.unsupported_quaternion_method"
msgstr "不支持的 Quarternion 方法{method_name}。"
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,417 @@
msgid ""
msgstr ""
"Project-Id-Version: Dialogue Manager\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: 憨憨羊の宇航鴿鴿\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 "test_dialogue"
msgstr "測試對話"
msgid "search_for_text"
msgstr "搜尋……"
msgid "insert"
msgstr "插入"
msgid "translations"
msgstr "翻譯"
msgid "settings"
msgstr "設定"
msgid "show_support"
msgstr "支援 Dialogue Manager"
msgid "docs"
msgstr "文檔"
msgid "insert.wave_bbcode"
msgstr "BBCode [lb]wave[rb]"
msgid "insert.shake_bbcode"
msgstr "BBCode [lb]wave[rb]"
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 "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 "settings.revert_to_default_test_scene"
msgstr "重置測試場景設定"
msgid "settings.autoload"
msgstr "Autoload"
msgid "settings.path"
msgstr "路徑"
msgid "settings.new_template"
msgstr "新建檔案時自動插入模板"
msgid "settings.missing_keys"
msgstr "將翻譯鍵缺失視爲錯誤"
msgid "settings.missing_keys_hint"
msgstr "如果你使用靜態鍵,這將會幫助你尋找未添加至翻譯檔案的鍵。"
msgid "settings.wrap_long_lines"
msgstr "自動折行"
msgid "settings.characters_translations"
msgstr "在翻譯檔案中匯出角色名。"
msgid "settings.include_failed_responses"
msgstr "在判斷條件失敗時仍顯示回復選項"
msgid "settings.ignore_missing_state_values"
msgstr "忽略全局變量缺失錯誤(不建議)"
msgid "settings.custom_test_scene"
msgstr "自訂測試場景必須繼承自BaseDialogueTestScene"
msgid "settings.default_csv_locale"
msgstr "預設 CSV 區域格式"
msgid "settings.states_shortcuts"
msgstr "全局變量映射"
msgid "settings.states_message"
msgstr "當一個 Autoload 在這裏被勾選,他的所有成員會被映射爲全局變量。"
msgid "settings.states_hint"
msgstr "比如當你開啓對於“Foo”的映射時你可以將“Foo.bar”簡寫成“bar”。"
msgid "n_of_n"
msgstr "第{index}個,共{total}個"
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.nested_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.unsupported_array_method"
msgstr "不支持的數組方法{method_name}。"
msgid "runtime.unsupported_dictionary_method"
msgstr "不支持的字典方法{method_name}。"
msgid "runtime.unsupported_quaternion_method"
msgstr "不支持的 Quarternion 方法{method_name}。"
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 "有什麼出錯了。"